Establish NODE.DC design system baseline
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"schemaVersion": "1.0.0",
|
||||
"libraryVersion": "0.1.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",
|
||||
"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"
|
||||
},
|
||||
"operatingRule": "Check this registry before creating a NODE.DC interface element. Reuse or extend the canonical export instead of creating an application-local copy."
|
||||
}
|
||||
Reference in New Issue
Block a user