@uniformdev/design-system 20.7.1-alpha.16 → 20.7.1-alpha.23
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 +3 -2
- package/dist/index.js +3 -2
- package/package.json +4 -4
package/dist/esm/index.js
CHANGED
|
@@ -10480,6 +10480,7 @@ var ObjectGridItemMediaInner = css77`
|
|
|
10480
10480
|
flex: 1;
|
|
10481
10481
|
overflow: hidden;
|
|
10482
10482
|
height: 100%;
|
|
10483
|
+
z-index: 0;
|
|
10483
10484
|
`;
|
|
10484
10485
|
var ObjectGridItemContentWrapper = css77`
|
|
10485
10486
|
display: grid;
|
|
@@ -10660,8 +10661,8 @@ var ObjectGridItemCardCover = (props) => {
|
|
|
10660
10661
|
) });
|
|
10661
10662
|
}
|
|
10662
10663
|
if ("icon" in props && props.icon) {
|
|
10663
|
-
const { icon, iconColor } = props;
|
|
10664
|
-
return /* @__PURE__ */ jsx101("div", { css: CoverContainer, children: /* @__PURE__ */ jsxs67("div", { css: CoverIconWrapper, "data-testid": "object-grid-item-thumbnail", ...
|
|
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: [
|
|
10665
10666
|
/* @__PURE__ */ jsx101(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
|
|
10666
10667
|
/* @__PURE__ */ jsx101(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
|
|
10667
10668
|
] }) });
|
package/dist/index.js
CHANGED
|
@@ -12339,6 +12339,7 @@ var ObjectGridItemMediaInner = import_react118.css`
|
|
|
12339
12339
|
flex: 1;
|
|
12340
12340
|
overflow: hidden;
|
|
12341
12341
|
height: 100%;
|
|
12342
|
+
z-index: 0;
|
|
12342
12343
|
`;
|
|
12343
12344
|
var ObjectGridItemContentWrapper = import_react118.css`
|
|
12344
12345
|
display: grid;
|
|
@@ -12523,8 +12524,8 @@ var ObjectGridItemCardCover = (props) => {
|
|
|
12523
12524
|
) });
|
|
12524
12525
|
}
|
|
12525
12526
|
if ("icon" in props && props.icon) {
|
|
12526
|
-
const { icon, iconColor } = props;
|
|
12527
|
-
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", ...
|
|
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: [
|
|
12528
12529
|
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", css: CoverIconGhost }),
|
|
12529
12530
|
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(Icon, { icon, iconColor: iconColor != null ? iconColor : "currentColor", size: 48 })
|
|
12530
12531
|
] }) });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "20.7.1-alpha.
|
|
3
|
+
"version": "20.7.1-alpha.23+37257141fc",
|
|
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.
|
|
30
|
-
"@uniformdev/richtext": "^20.7.1-alpha.
|
|
29
|
+
"@uniformdev/canvas": "^20.7.1-alpha.23+37257141fc",
|
|
30
|
+
"@uniformdev/richtext": "^20.7.1-alpha.23+37257141fc",
|
|
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": "
|
|
80
|
+
"gitHead": "37257141fcca7a9e77b96fad775141380e9dffb0"
|
|
81
81
|
}
|