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}", "components": "/packages/react/components/{componentName}",
"lib": "/packages/react/lib/{libName}" "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": { "components": {
"button": { "type": "file", "name": "Button.tsx" }, "button": { "type": "file", "name": "Button.tsx" },
"checkbox": { "type": "file", "name": "Checkbox.tsx" }, "checkbox": { "type": "file", "name": "Checkbox.tsx" },
@ -14,6 +14,7 @@
"files": ["index.ts", "Component.tsx", "Context.ts"] "files": ["index.ts", "Component.tsx", "Context.ts"]
}, },
"drawer": { "type": "file", "name": "Drawer.tsx" }, "drawer": { "type": "file", "name": "Drawer.tsx" },
"form": { "type": "file", "name": "Form.tsx" },
"input": { "type": "file", "name": "Input.tsx" }, "input": { "type": "file", "name": "Input.tsx" },
"label": { "type": "file", "name": "Label.tsx" }, "label": { "type": "file", "name": "Label.tsx" },
"popover": { "type": "file", "name": "Popover.tsx" }, "popover": { "type": "file", "name": "Popover.tsx" },