Releases: Esri/calcite-colors
Releases · Esri/calcite-colors
v6.1.0
What's Changed
- feat: add text highlight colors by @eriklharper in #79
New Contributors
- @eriklharper made their first contribution in #79
Full Changelog: v6.0.1...v6.1.0
v6.0.1
What's Changed
- feat: Remove border conflicts with bg's, update Sass vars hex values by @caripizza in #71
- added license.md for about section by @julio8a in #69
- Bump color-string from 1.5.4 to 1.5.5 by @dependabot in #72
- Bump browserslist from 4.14.5 to 4.16.6 by @dependabot in #70
- 📦 v6.0.1 by @caripizza in #73
New Contributors
- @caripizza made their first contribution in #71
- @dependabot made their first contribution in #72
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Breaking Changes
SASS variable updates
⚠️ $ui-blue-1
is now$ui-brand-light
⚠️ $ui-blue-2
is now$ui-brand-hover-light
⚠️ $ui-blue-3
is now$ui-brand-press-light
⚠️ $ui-green-1
is now$ui-success-light
⚠️ $ui-green-2
removed⚠️ $ui-green-3
removed⚠️ $ui-yellow-1
is now$ui-warning-light
⚠️ $ui-yellow-2
removed⚠️ $ui-yellow-3
removed⚠️ $ui-red-1
is now$ui-danger-light
⚠️ $ui-red-2
is now$ui-danger-hover-light
⚠️ $ui-red-3
is now$ui-danger-press-light
⚠️ $ui-background:
is now$ui-background-light
⚠️ $ui-foreground-1
is now$ui-foreground-1-light
⚠️ $ui-foreground-2
is now$ui-foreground-2-light
⚠️ $ui-foreground-3
is now$ui-foreground-3-light
⚠️ $ui-text-1
is now$ui-text-1-light
⚠️ $ui-text-2
is now$ui-text-2-light
⚠️ $ui-text-3
is now$ui-text-3-light
⚠️ $ui-border-1
is now$ui-border-1-light
⚠️ $ui-border-2
is now$ui-border-2-light
⚠️ $ui-border-3
is now$ui-border-3-light
⚠️ $ui-border-4
removed⚠️ $ui-border-5
removed
Note: the above also apply to the corresponding dark theme color variables.
CSS Variables
⚠️ --calcite-ui-blue-1
is now--calcite-ui-brand
⚠️ --calcite-ui-blue-2
is now--calcite-ui-brand-hover
⚠️ --calcite-ui-blue-3
is now--calcite-ui-brand-press
⚠️ --calcite-ui-green-1
is now--calcite-ui-success
⚠️ --calcite-ui-green-2
removed⚠️ --calcite-ui-green-3
removed⚠️ --calcite-ui-yellow-1
is now--calcite-ui-warning
⚠️ --calcite-ui-yellow-2
removed⚠️ --calcite-ui-yellow-3
removed⚠️ --calcite-ui-red-1
is now--calcite-ui-danger
⚠️ --calcite-ui-red-2
is now--calcite-ui-danger-hover
⚠️ --calcite-ui-red-3
is now--calcite-ui-danger-press
⚠️ --calcite-ui-border-4
removed⚠️ --calcite-ui-border-5
removed
Additions
SASS Variables
$ui-border-input-light
#949494
$ui-text-inverse-light
#ffffff
$ui-text-link-light
#00619b
$ui-info-light
#00619b
Note: The above also have -dark
equivalents.
CSS Variables
--calcite-ui-border-input
#949494
--calcite-ui-text-inverse
#ffffff
--calcite-ui-text-link
#00619b
--calcite-ui-info
#00619b
v5.0.0
v4.0.1
v4.0.0
- [!breaking change] Moved
colors.scss
file to/src/colors.scss
. - [!breaking change] Moved
colors.ts
file to/src/colors.ts
. - [!breaking change] Removed
colors.json
file. The project's new "main" file is/dist/colors.js
. - [!breaking change] Combined colors and chart colors.
- Added multiple module output formats.
v3.0.1
v3.0.0
- [!breaking change] Moved
colors.json
andcolors.js
to thedist/
folder. - Add charting colors.
- Add build for compiling TypeScript files to JS and JSON.
v2.1.0
2.1.0 - 2020-03-19
- Added mixins for css custom property generation of light and dark theme
2.0 - 2020-03-17
- [!breaking change] Changed all idle, hover, and press variables to 1,2,3 (borders use 1,2,3,4,5)
v1.7.1
- Create TypeScript definitions for new ES6 export