@manovaspace/tokens
Token JSON, generated CSS variables, and font assets used by @manovaspace/ui.
Install
Section titled “Install”pnpm add @manovaspace/tokensAlso works with npm or yarn.
@import "@manovaspace/tokens/fonts.css";@import "@manovaspace/tokens/tokens.css";Semantic CSS variables power theming (background, foreground, primary, muted, border, and color families with steps 50 → 950).
Runtime helpers
Section titled “Runtime helpers”import { defaultTokensRaw, resolveTokens, applyTokens,} from "@manovaspace/tokens";Use TokenProvider from @manovaspace/ui for React apps that merge defaults with overrides.
Exports
Section titled “Exports”| Import | Purpose |
|---|---|
@manovaspace/tokens |
Types, defaultTokensRaw, resolve/apply helpers |
@manovaspace/tokens/tokens.css |
Semantic CSS variables |
@manovaspace/tokens/fonts.css |
Font faces |