@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 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: 30;
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: 30;
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;
@@ -464,7 +464,7 @@ exports.shared = [
464
464
  },
465
465
  {
466
466
  name: '--cui-z-index-popover',
467
- value: 30,
467
+ value: 1000,
468
468
  type: 'number',
469
469
  },
470
470
  {
@@ -461,7 +461,7 @@ export const shared = [
461
461
  },
462
462
  {
463
463
  name: '--cui-z-index-popover',
464
- value: 30,
464
+ value: 1000,
465
465
  type: 'number',
466
466
  },
467
467
  {
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: 30;
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: 30;
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: 30;
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: 30;
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.0",
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",