@powel/design-colors
Advanced tools
Comparing version 3.0.0-1611649280269 to 3.0.0-1611670896489
@@ -145,2 +145,12 @@ [ | ||
{ | ||
"name": "PRIMARY120", | ||
"palette": "primary", | ||
"textColors": [ | ||
{ | ||
"name": "WHITE", | ||
"rating": "AAA" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "ACCENT5", | ||
@@ -198,3 +208,3 @@ "palette": "accent", | ||
{ | ||
"name": "ACCENT125", | ||
"name": "ACCENT120", | ||
"palette": "accent", | ||
@@ -204,3 +214,3 @@ "textColors": [ | ||
"name": "WHITE", | ||
"rating": "AAA" | ||
"rating": "AA" | ||
} | ||
@@ -207,0 +217,0 @@ ] |
@@ -14,2 +14,3 @@ module.exports = { | ||
colorPrimary100: "#082b33", | ||
colorPrimary120: "#062228", | ||
colorAccent5: "#f3f9f9", | ||
@@ -19,3 +20,3 @@ colorAccent10: "#e7f2f3", | ||
colorAccent100: "#158388", | ||
colorAccent125: "#0f6265", | ||
colorAccent120: "#10686c", | ||
colorBlue10: "#e5effa", | ||
@@ -22,0 +23,0 @@ colorBlue50: "#7fb3e9", |
@@ -14,2 +14,3 @@ { | ||
"COLOR_PRIMARY100": "#082b33", | ||
"COLOR_PRIMARY120": "#062228", | ||
"COLOR_ACCENT5": "#f3f9f9", | ||
@@ -19,3 +20,3 @@ "COLOR_ACCENT10": "#e7f2f3", | ||
"COLOR_ACCENT100": "#158388", | ||
"COLOR_ACCENT125": "#0f6265", | ||
"COLOR_ACCENT120": "#10686c", | ||
"COLOR_BLUE10": "#e5effa", | ||
@@ -22,0 +23,0 @@ "COLOR_BLUE50": "#7fb3e9", |
@@ -13,2 +13,3 @@ export const colorBlack = "#000000"; | ||
export const colorPrimary100 = "#082b33"; | ||
export const colorPrimary120 = "#062228"; | ||
export const colorAccent5 = "#f3f9f9"; | ||
@@ -18,3 +19,3 @@ export const colorAccent10 = "#e7f2f3"; | ||
export const colorAccent100 = "#158388"; | ||
export const colorAccent125 = "#0f6265"; | ||
export const colorAccent120 = "#10686c"; | ||
export const colorBlue10 = "#e5effa"; | ||
@@ -21,0 +22,0 @@ export const colorBlue50 = "#7fb3e9"; |
@@ -8,4 +8,5 @@ { | ||
"PRIMARY100": "#082b33", | ||
"PRIMARY120": "#062228", | ||
"ACCENT100": "#158388", | ||
"ACCENT125": "#0f6265", | ||
"ACCENT120": "#10686c", | ||
"BLUE100": "#0068d3", | ||
@@ -12,0 +13,0 @@ "BLUE120": "#0057b1", |
{ | ||
"name": "@powel/design-colors", | ||
"version": "3.0.0-1611649280269", | ||
"version": "3.0.0-1611670896489", | ||
"description": "Color primitives for Powel design primitives", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
@@ -5,3 +5,3 @@ # design-colors | ||
![Screenshot](https://user-images.githubusercontent.com/927591/105818418-3226f580-5fb7-11eb-8ff2-3d69c67d5c1f.png) | ||
![Screenshot](https://user-images.githubusercontent.com/927591/105856370-792dde80-5fe9-11eb-8d7a-219820363544.png) | ||
@@ -41,4 +41,4 @@ ## Installation | ||
a { | ||
color: $color-accent125; | ||
color: $color-accent120; | ||
} | ||
``` |
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
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
81404
882