chore: add registry install flow

This commit is contained in:
2026-03-20 10:38:05 +08:00
parent 5045756525
commit e8aea4b88a
13 changed files with 1788 additions and 20 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"libraryName": "cadence-ui",
"defaultTargetDir": "src/cadence-ui",
"tokens": {
"name": "tokens",
"description": "Base CSS variables, motion tokens, and theme helpers.",
"entrypoints": [
"packages/tokens/src/styles.css",
"packages/tokens/src/index.ts"
],
"targetSubdir": "tokens"
},
"ui": {
"componentsDir": "packages/ui/src/components",
"requires": [
"tokens"
],
"targetSubdir": "."
}
}