Skip to content

Commit bb0e5b7

Browse files
committed
fix(docs): add missing registry dependencies
1 parent 3c942f7 commit bb0e5b7

File tree

11 files changed

+25
-3
lines changed

11 files changed

+25
-3
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"clean": "rm -rf .next .source node_modules",
88
"dev": "next dev",
99
"start": "next start",
10-
"registry:build:all": "pnpm registry:build:new-york && pnpm registry:build:new-york:local",
10+
"registry:build:all": "pnpm registry:generate:local && pnpm registry:build:new-york && pnpm registry:build:new-york:local",
1111
"registry:build:new-york": "shadcn build ./registry/new-york.json --output ./public/r/new-york",
1212
"registry:build:new-york:local": "shadcn build ./registry/new-york.local.json --output ./public/local/r/new-york",
1313
"registry:generate:local": "node ./scripts/generate-local-registry.js",

apps/docs/public/r/new-york/alert-dialog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/alert-dialog"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/button.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/text.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/context-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/context-menu"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/icon.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/dialog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/dialog"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/icon.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/dropdown-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/dropdown-menu"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/icon.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/hover-card.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"author": "@mrzachnugent",
77
"description": "For sighted users to preview content available behind a link.",
88
"dependencies": ["@rn-primitives/hover-card"],
9-
"registryDependencies": ["https://reactnativereusables.com/r/new-york/text.json"],
9+
"registryDependencies": [
10+
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json"
12+
],
1013
"files": [
1114
{
1215
"path": "./node_modules/@rnr/registry/src/new-york/components/ui/hover-card.tsx",

apps/docs/public/r/new-york/menubar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/menubar"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/icon.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/select.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": ["@rn-primitives/select"],
99
"registryDependencies": [
1010
"https://reactnativereusables.com/r/new-york/text.json",
11+
"https://reactnativereusables.com/r/new-york/native-only-animated-view.json",
1112
"https://reactnativereusables.com/r/new-york/icon.json"
1213
],
1314
"files": [

apps/docs/public/r/new-york/user-menu-clerk.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"registryDependencies": [
1212
"https://reactnativereusables.com/r/new-york/avatar.json",
1313
"https://reactnativereusables.com/r/new-york/button.json",
14+
"https://reactnativereusables.com/r/new-york/icon.json",
1415
"https://reactnativereusables.com/r/new-york/popover.json",
1516
"https://reactnativereusables.com/r/new-york/text.json"
1617
],

apps/docs/public/r/new-york/user-menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"registryDependencies": [
99
"https://reactnativereusables.com/r/new-york/avatar.json",
1010
"https://reactnativereusables.com/r/new-york/button.json",
11+
"https://reactnativereusables.com/r/new-york/icon.json",
1112
"https://reactnativereusables.com/r/new-york/popover.json",
1213
"https://reactnativereusables.com/r/new-york/text.json"
1314
],

0 commit comments

Comments
 (0)