The base URL property in registry.json was corrected to point to the right path in the 'pswui/ui' repository. This resolves the incorrect path issue that could prevent fetching of the correct resources from the repository.
23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"base": "https://raw.githubusercontent.com/pswui/ui",
|
|
"paths": {
|
|
"components": "/main/packages/react/components/{componentName}",
|
|
"lib": "/main/packages/react/lib/shared@{version}.tsx"
|
|
},
|
|
"lib": [
|
|
"1.0.0"
|
|
],
|
|
"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"
|
|
}
|
|
} |