@uniformdev/design-system 19.35.1-alpha.0 → 19.35.1-alpha.8

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
@@ -173,6 +173,7 @@ var Theme = ({ disableReset = false }) => {
173
173
  --error-10: rgba(184, 50, 46, 0.1);
174
174
 
175
175
  /* z-indexs */
176
+ --z-1: 1;
176
177
  --z-10: 10;
177
178
  --z-20: 20;
178
179
  --z-drawer: 50;
@@ -11858,7 +11859,7 @@ var CardMenu = css26`
11858
11859
  position: absolute;
11859
11860
  top: var(--spacing-md);
11860
11861
  right: var(--spacing-md);
11861
- z-index: var(--z-10);
11862
+ z-index: var(--z-1);
11862
11863
  transition: color var(--duration-fast) var(--timing-ease-out);
11863
11864
 
11864
11865
  &:hover,
package/dist/index.js CHANGED
@@ -405,6 +405,7 @@ var Theme = ({ disableReset = false }) => {
405
405
  --error-10: rgba(184, 50, 46, 0.1);
406
406
 
407
407
  /* z-indexs */
408
+ --z-1: 1;
408
409
  --z-10: 10;
409
410
  --z-20: 20;
410
411
  --z-drawer: 50;
@@ -12086,7 +12087,7 @@ var CardMenu = import_react34.css`
12086
12087
  position: absolute;
12087
12088
  top: var(--spacing-md);
12088
12089
  right: var(--spacing-md);
12089
- z-index: var(--z-10);
12090
+ z-index: var(--z-1);
12090
12091
  transition: color var(--duration-fast) var(--timing-ease-out);
12091
12092
 
12092
12093
  &:hover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.35.1-alpha.0+a014a056d",
3
+ "version": "19.35.1-alpha.8+a708c0c03",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@storybook/react": "6.5.16",
25
25
  "@types/react": "18.2.7",
26
26
  "@types/react-dom": "18.2.4",
27
- "@uniformdev/canvas": "^19.35.1-alpha.0+a014a056d",
28
- "@uniformdev/richtext": "^19.35.1-alpha.0+a014a056d",
27
+ "@uniformdev/canvas": "^19.35.1-alpha.8+a708c0c03",
28
+ "@uniformdev/richtext": "^19.35.1-alpha.8+a708c0c03",
29
29
  "autoprefixer": "10.4.14",
30
30
  "hygen": "6.2.11",
31
31
  "postcss": "8.4.24",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "a014a056d438287f661292e7ff6a9d32bb58488f"
71
+ "gitHead": "a708c0c034aa8375d0bd74e9f619319955b63a19"
72
72
  }