@duetds/tokens
Advanced tools
Comparing version 1.0.0-alpha.10 to 1.0.0-alpha.11
@@ -37,2 +37,3 @@ module.exports = { | ||
fontSizeSmall: "14px", | ||
fontSizeXSmall: "12px", | ||
radiusDefault: "4px", | ||
@@ -39,0 +40,0 @@ radiusCircle: "50%", |
@@ -85,3 +85,3 @@ { | ||
"type": "color", | ||
"description": "Light blue that is 5% tint of the primary blue. Accessible when secondary blue is used as a text color. Commonly used to indicate a hover state of item with white background.", | ||
"description": "Light blue that is 5% tint of the primary blue. Accessible when secondary blue is used as the text color. Commonly used to indicate a hover state of item with white background.", | ||
"category": "color" | ||
@@ -97,3 +97,3 @@ }, | ||
"type": "color", | ||
"description": "Light blue that is 10% tint of the primary blue. Accessible when secondary blue is used as a text color. Used for the dark end of background gradients.", | ||
"description": "Light blue that is 10% tint of the primary blue. Accessible when secondary blue is used as the text color. Used for the dark end of background gradients.", | ||
"category": "color" | ||
@@ -174,3 +174,3 @@ }, | ||
"type": "color", | ||
"description": "Dark primary blue that is accessible with light primary blue. Used as the body text color.", | ||
"description": "Secondary blue that is accessible with light, lighter and lightest primary blue. Used as the body text color.", | ||
"category": "color" | ||
@@ -196,3 +196,3 @@ }, | ||
"type": "color", | ||
"description": "Light blue that is 20% tint of the primary blue. Accessible when secondary blue is used as a text color. Used for date hovers and in-between date ranges.", | ||
"description": "Light blue that is 20% tint of the primary blue. Accessible when secondary blue is used as the text color. Used for date hovers and in-between date ranges.", | ||
"category": "color" | ||
@@ -364,2 +364,11 @@ }, | ||
"type": "number", | ||
"category": "font-size", | ||
"value": "12px", | ||
"title": "Font Size: X-Small", | ||
"description": "X-Small font size that is only used in native iOS and Android applications.", | ||
"status": "ready", | ||
"name": "fontSizeXSmall" | ||
}, | ||
{ | ||
"type": "number", | ||
"category": "border-radius", | ||
@@ -842,3 +851,3 @@ "value": "4px", | ||
"type": "color", | ||
"description": "Light red that is 5% tint of the primary red. Accessible when secondary black is used as a text color. Commonly used to indicate a hover state of item with white background.", | ||
"description": "Light red that is 5% tint of the primary red. Accessible when secondary black is used as the text color. Commonly used to indicate a hover state of item with white background.", | ||
"category": "color" | ||
@@ -874,3 +883,3 @@ }, | ||
"type": "color", | ||
"description": "Light red that is 10% tint of the primary red. Accessible when secondary black is used as a text color.", | ||
"description": "Light red that is 10% tint of the primary red. Accessible when secondary black is used as the text color.", | ||
"category": "color" | ||
@@ -890,2 +899,3 @@ }, | ||
{ | ||
"theme": "turva", | ||
"name": "colorGrayLightestTurva", | ||
@@ -940,3 +950,3 @@ "order": "15", | ||
"type": "color", | ||
"description": "Non-accessible brand grey that is used in Turva logo and print materials.", | ||
"description": "Non-accessible brand gray that is used in Turva logo and print materials.", | ||
"category": "color" | ||
@@ -973,3 +983,3 @@ }, | ||
"type": "color", | ||
"description": "Light red that is 20% tint of the primary red. Accessible when secondary black is used as a text color. Most commonly used to indicate a hover state of item with white background.", | ||
"description": "Light red that is 20% tint of the primary red. Accessible when secondary black is used as the text color.", | ||
"category": "color" | ||
@@ -976,0 +986,0 @@ }, |
@@ -37,2 +37,3 @@ { | ||
"font_size_small": "14px", | ||
"font_size_x_small": "12px", | ||
"radius_default": "4px", | ||
@@ -39,0 +40,0 @@ "radius_circle": "50%", |
{ | ||
"name": "@duetds/tokens", | ||
"version": "1.0.0-alpha.10", | ||
"version": "1.0.0-alpha.11", | ||
"description": "This package includes Duet Design System tokens and related tools.", | ||
@@ -45,3 +45,3 @@ "author": "Viljami Salminen <ext-viljami.salminen@lahitapiola.fi>", | ||
}, | ||
"gitHead": "3a4c2871699a8a3f2e12eef963ccae526400c078" | ||
"gitHead": "409bfc8e3793c0148390ef35e703b0c1eb641724" | ||
} |
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
203599
1365