@ui-organized/schema
v2.0.0
Published
Zod schemas and TypeScript types for ui-organized design system theme configuration.
Downloads
473
Maintainers
Readme
@ui-organized/schema
Zod schemas and TypeScript types for the ui-organized design system theme configuration. This is the single source of truth that the token pipeline and the Vite plugin validate against.
Install
npm install @ui-organized/schemaUsage
import { validateConfig } from "@ui-organized/schema";
const config = validateConfig(JSON.parse(rawThemeJson));
// ^ fully typed ThemeConfig, throws on invalid inputLicense
Apache-2.0
