@nulogy/tokens
Advanced tools
Comparing version 4.11.0 to 4.12.0
@@ -0,1 +1,8 @@ | ||
# [4.12.0](https://github.com/nulogy/nds-tokens/compare/v4.11.0...v4.12.0) (2020-12-17) | ||
### Features | ||
* adds a zIndex for modal headers and open controls ([69f33ff](https://github.com/nulogy/nds-tokens/commit/69f33ff1c8ad86dfbba7de344cb4c80d98859ac4)) | ||
# [4.11.0](https://github.com/nulogy/nds-tokens/compare/v4.10.2...v4.11.0) (2020-11-23) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Mon, 23 Nov 2020 19:35:42 GMT | ||
* Generated on Thu, 17 Dec 2020 18:22:27 GMT | ||
*/ | ||
@@ -89,2 +89,3 @@ | ||
export const weight_font_bold = "600"; | ||
export const z_index_modal_header_and_footer = 2; | ||
export const z_index_table_header = 10; | ||
@@ -94,2 +95,3 @@ export const z_index_content = 100; | ||
export const z_index_tabs_bar = 210; | ||
export const z_index_overlay = 1000; | ||
export const z_index_overlay = 1000; | ||
export const z_index_open_control = 1000; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
{ | ||
"zIndex": { | ||
"modalHeaderAndFooter": { | ||
"value": 2 | ||
}, | ||
"tableHeader": { | ||
@@ -17,4 +20,7 @@ "value": 10 | ||
"value": 1000 | ||
}, | ||
"openControl": { | ||
"value": "{zIndex.overlay.value}" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26234
402