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'.
19 lines
548 B
JSON
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"
|
|
}
|
|
} |