@sumup-oss/design-tokens 9.0.0-next.0 → 9.0.0-next.1
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/dark.css +2 -2
- package/dist/cjs/themes/shared.js +1 -1
- package/dist/es/themes/shared.js +1 -1
- package/dynamic.css +2 -2
- package/light.css +2 -2
- package/package.json +1 -1
package/dark.css
CHANGED
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
--cui-z-index-default: 0;
|
|
225
225
|
--cui-z-index-absolute: 1;
|
|
226
226
|
--cui-z-index-input: 20;
|
|
227
|
-
--cui-z-index-popover:
|
|
227
|
+
--cui-z-index-popover: 1000;
|
|
228
228
|
--cui-z-index-tooltip: 40;
|
|
229
229
|
--cui-z-index-header: 600;
|
|
230
230
|
--cui-z-index-backdrop: 700;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
--cui-z-index-default: 0;
|
|
460
460
|
--cui-z-index-absolute: 1;
|
|
461
461
|
--cui-z-index-input: 20;
|
|
462
|
-
--cui-z-index-popover:
|
|
462
|
+
--cui-z-index-popover: 1000;
|
|
463
463
|
--cui-z-index-tooltip: 40;
|
|
464
464
|
--cui-z-index-header: 600;
|
|
465
465
|
--cui-z-index-backdrop: 700;
|
package/dist/es/themes/shared.js
CHANGED
package/dynamic.css
CHANGED
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
--cui-z-index-default: 0;
|
|
225
225
|
--cui-z-index-absolute: 1;
|
|
226
226
|
--cui-z-index-input: 20;
|
|
227
|
-
--cui-z-index-popover:
|
|
227
|
+
--cui-z-index-popover: 1000;
|
|
228
228
|
--cui-z-index-tooltip: 40;
|
|
229
229
|
--cui-z-index-header: 600;
|
|
230
230
|
--cui-z-index-backdrop: 700;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
--cui-z-index-default: 0;
|
|
460
460
|
--cui-z-index-absolute: 1;
|
|
461
461
|
--cui-z-index-input: 20;
|
|
462
|
-
--cui-z-index-popover:
|
|
462
|
+
--cui-z-index-popover: 1000;
|
|
463
463
|
--cui-z-index-tooltip: 40;
|
|
464
464
|
--cui-z-index-header: 600;
|
|
465
465
|
--cui-z-index-backdrop: 700;
|
package/light.css
CHANGED
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
--cui-z-index-default: 0;
|
|
225
225
|
--cui-z-index-absolute: 1;
|
|
226
226
|
--cui-z-index-input: 20;
|
|
227
|
-
--cui-z-index-popover:
|
|
227
|
+
--cui-z-index-popover: 1000;
|
|
228
228
|
--cui-z-index-tooltip: 40;
|
|
229
229
|
--cui-z-index-header: 600;
|
|
230
230
|
--cui-z-index-backdrop: 700;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
--cui-z-index-default: 0;
|
|
460
460
|
--cui-z-index-absolute: 1;
|
|
461
461
|
--cui-z-index-input: 20;
|
|
462
|
-
--cui-z-index-popover:
|
|
462
|
+
--cui-z-index-popover: 1000;
|
|
463
463
|
--cui-z-index-tooltip: 40;
|
|
464
464
|
--cui-z-index-header: 600;
|
|
465
465
|
--cui-z-index-backdrop: 700;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sumup-oss/design-tokens",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.1",
|
|
4
4
|
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|