@esri/calcite-colors
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -5,2 +5,6 @@ # Change Log | ||
## 1.6.0 - 2019-12-05 | ||
* updated nomenclature for pressed to press. Keep consistent with hover/press vs hovered/pressed. | ||
* Added border color values for light and dark theme. border 1, 2, 3, hover, and press states. | ||
## 1.5.0 - 2019-10-18 | ||
@@ -7,0 +11,0 @@ * Added dark theme variables: |
@@ -469,38 +469,48 @@ { | ||
"ui-blue-hover": "#2890ce", | ||
"ui-blue-pressed": "#00619b", | ||
"ui-blue-press": "#00619b", | ||
"ui-green": "#35ac46", | ||
"ui-green-hover": "#50ba5f", | ||
"ui-green-pressed": "#288835", | ||
"ui-green-press": "#288835", | ||
"ui-yellow": "#edd317", | ||
"ui-yellow-hover": "#f9e54e", | ||
"ui-yellow-pressed": "#d9bc00", | ||
"ui-yellow-press": "#d9bc00", | ||
"ui-red": "#d83020", | ||
"ui-red-hover": "#e65240", | ||
"ui-red-pressed": "#7c1d13", | ||
"ui-red-press": "#7c1d13", | ||
"ui-background": "#f8f8f8", | ||
"ui-foreground": "#ffffff", | ||
"ui-foreground-hover": "#f3f3f3", | ||
"ui-foreground-pressed": "#eaeaea", | ||
"ui-foreground-press": "#eaeaea", | ||
"ui-text-1": "#151515", | ||
"ui-text-2": "#4a4a4a", | ||
"ui-text-3": "#6a6a6a", | ||
"ui-border-1": "#cacaca", | ||
"ui-border-2": "#dfdfdf", | ||
"ui-border-3": "#eaeaea", | ||
"ui-border-hover": "#9f9f9f", | ||
"ui-border-press": "#757575", | ||
"ui-blue-dark": "#00A0FF", | ||
"ui-blue-hover-dark": "#0087D7", | ||
"ui-blue-pressed-dark": "#47BBFF", | ||
"ui-blue-press-dark": "#47BBFF", | ||
"ui-green-dark": "#36DA43", | ||
"ui-green-hover-dark": "#11AD1D", | ||
"ui-green-pressed-dark": "#44ED51", | ||
"ui-green-press-dark": "#44ED51", | ||
"ui-yellow-dark": "#FFC900", | ||
"ui-yellow-hover-dark": "#F4B000", | ||
"ui-yellow-pressed-dark": "#FFE24D", | ||
"ui-yellow-press-dark": "#FFE24D", | ||
"ui-red-dark": "#FE583E", | ||
"ui-red-hover-dark": "#F3381B", | ||
"ui-red-pressed-dark": "#FF7465", | ||
"ui-red-press-dark": "#FF7465", | ||
"ui-background-dark": "#202020", | ||
"ui-foreground-dark": "#2b2b2b", | ||
"ui-foreground-hover-dark": "#353535", | ||
"ui-foreground-pressed-dark": "#404040", | ||
"ui-foreground-press-dark": "#404040", | ||
"ui-text-1-dark": "#ffffff", | ||
"ui-text-2-dark": "#bfbfbf", | ||
"ui-text-3-dark": "#9f9f9f" | ||
"ui-text-3-dark": "#9f9f9f", | ||
"ui-border-1-dark": "#4a4a4a", | ||
"ui-border-2-dark": "#404040", | ||
"ui-border-3-dark": "#353535", | ||
"ui-border-hover-dark": "#757575", | ||
"ui-border-press-dark": "#9f9f9f" | ||
} |
{ | ||
"name": "@esri/calcite-colors", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Authoritative color variables for Esri", | ||
@@ -5,0 +5,0 @@ "private": false, |
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
514
40451
7