@quadient/design-tokens
Advanced tools
Comparing version 0.0.7 to 0.0.8
/** | ||
* Do not edit directly | ||
* Generated on Wed, 02 Jun 2021 09:58:47 GMT | ||
* Generated on Fri, 04 Jun 2021 13:23:36 GMT | ||
*/ | ||
@@ -116,2 +116,3 @@ | ||
export const ColorChartGrey300 = "#565656"; | ||
export const ColorChartGrey100 = "#dbdbdb"; | ||
export const ColorChartAmethystViolet500 = "#994cf2"; | ||
@@ -118,0 +119,0 @@ export const ColorChartAmethystViolet300 = "#b985f6"; |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 02 Jun 2021 09:58:51 GMT | ||
* Generated on Fri, 04 Jun 2021 13:23:41 GMT | ||
*/ | ||
@@ -73,3 +73,3 @@ | ||
export const ColorText300 = "#b8b8b8"; | ||
export const ColorText400 = "#b8b8b8"; | ||
export const ColorText400 = "#212121"; | ||
export const ColorTextLink = "#54a8c9"; | ||
@@ -117,2 +117,3 @@ export const ColorTextInteractive100 = "#212121"; | ||
export const ColorChartGrey300 = "#cacaca"; | ||
export const ColorChartGrey100 = "#454545"; | ||
export const ColorChartAmethystViolet500 = "#994cf2"; | ||
@@ -119,0 +120,0 @@ export const ColorChartAmethystViolet300 = "#723eaf"; |
/** | ||
* Do not edit directly | ||
* Generated on Wed, 02 Jun 2021 09:58:55 GMT | ||
* Generated on Fri, 04 Jun 2021 13:23:45 GMT | ||
*/ | ||
@@ -116,2 +116,3 @@ | ||
export const ColorChartGrey300 = "#565656"; | ||
export const ColorChartGrey100 = "#dbdbdb"; | ||
export const ColorChartAmethystViolet500 = "#994cf2"; | ||
@@ -118,0 +119,0 @@ export const ColorChartAmethystViolet300 = "#b985f6"; |
@@ -112,2 +112,3 @@ { | ||
"ColorChartGrey300": "#565656", | ||
"ColorChartGrey100": "#dbdbdb", | ||
"ColorChartAmethystViolet500": "#994cf2", | ||
@@ -114,0 +115,0 @@ "ColorChartAmethystViolet300": "#b985f6", |
@@ -69,3 +69,3 @@ { | ||
"ColorText300": "#b8b8b8", | ||
"ColorText400": "#b8b8b8", | ||
"ColorText400": "#212121", | ||
"ColorTextLink": "#54a8c9", | ||
@@ -113,2 +113,3 @@ "ColorTextInteractive100": "#212121", | ||
"ColorChartGrey300": "#cacaca", | ||
"ColorChartGrey100": "#454545", | ||
"ColorChartAmethystViolet500": "#994cf2", | ||
@@ -115,0 +116,0 @@ "ColorChartAmethystViolet300": "#723eaf", |
@@ -112,2 +112,3 @@ { | ||
"ColorChartGrey300": "#565656", | ||
"ColorChartGrey100": "#dbdbdb", | ||
"ColorChartAmethystViolet500": "#994cf2", | ||
@@ -114,0 +115,0 @@ "ColorChartAmethystViolet300": "#b985f6", |
@@ -0,1 +1,8 @@ | ||
# 0.0.8 | ||
## Added | ||
- new token `color-chart-grey-100` | ||
## Fixed | ||
- value of `color-text-400` token for dark theme | ||
# 0.0.7 | ||
@@ -2,0 +9,0 @@ ## Added |
{ | ||
"name": "@quadient/design-tokens", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"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", |
@@ -360,2 +360,5 @@ { | ||
}, | ||
"grey100": { | ||
"value": "{color.base.grey.200.value}" | ||
}, | ||
"amethyst-violet500": { | ||
@@ -362,0 +365,0 @@ "value": "{color.base.amethyst-violet.500.value}" |
@@ -204,3 +204,3 @@ { | ||
"400": { | ||
"value": "{color.base.grey.400.value}" | ||
"value": "{color.base.grey1000.value}" | ||
}, | ||
@@ -351,2 +351,5 @@ "link": { | ||
}, | ||
"grey100": { | ||
"value": "{color.base.grey.800.value}" | ||
}, | ||
"amethyst-violet500": { | ||
@@ -353,0 +356,0 @@ "value": "{color.base.amethyst-violet.500.value}" |
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
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
326549
5581