@uniformdev/design-system 19.213.1-alpha.0 → 19.213.1-alpha.14
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
|
@@ -14594,6 +14594,7 @@ var IntegrationHeaderSectionIcon = css43`
|
|
|
14594
14594
|
position: absolute;
|
|
14595
14595
|
inset: 0;
|
|
14596
14596
|
margin: auto;
|
|
14597
|
+
max-height: clamp(32px, calc(4vw + 1rem), 44px);
|
|
14597
14598
|
width: clamp(32px, calc(4vw + 1rem), 44px);
|
|
14598
14599
|
`;
|
|
14599
14600
|
var IntegrationHeaderSectionHexIcon = css43`
|
|
@@ -19060,7 +19061,7 @@ var CoverSelectedChip = css82`
|
|
|
19060
19061
|
import { Fragment as Fragment14, jsx as jsx106, jsxs as jsxs69 } from "@emotion/react/jsx-runtime";
|
|
19061
19062
|
var ObjectGridItemCardCover = (props) => {
|
|
19062
19063
|
if ("imageUrl" in props && props.imageUrl) {
|
|
19063
|
-
const { imageUrl, srcSet } = props;
|
|
19064
|
+
const { imageUrl, srcSet, ...otherProps } = props;
|
|
19064
19065
|
return /* @__PURE__ */ jsx106("div", { css: CoverContainer, children: /* @__PURE__ */ jsx106(
|
|
19065
19066
|
"img",
|
|
19066
19067
|
{
|
|
@@ -19071,7 +19072,7 @@ var ObjectGridItemCardCover = (props) => {
|
|
|
19071
19072
|
loading: "lazy",
|
|
19072
19073
|
role: "presentation",
|
|
19073
19074
|
"data-testid": "object-grid-item-thumbnail",
|
|
19074
|
-
...
|
|
19075
|
+
...otherProps
|
|
19075
19076
|
}
|
|
19076
19077
|
) });
|
|
19077
19078
|
}
|
package/dist/index.js
CHANGED
|
@@ -16358,6 +16358,7 @@ var IntegrationHeaderSectionIcon = import_react64.css`
|
|
|
16358
16358
|
position: absolute;
|
|
16359
16359
|
inset: 0;
|
|
16360
16360
|
margin: auto;
|
|
16361
|
+
max-height: clamp(32px, calc(4vw + 1rem), 44px);
|
|
16361
16362
|
width: clamp(32px, calc(4vw + 1rem), 44px);
|
|
16362
16363
|
`;
|
|
16363
16364
|
var IntegrationHeaderSectionHexIcon = import_react64.css`
|
|
@@ -20933,7 +20934,7 @@ var CoverSelectedChip = import_react124.css`
|
|
|
20933
20934
|
var import_jsx_runtime106 = require("@emotion/react/jsx-runtime");
|
|
20934
20935
|
var ObjectGridItemCardCover = (props) => {
|
|
20935
20936
|
if ("imageUrl" in props && props.imageUrl) {
|
|
20936
|
-
const { imageUrl, srcSet } = props;
|
|
20937
|
+
const { imageUrl, srcSet, ...otherProps } = props;
|
|
20937
20938
|
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("div", { css: CoverContainer, children: /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
20938
20939
|
"img",
|
|
20939
20940
|
{
|
|
@@ -20944,7 +20945,7 @@ var ObjectGridItemCardCover = (props) => {
|
|
|
20944
20945
|
loading: "lazy",
|
|
20945
20946
|
role: "presentation",
|
|
20946
20947
|
"data-testid": "object-grid-item-thumbnail",
|
|
20947
|
-
...
|
|
20948
|
+
...otherProps
|
|
20948
20949
|
}
|
|
20949
20950
|
) });
|
|
20950
20951
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.213.1-alpha.
|
|
3
|
+
"version": "19.213.1-alpha.14+c4550ca9ec",
|
|
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": "^19.213.1-alpha.
|
|
30
|
-
"@uniformdev/richtext": "^19.213.1-alpha.
|
|
29
|
+
"@uniformdev/canvas": "^19.213.1-alpha.14+c4550ca9ec",
|
|
30
|
+
"@uniformdev/richtext": "^19.213.1-alpha.14+c4550ca9ec",
|
|
31
31
|
"autoprefixer": "10.4.16",
|
|
32
32
|
"hygen": "6.2.11",
|
|
33
33
|
"postcss": "8.4.47",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c4550ca9ec413c467d404842e7873f0087b4e403"
|
|
83
83
|
}
|