chore: update templ and templui

This commit is contained in:
juancwu 2026-04-12 16:07:06 +00:00
commit 61eaa268ab
89 changed files with 25776 additions and 8231 deletions

View file

@ -1,4 +1,4 @@
// templui component accordion - version: v1.2.0 installed by templui v1.2.0
// templui component accordion - version: v1.9.5 installed by templui v1.9.5
// 📚 Documentation: https://templui.io/docs/components/accordion
package accordion
@ -97,10 +97,7 @@ templ Trigger(props ...TriggerProps) {
{ p.Attributes... }
>
{ children... }
@icon.ChevronDown(icon.Props{
Size: 16,
Class: "size-4 shrink-0 translate-y-0.5 transition-transform duration-200 text-muted-foreground pointer-events-none",
})
@icon.ChevronDown(icon.Props{Class: "size-4 shrink-0 translate-y-0.5 transition-transform duration-200 text-muted-foreground pointer-events-none"})
</summary>
}