feat: update registry
This commit is contained in:
parent
67207d7daf
commit
e1c5e09872
@ -4,7 +4,7 @@
|
||||
"components": "/packages/react/components/{componentName}",
|
||||
"lib": "/packages/react/lib/{libName}"
|
||||
},
|
||||
"lib": ["index.ts", "Slot.tsx", "vcn.ts", "ssrFallback.tsx", "withSSD.tsx"],
|
||||
"lib": ["index.ts", "Slot.tsx", "vcn.ts", "useDocument.ts"],
|
||||
"components": {
|
||||
"button": { "type": "file", "name": "Button.tsx" },
|
||||
"checkbox": { "type": "file", "name": "Checkbox.tsx" },
|
||||
@ -14,6 +14,7 @@
|
||||
"files": ["index.ts", "Component.tsx", "Context.ts"]
|
||||
},
|
||||
"drawer": { "type": "file", "name": "Drawer.tsx" },
|
||||
"form": { "type": "file", "name": "Form.tsx" },
|
||||
"input": { "type": "file", "name": "Input.tsx" },
|
||||
"label": { "type": "file", "name": "Label.tsx" },
|
||||
"popover": { "type": "file", "name": "Popover.tsx" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user