@hex-core/components 1.6.0 → 1.7.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.
- package/dist/_tsup-dts-rollup.d.ts +36 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +140 -1
- package/dist/index.js.map +1 -1
- package/dist/schemas.js +3 -3
- package/dist/schemas.js.map +1 -1
- package/dist/speech-recognition.d.ts +2 -0
- package/dist/speech-recognition.js +152 -0
- package/dist/speech-recognition.js.map +1 -0
- package/package.json +2 -2
package/dist/schemas.js
CHANGED
|
@@ -1646,7 +1646,7 @@ var toggleGroupSchema = {
|
|
|
1646
1646
|
"clsx",
|
|
1647
1647
|
"tailwind-merge"
|
|
1648
1648
|
],
|
|
1649
|
-
internal: ["toggle"],
|
|
1649
|
+
internal: ["primitives/toggle/toggle"],
|
|
1650
1650
|
peer: ["react", "react-dom"]
|
|
1651
1651
|
},
|
|
1652
1652
|
tokensUsed: ["muted", "accent", "accent-foreground", "ring"],
|
|
@@ -1704,7 +1704,7 @@ var formSchema = {
|
|
|
1704
1704
|
"clsx",
|
|
1705
1705
|
"tailwind-merge"
|
|
1706
1706
|
],
|
|
1707
|
-
internal: ["label"],
|
|
1707
|
+
internal: ["primitives/label/label"],
|
|
1708
1708
|
peer: ["react", "react-dom"]
|
|
1709
1709
|
},
|
|
1710
1710
|
tokensUsed: ["destructive", "muted-foreground"],
|
|
@@ -4842,7 +4842,7 @@ var loadingSchema = {
|
|
|
4842
4842
|
slots: [],
|
|
4843
4843
|
dependencies: {
|
|
4844
4844
|
npm: ["class-variance-authority", "clsx", "tailwind-merge"],
|
|
4845
|
-
internal: ["skeleton"],
|
|
4845
|
+
internal: ["primitives/skeleton/skeleton"],
|
|
4846
4846
|
peer: ["react", "react-dom"]
|
|
4847
4847
|
},
|
|
4848
4848
|
tokensUsed: ["muted", "card", "border"],
|