pswui/packages/react/public/registry.json
p-sw 303d6b31e7 refactor(react): update registry.json with components versions
The registry.json file has been updated to not only contain the name of the React components but also their respective versions. This detail is provided with each component as a new "libVersion" property.
2024-06-11 13:11:30 +09:00

23 lines
944 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", "libVersion": "1.0.0" },
"checkbox": { "name": "Checkbox.tsx", "libVersion": "1.0.0" },
"dialog": { "name": "Dialog.tsx", "libVersion": "1.0.0" },
"drawer": { "name": "Drawer.tsx", "libVersion": "1.0.0" },
"input": { "name": "Input.tsx", "libVersion": "1.0.0" },
"label": { "name": "Label.tsx", "libVersion": "1.0.0" },
"popover": { "name": "Popover.tsx", "libVersion": "1.0.0" },
"switch": { "name": "Switch.tsx", "libVersion": "1.0.0" },
"tabs": { "name": "Tabs.tsx", "libVersion": "1.0.0" },
"toast": { "name": "Toast.tsx", "libVersion": "1.0.0" },
"tooltip": {"name": "Tooltip.tsx", "libVersion": "1.0.0" }
}
}