@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
35 lines (30 loc) • 1.92 kB
JavaScript
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import light from '@atlaskit/tokens/atlassian-light'` instead.
*/
export { default as light } from '../artifacts/tokens-raw/atlassian-light';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import dark from '@atlaskit/tokens/atlassian-dark'` instead.
*/
export { default as dark } from '../artifacts/tokens-raw/atlassian-dark';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import spacing from '@atlaskit/tokens/atlassian-spacing'` instead.
*/
export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import typography from '@atlaskit/tokens/atlassian-typography'` instead.
*/
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import shape from '@atlaskit/tokens/atlassian-shape'` instead.
*/
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';
// eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of this deprecated re-export shim.
/**
* @deprecated Use `import motion from '@atlaskit/tokens/atlassian-motion'` instead.
*/
export { default as motion } from '../artifacts/tokens-raw/atlassian-motion';