@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
6 lines • 469 B
JavaScript
export { default as light } from '../artifacts/tokens-raw/atlassian-light';
export { default as dark } from '../artifacts/tokens-raw/atlassian-dark';
export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
export { default as typography } from '../artifacts/tokens-raw/atlassian-typography';
export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';
export { default as motion } from '../artifacts/tokens-raw/atlassian-motion';