daisy-ui-kit 5.2.3 → 5.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,10 @@ function normalizeTheme(input: DaisyThemeInput): DaisyThemeMeta {
24
24
  return { ...input }
25
25
  }
26
26
 
27
+ // Nuxt auto-imports useState globally; this declaration satisfies the
28
+ // TypeScript compiler when the file is type-checked outside Nuxt.
29
+ declare const useState: ((...args: any[]) => any) | undefined
30
+
27
31
  // Shared state factory — uses Nuxt useState when available, falls back to
28
32
  // module-level refs for standalone Vue usage. Nuxt's useState ensures
29
33
  // SSR-to-client hydration and per-request isolation on the server.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "5.2.3",
7
+ "version": "5.2.4",
8
8
  "packageManager": "pnpm@10.10.0",
9
9
  "author": "feathers.dev",
10
10
  "exports": {