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 breadcrumb - version: v1.2.0 installed by templui v1.2.0
// templui component breadcrumb - version: v1.9.5 installed by templui v1.9.5
// 📚 Documentation: https://templui.io/docs/components/breadcrumb
package breadcrumb
@ -148,7 +148,7 @@ templ Separator(props ...SeparatorProps) {
if p.UseCustom {
{ children... }
} else {
@icon.ChevronRight(icon.Props{Size: 14, Class: "text-muted-foreground"})
@icon.ChevronRight(icon.Props{Class: "size-3.5 text-muted-foreground"})
}
</span>
}