@tui/design-system-meta
v1.6.0
Published
Structured metadata for the TUI Design System — component docs, asset catalog, and foundational guides for tooling consumers.
Readme
@tui/design-system-meta
Structured metadata for the TUI Design System. Provides component documentation, asset catalog, and foundational guides for tooling consumers such as the MCP server.
Contents
| File | Description |
| --------------------- | ----------------------------------------------------------------- |
| component-data.json | Component docs, options, examples, version history, changelog |
| asset-catalog.json | Icon, pictogram, flag, and motion asset index with CDN URLs |
| docs/index.json | Manifest listing all documentation topics |
| docs/*.md | Foundational guides (accessibility, browser support, usage, etc.) |
Usage
npm install @tui/design-system-metaimport componentData from '@tui/design-system-meta/component-data.json';
import assetCatalog from '@tui/design-system-meta/asset-catalog.json';Building
This package is generated from the uilib source. Do not edit the JSON files directly.
From the uilib root:
npm run build:metaThis runs the generation scripts and writes output to packages/meta/.
Publishing
Published independently of @tui/design-system on its own cadence. Version numbers do not need to match. The release is triggered via a manual CI job
that runs ci-scripts/release-meta.sh with a RELEASE_TYPE (patch/minor/major).
