@quadient/design-tokens
Advanced tools
Comparing version 0.0.13 to 0.0.14
/** | ||
* Do not edit directly | ||
* Generated on Mon, 19 Jul 2021 13:51:27 GMT | ||
* Generated on Thu, 22 Jul 2021 14:27:41 GMT | ||
*/ | ||
@@ -472,2 +472,4 @@ | ||
export const SizingSpinner050 = 72; | ||
export const SizingDeviceDesktop = 1280; | ||
export const SizingDeviceDesktopLarge = 1440; | ||
export const Shadow100 = "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)"; | ||
@@ -474,0 +476,0 @@ export const Shadow200 = "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)"; |
/** | ||
* Do not edit directly | ||
* Generated on Mon, 19 Jul 2021 13:51:32 GMT | ||
* Generated on Thu, 22 Jul 2021 14:27:46 GMT | ||
*/ | ||
@@ -472,2 +472,4 @@ | ||
export const SizingSpinner050 = 72; | ||
export const SizingDeviceDesktop = 1280; | ||
export const SizingDeviceDesktopLarge = 1440; | ||
export const Shadow100 = "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)"; | ||
@@ -474,0 +476,0 @@ export const Shadow200 = "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)"; |
/** | ||
* Do not edit directly | ||
* Generated on Mon, 19 Jul 2021 13:51:37 GMT | ||
* Generated on Thu, 22 Jul 2021 14:27:50 GMT | ||
*/ | ||
@@ -472,2 +472,4 @@ | ||
export const SizingSpinner050 = 72; | ||
export const SizingDeviceDesktop = 1280; | ||
export const SizingDeviceDesktopLarge = 1440; | ||
export const Shadow100 = "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)"; | ||
@@ -474,0 +476,0 @@ export const Shadow200 = "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)"; |
@@ -468,2 +468,4 @@ { | ||
"SizingSpinner050": 72, | ||
"SizingDeviceDesktop": 1280, | ||
"SizingDeviceDesktopLarge": 1440, | ||
"Shadow100": "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)", | ||
@@ -470,0 +472,0 @@ "Shadow200": "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)", |
@@ -468,2 +468,4 @@ { | ||
"SizingSpinner050": 72, | ||
"SizingDeviceDesktop": 1280, | ||
"SizingDeviceDesktopLarge": 1440, | ||
"Shadow100": "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)", | ||
@@ -470,0 +472,0 @@ "Shadow200": "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)", |
@@ -468,2 +468,4 @@ { | ||
"SizingSpinner050": 72, | ||
"SizingDeviceDesktop": 1280, | ||
"SizingDeviceDesktopLarge": 1440, | ||
"Shadow100": "0 2px 3px 0 rgba(0,0,0,0.24), 0 1px 3px 0 rgba(0,0,0,0.16)", | ||
@@ -470,0 +472,0 @@ "Shadow200": "0 4px 6px 0 rgba(0,0,0,0.24), 0 2px 6px 0 rgba(0,0,0,0.16)", |
@@ -0,1 +1,7 @@ | ||
# 0.0.14 | ||
## Added | ||
- new tokens: | ||
`sizing-device-desktop: 1280px` | ||
`sizing-device-desktop-large: 1440px` | ||
# 0.0.13 | ||
@@ -2,0 +8,0 @@ ## Fixed |
@@ -0,0 +0,0 @@ const StyleDictionary = require("style-dictionary"); |
{ | ||
"name": "@quadient/design-tokens", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Quadient design tokens generator tool. As an output, various types of formats are generated based on configuration in json input files.", | ||
@@ -5,0 +5,0 @@ "main": "config.js", |
@@ -0,0 +0,0 @@ # @quadient/design-tokens |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -33,4 +33,8 @@ { | ||
"800": { "value": 200, "unit": "px" } | ||
}, | ||
"device": { | ||
"desktop": { "value": 1280, "unit": "px" }, | ||
"desktop-large": { "value": 1440, "unit": "px" } | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ { |
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5983
0
348398