Releases: Workday/canvas-tokens
@workday/canvas-tokens-web@2.1.0
Infrastructure
- fix: Fix issue with layer opacity presenting in json (#135) (@RayRedGoose, Raisa Primerova)
Web Tokens
- chore: Sync Tokens Studio config 🤖 (#137) (@RayRedGoose)
We've added new action
tokens to brand. While these tokens are available, limit their use and in most cases the default brand tokens should be used for theming.
- brand.action.lightest
- brand.action.light
- brand.action.base
- brand.action.dark
- brand.action.darkest
- brand.action.accent
@workday/canvas-tokens-web@2.0.2
Documentation
- docs: Add Version Support SLA (#123) (@alanbsmith)
Web Tokens
- fix(web): Fix type and breakpoints tokens (#124) (@RayRedGoose, Raisa Primerova)
Type tokens have been fixed to refer to system font tokens instead of base. Breakpoints tokens have been fixed to have px value instead of rem.
@workday/canvas-tokens-web@2.0.1
Web Tokens
- fix: Fix type file generation to export types instead of declarations (#120) (@RayRedGoose)
Type generation has been updated to fix a type issue happening for user who doesn't use --skipLibCheck
. Now generated type files contains types (export declare const cinnamon100: "--cnvs-base-palette-cinnamon-100";
) instead of value declarations (export declare const cinnamon100 = "--cnvs-base-palette-cinnamon-100" as const;
).
@workday/canvas-tokens-web@2.0.0
Web Tokens
- chore: Sync tokens and update SD config to handle new changes (#115) (@alanbsmith, @RayRedGoose)
- color.bg.positive.soft
has been renamed to color.bg.positive.softer
for consistency.
- Figma specific tokens: typescale
, level
, shadow
has been excluded from base web tokens.
- Depth token values has been updated from the base token reference to raw value, base shadow values has been removed
Other
- JSDoc has been updated to include the base token info
@workday/canvas-tokens-docs@0.0.2
Patch Changes
- Updated dependencies
- @workday/canvas-tokens-web@2.0.0
@workday/canvas-tokens-web@1.3.1
Documentation
- docs: Add system color stories (#102) (@alanbsmith)
Infrastructure
- chore: Add workflow for project board (#104) (@jaclynjessup)
- chore: Add Figma-only tokens to filter out (#108) (@RayRedGoose)
Sync script has been updated by adding Figma-only token to filter. This change will exclude Figma-only tokens from the web token json.
- chore: Update Style Dictionary transform (#110) (@RayRedGoose)
Bug fixing of generating wrong value for colors with alpha and replacing transparent colors by transparent
value. New transforms has been added to handle text values of font-weight
and px values of line-height
. Transforms for font-family
and letter-spacing
have been updated to support different token types, transform for flatten-rgba
has been updated to handle spaces and percentage alpha.
- chore: Sync Tokens Studio config 🤖 (#112) (@alanbsmith, @RayRedGoose)
Incorrect value of sys.color.static.orange.default
token has been changed to the correct cantaloupe.400
. Token Studio structure has been updated for Figma only (types and font-weight
, line-height
values changes).
@workday/canvas-tokens-web@1.3.0
Infrastructure
- chore: Add transform to handle opacity as percentage (#100) (@RayRedGoose)
Other
- feat: Add missing system color tokens (@alanbsmith)
@workday/canvas-tokens-web@1.2.0
Infrastructure
- chore: Fix tokens-config sync script (@alanbsmith)
Other
- chore: Retry 1.1.1 release (@alanbsmith)
- chore: Fix forward-merge action (@alanbsmith)
@workday/canvas-tokens-web@1.1.1
Infrastructure
- chore: Add Token Studio sync action (#85) (@alanbsmith)
- chore: Bump actions/checkout to v4 (#89) (@alanbsmith)
- chore: Update Release Automation (#91) (@alanbsmith)
@workday/canvas-tokens-web@1.1.0
Infrastructure
- chore: Update build and release scripts (#72) (@alanbsmith)
- feat: Add skip condition to forward merge (#74) (@RayRedGoose)
Other
- chore: Sync Tokens Studio config 🤖 (#79) (@alanbsmith, @RayRedGoose, @mannycarrera4)