@uniformdev/design-system 19.211.1-alpha.2 → 19.211.1-alpha.4

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
@@ -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
- ...props
19075
+ ...otherProps
19075
19076
  }
19076
19077
  ) });
19077
19078
  }
@@ -19582,6 +19583,7 @@ var inputIconBtn = css88`
19582
19583
  &[aria-disabled='true'] {
19583
19584
  background: none;
19584
19585
  color: currentColor;
19586
+ cursor: default;
19585
19587
  }
19586
19588
 
19587
19589
  &:focus {
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
- ...props
20948
+ ...otherProps
20948
20949
  }
20949
20950
  ) });
20950
20951
  }
@@ -21480,6 +21481,7 @@ var inputIconBtn = import_react131.css`
21480
21481
  &[aria-disabled='true'] {
21481
21482
  background: none;
21482
21483
  color: currentColor;
21484
+ cursor: default;
21483
21485
  }
21484
21486
 
21485
21487
  &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.211.1-alpha.2+498f57ab58",
3
+ "version": "19.211.1-alpha.4+213f2551e6",
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.211.1-alpha.2+498f57ab58",
30
- "@uniformdev/richtext": "^19.211.1-alpha.2+498f57ab58",
29
+ "@uniformdev/canvas": "^19.211.1-alpha.4+213f2551e6",
30
+ "@uniformdev/richtext": "^19.211.1-alpha.4+213f2551e6",
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": "498f57ab585765304de6e7bf46d6c5408b9c03e2"
82
+ "gitHead": "213f2551e6e6581792e683cbdb80e3c467a0386d"
83
83
  }