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.
17 lines
520 B
JSON
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"
|
|
}
|
|
} |