@nulogy/tokens
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.13.1](https://github.com/nulogy/design-system/compare/v2.13.0...v2.13.1) (2020-06-05) | ||
### Bug Fixes | ||
* typo in zIndex tokens ([#669](https://github.com/nulogy/design-system/issues/669)) ([71207a0](https://github.com/nulogy/design-system/commit/71207a0bb98d31b812a7c5320c8dfee11c78ff52)) | ||
# [2.13.0](https://github.com/nulogy/design-system/compare/v2.12.1...v2.13.0) (2020-06-03) | ||
@@ -8,0 +19,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 03 Jun 2020 20:45:45 GMT | ||
* Generated on Fri, 05 Jun 2020 12:12:00 GMT | ||
*/ | ||
@@ -69,4 +69,4 @@ | ||
export const z_index_content = 100; | ||
export const z_index_tabs_scoll_indicator = 200; | ||
export const z_index_tabs_scroll_indicator = 200; | ||
export const z_index_tabs_bar = 210; | ||
export const z_index_overlay = 1000; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -19,3 +19,3 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"gitHead": "ef50c2bc09ee847739b40a14caf20cf54e9404fb" | ||
"gitHead": "74b60ee644ecc391006e09001f5ee137b1e4fc50" | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"tabsScollIndicator": { | ||
"tabsScrollIndicator": { | ||
"value": 200 | ||
@@ -9,0 +9,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17243