UNPKG

@atlaskit/tokens

Version:

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

25 lines (24 loc) 1.03 kB
/** * @deprecated Use `import light from '@atlaskit/tokens/atlassian-light'` instead. */ export { default as light } from '../artifacts/tokens-raw/atlassian-light'; /** * @deprecated Use `import dark from '@atlaskit/tokens/atlassian-dark'` instead. */ export { default as dark } from '../artifacts/tokens-raw/atlassian-dark'; /** * @deprecated Use `import spacing from '@atlaskit/tokens/atlassian-spacing'` instead. */ export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing'; /** * @deprecated Use `import typography from '@atlaskit/tokens/atlassian-typography'` instead. */ export { default as typography } from '../artifacts/tokens-raw/atlassian-typography'; /** * @deprecated Use `import shape from '@atlaskit/tokens/atlassian-shape'` instead. */ export { default as shape } from '../artifacts/tokens-raw/atlassian-shape'; /** * @deprecated Use `import motion from '@atlaskit/tokens/atlassian-motion'` instead. */ export { default as motion } from '../artifacts/tokens-raw/atlassian-motion';