Skip to content

Releases: Esri/calcite-colors

v6.1.0

07 Dec 19:50
c152fc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

07 Dec 19:50
1eb6e5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

29 Jan 17:02
04090a4
Compare
Choose a tag to compare

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

20 Oct 17:38
Compare
Choose a tag to compare
  • [!breaking change] Moved /src/colors.scss file to /dist/colors.scss.
  • [!breaking change] Renamed const exports from colors.ts to be lowercased.

v4.0.1

14 Oct 18:37
Compare
Choose a tag to compare
  • Update readme documentation.

v4.0.0

14 Oct 17:22
195fc90
Compare
Choose a tag to compare
  • [!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

07 Oct 21:57
7a6c3a4
Compare
Choose a tag to compare
  • Remove 'postinstall' npm script.

v3.0.0

07 Oct 18:35
ca450e6
Compare
Choose a tag to compare
  • [!breaking change] Moved colors.json and colors.js to the dist/ folder.
  • Add charting colors.
  • Add build for compiling TypeScript files to JS and JSON.

v2.1.0

20 Mar 00:03
ddd98fd
Compare
Choose a tag to compare

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

03 Jan 22:55
Compare
Choose a tag to compare
  • Create TypeScript definitions for new ES6 export