The `libVersion` keys across all components listed in the registry.json file have been removed, as they were not used in the codebase. This change simplifies the registry file and prevents potential confusion caused by unused data.
23 lines
691 B
JSON
23 lines
691 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": { "name": "Button.tsx" },
|
|
"checkbox": { "name": "Checkbox.tsx" },
|
|
"dialog": { "name": "Dialog.tsx" },
|
|
"drawer": { "name": "Drawer.tsx" },
|
|
"input": { "name": "Input.tsx" },
|
|
"label": { "name": "Label.tsx" },
|
|
"popover": { "name": "Popover.tsx" },
|
|
"switch": { "name": "Switch.tsx" },
|
|
"tabs": { "name": "Tabs.tsx" },
|
|
"toast": { "name": "Toast.tsx" },
|
|
"tooltip": {"name": "Tooltip.tsx" }
|
|
}
|
|
} |