@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
7 lines (6 loc) • 470 B
TypeScript
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';