@nulogy/tokens
Advanced tools
Comparing version 4.12.0 to 4.13.0
@@ -0,1 +1,8 @@ | ||
# [4.13.0](https://github.com/nulogy/nds-tokens/compare/v4.12.0...v4.13.0) (2021-01-08) | ||
### Features | ||
* add sideBar z-index ([0ad9030](https://github.com/nulogy/nds-tokens/commit/0ad90306d8610644c0455454e790e9bc3d94bc31)) | ||
# [4.12.0](https://github.com/nulogy/nds-tokens/compare/v4.11.0...v4.12.0) (2020-12-17) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 17 Dec 2020 18:22:27 GMT | ||
* Generated on Fri, 08 Jan 2021 17:25:42 GMT | ||
*/ | ||
@@ -95,2 +95,3 @@ | ||
export const z_index_overlay = 1000; | ||
export const z_index_open_control = 1000; | ||
export const z_index_open_control = 1000; | ||
export const z_index_side_bar = 999; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.12.0", | ||
"version": "4.13.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
@@ -23,4 +23,7 @@ { | ||
"value": "{zIndex.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
26590
407