UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

11 lines (10 loc) 638 B
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim. /** * @deprecated Use `import tokens from '@atlaskit/tokens/palette'` instead. */ export { default } from '../artifacts/palettes-raw/palette'; // eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim. /** * @deprecated Use `import typographyPalette from '@atlaskit/tokens/typography-palette'` instead. */ export { default as typographyPalette } from '../artifacts/palettes-raw/typography-palette';