Skip to content

Commit

Permalink
feat: update registry
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sw committed Aug 4, 2024
1 parent 67207d7 commit e1c5e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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" },
Expand Down

0 comments on commit e1c5e09

Please sign in to comment.