@srcroot/ui 0.0.52 → 0.0.53
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -437,7 +437,7 @@ var REGISTRY = {
|
|
|
437
437
|
description: "Text input field",
|
|
438
438
|
category: "Forms",
|
|
439
439
|
dependencies: [],
|
|
440
|
-
registryDependencies: ["react-icons
|
|
440
|
+
registryDependencies: ["react-icons"]
|
|
441
441
|
},
|
|
442
442
|
textarea: {
|
|
443
443
|
file: "ui/textarea.tsx",
|
|
@@ -684,7 +684,7 @@ var REGISTRY = {
|
|
|
684
684
|
description: "Date picker with calendar",
|
|
685
685
|
category: "Forms",
|
|
686
686
|
dependencies: ["calendar", "popover", "button"],
|
|
687
|
-
registryDependencies: ["date-fns
|
|
687
|
+
registryDependencies: ["date-fns"]
|
|
688
688
|
},
|
|
689
689
|
drawer: {
|
|
690
690
|
file: "ui/drawer.tsx",
|
|
@@ -787,7 +787,7 @@ var REGISTRY = {
|
|
|
787
787
|
description: "Charts using Recharts",
|
|
788
788
|
category: "Data Display",
|
|
789
789
|
dependencies: [],
|
|
790
|
-
registryDependencies: ["recharts
|
|
790
|
+
registryDependencies: ["recharts"]
|
|
791
791
|
},
|
|
792
792
|
slot: {
|
|
793
793
|
file: "ui/slot.tsx",
|