@hanzo/ui 5.2.1 → 5.3.0

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 +4 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "5.2.1",
3
+ "version": "5.3.0",
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/",
@@ -237,9 +237,9 @@
237
237
  "require": "./dist/carousel.js"
238
238
  },
239
239
  "./form": {
240
- "types": "./dist/form.d.ts",
241
- "import": "./dist/form.mjs",
242
- "require": "./dist/form.js"
240
+ "types": "./dist/form/index.d.ts",
241
+ "import": "./dist/form/index.mjs",
242
+ "require": "./dist/form/index.js"
243
243
  },
244
244
  "./drawer": {
245
245
  "types": "./dist/drawer.d.ts",
@@ -458,11 +458,6 @@
458
458
  "import": "./dist/navigation/*.mjs",
459
459
  "require": "./dist/navigation/*.js"
460
460
  },
461
- "./form": {
462
- "types": "./dist/form/index.d.ts",
463
- "import": "./dist/form/index.mjs",
464
- "require": "./dist/form/index.js"
465
- },
466
461
  "./form/*": {
467
462
  "types": "./dist/form/*.d.ts",
468
463
  "import": "./dist/form/*.mjs",