@nulogy/tokens
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -0,1 +1,8 @@ | ||
# [5.2.0](https://github.com/nulogy/nds-tokens/compare/v5.1.0...v5.2.0) (2022-02-01) | ||
### Features | ||
* add new z-index ([#47](https://github.com/nulogy/nds-tokens/issues/47)) ([45c6936](https://github.com/nulogy/nds-tokens/commit/45c6936512fd5550a14a1e82d8097c94f353aed8)) | ||
# [5.1.0](https://github.com/nulogy/nds-tokens/compare/v5.0.0...v5.1.0) (2021-11-10) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 10 Nov 2021 22:44:30 GMT | ||
* Generated on Tue, 01 Feb 2022 18:28:25 GMT | ||
*/ | ||
@@ -98,2 +98,3 @@ | ||
export const z_indices_overlay = 1000; | ||
export const z_indices_above_overlay = 1010; | ||
export const z_indices_open_control = 1000; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
@@ -27,2 +27,5 @@ { | ||
}, | ||
"aboveOverlay": { | ||
"value": 1010 | ||
}, | ||
"openControl": { | ||
@@ -29,0 +32,0 @@ "value": "{zIndices.overlay.value}" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28806
420