@hanzo/ui 5.3.24 → 5.3.26
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.
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/ui",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.26",
|
|
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/",
|
|
@@ -408,6 +408,10 @@
|
|
|
408
408
|
"import": "./dist/frameworks/react-native/index.mjs",
|
|
409
409
|
"require": "./dist/frameworks/react-native/index.js"
|
|
410
410
|
},
|
|
411
|
+
"./content": {
|
|
412
|
+
"types": "./content/index.ts",
|
|
413
|
+
"import": "./content/index.ts"
|
|
414
|
+
},
|
|
411
415
|
"./code": {
|
|
412
416
|
"types": "./dist/code/index.d.ts",
|
|
413
417
|
"import": "./dist/code/index.mjs",
|
|
@@ -541,6 +545,10 @@
|
|
|
541
545
|
"types": "./docs/provider/*.tsx",
|
|
542
546
|
"import": "./docs/provider/*.tsx"
|
|
543
547
|
},
|
|
548
|
+
"./docs/components": {
|
|
549
|
+
"types": "./docs/components/index.ts",
|
|
550
|
+
"import": "./docs/components/index.ts"
|
|
551
|
+
},
|
|
544
552
|
"./docs/components/*": {
|
|
545
553
|
"types": "./docs/components/*.tsx",
|
|
546
554
|
"import": "./docs/components/*.tsx"
|