chore: update version to 1.5.3

This commit is contained in:
Linus Rath
2026-04-28 17:34:06 +02:00
parent ec581ce53e
commit 8935b81f12
15 changed files with 52 additions and 31 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ export const useThemeStore = create<ThemeState>()(
*
* Fires the `themeHooks.onThemeBeforeApply` transform hook so plugins can
* post-process the CSS (e.g. inject extra `@font-face` rules or override
* specific tokens). The hook is fire-and-forget we inject the original
* specific tokens). The hook is fire-and-forget - we inject the original
* CSS synchronously first to avoid a flash, then re-inject the transformed
* version once handlers settle.
*