Skip to content

@workday/canvas-tokens-web@2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 19:09
· 12 commits to main since this release

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;).