From e1c5e09872596986c1dc4f3caa387c142f8d3c83 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sun, 4 Aug 2024 16:10:01 +0900 Subject: [PATCH] feat: update registry --- registry.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 6dd37ba..9883224 100644 --- a/registry.json +++ b/registry.json @@ -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" },