pswui/packages/react/public/registry.json
p-sw b6d32e980a fix(react): change shared file extension in registry.json
This commit updates the extension of the 'shared' file from .ts to .tsx in the registry.json file. The update ensures that the 'shared' file correctly points to a TypeScript JSX file within the React package.
2024-06-06 23:55:27 +09:00

17 lines
520 B
JSON

{
"base": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/components/{componentName}",
"shared": "https://raw.githubusercontent.com/p-sw/ui/main/packages/react/shared.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"
}
}