Releases: nicheinc/expedite-tokens
Releases · nicheinc/expedite-tokens
v2.2.0
v2.1.0
v2.0.0
Added
- Added the following colors:
pink100
,pink200
,pink300
,pink500
,pink600
,orange100
,orange200
,orange300
,orange500
,orange600
,royal100
,royal200
,royal300
,royal500
,royal600
,royal700
Changed
- Changed the value of the following colors:
yellow500
,pink400
,orange400
,royal400
Removed
- Removed the following colors:
jade600
(for Jade over 500 please utilize green 600 - 900),xanadu100
,xanadu200
,xanadu300
,xanadu400
,xanadu500
v1.3.0
v1.2.1
v1.2.0
v1.1.1
Changed
- The value of
warm500
from#CEAE98
to#D2AD94
. Releasing this as a patch update since nothing depends onwarm500
yet.
v1.1.0
Added
shadows.ts
(Shadows from Expedite v0.2)
Removed
/dist/
from git
Changed
- Made
colors.ts
export a named const to avoid confusing renaming of default export later. This does not affect external interfaces. - Changed
generateLessColors.mjs
togenerateLessTokens.mjs
. It is generic enough to generate colors and shadows, at least.
v1.0.0
Changed
- Restart the project with simplicity in mind
Added
colors.ts
based on Expedite v0.2 colors- script to generate a
colors.less
version of these colors during build