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/index.js CHANGED
@@ -770,37 +770,37 @@ function nt({ className: t, ...n }) {
770
770
  });
771
771
  }
772
772
  var H = {
773
- inputGroup: "_inputGroup_r6j2e_2",
774
- input: "_input_r6j2e_2",
775
- trigger: "_trigger_r6j2e_56",
776
- clear: "_clear_r6j2e_57",
777
- icon: "_icon_r6j2e_94",
778
- iconSvg: "_iconSvg_r6j2e_104",
779
- backdrop: "_backdrop_r6j2e_109",
780
- positioner: "_positioner_r6j2e_127",
781
- popup: "_popup_r6j2e_132",
782
- arrow: "_arrow_r6j2e_172",
783
- arrowSvg: "_arrowSvg_r6j2e_197",
784
- arrowFill: "_arrowFill_r6j2e_204",
785
- arrowOuterStroke: "_arrowOuterStroke_r6j2e_208",
786
- arrowInnerStroke: "_arrowInnerStroke_r6j2e_215",
787
- status: "_status_r6j2e_219",
788
- empty: "_empty_r6j2e_243",
789
- list: "_list_r6j2e_256",
790
- row: "_row_r6j2e_290",
791
- item: "_item_r6j2e_296",
792
- separator: "_separator_r6j2e_357",
793
- group: "_group_r6j2e_364",
794
- groupLabel: "_groupLabel_r6j2e_368",
795
- field: "_field_r6j2e_396",
796
- fieldLabel: "_fieldLabel_r6j2e_402",
797
- controlActions: "_controlActions_r6j2e_412",
798
- itemText: "_itemText_r6j2e_422",
799
- itemTextContent: "_itemTextContent_r6j2e_429",
800
- itemTextIcon: "_itemTextIcon_r6j2e_438",
801
- itemTextLabel: "_itemTextLabel_r6j2e_448",
802
- fieldTrigger: "_fieldTrigger_r6j2e_455",
803
- inlineInputContainer: "_inlineInputContainer_r6j2e_495"
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.4",
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.4.1",
57
- "@types/node": "^25.7.0",
58
- "@types/react": "^19.2.14",
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.1",
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.12",
66
- "vite-plugin-dts": "^5.0.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
  },