@nulogy/tokens
Advanced tools
Comparing version 4.14.1 to 5.0.0
@@ -0,1 +1,13 @@ | ||
# [5.0.0](https://github.com/nulogy/nds-tokens/compare/v4.14.1...v5.0.0) (2021-04-16) | ||
### Bug Fixes | ||
* removes` zIndex` object, it is replaced with `zIndices` ([#25](https://github.com/nulogy/nds-tokens/issues/25)) ([eeb9336](https://github.com/nulogy/nds-tokens/commit/eeb93367c3350136957edb60cec4d357915a7bd6)) | ||
### BREAKING CHANGES | ||
* the zIndex object in the theme has been replaced with zIndices. Please replace references to theme.zIndex to theme.zIndices | ||
## [4.14.1](https://github.com/nulogy/nds-tokens/compare/v4.14.0...v4.14.1) (2021-01-26) | ||
@@ -2,0 +14,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Tue, 26 Jan 2021 19:44:57 GMT | ||
* Generated on Fri, 16 Apr 2021 20:04:03 GMT | ||
*/ | ||
@@ -89,11 +89,2 @@ | ||
export const weight_font_bold = "600"; | ||
export const z_index_modal_header_and_footer = 2; | ||
export const z_index_table_header = 10; | ||
export const z_index_content = 100; | ||
export const z_index_tabs_scroll_indicator = 200; | ||
export const z_index_tabs_bar = 210; | ||
export const z_index_sidebar = 800; | ||
export const z_index_nav_bar = 900; | ||
export const z_index_overlay = 1000; | ||
export const z_index_open_control = 1000; | ||
export const z_indices_modal_header_and_footer = 2; | ||
@@ -100,0 +91,0 @@ export const z_indices_table_header = 10; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.14.1", | ||
"version": "5.0.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27942
24
412