47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"schemaVersion": "1.0.0",
|
|
"libraryVersion": "0.5.0",
|
|
"name": "NODE.DC Design System",
|
|
"purpose": "Canonical code-level UI system for current and future NODE.DC applications.",
|
|
"packages": [
|
|
{
|
|
"name": "@nodedc/tokens",
|
|
"path": "packages/tokens",
|
|
"role": "portable tokens and theme variables"
|
|
},
|
|
{
|
|
"name": "@nodedc/ui-core",
|
|
"path": "packages/ui-core",
|
|
"role": "framework-neutral styles, contrast and floating geometry"
|
|
},
|
|
{
|
|
"name": "@nodedc/ui-react",
|
|
"path": "packages/ui-react",
|
|
"role": "React component implementation"
|
|
},
|
|
{
|
|
"name": "@nodedc/ui-dom",
|
|
"path": "packages/ui-dom",
|
|
"role": "DOM controllers for non-React applications"
|
|
}
|
|
],
|
|
"sourceRegistry": "sources.json",
|
|
"componentRegistry": "components.json",
|
|
"candidateRegistry": "candidates.json",
|
|
"iconRegistry": "icons.json",
|
|
"documentation": {
|
|
"architecture": "../docs/ARCHITECTURE.md",
|
|
"components": "../docs/COMPONENTS.md",
|
|
"theming": "../docs/THEMING.md",
|
|
"windows": "../docs/WINDOWS_AND_LAYERS.md",
|
|
"baseline": "../docs/SOURCE_BASELINE.md",
|
|
"governance": "../docs/GOVERNANCE.md",
|
|
"adoption": "../docs/ADOPTION.md",
|
|
"candidates": "../docs/CANDIDATES.md",
|
|
"applicationTemplate": "../docs/APPLICATION_TEMPLATE.md",
|
|
"icons": "../docs/ICONS.md",
|
|
"consumption": "../docs/CONSUMPTION.md"
|
|
},
|
|
"operatingRule": "Check this registry before creating a NODE.DC interface element. Reuse or extend the canonical export instead of creating an application-local copy."
|
|
}
|