@engie-group/fluid-design-tokens
Advanced tools
Comparing version
@@ -7,2 +7,8 @@ # Changelog | ||
## 1.0.2 - 2021-02-02 | ||
### 🚀 Added | ||
* Add new tokens-color-palette.json containing main engie color palette | ||
### 🐛 Fixed | ||
* Placeholder input color tokens | ||
## 1.0.1 - 2020-11-10 | ||
@@ -9,0 +15,0 @@ ### 🚀 Added |
@@ -524,15 +524,15 @@ { | ||
"input": { | ||
"light": "#9e9e9e", | ||
"light": "#e0e0e0", | ||
"dark": "#758590", | ||
"disabled": { | ||
"light": "#e0e0e0", | ||
"light": "#bdbdbd", | ||
"dark": "rgba(255,255,255, .12)" | ||
}, | ||
"hover": { | ||
"light": "#757575", | ||
"dark": "#e0e0e0" | ||
"light": "#e0e0e0", | ||
"dark": "#758590" | ||
}, | ||
"focus": { | ||
"light": "#212121", | ||
"dark": "#e0e0e0" | ||
"light": "#e0e0e0", | ||
"dark": "#485d6c" | ||
} | ||
@@ -749,2 +749,6 @@ } | ||
}, | ||
"input": { | ||
"light": "#212121", | ||
"dark": "#e0e0e0" | ||
}, | ||
"progress": { | ||
@@ -751,0 +755,0 @@ "light": "#9e9e9e", |
{ | ||
"name": "@engie-group/fluid-design-tokens", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Fluid Design Tokens", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "2eb536cb8b3886df3149ab135eb55c1bd9c9d1fb" | ||
"gitHead": "24f3b0a4bcce4643a41f146219f6c02b771195b2" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"light": { | ||
"value": "{color.base.gray.500.light.value}" | ||
"value": "{color.base.gray.300.light.value}" | ||
}, | ||
@@ -14,3 +14,3 @@ "dark": { | ||
"light": { | ||
"value": "{color.base.gray.300.light.value}" | ||
"value": "{color.base.gray.400.light.value}" | ||
}, | ||
@@ -23,6 +23,6 @@ "dark": { | ||
"light": { | ||
"value": "{color.base.gray.600.light.value}" | ||
"value": "{color.base.gray.300.light.value}" | ||
}, | ||
"dark": { | ||
"value": "{color.base.gray.100.dark.value}" | ||
"value": "{color.base.gray.300.dark.value}" | ||
} | ||
@@ -32,6 +32,6 @@ }, | ||
"light": { | ||
"value": "{color.base.gray.900.light.value}" | ||
"value": "{color.base.gray.300.light.value}" | ||
}, | ||
"dark": { | ||
"value": "{color.base.gray.100.dark.value}" | ||
"value": "{color.base.gray.400.dark.value}" | ||
} | ||
@@ -38,0 +38,0 @@ } |
@@ -387,2 +387,10 @@ { | ||
}, | ||
"input": { | ||
"light": { | ||
"value": "{color.text.body.light.value}" | ||
}, | ||
"dark": { | ||
"value": "{color.text.body.dark.value}" | ||
} | ||
}, | ||
"progress": { | ||
@@ -389,0 +397,0 @@ "light": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
124025
6.16%24
4.35%3197
10.2%