File tree Expand file tree Collapse file tree 11 files changed +25
-3
lines changed Expand file tree Collapse file tree 11 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 7
7
"clean" : " rm -rf .next .source node_modules" ,
8
8
"dev" : " next dev" ,
9
9
"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" ,
11
11
"registry:build:new-york" : " shadcn build ./registry/new-york.json --output ./public/r/new-york" ,
12
12
"registry:build:new-york:local" : " shadcn build ./registry/new-york.local.json --output ./public/local/r/new-york" ,
13
13
"registry:generate:local" : " node ./scripts/generate-local-registry.js" ,
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/alert-dialog" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/button.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/text.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/context-menu" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/text.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/icon.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/dialog" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/text.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/icon.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/dropdown-menu" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/text.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/icon.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 6
6
"author" : " @mrzachnugent" ,
7
7
"description" : " For sighted users to preview content available behind a link." ,
8
8
"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
+ ],
10
13
"files" : [
11
14
{
12
15
"path" : " ./node_modules/@rnr/registry/src/new-york/components/ui/hover-card.tsx" ,
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/menubar" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/text.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/icon.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 8
8
"dependencies" : [" @rn-primitives/select" ],
9
9
"registryDependencies" : [
10
10
" https://reactnativereusables.com/r/new-york/text.json" ,
11
+ " https://reactnativereusables.com/r/new-york/native-only-animated-view.json" ,
11
12
" https://reactnativereusables.com/r/new-york/icon.json"
12
13
],
13
14
"files" : [
Original file line number Diff line number Diff line change 11
11
"registryDependencies" : [
12
12
" https://reactnativereusables.com/r/new-york/avatar.json" ,
13
13
" https://reactnativereusables.com/r/new-york/button.json" ,
14
+ " https://reactnativereusables.com/r/new-york/icon.json" ,
14
15
" https://reactnativereusables.com/r/new-york/popover.json" ,
15
16
" https://reactnativereusables.com/r/new-york/text.json"
16
17
],
Original file line number Diff line number Diff line change 8
8
"registryDependencies" : [
9
9
" https://reactnativereusables.com/r/new-york/avatar.json" ,
10
10
" https://reactnativereusables.com/r/new-york/button.json" ,
11
+ " https://reactnativereusables.com/r/new-york/icon.json" ,
11
12
" https://reactnativereusables.com/r/new-york/popover.json" ,
12
13
" https://reactnativereusables.com/r/new-york/text.json"
13
14
],
You can’t perform that action at this time.
0 commit comments