@uniformdev/design-system 20.7.1-alpha.14 → 20.8.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/esm/index.js CHANGED
@@ -10446,8 +10446,8 @@ var ObjectGridItemCardCover = (props) => {
10446
10446
  ) });
10447
10447
  }
10448
10448
  if ("icon" in props && props.icon) {
10449
- const { icon, iconColor, ...rest } = props;
10450
- return /* @__PURE__ */ jsx99("div", { css: CoverContainer, children: /* @__PURE__ */ jsxs66("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...rest, children: [
10449
+ const { icon, iconColor } = props;
10450
+ return /* @__PURE__ */ jsx99("div", { css: CoverContainer, children: /* @__PURE__ */ jsxs66("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...props, children: [
10451
10451
  /* @__PURE__ */ jsx99(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
10452
10452
  /* @__PURE__ */ jsx99(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
10453
10453
  ] }) });
package/dist/index.js CHANGED
@@ -12296,8 +12296,8 @@ var ObjectGridItemCardCover = (props) => {
12296
12296
  ) });
12297
12297
  }
12298
12298
  if ("icon" in props && props.icon) {
12299
- const { icon, iconColor, ...rest } = props;
12300
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { css: CoverContainer, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...rest, children: [
12299
+ const { icon, iconColor } = props;
12300
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { css: CoverContainer, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...props, children: [
12301
12301
  /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
12302
12302
  /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
12303
12303
  ] }) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.7.1-alpha.14+60f5dc825c",
3
+ "version": "20.8.1",
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.7.1-alpha.14+60f5dc825c",
30
- "@uniformdev/richtext": "^20.7.1-alpha.14+60f5dc825c",
29
+ "@uniformdev/canvas": "^20.8.1",
30
+ "@uniformdev/richtext": "^20.8.1",
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": "60f5dc825c94de66d7593877448296c598c3c10d"
80
+ "gitHead": "7f4a0fc0650b043561f32bedc6c4cc18683df111"
81
81
  }