@marigold/components 7.3.0 → 7.3.1

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
@@ -952,7 +952,7 @@ var _ComboBox = (0, import_react17.forwardRef)(
952
952
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
953
953
  _Input,
954
954
  {
955
- action: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(_Button, { className: "absolute right-2 h-4 w-4 border-none bg-transparent p-0", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(ChevronDown, { className: "h-4 w-4" }) })
955
+ action: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(_Button, { className: "absolute right-2 size-4 border-none bg-transparent p-0", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(ChevronDown, { className: "size-4" }) })
956
956
  }
957
957
  ),
958
958
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(_Popover, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(_ListBox, { children }) })
@@ -2456,7 +2456,6 @@ var import_system54 = require("@marigold/system");
2456
2456
  var import_jsx_runtime65 = require("react/jsx-runtime");
2457
2457
  var _Select = (0, import_react35.forwardRef)(
2458
2458
  ({
2459
- width,
2460
2459
  disabled,
2461
2460
  required,
2462
2461
  items,
@@ -2486,7 +2485,7 @@ var _Select = (0, import_react35.forwardRef)(
2486
2485
  ),
2487
2486
  children: [
2488
2487
  /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react_aria_components43.SelectValue, {}),
2489
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronDown, { className: "h-4 w-4" })
2488
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ChevronDown, { className: "size-4" })
2490
2489
  ]
2491
2490
  }
2492
2491
  ),
@@ -2636,7 +2635,7 @@ var _Switch = (0, import_react37.forwardRef)(
2636
2635
  className: (0, import_system58.cn)(
2637
2636
  import_system58.width[width],
2638
2637
  "group/switch",
2639
- "flex items-center justify-between gap-[1ch]",
2638
+ "flex items-center gap-[1ch]",
2640
2639
  classNames2.container
2641
2640
  ),
2642
2641
  children: [
package/dist/index.mjs CHANGED
@@ -858,7 +858,7 @@ var _ComboBox = forwardRef9(
858
858
  /* @__PURE__ */ jsx21(
859
859
  _Input,
860
860
  {
861
- action: /* @__PURE__ */ jsx21(_Button, { className: "absolute right-2 h-4 w-4 border-none bg-transparent p-0", children: /* @__PURE__ */ jsx21(ChevronDown, { className: "h-4 w-4" }) })
861
+ action: /* @__PURE__ */ jsx21(_Button, { className: "absolute right-2 size-4 border-none bg-transparent p-0", children: /* @__PURE__ */ jsx21(ChevronDown, { className: "size-4" }) })
862
862
  }
863
863
  ),
864
864
  /* @__PURE__ */ jsx21(_Popover, { children: /* @__PURE__ */ jsx21(_ListBox, { children }) })
@@ -2414,7 +2414,6 @@ import { cn as cn35, useClassNames as useClassNames38 } from "@marigold/system";
2414
2414
  import { jsx as jsx65, jsxs as jsxs26 } from "react/jsx-runtime";
2415
2415
  var _Select = forwardRef17(
2416
2416
  ({
2417
- width,
2418
2417
  disabled,
2419
2418
  required,
2420
2419
  items,
@@ -2444,7 +2443,7 @@ var _Select = forwardRef17(
2444
2443
  ),
2445
2444
  children: [
2446
2445
  /* @__PURE__ */ jsx65(SelectValue, {}),
2447
- /* @__PURE__ */ jsx65(ChevronDown, { className: "h-4 w-4" })
2446
+ /* @__PURE__ */ jsx65(ChevronDown, { className: "size-4" })
2448
2447
  ]
2449
2448
  }
2450
2449
  ),
@@ -2611,7 +2610,7 @@ var _Switch = forwardRef19(
2611
2610
  className: cn39(
2612
2611
  twWidth4[width],
2613
2612
  "group/switch",
2614
- "flex items-center justify-between gap-[1ch]",
2613
+ "flex items-center gap-[1ch]",
2615
2614
  classNames2.container
2616
2615
  ),
2617
2616
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -42,8 +42,8 @@
42
42
  "@react-types/shared": "3.22.0",
43
43
  "@react-types/table": "3.9.2",
44
44
  "react-aria-components": "1.0.1",
45
- "@marigold/icons": "1.2.35",
46
- "@marigold/system": "7.3.0",
45
+ "@marigold/icons": "1.2.36",
46
+ "@marigold/system": "7.3.1",
47
47
  "@marigold/types": "1.1.0"
48
48
  },
49
49
  "peerDependencies": {