Change Log
8.5.0
Minor Changes
- #3357
cf7371d10Thanks @ALacker! - Update neutral color tokens to align more closely with layered glass 
8.4.0
Minor Changes
- #3330
781f452c4Thanks @djacobsen13! - Added support for generating Jetpack Compose resources. 
8.3.0
Minor Changes
8.2.3
Patch Changes
- #3174
d521b8261Thanks @jhines-hover! - Fix publishConfig for all packages 
8.2.2
Patch Changes
- #3172
869e50cdeThanks @jhines-hover! - Switches all packages from the npm registry namespace to the github registry namespace 
8.2.1
Patch Changes
- #3043
d14e806f3Thanks @jrolfs! - Add missing neutral.600 to neutral scale and shift all colors above it up one to the correct color per Figma: https://www.figma.com/design/ospfvPhcqPs1PjerSigtX0/Bauhaus---Foundations?node-id=5622-481&node-type=frame&t=gEK0EI2g0MF46y51-11 
8.2.0
Minor Changes
- #3000
70ecc5d09Thanks @danhoverrr! - Added dim colors 
8.1.1
Patch Changes
8.1.0
Minor Changes
8.0.0
Major Changes
- 
#2906
a83020d58Thanks @jrolfs! - Remove legacybackgroundsemantic alias as it's clobbering the new background semantic tokens which are nested.Migration
import * as colorTokens from '@hover/tokens-color';// Beforeconst somethingsBackground = colorTokens.background;// Afterconst somethingsBackground = colorTokens.backgroundPrimary; 
7.10.1
Patch Changes
7.10.0
Minor Changes
7.9.0
Minor Changes
7.8.0
Minor Changes
7.7.0
Minor Changes
- 
#2561
91ad146cThanks @jrolfs! - Addneutral.800aliased toneutral.900for now to round out the neutral scale a bit - 
#2561
3ed04b54Thanks @jrolfs! - Add colors for focus halos and rings 
7.6.0
Minor Changes
7.5.0
Minor Changes
- 
#1871
6351e8fcThanks @jrolfs! - AddbrandPurplepaletteโ ๏ธ The
brandPurplepalette should be considered unstable and may be removed or modified outside of Semantic Version 
7.4.0
Minor Changes
- #1757
ec0d1daaThanks @cpalmatier! - Add new neutral 900 and use as default text color 
7.3.0
Minor Changes
- 
#1738
526735feThanks @jrolfs! - AddlightAlphaanddarkAlphascales - 
#1738
52f3e7d0Thanks @jrolfs! - AddoverlayLightandoverlayDarkcolor aliases 
7.2.0
Minor Changes
- #1618
6c125f7dThanks @richardhover! - Add interstitial neutral color 550 (aliased asneutral.disabled) 
7.1.0
Minor Changes
- 
#1443
4b875722Thanks @jrolfs! - Add 50 to neutral color palette - 
#1443
a52eb101Thanks @jrolfs! - Add 50 to primary, danger, success, and warning palettes 
7.0.1
Patch Changes
- #1369
ca29a4aaThanks @cpalmatier! - Small saturation change and thus new hex value for warning.100 token 
7.0.0
Major Changes
- 
#1231
d1ea58c8Thanks @jrolfs! - Add new brand colors and update danger and success palettes for use alongside brand colors.BREAKING CHANGE: all colors in the danger and success color palettes changed slightly
 
6.0.0
Major Changes
- #969
62129e8Thanks @cpalmatier! - Update primary color scale for accessibility compliance 
5.0.0
Major Changes
- #871
f0d4617Thanks @jrolfs! - Renameneutral000toneutral0(000is interpreted as an octal and therefore is a syntax error) 
4.0.2
Patch Changes
- #863
3116fe0Thanks @jrolfs! - Don't wrap exports in declaration file withdeclare module '[package-name] {}, it prevents the definitions from working when source is imported with anything different than the package name (i.e: internally) 
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.1 (2021-03-09)
Note: Version bump only for package @hover/tokens-color
4.0.0 (2020-08-27)
Bug Fixes
- tokens-color: drop 
000shades in favor of lighter100(7e66ddc) 
BREAKING CHANGES
- tokens-color: removes 
warning000,danger000,success00, andprimary000 
3.0.0 (2020-08-27)
Features
- tokens-color: fill out accent color scales (464da75)
 
BREAKING CHANGES
- tokens-color: changes 
primary100and all existingdangercolors 
2.3.1 (2020-08-18)
Note: Version bump only for package @hover/tokens-color
2.3.0 (2020-08-17)
Bug Fixes
- tokens-format-typescript-module: don't write non-existent scales (73227cf)
 
Features
- tokens-color: add background/foreground color aliases (7b1f4e5)
 
2.2.1 (2020-07-21)
Note: Version bump only for package @hover/tokens-color
2.2.0 (2020-05-15)
Features
- tokens-color: improve type definitions (a7b61c7)
 
2.1.1 (2020-05-12)
Bug Fixes
- tokens-color: point secondary color 'base' alias at correct color (a873fa6)
 
2.1.0 (2020-04-03)
Bug Fixes
- tokens: only distribute necessary build artifacts (0c8564e)
 
Features
- tokens-color: add two more shades of danger (09e4f6e)
 
2.0.2 (2020-03-13)
Bug Fixes
- tokens-color: distribute CommonJS and ESM formats correctly (c92ae41)
 
2.0.1 (2020-03-06)
Note: Version bump only for package @hover/tokens-color
2.0.0 (2020-03-03)
Features
- tokens-color: exclude 'palette' values (532d67a)
 - tokens-color: remove 'brand' and 'accent' from structure (a90b67c)
 
BREAKING CHANGES
- tokens-color: renames all color tokens
 - tokens-color: removes token values prefixed with 'palette'
 
1.0.3 (2020-02-19)
Note: Version bump only for package @hover/tokens-color
1.0.2 (2020-02-18)
Note: Version bump only for package @hover/tokens-color
1.0.1 (2020-02-12)
Note: Version bump only for package @hover/tokens-color
1.0.0 (2020-02-08)
Features
- tokens-color: update all color tokens to match design (9d1419a)
 
BREAKING CHANGES
- tokens-color: primary and secondary colors have changed
 
0.3.5 (2020-02-07)
Note: Version bump only for package @hover/tokens-color
0.3.4 (2019-11-13)
Bug Fixes
- tokens-color: remove errant build assets (2306532)
 
0.3.3 (2019-10-10)
Note: Version bump only for package @hover/tokens-color
0.3.2 (2019-10-10)
Note: Version bump only for package @hover/tokens-color
0.3.1 (2019-10-09)
Note: Version bump only for package @hover/tokens-color
0.3.0 (2019-10-09)
Features
- tokens-color: produce TypeScript types (096cca3)
 
0.2.4 (2019-10-08)
Note: Version bump only for package @hover/tokens-color
0.2.3 (2019-10-04)
Note: Version bump only for package @hover/tokens-color
0.2.2 (2019-10-01)
Note: Version bump only for package @hover/tokens-color
0.2.1 (2019-10-01)
0.2.0 (2019-09-14)
Note: Version bump only for package @hover/tokens-color