@marigold/components 7.5.1 → 7.5.2

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
@@ -661,7 +661,6 @@ var SearchInput = (0, import_react9.forwardRef)(
661
661
  {
662
662
  className: className == null ? void 0 : className.action,
663
663
  onPress: () => onClear == null ? void 0 : onClear(),
664
- slot: null,
665
664
  "aria-label": stringFormatter.format("Clear search"),
666
665
  excludeFromTabOrder: true,
667
666
  preventFocusOnPress: true,
@@ -1274,7 +1273,7 @@ var import_jsx_runtime30 = require("react/jsx-runtime");
1274
1273
  var Columns = ({
1275
1274
  space = 0,
1276
1275
  columns,
1277
- collapseAt,
1276
+ collapseAt = "0em",
1278
1277
  stretch,
1279
1278
  children,
1280
1279
  ...props
@@ -1299,7 +1298,7 @@ var Columns = ({
1299
1298
  "div",
1300
1299
  {
1301
1300
  className: (0, import_system27.cn)(
1302
- columns[idx] !== "fit" ? "flex-[--columnSize]" : "flex h-fit w-fit",
1301
+ columns[idx] === "fit" ? "flex h-fit w-fit" : "flex-[--columnSize]",
1303
1302
  "basis-[calc((var(--collapseAt)_-_100%)_*_999)]"
1304
1303
  ),
1305
1304
  style: (0, import_system27.createVar)({
package/dist/index.mjs CHANGED
@@ -560,7 +560,6 @@ var SearchInput = forwardRef5(
560
560
  {
561
561
  className: className == null ? void 0 : className.action,
562
562
  onPress: () => onClear == null ? void 0 : onClear(),
563
- slot: null,
564
563
  "aria-label": stringFormatter.format("Clear search"),
565
564
  excludeFromTabOrder: true,
566
565
  preventFocusOnPress: true,
@@ -1186,7 +1185,7 @@ import { jsx as jsx30 } from "react/jsx-runtime";
1186
1185
  var Columns = ({
1187
1186
  space = 0,
1188
1187
  columns,
1189
- collapseAt,
1188
+ collapseAt = "0em",
1190
1189
  stretch,
1191
1190
  children,
1192
1191
  ...props
@@ -1211,7 +1210,7 @@ var Columns = ({
1211
1210
  "div",
1212
1211
  {
1213
1212
  className: cn19(
1214
- columns[idx] !== "fit" ? "flex-[--columnSize]" : "flex h-fit w-fit",
1213
+ columns[idx] === "fit" ? "flex h-fit w-fit" : "flex-[--columnSize]",
1215
1214
  "basis-[calc((var(--collapseAt)_-_100%)_*_999)]"
1216
1215
  ),
1217
1216
  style: createVar7({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -42,9 +42,9 @@
42
42
  "@react-types/shared": "3.22.1",
43
43
  "@react-types/table": "3.9.3",
44
44
  "react-aria-components": "1.1.1",
45
- "@marigold/icons": "1.2.41",
46
- "@marigold/system": "7.5.1",
47
- "@marigold/types": "1.1.0"
45
+ "@marigold/icons": "1.2.42",
46
+ "@marigold/types": "1.1.0",
47
+ "@marigold/system": "7.5.2"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": "17.x || 18.x",