pswui/packages/react/public/registry.json
p-sw 946db4efd0 feat(react): update URLs in registry.json
The URLs for base and shared components in registry.json have been updated to reflect the new repository location. Additionally, a new URL for the library version 1.0.0 has been added under 'lib'.
2024-06-11 12:59:45 +09:00

19 lines
548 B
JSON

{
"base": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/components/{componentName}",
"lib": {
"1.0.0": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/lib/shared@1.0.0.tsx"
},
"components": {
"button": "Button.tsx",
"checkbox": "Checkbox.tsx",
"dialog": "Dialog.tsx",
"drawer": "Drawer.tsx",
"input": "Input.tsx",
"label": "Label.tsx",
"popover": "Popover.tsx",
"switch": "Switch.tsx",
"tabs": "Tabs.tsx",
"toast": "Toast.tsx",
"tooltip": "Tooltip.tsx"
}
}