moduix 0.8.4 → 0.8.5
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/components/PreviewCard/PreviewCard.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +31 -31
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -770,37 +770,37 @@ function nt({ className: t, ...n }) {
|
|
|
770
770
|
});
|
|
771
771
|
}
|
|
772
772
|
var H = {
|
|
773
|
-
inputGroup: "
|
|
774
|
-
input: "
|
|
775
|
-
trigger: "
|
|
776
|
-
clear: "
|
|
777
|
-
icon: "
|
|
778
|
-
iconSvg: "
|
|
779
|
-
backdrop: "
|
|
780
|
-
positioner: "
|
|
781
|
-
popup: "
|
|
782
|
-
arrow: "
|
|
783
|
-
arrowSvg: "
|
|
784
|
-
arrowFill: "
|
|
785
|
-
arrowOuterStroke: "
|
|
786
|
-
arrowInnerStroke: "
|
|
787
|
-
status: "
|
|
788
|
-
empty: "
|
|
789
|
-
list: "
|
|
790
|
-
row: "
|
|
791
|
-
item: "
|
|
792
|
-
separator: "
|
|
793
|
-
group: "
|
|
794
|
-
groupLabel: "
|
|
795
|
-
field: "
|
|
796
|
-
fieldLabel: "
|
|
797
|
-
controlActions: "
|
|
798
|
-
itemText: "
|
|
799
|
-
itemTextContent: "
|
|
800
|
-
itemTextIcon: "
|
|
801
|
-
itemTextLabel: "
|
|
802
|
-
fieldTrigger: "
|
|
803
|
-
inlineInputContainer: "
|
|
773
|
+
inputGroup: "_inputGroup_5tsx2_2",
|
|
774
|
+
input: "_input_5tsx2_2",
|
|
775
|
+
trigger: "_trigger_5tsx2_56",
|
|
776
|
+
clear: "_clear_5tsx2_57",
|
|
777
|
+
icon: "_icon_5tsx2_94",
|
|
778
|
+
iconSvg: "_iconSvg_5tsx2_104",
|
|
779
|
+
backdrop: "_backdrop_5tsx2_109",
|
|
780
|
+
positioner: "_positioner_5tsx2_127",
|
|
781
|
+
popup: "_popup_5tsx2_132",
|
|
782
|
+
arrow: "_arrow_5tsx2_171",
|
|
783
|
+
arrowSvg: "_arrowSvg_5tsx2_196",
|
|
784
|
+
arrowFill: "_arrowFill_5tsx2_203",
|
|
785
|
+
arrowOuterStroke: "_arrowOuterStroke_5tsx2_207",
|
|
786
|
+
arrowInnerStroke: "_arrowInnerStroke_5tsx2_214",
|
|
787
|
+
status: "_status_5tsx2_218",
|
|
788
|
+
empty: "_empty_5tsx2_242",
|
|
789
|
+
list: "_list_5tsx2_255",
|
|
790
|
+
row: "_row_5tsx2_289",
|
|
791
|
+
item: "_item_5tsx2_295",
|
|
792
|
+
separator: "_separator_5tsx2_356",
|
|
793
|
+
group: "_group_5tsx2_363",
|
|
794
|
+
groupLabel: "_groupLabel_5tsx2_367",
|
|
795
|
+
field: "_field_5tsx2_395",
|
|
796
|
+
fieldLabel: "_fieldLabel_5tsx2_401",
|
|
797
|
+
controlActions: "_controlActions_5tsx2_411",
|
|
798
|
+
itemText: "_itemText_5tsx2_421",
|
|
799
|
+
itemTextContent: "_itemTextContent_5tsx2_428",
|
|
800
|
+
itemTextIcon: "_itemTextIcon_5tsx2_437",
|
|
801
|
+
itemTextLabel: "_itemTextLabel_5tsx2_447",
|
|
802
|
+
fieldTrigger: "_fieldTrigger_5tsx2_454",
|
|
803
|
+
inlineInputContainer: "_inlineInputContainer_5tsx2_494"
|
|
804
804
|
}, rt = o.Root;
|
|
805
805
|
function it({ className: t, ...n }) {
|
|
806
806
|
return /* @__PURE__ */ e("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moduix",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.5",
|
|
4
4
|
"description": "Composable React UI components built on Base UI primitives.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"accessible",
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"clsx": "^2.1.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@base-ui/react": "^1.
|
|
57
|
-
"@types/node": "^25.
|
|
58
|
-
"@types/react": "^19.2.
|
|
56
|
+
"@base-ui/react": "^1.5.0",
|
|
57
|
+
"@types/node": "^25.9.1",
|
|
58
|
+
"@types/react": "^19.2.15",
|
|
59
59
|
"@types/react-dom": "^19.2.3",
|
|
60
|
-
"@vitejs/plugin-react": "^6.0.
|
|
60
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
61
61
|
"globals": "^17.6.0",
|
|
62
62
|
"react": "^19",
|
|
63
63
|
"react-dom": "^19",
|
|
64
64
|
"typescript": "~6.0.3",
|
|
65
|
-
"vite": "^8.0.
|
|
66
|
-
"vite-plugin-dts": "^5.0.
|
|
65
|
+
"vite": "^8.0.13",
|
|
66
|
+
"vite-plugin-dts": "^5.0.1",
|
|
67
67
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
68
68
|
"vite-plugin-svgr": "^5.2.0"
|
|
69
69
|
},
|