@nulogy/tokens
Advanced tools
Comparing version 4.10.2 to 4.11.0
@@ -0,1 +1,8 @@ | ||
# [4.11.0](https://github.com/nulogy/nds-tokens/compare/v4.10.2...v4.11.0) (2020-11-23) | ||
### Features | ||
* adds a zIndex for table headers ([1d51232](https://github.com/nulogy/nds-tokens/commit/1d512325b4cf5e2ae3a37a4a0722691175e8369f)) | ||
## [4.10.2](https://github.com/nulogy/nds-tokens/compare/v4.10.1...v4.10.2) (2020-10-22) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 22 Oct 2020 18:40:49 GMT | ||
* Generated on Mon, 23 Nov 2020 19:35:42 GMT | ||
*/ | ||
@@ -89,2 +89,3 @@ | ||
export const weight_font_bold = "600"; | ||
export const z_index_table_header = 10; | ||
export const z_index_content = 100; | ||
@@ -91,0 +92,0 @@ export const z_index_tabs_scroll_indicator = 200; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.10.2", | ||
"version": "4.11.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": { | ||
"tableHeader": { | ||
"value": 10 | ||
}, | ||
"content": { | ||
@@ -4,0 +7,0 @@ "value": 100 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25627
24
392