@uniformdev/design-system 20.8.2-alpha.21 → 20.9.0

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/esm/index.js CHANGED
@@ -10661,8 +10661,8 @@ var ObjectGridItemCardCover = (props) => {
10661
10661
  ) });
10662
10662
  }
10663
10663
  if ("icon" in props && props.icon) {
10664
- const { icon, iconColor } = props;
10665
- return /* @__PURE__ */ jsx101("div", { css: CoverContainer, children: /* @__PURE__ */ jsxs67("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...props, children: [
10664
+ const { icon, iconColor, ...rest } = props;
10665
+ return /* @__PURE__ */ jsx101("div", { css: CoverContainer, children: /* @__PURE__ */ jsxs67("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...rest, children: [
10666
10666
  /* @__PURE__ */ jsx101(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
10667
10667
  /* @__PURE__ */ jsx101(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
10668
10668
  ] }) });
package/dist/index.js CHANGED
@@ -12524,8 +12524,8 @@ var ObjectGridItemCardCover = (props) => {
12524
12524
  ) });
12525
12525
  }
12526
12526
  if ("icon" in props && props.icon) {
12527
- const { icon, iconColor } = props;
12528
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { css: CoverContainer, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...props, children: [
12527
+ const { icon, iconColor, ...rest } = props;
12528
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("div", { css: CoverContainer, children: /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...rest, children: [
12529
12529
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
12530
12530
  /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
12531
12531
  ] }) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.8.2-alpha.21+42bfa4ce42",
3
+ "version": "20.9.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -26,8 +26,8 @@
26
26
  "@storybook/theming": "^8.3.3",
27
27
  "@types/react": "18.3.11",
28
28
  "@types/react-dom": "18.3.1",
29
- "@uniformdev/canvas": "^20.8.2-alpha.21+42bfa4ce42",
30
- "@uniformdev/richtext": "^20.8.2-alpha.21+42bfa4ce42",
29
+ "@uniformdev/canvas": "^20.9.0",
30
+ "@uniformdev/richtext": "^20.9.0",
31
31
  "autoprefixer": "10.4.16",
32
32
  "hygen": "6.2.11",
33
33
  "postcss": "8.4.47",
@@ -77,5 +77,5 @@
77
77
  "publishConfig": {
78
78
  "access": "public"
79
79
  },
80
- "gitHead": "42bfa4ce42d4efdd35192096f1d4c23577e6cf2b"
80
+ "gitHead": "47e2e9af8e7e56d2c524c6057920fe6a9480a4a9"
81
81
  }