@transcend-io/design-tokens
v1.0.0
Published
Centralized design token primitives and semantics for Transcend frontends.
Maintainers
Keywords
Readme
@transcend-io/design-tokens
Centralized design token primitives and semantic tokens for Transcend frontends.
Usage
import { color, palette } from '@transcend-io/design-tokens';
import type { ColorMode, SemanticColors } from '@transcend-io/design-tokens';Development
Token source lives in tokens/ (DTCG JSON). Terrazzo generates TypeScript into src/ on prebuild:
pnpm --filter @transcend-io/design-tokens build
pnpm --filter @transcend-io/design-tokens check:tokens