feat(react): add shared module URL to registry.json

A new attribute "shared" has been added to the 'registry.json' file in the React package. This attribute contains the URL to the shared TypeScript module for components.
This commit is contained in:
p-sw 2024-06-06 22:46:04 +09:00
parent 7e5759f8a2
commit d8825a0c10

View File

@ -1,5 +1,6 @@
{
"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.ts",
"components": {
"button": "Button.tsx",
"checkbox": "Checkbox.tsx",