@haiilo/catalyst-tokens 6.2.3 → 6.3.0
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/css/variables.css
CHANGED
package/dist/export/figma.json
CHANGED
package/dist/export/theme.json
CHANGED
package/dist/js/variables.js
CHANGED
|
@@ -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 =
|
|
243
|
+
export const zIndexBase = 1000;
|
|
244
244
|
export const zIndexDropdown = 100;
|
|
245
245
|
export const zIndexTooltip = 200;
|
package/dist/json/variables.json
CHANGED
|
@@ -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,
|
|
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;
|