@uniformdev/design-system 19.108.0 → 19.112.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
@@ -16965,7 +16965,7 @@ var MediaCard = ({
16965
16965
  ariaLabel: "Details",
16966
16966
  iconColor: "default",
16967
16967
  tabIndex: 0,
16968
- css: { display: "block" },
16968
+ css: { display: "block", maxWidth: "20rem" },
16969
16969
  children: /* @__PURE__ */ jsx93("div", { children: infoPopover })
16970
16970
  }
16971
16971
  ) })
package/dist/index.js CHANGED
@@ -18760,7 +18760,7 @@ var MediaCard = ({
18760
18760
  ariaLabel: "Details",
18761
18761
  iconColor: "default",
18762
18762
  tabIndex: 0,
18763
- css: { display: "block" },
18763
+ css: { display: "block", maxWidth: "20rem" },
18764
18764
  children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { children: infoPopover })
18765
18765
  }
18766
18766
  ) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.108.0",
3
+ "version": "19.112.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "@storybook/react": "6.5.16",
24
24
  "@types/react": "18.2.40",
25
25
  "@types/react-dom": "18.2.17",
26
- "@uniformdev/canvas": "^19.108.0",
27
- "@uniformdev/richtext": "^19.108.0",
26
+ "@uniformdev/canvas": "^19.112.0",
27
+ "@uniformdev/richtext": "^19.112.0",
28
28
  "autoprefixer": "10.4.16",
29
29
  "hygen": "6.2.11",
30
30
  "postcss": "8.4.32",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "32dafb59a9f4c2ffb855771f8b932781aabb600f"
73
+ "gitHead": "9b19186355f37ca26ab16abf7913381e529cc1f2"
74
74
  }