@uniformdev/design-system 20.8.2-alpha.15 → 20.8.2-alpha.21

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
@@ -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;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.8.2-alpha.15+b4a01d41ab",
3
+ "version": "20.8.2-alpha.21+42bfa4ce42",
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.8.2-alpha.15+b4a01d41ab",
30
- "@uniformdev/richtext": "^20.8.2-alpha.15+b4a01d41ab",
29
+ "@uniformdev/canvas": "^20.8.2-alpha.21+42bfa4ce42",
30
+ "@uniformdev/richtext": "^20.8.2-alpha.21+42bfa4ce42",
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": "b4a01d41abbf17cd016abbc04e9d849c56856c13"
80
+ "gitHead": "42bfa4ce42d4efdd35192096f1d4c23577e6cf2b"
81
81
  }