@hanzo/ui 5.3.24 → 5.3.25

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.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.3.24",
3
+ "version": "5.3.25",
4
4
  "description": "Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -541,6 +541,10 @@
541
541
  "types": "./docs/provider/*.tsx",
542
542
  "import": "./docs/provider/*.tsx"
543
543
  },
544
+ "./docs/components": {
545
+ "types": "./docs/components/index.ts",
546
+ "import": "./docs/components/index.ts"
547
+ },
544
548
  "./docs/components/*": {
545
549
  "types": "./docs/components/*.tsx",
546
550
  "import": "./docs/components/*.tsx"