Skip to content

Commit 8befe77

Browse files
committed
chore(registry): update homepage link and add button component with registry dependencies
1 parent 3f7381c commit 8befe77

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/ui/registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"homepage": "https://ui-playground.ohh-889.com/",
2+
"homepage": "https://ui-play.skyroc.me/",
33
"items": [
44
{
55
"cssVars": {},

packages/ui/script/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export const registryComponentsDependencies: Record<
2222
dependencies: ['@radix-ui/react-slot']
2323
},
2424
button: {
25-
dependencies: ['@radix-ui/react-slot']
25+
dependencies: ['@radix-ui/react-slot'],
26+
registryDependencies: ['icon']
2627
},
2728
carousel: {
2829
dependencies: ['embla-carousel-react'],

packages/ui/script/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const registryPath = getPath(`registry.json`);
1515
const targetPath = getPath(`../../playground/public/r`);
1616

1717
const registry = {
18-
homepage: 'https://ui-playground.ohh-889.com/',
18+
homepage: 'https://ui-play.skyroc.me/',
1919
items: [
2020
{
2121
cssVars: {},

0 commit comments

Comments
 (0)