diff --git a/icons_list.templ b/icons_list.templ index 95514f0..91230fb 100644 --- a/icons_list.templ +++ b/icons_list.templ @@ -12,12 +12,12 @@ type IconDef struct { // Names provides a complete list of all the currently available icon names. var Names = []string{ - "Activity","AddCircle","Add","Alert","Any","Archive","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Batch","Bell","Billing","Block","Bot","Box","Brackets","Calculator","Calendar","CheckBadge","CheckCircle","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","CircleOutline","Close","CodeFork","Code","Collapse","Command","Community","Company","Conditions","Connect","CrumpledPaper","Cube","Dashboard","Delete","DoubleArrow","Download","Drag","DropdownDown","DropdownUp","Duplicate","Edit","Enter","Envelope","Erase","Exchange","Expand","ExternalLink","Failure","Filter","Flag","Flask","FolderL","Folder","Gobl","Gov","Handshake","Hashtag","Header","Hide","History","IdBack","IdFront","If","InfoBold","Info","Invoice","Invopop","Key","Learn","Less","List","Loader","Lock","Logout","Menu","Note","Notification","Ok","OldVersion","Options","Order","Payment","Picture","Pin","Placeholder","Pops","Preview","Published","Pulse","Puzzle","Question","Queue","Receipt","Reload","Replace","Reset","Rocket","Running","Save","ScrollBottom","ScrollLeft","ScrollRight","ScrollTop","Search","Send","Settings","Shortcut","SidebarHide","SidebarShow","Sign","Signature","Skip","Slash","Sleep","Sliders","SortAscending","SortDescending","SquareCheck","Stack","Stamp","StatusSquare","Status","Stop","Success","Support","Tables","Tag","Team","Theme","Tick","Unarchive","Upload","User","Van","View","WarningBold","WarningOutline","Warning","Workflow","Workspace","World", + "Activity","AddCircle","Add","Alert","Any","Archive","ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Batch","Bell","Billing","Block","Bot","Box","Brackets","Calculator","Calendar","CheckBadge","CheckCircle","ChevronDown","ChevronLeft","ChevronRight","ChevronUp","CircleOutline","Close","CodeFork","Code","Collapse","Command","Community","Company","Conditions","Connect","CrumpledPaper","Cube","Dashboard","Delete","Domain","DoubleArrow","Download","Drag","DropdownDown","DropdownUp","Duplicate","Edit","Enter","Envelope","Erase","Exchange","Expand","ExternalLink","Failure","Filter","Flag","Flask","FolderL","Folder","Gobl","Gov","Handshake","Hashtag","Header","Hide","History","IdBack","IdFront","If","InfoBold","Info","Invoice","Invopop","Key","Learn","Less","List","Loader","Lock","Logout","Menu","Note","Notification","Ok","OldVersion","Options","Order","Payment","Picture","Pin","Placeholder","Pops","Preview","Published","Pulse","Puzzle","Question","Queue","Receipt","Reload","Replace","Reset","Rocket","Running","Save","ScrollBottom","ScrollLeft","ScrollRight","ScrollTop","Search","Send","Settings","Shortcut","SidebarHide","SidebarShow","Sign","Signature","Skip","Slash","Sleep","Sliders","SortAscending","SortDescending","SquareCheck","Stack","Stamp","StatusSquare","Status","Stop","Success","Support","Tables","Tag","Team","Theme","Tick","Unarchive","Upload","User","Van","View","WarningBold","WarningOutline","Warning","Workflow","Workspace","World", } // Defs provides a list of all icons with their names and components. var Defs = []*IconDef{ - {Name: "Activity", Component: Activity()},{Name: "AddCircle", Component: AddCircle()},{Name: "Add", Component: Add()},{Name: "Alert", Component: Alert()},{Name: "Any", Component: Any()},{Name: "Archive", Component: Archive()},{Name: "ArrowDown", Component: ArrowDown()},{Name: "ArrowLeft", Component: ArrowLeft()},{Name: "ArrowRight", Component: ArrowRight()},{Name: "ArrowUp", Component: ArrowUp()},{Name: "Batch", Component: Batch()},{Name: "Bell", Component: Bell()},{Name: "Billing", Component: Billing()},{Name: "Block", Component: Block()},{Name: "Bot", Component: Bot()},{Name: "Box", Component: Box()},{Name: "Brackets", Component: Brackets()},{Name: "Calculator", Component: Calculator()},{Name: "Calendar", Component: Calendar()},{Name: "CheckBadge", Component: CheckBadge()},{Name: "CheckCircle", Component: CheckCircle()},{Name: "ChevronDown", Component: ChevronDown()},{Name: "ChevronLeft", Component: ChevronLeft()},{Name: "ChevronRight", Component: ChevronRight()},{Name: "ChevronUp", Component: ChevronUp()},{Name: "CircleOutline", Component: CircleOutline()},{Name: "Close", Component: Close()},{Name: "CodeFork", Component: CodeFork()},{Name: "Code", Component: Code()},{Name: "Collapse", Component: Collapse()},{Name: "Command", Component: Command()},{Name: "Community", Component: Community()},{Name: "Company", Component: Company()},{Name: "Conditions", Component: Conditions()},{Name: "Connect", Component: Connect()},{Name: "CrumpledPaper", Component: CrumpledPaper()},{Name: "Cube", Component: Cube()},{Name: "Dashboard", Component: Dashboard()},{Name: "Delete", Component: Delete()},{Name: "DoubleArrow", Component: DoubleArrow()},{Name: "Download", Component: Download()},{Name: "Drag", Component: Drag()},{Name: "DropdownDown", Component: DropdownDown()},{Name: "DropdownUp", Component: DropdownUp()},{Name: "Duplicate", Component: Duplicate()},{Name: "Edit", Component: Edit()},{Name: "Enter", Component: Enter()},{Name: "Envelope", Component: Envelope()},{Name: "Erase", Component: Erase()},{Name: "Exchange", Component: Exchange()},{Name: "Expand", Component: Expand()},{Name: "ExternalLink", Component: ExternalLink()},{Name: "Failure", Component: Failure()},{Name: "Filter", Component: Filter()},{Name: "Flag", Component: Flag()},{Name: "Flask", Component: Flask()},{Name: "FolderL", Component: FolderL()},{Name: "Folder", Component: Folder()},{Name: "Gobl", Component: Gobl()},{Name: "Gov", Component: Gov()},{Name: "Handshake", Component: Handshake()},{Name: "Hashtag", Component: Hashtag()},{Name: "Header", Component: Header()},{Name: "Hide", Component: Hide()},{Name: "History", Component: History()},{Name: "IdBack", Component: IdBack()},{Name: "IdFront", Component: IdFront()},{Name: "If", Component: If()},{Name: "InfoBold", Component: InfoBold()},{Name: "Info", Component: Info()},{Name: "Invoice", Component: Invoice()},{Name: "Invopop", Component: Invopop()},{Name: "Key", Component: Key()},{Name: "Learn", Component: Learn()},{Name: "Less", Component: Less()},{Name: "List", Component: List()},{Name: "Loader", Component: Loader()},{Name: "Lock", Component: Lock()},{Name: "Logout", Component: Logout()},{Name: "Menu", Component: Menu()},{Name: "Note", Component: Note()},{Name: "Notification", Component: Notification()},{Name: "Ok", Component: Ok()},{Name: "OldVersion", Component: OldVersion()},{Name: "Options", Component: Options()},{Name: "Order", Component: Order()},{Name: "Payment", Component: Payment()},{Name: "Picture", Component: Picture()},{Name: "Pin", Component: Pin()},{Name: "Placeholder", Component: Placeholder()},{Name: "Pops", Component: Pops()},{Name: "Preview", Component: Preview()},{Name: "Published", Component: Published()},{Name: "Pulse", Component: Pulse()},{Name: "Puzzle", Component: Puzzle()},{Name: "Question", Component: Question()},{Name: "Queue", Component: Queue()},{Name: "Receipt", Component: Receipt()},{Name: "Reload", Component: Reload()},{Name: "Replace", Component: Replace()},{Name: "Reset", Component: Reset()},{Name: "Rocket", Component: Rocket()},{Name: "Running", Component: Running()},{Name: "Save", Component: Save()},{Name: "ScrollBottom", Component: ScrollBottom()},{Name: "ScrollLeft", Component: ScrollLeft()},{Name: "ScrollRight", Component: ScrollRight()},{Name: "ScrollTop", Component: ScrollTop()},{Name: "Search", Component: Search()},{Name: "Send", Component: Send()},{Name: "Settings", Component: Settings()},{Name: "Shortcut", Component: Shortcut()},{Name: "SidebarHide", Component: SidebarHide()},{Name: "SidebarShow", Component: SidebarShow()},{Name: "Sign", Component: Sign()},{Name: "Signature", Component: Signature()},{Name: "Skip", Component: Skip()},{Name: "Slash", Component: Slash()},{Name: "Sleep", Component: Sleep()},{Name: "Sliders", Component: Sliders()},{Name: "SortAscending", Component: SortAscending()},{Name: "SortDescending", Component: SortDescending()},{Name: "SquareCheck", Component: SquareCheck()},{Name: "Stack", Component: Stack()},{Name: "Stamp", Component: Stamp()},{Name: "StatusSquare", Component: StatusSquare()},{Name: "Status", Component: Status()},{Name: "Stop", Component: Stop()},{Name: "Success", Component: Success()},{Name: "Support", Component: Support()},{Name: "Tables", Component: Tables()},{Name: "Tag", Component: Tag()},{Name: "Team", Component: Team()},{Name: "Theme", Component: Theme()},{Name: "Tick", Component: Tick()},{Name: "Unarchive", Component: Unarchive()},{Name: "Upload", Component: Upload()},{Name: "User", Component: User()},{Name: "Van", Component: Van()},{Name: "View", Component: View()},{Name: "WarningBold", Component: WarningBold()},{Name: "WarningOutline", Component: WarningOutline()},{Name: "Warning", Component: Warning()},{Name: "Workflow", Component: Workflow()},{Name: "Workspace", Component: Workspace()},{Name: "World", Component: World()}, + {Name: "Activity", Component: Activity()},{Name: "AddCircle", Component: AddCircle()},{Name: "Add", Component: Add()},{Name: "Alert", Component: Alert()},{Name: "Any", Component: Any()},{Name: "Archive", Component: Archive()},{Name: "ArrowDown", Component: ArrowDown()},{Name: "ArrowLeft", Component: ArrowLeft()},{Name: "ArrowRight", Component: ArrowRight()},{Name: "ArrowUp", Component: ArrowUp()},{Name: "Batch", Component: Batch()},{Name: "Bell", Component: Bell()},{Name: "Billing", Component: Billing()},{Name: "Block", Component: Block()},{Name: "Bot", Component: Bot()},{Name: "Box", Component: Box()},{Name: "Brackets", Component: Brackets()},{Name: "Calculator", Component: Calculator()},{Name: "Calendar", Component: Calendar()},{Name: "CheckBadge", Component: CheckBadge()},{Name: "CheckCircle", Component: CheckCircle()},{Name: "ChevronDown", Component: ChevronDown()},{Name: "ChevronLeft", Component: ChevronLeft()},{Name: "ChevronRight", Component: ChevronRight()},{Name: "ChevronUp", Component: ChevronUp()},{Name: "CircleOutline", Component: CircleOutline()},{Name: "Close", Component: Close()},{Name: "CodeFork", Component: CodeFork()},{Name: "Code", Component: Code()},{Name: "Collapse", Component: Collapse()},{Name: "Command", Component: Command()},{Name: "Community", Component: Community()},{Name: "Company", Component: Company()},{Name: "Conditions", Component: Conditions()},{Name: "Connect", Component: Connect()},{Name: "CrumpledPaper", Component: CrumpledPaper()},{Name: "Cube", Component: Cube()},{Name: "Dashboard", Component: Dashboard()},{Name: "Delete", Component: Delete()},{Name: "Domain", Component: Domain()},{Name: "DoubleArrow", Component: DoubleArrow()},{Name: "Download", Component: Download()},{Name: "Drag", Component: Drag()},{Name: "DropdownDown", Component: DropdownDown()},{Name: "DropdownUp", Component: DropdownUp()},{Name: "Duplicate", Component: Duplicate()},{Name: "Edit", Component: Edit()},{Name: "Enter", Component: Enter()},{Name: "Envelope", Component: Envelope()},{Name: "Erase", Component: Erase()},{Name: "Exchange", Component: Exchange()},{Name: "Expand", Component: Expand()},{Name: "ExternalLink", Component: ExternalLink()},{Name: "Failure", Component: Failure()},{Name: "Filter", Component: Filter()},{Name: "Flag", Component: Flag()},{Name: "Flask", Component: Flask()},{Name: "FolderL", Component: FolderL()},{Name: "Folder", Component: Folder()},{Name: "Gobl", Component: Gobl()},{Name: "Gov", Component: Gov()},{Name: "Handshake", Component: Handshake()},{Name: "Hashtag", Component: Hashtag()},{Name: "Header", Component: Header()},{Name: "Hide", Component: Hide()},{Name: "History", Component: History()},{Name: "IdBack", Component: IdBack()},{Name: "IdFront", Component: IdFront()},{Name: "If", Component: If()},{Name: "InfoBold", Component: InfoBold()},{Name: "Info", Component: Info()},{Name: "Invoice", Component: Invoice()},{Name: "Invopop", Component: Invopop()},{Name: "Key", Component: Key()},{Name: "Learn", Component: Learn()},{Name: "Less", Component: Less()},{Name: "List", Component: List()},{Name: "Loader", Component: Loader()},{Name: "Lock", Component: Lock()},{Name: "Logout", Component: Logout()},{Name: "Menu", Component: Menu()},{Name: "Note", Component: Note()},{Name: "Notification", Component: Notification()},{Name: "Ok", Component: Ok()},{Name: "OldVersion", Component: OldVersion()},{Name: "Options", Component: Options()},{Name: "Order", Component: Order()},{Name: "Payment", Component: Payment()},{Name: "Picture", Component: Picture()},{Name: "Pin", Component: Pin()},{Name: "Placeholder", Component: Placeholder()},{Name: "Pops", Component: Pops()},{Name: "Preview", Component: Preview()},{Name: "Published", Component: Published()},{Name: "Pulse", Component: Pulse()},{Name: "Puzzle", Component: Puzzle()},{Name: "Question", Component: Question()},{Name: "Queue", Component: Queue()},{Name: "Receipt", Component: Receipt()},{Name: "Reload", Component: Reload()},{Name: "Replace", Component: Replace()},{Name: "Reset", Component: Reset()},{Name: "Rocket", Component: Rocket()},{Name: "Running", Component: Running()},{Name: "Save", Component: Save()},{Name: "ScrollBottom", Component: ScrollBottom()},{Name: "ScrollLeft", Component: ScrollLeft()},{Name: "ScrollRight", Component: ScrollRight()},{Name: "ScrollTop", Component: ScrollTop()},{Name: "Search", Component: Search()},{Name: "Send", Component: Send()},{Name: "Settings", Component: Settings()},{Name: "Shortcut", Component: Shortcut()},{Name: "SidebarHide", Component: SidebarHide()},{Name: "SidebarShow", Component: SidebarShow()},{Name: "Sign", Component: Sign()},{Name: "Signature", Component: Signature()},{Name: "Skip", Component: Skip()},{Name: "Slash", Component: Slash()},{Name: "Sleep", Component: Sleep()},{Name: "Sliders", Component: Sliders()},{Name: "SortAscending", Component: SortAscending()},{Name: "SortDescending", Component: SortDescending()},{Name: "SquareCheck", Component: SquareCheck()},{Name: "Stack", Component: Stack()},{Name: "Stamp", Component: Stamp()},{Name: "StatusSquare", Component: StatusSquare()},{Name: "Status", Component: Status()},{Name: "Stop", Component: Stop()},{Name: "Success", Component: Success()},{Name: "Support", Component: Support()},{Name: "Tables", Component: Tables()},{Name: "Tag", Component: Tag()},{Name: "Team", Component: Team()},{Name: "Theme", Component: Theme()},{Name: "Tick", Component: Tick()},{Name: "Unarchive", Component: Unarchive()},{Name: "Upload", Component: Upload()},{Name: "User", Component: User()},{Name: "Van", Component: Van()},{Name: "View", Component: View()},{Name: "WarningBold", Component: WarningBold()},{Name: "WarningOutline", Component: WarningOutline()},{Name: "Warning", Component: Warning()},{Name: "Workflow", Component: Workflow()},{Name: "Workspace", Component: Workspace()},{Name: "World", Component: World()}, } templ Activity() { @@ -254,6 +254,12 @@ templ Delete() { } +templ Domain() { +
+ +
+} + templ DoubleArrow() {
diff --git a/icons_list_templ.go b/icons_list_templ.go index 14f34fb..bb4e27d 100644 --- a/icons_list_templ.go +++ b/icons_list_templ.go @@ -20,12 +20,12 @@ type IconDef struct { // Names provides a complete list of all the currently available icon names. var Names = []string{ - "Activity", "AddCircle", "Add", "Alert", "Any", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Batch", "Bell", "Billing", "Block", "Bot", "Box", "Brackets", "Calculator", "Calendar", "CheckBadge", "CheckCircle", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleOutline", "Close", "CodeFork", "Code", "Collapse", "Command", "Community", "Company", "Conditions", "Connect", "CrumpledPaper", "Cube", "Dashboard", "Delete", "DoubleArrow", "Download", "Drag", "DropdownDown", "DropdownUp", "Duplicate", "Edit", "Enter", "Envelope", "Erase", "Exchange", "Expand", "ExternalLink", "Failure", "Filter", "Flag", "Flask", "FolderL", "Folder", "Gobl", "Gov", "Handshake", "Hashtag", "Header", "Hide", "History", "IdBack", "IdFront", "If", "InfoBold", "Info", "Invoice", "Invopop", "Key", "Learn", "Less", "List", "Loader", "Lock", "Logout", "Menu", "Note", "Notification", "Ok", "OldVersion", "Options", "Order", "Payment", "Picture", "Pin", "Placeholder", "Pops", "Preview", "Published", "Pulse", "Puzzle", "Question", "Queue", "Receipt", "Reload", "Replace", "Reset", "Rocket", "Running", "Save", "ScrollBottom", "ScrollLeft", "ScrollRight", "ScrollTop", "Search", "Send", "Settings", "Shortcut", "SidebarHide", "SidebarShow", "Sign", "Signature", "Skip", "Slash", "Sleep", "Sliders", "SortAscending", "SortDescending", "SquareCheck", "Stack", "Stamp", "StatusSquare", "Status", "Stop", "Success", "Support", "Tables", "Tag", "Team", "Theme", "Tick", "Unarchive", "Upload", "User", "Van", "View", "WarningBold", "WarningOutline", "Warning", "Workflow", "Workspace", "World", + "Activity", "AddCircle", "Add", "Alert", "Any", "Archive", "ArrowDown", "ArrowLeft", "ArrowRight", "ArrowUp", "Batch", "Bell", "Billing", "Block", "Bot", "Box", "Brackets", "Calculator", "Calendar", "CheckBadge", "CheckCircle", "ChevronDown", "ChevronLeft", "ChevronRight", "ChevronUp", "CircleOutline", "Close", "CodeFork", "Code", "Collapse", "Command", "Community", "Company", "Conditions", "Connect", "CrumpledPaper", "Cube", "Dashboard", "Delete", "Domain", "DoubleArrow", "Download", "Drag", "DropdownDown", "DropdownUp", "Duplicate", "Edit", "Enter", "Envelope", "Erase", "Exchange", "Expand", "ExternalLink", "Failure", "Filter", "Flag", "Flask", "FolderL", "Folder", "Gobl", "Gov", "Handshake", "Hashtag", "Header", "Hide", "History", "IdBack", "IdFront", "If", "InfoBold", "Info", "Invoice", "Invopop", "Key", "Learn", "Less", "List", "Loader", "Lock", "Logout", "Menu", "Note", "Notification", "Ok", "OldVersion", "Options", "Order", "Payment", "Picture", "Pin", "Placeholder", "Pops", "Preview", "Published", "Pulse", "Puzzle", "Question", "Queue", "Receipt", "Reload", "Replace", "Reset", "Rocket", "Running", "Save", "ScrollBottom", "ScrollLeft", "ScrollRight", "ScrollTop", "Search", "Send", "Settings", "Shortcut", "SidebarHide", "SidebarShow", "Sign", "Signature", "Skip", "Slash", "Sleep", "Sliders", "SortAscending", "SortDescending", "SquareCheck", "Stack", "Stamp", "StatusSquare", "Status", "Stop", "Success", "Support", "Tables", "Tag", "Team", "Theme", "Tick", "Unarchive", "Upload", "User", "Van", "View", "WarningBold", "WarningOutline", "Warning", "Workflow", "Workspace", "World", } // Defs provides a list of all icons with their names and components. var Defs = []*IconDef{ - {Name: "Activity", Component: Activity()}, {Name: "AddCircle", Component: AddCircle()}, {Name: "Add", Component: Add()}, {Name: "Alert", Component: Alert()}, {Name: "Any", Component: Any()}, {Name: "Archive", Component: Archive()}, {Name: "ArrowDown", Component: ArrowDown()}, {Name: "ArrowLeft", Component: ArrowLeft()}, {Name: "ArrowRight", Component: ArrowRight()}, {Name: "ArrowUp", Component: ArrowUp()}, {Name: "Batch", Component: Batch()}, {Name: "Bell", Component: Bell()}, {Name: "Billing", Component: Billing()}, {Name: "Block", Component: Block()}, {Name: "Bot", Component: Bot()}, {Name: "Box", Component: Box()}, {Name: "Brackets", Component: Brackets()}, {Name: "Calculator", Component: Calculator()}, {Name: "Calendar", Component: Calendar()}, {Name: "CheckBadge", Component: CheckBadge()}, {Name: "CheckCircle", Component: CheckCircle()}, {Name: "ChevronDown", Component: ChevronDown()}, {Name: "ChevronLeft", Component: ChevronLeft()}, {Name: "ChevronRight", Component: ChevronRight()}, {Name: "ChevronUp", Component: ChevronUp()}, {Name: "CircleOutline", Component: CircleOutline()}, {Name: "Close", Component: Close()}, {Name: "CodeFork", Component: CodeFork()}, {Name: "Code", Component: Code()}, {Name: "Collapse", Component: Collapse()}, {Name: "Command", Component: Command()}, {Name: "Community", Component: Community()}, {Name: "Company", Component: Company()}, {Name: "Conditions", Component: Conditions()}, {Name: "Connect", Component: Connect()}, {Name: "CrumpledPaper", Component: CrumpledPaper()}, {Name: "Cube", Component: Cube()}, {Name: "Dashboard", Component: Dashboard()}, {Name: "Delete", Component: Delete()}, {Name: "DoubleArrow", Component: DoubleArrow()}, {Name: "Download", Component: Download()}, {Name: "Drag", Component: Drag()}, {Name: "DropdownDown", Component: DropdownDown()}, {Name: "DropdownUp", Component: DropdownUp()}, {Name: "Duplicate", Component: Duplicate()}, {Name: "Edit", Component: Edit()}, {Name: "Enter", Component: Enter()}, {Name: "Envelope", Component: Envelope()}, {Name: "Erase", Component: Erase()}, {Name: "Exchange", Component: Exchange()}, {Name: "Expand", Component: Expand()}, {Name: "ExternalLink", Component: ExternalLink()}, {Name: "Failure", Component: Failure()}, {Name: "Filter", Component: Filter()}, {Name: "Flag", Component: Flag()}, {Name: "Flask", Component: Flask()}, {Name: "FolderL", Component: FolderL()}, {Name: "Folder", Component: Folder()}, {Name: "Gobl", Component: Gobl()}, {Name: "Gov", Component: Gov()}, {Name: "Handshake", Component: Handshake()}, {Name: "Hashtag", Component: Hashtag()}, {Name: "Header", Component: Header()}, {Name: "Hide", Component: Hide()}, {Name: "History", Component: History()}, {Name: "IdBack", Component: IdBack()}, {Name: "IdFront", Component: IdFront()}, {Name: "If", Component: If()}, {Name: "InfoBold", Component: InfoBold()}, {Name: "Info", Component: Info()}, {Name: "Invoice", Component: Invoice()}, {Name: "Invopop", Component: Invopop()}, {Name: "Key", Component: Key()}, {Name: "Learn", Component: Learn()}, {Name: "Less", Component: Less()}, {Name: "List", Component: List()}, {Name: "Loader", Component: Loader()}, {Name: "Lock", Component: Lock()}, {Name: "Logout", Component: Logout()}, {Name: "Menu", Component: Menu()}, {Name: "Note", Component: Note()}, {Name: "Notification", Component: Notification()}, {Name: "Ok", Component: Ok()}, {Name: "OldVersion", Component: OldVersion()}, {Name: "Options", Component: Options()}, {Name: "Order", Component: Order()}, {Name: "Payment", Component: Payment()}, {Name: "Picture", Component: Picture()}, {Name: "Pin", Component: Pin()}, {Name: "Placeholder", Component: Placeholder()}, {Name: "Pops", Component: Pops()}, {Name: "Preview", Component: Preview()}, {Name: "Published", Component: Published()}, {Name: "Pulse", Component: Pulse()}, {Name: "Puzzle", Component: Puzzle()}, {Name: "Question", Component: Question()}, {Name: "Queue", Component: Queue()}, {Name: "Receipt", Component: Receipt()}, {Name: "Reload", Component: Reload()}, {Name: "Replace", Component: Replace()}, {Name: "Reset", Component: Reset()}, {Name: "Rocket", Component: Rocket()}, {Name: "Running", Component: Running()}, {Name: "Save", Component: Save()}, {Name: "ScrollBottom", Component: ScrollBottom()}, {Name: "ScrollLeft", Component: ScrollLeft()}, {Name: "ScrollRight", Component: ScrollRight()}, {Name: "ScrollTop", Component: ScrollTop()}, {Name: "Search", Component: Search()}, {Name: "Send", Component: Send()}, {Name: "Settings", Component: Settings()}, {Name: "Shortcut", Component: Shortcut()}, {Name: "SidebarHide", Component: SidebarHide()}, {Name: "SidebarShow", Component: SidebarShow()}, {Name: "Sign", Component: Sign()}, {Name: "Signature", Component: Signature()}, {Name: "Skip", Component: Skip()}, {Name: "Slash", Component: Slash()}, {Name: "Sleep", Component: Sleep()}, {Name: "Sliders", Component: Sliders()}, {Name: "SortAscending", Component: SortAscending()}, {Name: "SortDescending", Component: SortDescending()}, {Name: "SquareCheck", Component: SquareCheck()}, {Name: "Stack", Component: Stack()}, {Name: "Stamp", Component: Stamp()}, {Name: "StatusSquare", Component: StatusSquare()}, {Name: "Status", Component: Status()}, {Name: "Stop", Component: Stop()}, {Name: "Success", Component: Success()}, {Name: "Support", Component: Support()}, {Name: "Tables", Component: Tables()}, {Name: "Tag", Component: Tag()}, {Name: "Team", Component: Team()}, {Name: "Theme", Component: Theme()}, {Name: "Tick", Component: Tick()}, {Name: "Unarchive", Component: Unarchive()}, {Name: "Upload", Component: Upload()}, {Name: "User", Component: User()}, {Name: "Van", Component: Van()}, {Name: "View", Component: View()}, {Name: "WarningBold", Component: WarningBold()}, {Name: "WarningOutline", Component: WarningOutline()}, {Name: "Warning", Component: Warning()}, {Name: "Workflow", Component: Workflow()}, {Name: "Workspace", Component: Workspace()}, {Name: "World", Component: World()}, + {Name: "Activity", Component: Activity()}, {Name: "AddCircle", Component: AddCircle()}, {Name: "Add", Component: Add()}, {Name: "Alert", Component: Alert()}, {Name: "Any", Component: Any()}, {Name: "Archive", Component: Archive()}, {Name: "ArrowDown", Component: ArrowDown()}, {Name: "ArrowLeft", Component: ArrowLeft()}, {Name: "ArrowRight", Component: ArrowRight()}, {Name: "ArrowUp", Component: ArrowUp()}, {Name: "Batch", Component: Batch()}, {Name: "Bell", Component: Bell()}, {Name: "Billing", Component: Billing()}, {Name: "Block", Component: Block()}, {Name: "Bot", Component: Bot()}, {Name: "Box", Component: Box()}, {Name: "Brackets", Component: Brackets()}, {Name: "Calculator", Component: Calculator()}, {Name: "Calendar", Component: Calendar()}, {Name: "CheckBadge", Component: CheckBadge()}, {Name: "CheckCircle", Component: CheckCircle()}, {Name: "ChevronDown", Component: ChevronDown()}, {Name: "ChevronLeft", Component: ChevronLeft()}, {Name: "ChevronRight", Component: ChevronRight()}, {Name: "ChevronUp", Component: ChevronUp()}, {Name: "CircleOutline", Component: CircleOutline()}, {Name: "Close", Component: Close()}, {Name: "CodeFork", Component: CodeFork()}, {Name: "Code", Component: Code()}, {Name: "Collapse", Component: Collapse()}, {Name: "Command", Component: Command()}, {Name: "Community", Component: Community()}, {Name: "Company", Component: Company()}, {Name: "Conditions", Component: Conditions()}, {Name: "Connect", Component: Connect()}, {Name: "CrumpledPaper", Component: CrumpledPaper()}, {Name: "Cube", Component: Cube()}, {Name: "Dashboard", Component: Dashboard()}, {Name: "Delete", Component: Delete()}, {Name: "Domain", Component: Domain()}, {Name: "DoubleArrow", Component: DoubleArrow()}, {Name: "Download", Component: Download()}, {Name: "Drag", Component: Drag()}, {Name: "DropdownDown", Component: DropdownDown()}, {Name: "DropdownUp", Component: DropdownUp()}, {Name: "Duplicate", Component: Duplicate()}, {Name: "Edit", Component: Edit()}, {Name: "Enter", Component: Enter()}, {Name: "Envelope", Component: Envelope()}, {Name: "Erase", Component: Erase()}, {Name: "Exchange", Component: Exchange()}, {Name: "Expand", Component: Expand()}, {Name: "ExternalLink", Component: ExternalLink()}, {Name: "Failure", Component: Failure()}, {Name: "Filter", Component: Filter()}, {Name: "Flag", Component: Flag()}, {Name: "Flask", Component: Flask()}, {Name: "FolderL", Component: FolderL()}, {Name: "Folder", Component: Folder()}, {Name: "Gobl", Component: Gobl()}, {Name: "Gov", Component: Gov()}, {Name: "Handshake", Component: Handshake()}, {Name: "Hashtag", Component: Hashtag()}, {Name: "Header", Component: Header()}, {Name: "Hide", Component: Hide()}, {Name: "History", Component: History()}, {Name: "IdBack", Component: IdBack()}, {Name: "IdFront", Component: IdFront()}, {Name: "If", Component: If()}, {Name: "InfoBold", Component: InfoBold()}, {Name: "Info", Component: Info()}, {Name: "Invoice", Component: Invoice()}, {Name: "Invopop", Component: Invopop()}, {Name: "Key", Component: Key()}, {Name: "Learn", Component: Learn()}, {Name: "Less", Component: Less()}, {Name: "List", Component: List()}, {Name: "Loader", Component: Loader()}, {Name: "Lock", Component: Lock()}, {Name: "Logout", Component: Logout()}, {Name: "Menu", Component: Menu()}, {Name: "Note", Component: Note()}, {Name: "Notification", Component: Notification()}, {Name: "Ok", Component: Ok()}, {Name: "OldVersion", Component: OldVersion()}, {Name: "Options", Component: Options()}, {Name: "Order", Component: Order()}, {Name: "Payment", Component: Payment()}, {Name: "Picture", Component: Picture()}, {Name: "Pin", Component: Pin()}, {Name: "Placeholder", Component: Placeholder()}, {Name: "Pops", Component: Pops()}, {Name: "Preview", Component: Preview()}, {Name: "Published", Component: Published()}, {Name: "Pulse", Component: Pulse()}, {Name: "Puzzle", Component: Puzzle()}, {Name: "Question", Component: Question()}, {Name: "Queue", Component: Queue()}, {Name: "Receipt", Component: Receipt()}, {Name: "Reload", Component: Reload()}, {Name: "Replace", Component: Replace()}, {Name: "Reset", Component: Reset()}, {Name: "Rocket", Component: Rocket()}, {Name: "Running", Component: Running()}, {Name: "Save", Component: Save()}, {Name: "ScrollBottom", Component: ScrollBottom()}, {Name: "ScrollLeft", Component: ScrollLeft()}, {Name: "ScrollRight", Component: ScrollRight()}, {Name: "ScrollTop", Component: ScrollTop()}, {Name: "Search", Component: Search()}, {Name: "Send", Component: Send()}, {Name: "Settings", Component: Settings()}, {Name: "Shortcut", Component: Shortcut()}, {Name: "SidebarHide", Component: SidebarHide()}, {Name: "SidebarShow", Component: SidebarShow()}, {Name: "Sign", Component: Sign()}, {Name: "Signature", Component: Signature()}, {Name: "Skip", Component: Skip()}, {Name: "Slash", Component: Slash()}, {Name: "Sleep", Component: Sleep()}, {Name: "Sliders", Component: Sliders()}, {Name: "SortAscending", Component: SortAscending()}, {Name: "SortDescending", Component: SortDescending()}, {Name: "SquareCheck", Component: SquareCheck()}, {Name: "Stack", Component: Stack()}, {Name: "Stamp", Component: Stamp()}, {Name: "StatusSquare", Component: StatusSquare()}, {Name: "Status", Component: Status()}, {Name: "Stop", Component: Stop()}, {Name: "Success", Component: Success()}, {Name: "Support", Component: Support()}, {Name: "Tables", Component: Tables()}, {Name: "Tag", Component: Tag()}, {Name: "Team", Component: Team()}, {Name: "Theme", Component: Theme()}, {Name: "Tick", Component: Tick()}, {Name: "Unarchive", Component: Unarchive()}, {Name: "Upload", Component: Upload()}, {Name: "User", Component: User()}, {Name: "Van", Component: Van()}, {Name: "View", Component: View()}, {Name: "WarningBold", Component: WarningBold()}, {Name: "WarningOutline", Component: WarningOutline()}, {Name: "Warning", Component: Warning()}, {Name: "Workflow", Component: Workflow()}, {Name: "Workspace", Component: Workspace()}, {Name: "World", Component: World()}, } func Activity() templ.Component { @@ -49,7 +49,7 @@ func Activity() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1159,7 +1159,7 @@ func Delete() templ.Component { }) } -func DoubleArrow() templ.Component { +func Domain() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1180,7 +1180,7 @@ func DoubleArrow() templ.Component { templ_7745c5c3_Var40 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 40, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 40, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1188,7 +1188,7 @@ func DoubleArrow() templ.Component { }) } -func Download() templ.Component { +func DoubleArrow() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1209,7 +1209,7 @@ func Download() templ.Component { templ_7745c5c3_Var41 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 41, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 41, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1217,7 +1217,7 @@ func Download() templ.Component { }) } -func Drag() templ.Component { +func Download() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1238,7 +1238,7 @@ func Drag() templ.Component { templ_7745c5c3_Var42 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 42, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 42, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1246,7 +1246,7 @@ func Drag() templ.Component { }) } -func DropdownDown() templ.Component { +func Drag() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1267,7 +1267,7 @@ func DropdownDown() templ.Component { templ_7745c5c3_Var43 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 43, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 43, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1275,7 +1275,7 @@ func DropdownDown() templ.Component { }) } -func DropdownUp() templ.Component { +func DropdownDown() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1296,7 +1296,7 @@ func DropdownUp() templ.Component { templ_7745c5c3_Var44 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 44, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 44, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1304,7 +1304,7 @@ func DropdownUp() templ.Component { }) } -func Duplicate() templ.Component { +func DropdownUp() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1325,7 +1325,7 @@ func Duplicate() templ.Component { templ_7745c5c3_Var45 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 45, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 45, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1333,7 +1333,7 @@ func Duplicate() templ.Component { }) } -func Edit() templ.Component { +func Duplicate() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1354,7 +1354,7 @@ func Edit() templ.Component { templ_7745c5c3_Var46 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 46, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 46, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1362,7 +1362,7 @@ func Edit() templ.Component { }) } -func Enter() templ.Component { +func Edit() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1383,7 +1383,7 @@ func Enter() templ.Component { templ_7745c5c3_Var47 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 47, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 47, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1391,7 +1391,7 @@ func Enter() templ.Component { }) } -func Envelope() templ.Component { +func Enter() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1412,7 +1412,7 @@ func Envelope() templ.Component { templ_7745c5c3_Var48 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 48, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 48, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1420,7 +1420,7 @@ func Envelope() templ.Component { }) } -func Erase() templ.Component { +func Envelope() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1441,7 +1441,7 @@ func Erase() templ.Component { templ_7745c5c3_Var49 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 49, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 49, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1449,7 +1449,7 @@ func Erase() templ.Component { }) } -func Exchange() templ.Component { +func Erase() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1470,7 +1470,7 @@ func Exchange() templ.Component { templ_7745c5c3_Var50 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 50, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 50, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1478,7 +1478,7 @@ func Exchange() templ.Component { }) } -func Expand() templ.Component { +func Exchange() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1499,7 +1499,7 @@ func Expand() templ.Component { templ_7745c5c3_Var51 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 51, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 51, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1507,7 +1507,7 @@ func Expand() templ.Component { }) } -func ExternalLink() templ.Component { +func Expand() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1528,7 +1528,7 @@ func ExternalLink() templ.Component { templ_7745c5c3_Var52 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 52, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 52, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1536,7 +1536,7 @@ func ExternalLink() templ.Component { }) } -func Failure() templ.Component { +func ExternalLink() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1557,7 +1557,7 @@ func Failure() templ.Component { templ_7745c5c3_Var53 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 53, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 53, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1565,7 +1565,7 @@ func Failure() templ.Component { }) } -func Filter() templ.Component { +func Failure() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1586,7 +1586,7 @@ func Filter() templ.Component { templ_7745c5c3_Var54 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 54, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 54, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1594,7 +1594,7 @@ func Filter() templ.Component { }) } -func Flag() templ.Component { +func Filter() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1615,7 +1615,7 @@ func Flag() templ.Component { templ_7745c5c3_Var55 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 55, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 55, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1623,7 +1623,7 @@ func Flag() templ.Component { }) } -func Flask() templ.Component { +func Flag() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1644,7 +1644,7 @@ func Flask() templ.Component { templ_7745c5c3_Var56 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 56, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 56, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1652,7 +1652,7 @@ func Flask() templ.Component { }) } -func FolderL() templ.Component { +func Flask() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1673,7 +1673,7 @@ func FolderL() templ.Component { templ_7745c5c3_Var57 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 57, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 57, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1681,7 +1681,7 @@ func FolderL() templ.Component { }) } -func Folder() templ.Component { +func FolderL() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1702,7 +1702,7 @@ func Folder() templ.Component { templ_7745c5c3_Var58 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 58, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 58, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1710,7 +1710,7 @@ func Folder() templ.Component { }) } -func Gobl() templ.Component { +func Folder() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1731,7 +1731,7 @@ func Gobl() templ.Component { templ_7745c5c3_Var59 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 59, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 59, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1739,7 +1739,7 @@ func Gobl() templ.Component { }) } -func Gov() templ.Component { +func Gobl() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1760,7 +1760,7 @@ func Gov() templ.Component { templ_7745c5c3_Var60 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 60, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 60, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1768,7 +1768,7 @@ func Gov() templ.Component { }) } -func Handshake() templ.Component { +func Gov() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1789,7 +1789,7 @@ func Handshake() templ.Component { templ_7745c5c3_Var61 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 61, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 61, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1797,7 +1797,7 @@ func Handshake() templ.Component { }) } -func Hashtag() templ.Component { +func Handshake() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1818,7 +1818,7 @@ func Hashtag() templ.Component { templ_7745c5c3_Var62 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 62, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 62, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1826,7 +1826,7 @@ func Hashtag() templ.Component { }) } -func Header() templ.Component { +func Hashtag() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1847,7 +1847,7 @@ func Header() templ.Component { templ_7745c5c3_Var63 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 63, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 63, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1855,7 +1855,7 @@ func Header() templ.Component { }) } -func Hide() templ.Component { +func Header() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1876,7 +1876,7 @@ func Hide() templ.Component { templ_7745c5c3_Var64 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 64, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 64, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1884,7 +1884,7 @@ func Hide() templ.Component { }) } -func History() templ.Component { +func Hide() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1905,7 +1905,7 @@ func History() templ.Component { templ_7745c5c3_Var65 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 65, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 65, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1913,7 +1913,7 @@ func History() templ.Component { }) } -func IdBack() templ.Component { +func History() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1934,7 +1934,7 @@ func IdBack() templ.Component { templ_7745c5c3_Var66 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 66, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 66, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1942,7 +1942,7 @@ func IdBack() templ.Component { }) } -func IdFront() templ.Component { +func IdBack() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1963,7 +1963,7 @@ func IdFront() templ.Component { templ_7745c5c3_Var67 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 67, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 67, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -1971,7 +1971,7 @@ func IdFront() templ.Component { }) } -func If() templ.Component { +func IdFront() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -1992,7 +1992,7 @@ func If() templ.Component { templ_7745c5c3_Var68 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 68, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 68, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2000,7 +2000,7 @@ func If() templ.Component { }) } -func InfoBold() templ.Component { +func If() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2021,7 +2021,7 @@ func InfoBold() templ.Component { templ_7745c5c3_Var69 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 69, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 69, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2029,7 +2029,7 @@ func InfoBold() templ.Component { }) } -func Info() templ.Component { +func InfoBold() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2050,7 +2050,7 @@ func Info() templ.Component { templ_7745c5c3_Var70 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 70, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 70, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2058,7 +2058,7 @@ func Info() templ.Component { }) } -func Invoice() templ.Component { +func Info() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2079,7 +2079,7 @@ func Invoice() templ.Component { templ_7745c5c3_Var71 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 71, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 71, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2087,7 +2087,7 @@ func Invoice() templ.Component { }) } -func Invopop() templ.Component { +func Invoice() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2108,7 +2108,7 @@ func Invopop() templ.Component { templ_7745c5c3_Var72 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 72, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 72, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2116,7 +2116,7 @@ func Invopop() templ.Component { }) } -func Key() templ.Component { +func Invopop() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2137,7 +2137,7 @@ func Key() templ.Component { templ_7745c5c3_Var73 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 73, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 73, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2145,7 +2145,7 @@ func Key() templ.Component { }) } -func Learn() templ.Component { +func Key() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2166,7 +2166,7 @@ func Learn() templ.Component { templ_7745c5c3_Var74 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 74, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 74, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2174,7 +2174,7 @@ func Learn() templ.Component { }) } -func Less() templ.Component { +func Learn() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2195,7 +2195,7 @@ func Less() templ.Component { templ_7745c5c3_Var75 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 75, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 75, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2203,7 +2203,7 @@ func Less() templ.Component { }) } -func List() templ.Component { +func Less() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2224,7 +2224,7 @@ func List() templ.Component { templ_7745c5c3_Var76 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 76, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 76, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2232,7 +2232,7 @@ func List() templ.Component { }) } -func Loader() templ.Component { +func List() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2253,7 +2253,7 @@ func Loader() templ.Component { templ_7745c5c3_Var77 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 77, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 77, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2261,7 +2261,7 @@ func Loader() templ.Component { }) } -func Lock() templ.Component { +func Loader() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2282,7 +2282,7 @@ func Lock() templ.Component { templ_7745c5c3_Var78 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 78, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 78, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2290,7 +2290,7 @@ func Lock() templ.Component { }) } -func Logout() templ.Component { +func Lock() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2311,7 +2311,7 @@ func Logout() templ.Component { templ_7745c5c3_Var79 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 79, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 79, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2319,7 +2319,7 @@ func Logout() templ.Component { }) } -func Menu() templ.Component { +func Logout() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2340,7 +2340,7 @@ func Menu() templ.Component { templ_7745c5c3_Var80 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 80, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 80, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2348,7 +2348,7 @@ func Menu() templ.Component { }) } -func Note() templ.Component { +func Menu() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2369,7 +2369,7 @@ func Note() templ.Component { templ_7745c5c3_Var81 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 81, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 81, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2377,7 +2377,7 @@ func Note() templ.Component { }) } -func Notification() templ.Component { +func Note() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2398,7 +2398,7 @@ func Notification() templ.Component { templ_7745c5c3_Var82 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 82, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 82, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2406,7 +2406,7 @@ func Notification() templ.Component { }) } -func Ok() templ.Component { +func Notification() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2427,7 +2427,7 @@ func Ok() templ.Component { templ_7745c5c3_Var83 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 83, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 83, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2435,7 +2435,7 @@ func Ok() templ.Component { }) } -func OldVersion() templ.Component { +func Ok() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2456,7 +2456,7 @@ func OldVersion() templ.Component { templ_7745c5c3_Var84 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 84, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 84, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2464,7 +2464,7 @@ func OldVersion() templ.Component { }) } -func Options() templ.Component { +func OldVersion() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2485,7 +2485,7 @@ func Options() templ.Component { templ_7745c5c3_Var85 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 85, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 85, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2493,7 +2493,7 @@ func Options() templ.Component { }) } -func Order() templ.Component { +func Options() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2514,7 +2514,7 @@ func Order() templ.Component { templ_7745c5c3_Var86 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 86, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 86, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2522,7 +2522,7 @@ func Order() templ.Component { }) } -func Payment() templ.Component { +func Order() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2543,7 +2543,7 @@ func Payment() templ.Component { templ_7745c5c3_Var87 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 87, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 87, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2551,7 +2551,7 @@ func Payment() templ.Component { }) } -func Picture() templ.Component { +func Payment() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2572,7 +2572,7 @@ func Picture() templ.Component { templ_7745c5c3_Var88 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 88, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 88, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2580,7 +2580,7 @@ func Picture() templ.Component { }) } -func Pin() templ.Component { +func Picture() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2601,7 +2601,7 @@ func Pin() templ.Component { templ_7745c5c3_Var89 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 89, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 89, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2609,7 +2609,7 @@ func Pin() templ.Component { }) } -func Placeholder() templ.Component { +func Pin() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2630,7 +2630,7 @@ func Placeholder() templ.Component { templ_7745c5c3_Var90 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 90, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 90, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2638,7 +2638,7 @@ func Placeholder() templ.Component { }) } -func Pops() templ.Component { +func Placeholder() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2659,7 +2659,7 @@ func Pops() templ.Component { templ_7745c5c3_Var91 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 91, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 91, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2667,7 +2667,7 @@ func Pops() templ.Component { }) } -func Preview() templ.Component { +func Pops() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2688,7 +2688,7 @@ func Preview() templ.Component { templ_7745c5c3_Var92 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 92, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 92, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2696,7 +2696,7 @@ func Preview() templ.Component { }) } -func Published() templ.Component { +func Preview() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2717,7 +2717,7 @@ func Published() templ.Component { templ_7745c5c3_Var93 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 93, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 93, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2725,7 +2725,7 @@ func Published() templ.Component { }) } -func Pulse() templ.Component { +func Published() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2746,7 +2746,7 @@ func Pulse() templ.Component { templ_7745c5c3_Var94 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 94, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 94, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2754,7 +2754,7 @@ func Pulse() templ.Component { }) } -func Puzzle() templ.Component { +func Pulse() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2775,7 +2775,7 @@ func Puzzle() templ.Component { templ_7745c5c3_Var95 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 95, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 95, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2783,7 +2783,7 @@ func Puzzle() templ.Component { }) } -func Question() templ.Component { +func Puzzle() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2804,7 +2804,7 @@ func Question() templ.Component { templ_7745c5c3_Var96 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 96, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 96, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2812,7 +2812,7 @@ func Question() templ.Component { }) } -func Queue() templ.Component { +func Question() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2833,7 +2833,7 @@ func Queue() templ.Component { templ_7745c5c3_Var97 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 97, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 97, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2841,7 +2841,7 @@ func Queue() templ.Component { }) } -func Receipt() templ.Component { +func Queue() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2862,7 +2862,7 @@ func Receipt() templ.Component { templ_7745c5c3_Var98 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 98, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 98, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2870,7 +2870,7 @@ func Receipt() templ.Component { }) } -func Reload() templ.Component { +func Receipt() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2891,7 +2891,7 @@ func Reload() templ.Component { templ_7745c5c3_Var99 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 99, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 99, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2899,7 +2899,7 @@ func Reload() templ.Component { }) } -func Replace() templ.Component { +func Reload() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2920,7 +2920,7 @@ func Replace() templ.Component { templ_7745c5c3_Var100 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 100, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 100, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2928,7 +2928,7 @@ func Replace() templ.Component { }) } -func Reset() templ.Component { +func Replace() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2949,7 +2949,7 @@ func Reset() templ.Component { templ_7745c5c3_Var101 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 101, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 101, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2957,7 +2957,7 @@ func Reset() templ.Component { }) } -func Rocket() templ.Component { +func Reset() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -2978,7 +2978,7 @@ func Rocket() templ.Component { templ_7745c5c3_Var102 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 102, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 102, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -2986,7 +2986,7 @@ func Rocket() templ.Component { }) } -func Running() templ.Component { +func Rocket() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3007,7 +3007,7 @@ func Running() templ.Component { templ_7745c5c3_Var103 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 103, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 103, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3015,7 +3015,7 @@ func Running() templ.Component { }) } -func Save() templ.Component { +func Running() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3036,7 +3036,7 @@ func Save() templ.Component { templ_7745c5c3_Var104 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 104, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 104, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3044,7 +3044,7 @@ func Save() templ.Component { }) } -func ScrollBottom() templ.Component { +func Save() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3065,7 +3065,7 @@ func ScrollBottom() templ.Component { templ_7745c5c3_Var105 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 105, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 105, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3073,7 +3073,7 @@ func ScrollBottom() templ.Component { }) } -func ScrollLeft() templ.Component { +func ScrollBottom() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3094,7 +3094,7 @@ func ScrollLeft() templ.Component { templ_7745c5c3_Var106 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 106, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 106, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3102,7 +3102,7 @@ func ScrollLeft() templ.Component { }) } -func ScrollRight() templ.Component { +func ScrollLeft() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3123,7 +3123,7 @@ func ScrollRight() templ.Component { templ_7745c5c3_Var107 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 107, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 107, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3131,7 +3131,7 @@ func ScrollRight() templ.Component { }) } -func ScrollTop() templ.Component { +func ScrollRight() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3152,7 +3152,7 @@ func ScrollTop() templ.Component { templ_7745c5c3_Var108 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 108, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 108, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3160,7 +3160,7 @@ func ScrollTop() templ.Component { }) } -func Search() templ.Component { +func ScrollTop() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3181,7 +3181,7 @@ func Search() templ.Component { templ_7745c5c3_Var109 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 109, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 109, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3189,7 +3189,7 @@ func Search() templ.Component { }) } -func Send() templ.Component { +func Search() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3210,7 +3210,7 @@ func Send() templ.Component { templ_7745c5c3_Var110 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 110, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 110, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3218,7 +3218,7 @@ func Send() templ.Component { }) } -func Settings() templ.Component { +func Send() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3239,7 +3239,7 @@ func Settings() templ.Component { templ_7745c5c3_Var111 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 111, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 111, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3247,7 +3247,7 @@ func Settings() templ.Component { }) } -func Shortcut() templ.Component { +func Settings() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3268,7 +3268,7 @@ func Shortcut() templ.Component { templ_7745c5c3_Var112 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 112, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 112, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3276,7 +3276,7 @@ func Shortcut() templ.Component { }) } -func SidebarHide() templ.Component { +func Shortcut() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3297,7 +3297,7 @@ func SidebarHide() templ.Component { templ_7745c5c3_Var113 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 113, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 113, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3305,7 +3305,7 @@ func SidebarHide() templ.Component { }) } -func SidebarShow() templ.Component { +func SidebarHide() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3326,7 +3326,7 @@ func SidebarShow() templ.Component { templ_7745c5c3_Var114 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 114, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 114, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3334,7 +3334,7 @@ func SidebarShow() templ.Component { }) } -func Sign() templ.Component { +func SidebarShow() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3355,7 +3355,7 @@ func Sign() templ.Component { templ_7745c5c3_Var115 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 115, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 115, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3363,7 +3363,7 @@ func Sign() templ.Component { }) } -func Signature() templ.Component { +func Sign() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3384,7 +3384,7 @@ func Signature() templ.Component { templ_7745c5c3_Var116 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 116, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 116, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3392,7 +3392,7 @@ func Signature() templ.Component { }) } -func Skip() templ.Component { +func Signature() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3413,7 +3413,7 @@ func Skip() templ.Component { templ_7745c5c3_Var117 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 117, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 117, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3421,7 +3421,7 @@ func Skip() templ.Component { }) } -func Slash() templ.Component { +func Skip() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3442,7 +3442,7 @@ func Slash() templ.Component { templ_7745c5c3_Var118 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 118, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 118, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3450,7 +3450,7 @@ func Slash() templ.Component { }) } -func Sleep() templ.Component { +func Slash() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3471,7 +3471,7 @@ func Sleep() templ.Component { templ_7745c5c3_Var119 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 119, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 119, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3479,7 +3479,7 @@ func Sleep() templ.Component { }) } -func Sliders() templ.Component { +func Sleep() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3500,7 +3500,7 @@ func Sliders() templ.Component { templ_7745c5c3_Var120 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 120, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 120, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3508,7 +3508,7 @@ func Sliders() templ.Component { }) } -func SortAscending() templ.Component { +func Sliders() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3529,7 +3529,7 @@ func SortAscending() templ.Component { templ_7745c5c3_Var121 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 121, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 121, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3537,7 +3537,7 @@ func SortAscending() templ.Component { }) } -func SortDescending() templ.Component { +func SortAscending() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3558,7 +3558,7 @@ func SortDescending() templ.Component { templ_7745c5c3_Var122 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 122, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 122, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3566,7 +3566,7 @@ func SortDescending() templ.Component { }) } -func SquareCheck() templ.Component { +func SortDescending() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3587,7 +3587,7 @@ func SquareCheck() templ.Component { templ_7745c5c3_Var123 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 123, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 123, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3595,7 +3595,7 @@ func SquareCheck() templ.Component { }) } -func Stack() templ.Component { +func SquareCheck() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3616,7 +3616,7 @@ func Stack() templ.Component { templ_7745c5c3_Var124 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 124, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 124, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3624,7 +3624,7 @@ func Stack() templ.Component { }) } -func Stamp() templ.Component { +func Stack() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3645,7 +3645,7 @@ func Stamp() templ.Component { templ_7745c5c3_Var125 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 125, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 125, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3653,7 +3653,7 @@ func Stamp() templ.Component { }) } -func StatusSquare() templ.Component { +func Stamp() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3674,7 +3674,7 @@ func StatusSquare() templ.Component { templ_7745c5c3_Var126 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 126, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 126, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3682,7 +3682,7 @@ func StatusSquare() templ.Component { }) } -func Status() templ.Component { +func StatusSquare() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3703,7 +3703,7 @@ func Status() templ.Component { templ_7745c5c3_Var127 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 127, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 127, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3711,7 +3711,7 @@ func Status() templ.Component { }) } -func Stop() templ.Component { +func Status() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3732,7 +3732,7 @@ func Stop() templ.Component { templ_7745c5c3_Var128 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 128, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 128, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3740,7 +3740,7 @@ func Stop() templ.Component { }) } -func Success() templ.Component { +func Stop() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3761,7 +3761,7 @@ func Success() templ.Component { templ_7745c5c3_Var129 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 129, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 129, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3769,7 +3769,7 @@ func Success() templ.Component { }) } -func Support() templ.Component { +func Success() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3790,7 +3790,7 @@ func Support() templ.Component { templ_7745c5c3_Var130 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 130, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 130, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3798,7 +3798,7 @@ func Support() templ.Component { }) } -func Tables() templ.Component { +func Support() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3819,7 +3819,7 @@ func Tables() templ.Component { templ_7745c5c3_Var131 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 131, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 131, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3827,7 +3827,7 @@ func Tables() templ.Component { }) } -func Tag() templ.Component { +func Tables() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3848,7 +3848,7 @@ func Tag() templ.Component { templ_7745c5c3_Var132 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 132, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 132, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3856,7 +3856,7 @@ func Tag() templ.Component { }) } -func Team() templ.Component { +func Tag() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3877,7 +3877,7 @@ func Team() templ.Component { templ_7745c5c3_Var133 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 133, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 133, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3885,7 +3885,7 @@ func Team() templ.Component { }) } -func Theme() templ.Component { +func Team() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3906,7 +3906,7 @@ func Theme() templ.Component { templ_7745c5c3_Var134 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 134, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 134, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3914,7 +3914,7 @@ func Theme() templ.Component { }) } -func Tick() templ.Component { +func Theme() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3935,7 +3935,7 @@ func Tick() templ.Component { templ_7745c5c3_Var135 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 135, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 135, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3943,7 +3943,7 @@ func Tick() templ.Component { }) } -func Unarchive() templ.Component { +func Tick() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3964,7 +3964,7 @@ func Unarchive() templ.Component { templ_7745c5c3_Var136 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 136, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 136, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -3972,7 +3972,7 @@ func Unarchive() templ.Component { }) } -func Upload() templ.Component { +func Unarchive() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -3993,7 +3993,7 @@ func Upload() templ.Component { templ_7745c5c3_Var137 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 137, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 137, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4001,7 +4001,7 @@ func Upload() templ.Component { }) } -func User() templ.Component { +func Upload() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4022,7 +4022,7 @@ func User() templ.Component { templ_7745c5c3_Var138 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 138, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 138, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4030,7 +4030,7 @@ func User() templ.Component { }) } -func Van() templ.Component { +func User() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4051,7 +4051,7 @@ func Van() templ.Component { templ_7745c5c3_Var139 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 139, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 139, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4059,7 +4059,7 @@ func Van() templ.Component { }) } -func View() templ.Component { +func Van() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4080,7 +4080,7 @@ func View() templ.Component { templ_7745c5c3_Var140 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 140, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 140, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4088,7 +4088,7 @@ func View() templ.Component { }) } -func WarningBold() templ.Component { +func View() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4109,7 +4109,7 @@ func WarningBold() templ.Component { templ_7745c5c3_Var141 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 141, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 141, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4117,7 +4117,7 @@ func WarningBold() templ.Component { }) } -func WarningOutline() templ.Component { +func WarningBold() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4138,7 +4138,7 @@ func WarningOutline() templ.Component { templ_7745c5c3_Var142 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 142, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 142, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4146,7 +4146,7 @@ func WarningOutline() templ.Component { }) } -func Warning() templ.Component { +func WarningOutline() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4167,7 +4167,7 @@ func Warning() templ.Component { templ_7745c5c3_Var143 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 143, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 143, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4175,7 +4175,7 @@ func Warning() templ.Component { }) } -func Workflow() templ.Component { +func Warning() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4196,7 +4196,7 @@ func Workflow() templ.Component { templ_7745c5c3_Var144 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 144, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 144, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4204,7 +4204,7 @@ func Workflow() templ.Component { }) } -func Workspace() templ.Component { +func Workflow() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4225,7 +4225,7 @@ func Workspace() templ.Component { templ_7745c5c3_Var145 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 145, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 145, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -4233,7 +4233,7 @@ func Workspace() templ.Component { }) } -func World() templ.Component { +func Workspace() templ.Component { return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { @@ -4254,7 +4254,36 @@ func World() templ.Component { templ_7745c5c3_Var146 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 146, "
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 146, "
") + if templ_7745c5c3_Err != nil { + return templ_7745c5c3_Err + } + return nil + }) +} + +func World() templ.Component { + return templruntime.GeneratedTemplate(func(templ_7745c5c3_Input templruntime.GeneratedComponentInput) (templ_7745c5c3_Err error) { + templ_7745c5c3_W, ctx := templ_7745c5c3_Input.Writer, templ_7745c5c3_Input.Context + if templ_7745c5c3_CtxErr := ctx.Err(); templ_7745c5c3_CtxErr != nil { + return templ_7745c5c3_CtxErr + } + templ_7745c5c3_Buffer, templ_7745c5c3_IsBuffer := templruntime.GetBuffer(templ_7745c5c3_W) + if !templ_7745c5c3_IsBuffer { + defer func() { + templ_7745c5c3_BufErr := templruntime.ReleaseBuffer(templ_7745c5c3_Buffer) + if templ_7745c5c3_Err == nil { + templ_7745c5c3_Err = templ_7745c5c3_BufErr + } + }() + } + ctx = templ.InitializeContext(ctx) + templ_7745c5c3_Var147 := templ.GetChildren(ctx) + if templ_7745c5c3_Var147 == nil { + templ_7745c5c3_Var147 = templ.NopComponent + } + ctx = templ.ClearChildren(ctx) + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 147, "
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/themes/default/domain.svg b/themes/default/domain.svg new file mode 100644 index 0000000..eb0f5ed --- /dev/null +++ b/themes/default/domain.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file