@ebot7/edem-tokens
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -116,6 +116,6 @@ [ | ||
"value": "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)", | ||
"description": "The combined shadow value is used to distinct a small (dropdown, toast...) element which goes above others.", | ||
"description": "The combined shadow value is used to distinct a small (popover, toast...) element which goes above others.", | ||
"original": { | ||
"value": "0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07), 0 2px 6px 0 rgba(0, 41, 77, 0.07)", | ||
"description": "The combined shadow value is used to distinct a small (dropdown, toast...) element which goes above others." | ||
"description": "The combined shadow value is used to distinct a small (popover, toast...) element which goes above others." | ||
}, | ||
@@ -2212,17 +2212,17 @@ "name": "token-box-shadow-element", | ||
}, | ||
"name": "token-z-index-dropdown", | ||
"name": "token-z-index-popover", | ||
"attributes": { | ||
"category": "z-index", | ||
"type": "dropdown" | ||
"type": "popover" | ||
}, | ||
"path": [ | ||
"z-index", | ||
"dropdown" | ||
"popover" | ||
], | ||
"title": "Dropdown", | ||
"title": "Popover", | ||
"contrast": {}, | ||
"variables": { | ||
"js": "TOKEN_Z_INDEX_DROPDOWN", | ||
"scss": "$token-z-index-dropdown", | ||
"css": "var(--token-z-index-dropdown)" | ||
"js": "TOKEN_Z_INDEX_POPOVER", | ||
"scss": "$token-z-index-popover", | ||
"css": "var(--token-z-index-popover)" | ||
} | ||
@@ -2229,0 +2229,0 @@ }, |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 04 Feb 2021 10:46:33 GMT | ||
* Generated on Mon, 15 Feb 2021 07:52:52 GMT | ||
*/ | ||
@@ -95,5 +95,5 @@ | ||
export const TOKEN_Z_INDEX_TOAST = "1200"; | ||
export const TOKEN_Z_INDEX_DROPDOWN = "1300"; | ||
export const TOKEN_Z_INDEX_POPOVER = "1300"; | ||
export const TOKEN_Z_INDEX_SPINNER = "1400"; | ||
export const TOKEN_Z_INDEX_MODAL = "1500"; | ||
export const TOKEN_Z_INDEX_POPUP = "1600"; |
@@ -91,3 +91,3 @@ { | ||
"token-z-index-toast": "1200", | ||
"token-z-index-dropdown": "1300", | ||
"token-z-index-popover": "1300", | ||
"token-z-index-spinner": "1400", | ||
@@ -94,0 +94,0 @@ "token-z-index-modal": "1500", |
{ | ||
"name": "@ebot7/edem-tokens", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"main": "index.js", | ||
@@ -19,3 +19,3 @@ "files": [ | ||
}, | ||
"gitHead": "69f148799e1dbe2f7d2f321280c9403076b0efc1" | ||
"gitHead": "45a2292bc8f7c538fa8634a0c4ff9d87a5333769" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81698