@nulogy/tokens
Advanced tools
Comparing version 4.13.1 to 4.14.0
@@ -0,1 +1,8 @@ | ||
# [4.14.0](https://github.com/nulogy/nds-tokens/compare/v4.13.1...v4.14.0) (2021-01-08) | ||
### Features | ||
* add navBar z-index token ([83b85d4](https://github.com/nulogy/nds-tokens/commit/83b85d48ac37f93d34c361872375b30633a814ec)) | ||
## [4.13.1](https://github.com/nulogy/nds-tokens/compare/v4.13.0...v4.13.1) (2021-01-08) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 08 Jan 2021 17:47:01 GMT | ||
* Generated on Fri, 08 Jan 2021 19:12:45 GMT | ||
*/ | ||
@@ -94,5 +94,6 @@ | ||
export const z_index_tabs_bar = 210; | ||
export const z_index_side_bar = 800; | ||
export const z_index_nav_bar = 900; | ||
export const z_index_overlay = 1000; | ||
export const z_index_open_control = 1000; | ||
export const z_index_side_bar = 999; | ||
export const z_indices_modal_header_and_footer = 2; | ||
@@ -103,4 +104,5 @@ export const z_indices_table_header = 10; | ||
export const z_indices_tabs_bar = 210; | ||
export const z_indices_side_bar = 800; | ||
export const z_indices_nav_bar = 900; | ||
export const z_indices_overlay = 1000; | ||
export const z_indices_open_control = 1000; | ||
export const z_indices_side_bar = 999; | ||
export const z_indices_open_control = 1000; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.13.1", | ||
"version": "4.14.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
@@ -18,2 +18,8 @@ { | ||
}, | ||
"sideBar": { | ||
"value": 800 | ||
}, | ||
"navBar": { | ||
"value": 900 | ||
}, | ||
"overlay": { | ||
@@ -24,7 +30,4 @@ "value": 1000 | ||
"value": "{zIndex.overlay.value}" | ||
}, | ||
"sideBar": { | ||
"value": 999 | ||
} | ||
} | ||
} |
@@ -18,2 +18,8 @@ { | ||
}, | ||
"sideBar": { | ||
"value": 800 | ||
}, | ||
"navBar": { | ||
"value": 900 | ||
}, | ||
"overlay": { | ||
@@ -24,7 +30,4 @@ "value": 1000 | ||
"value": "{zIndices.overlay.value}" | ||
}, | ||
"sideBar": { | ||
"value": 999 | ||
} | ||
} | ||
} |
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
28605
461