feat: update registry

This commit is contained in:
p-sw 2024-08-04 16:10:01 +09:00
parent 67207d7daf
commit e1c5e09872

View File

@ -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" },