@haiilo/catalyst-tokens 6.2.3 → 6.3.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.
@@ -241,7 +241,7 @@
241
241
  --cat-time-duration-l: 1000ms;
242
242
  --cat-time-duration-m: 500ms;
243
243
  --cat-time-duration-s: 250ms;
244
- --cat-z-index-base: 0;
244
+ --cat-z-index-base: 1000;
245
245
  --cat-z-index-dropdown: 100;
246
246
  --cat-z-index-tooltip: 200;
247
247
  }
@@ -886,7 +886,7 @@
886
886
  "z-index": {
887
887
  "base": {
888
888
  "$type": "number",
889
- "$value": 0
889
+ "$value": 1000
890
890
  },
891
891
  "dropdown": {
892
892
  "$type": "number",
@@ -301,6 +301,6 @@
301
301
  },
302
302
  "z-index": {
303
303
  "$type": "number",
304
- "$value": 0
304
+ "$value": 1000
305
305
  }
306
306
  }
@@ -1050,7 +1050,7 @@
1050
1050
  "z-index": {
1051
1051
  "base": {
1052
1052
  "$type": "number",
1053
- "$value": 0
1053
+ "$value": 1000
1054
1054
  },
1055
1055
  "dropdown": {
1056
1056
  "$type": "number",
@@ -240,6 +240,6 @@ export const timeDelayS = 125;
240
240
  export const timeDurationL = 1000;
241
241
  export const timeDurationM = 500;
242
242
  export const timeDurationS = 250;
243
- export const zIndexBase = 0;
243
+ export const zIndexBase = 1000;
244
244
  export const zIndexDropdown = 100;
245
245
  export const zIndexTooltip = 200;
@@ -334,7 +334,7 @@
334
334
  }
335
335
  },
336
336
  "z-index": {
337
- "base": 0,
337
+ "base": 1000,
338
338
  "dropdown": 100,
339
339
  "tooltip": 200
340
340
  }
@@ -5,7 +5,7 @@
5
5
 
6
6
  $cat-z-index-tooltip: 200 !default;
7
7
  $cat-z-index-dropdown: 100 !default;
8
- $cat-z-index-base: var(--cat-z-index, 0) !default;
8
+ $cat-z-index-base: var(--cat-z-index, 1000) !default;
9
9
  $cat-time-duration-s: 250ms !default;
10
10
  $cat-time-duration-m: 500ms !default;
11
11
  $cat-time-duration-l: 1000ms !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-tokens",
3
- "version": "6.2.3",
3
+ "version": "6.3.1",
4
4
  "description": "Design tokens for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {