diff --git a/apps/v4/public/r/styles/new-york-v4/index.json b/apps/v4/public/r/styles/new-york-v4/index.json index 3b23395929..ae7203d2fe 100644 --- a/apps/v4/public/r/styles/new-york-v4/index.json +++ b/apps/v4/public/r/styles/new-york-v4/index.json @@ -7,12 +7,16 @@ "radix-ui" ], "devDependencies": [ - "tw-animate-css" + "tw-animate-css", + "shadcn" ], "registryDependencies": [ "utils" ], "files": [], "cssVars": {}, + "css": { + "@import \"shadcn/tailwind.css\"": {} + }, "type": "registry:style" } \ No newline at end of file diff --git a/apps/v4/public/r/styles/new-york-v4/registry.json b/apps/v4/public/r/styles/new-york-v4/registry.json index 408db46853..feab7b2964 100644 --- a/apps/v4/public/r/styles/new-york-v4/registry.json +++ b/apps/v4/public/r/styles/new-york-v4/registry.json @@ -10,13 +10,17 @@ "radix-ui" ], "devDependencies": [ - "tw-animate-css" + "tw-animate-css", + "shadcn" ], "registryDependencies": [ "utils" ], "files": [], "cssVars": {}, + "css": { + "@import \"shadcn/tailwind.css\"": {} + }, "type": "registry:style" }, { @@ -27,13 +31,17 @@ "radix-ui" ], "devDependencies": [ - "tw-animate-css" + "tw-animate-css", + "shadcn" ], "registryDependencies": [ "utils" ], "files": [], "cssVars": {}, + "css": { + "@import \"shadcn/tailwind.css\"": {} + }, "type": "registry:style" }, { diff --git a/apps/v4/public/r/styles/new-york-v4/style.json b/apps/v4/public/r/styles/new-york-v4/style.json index 3eb9a685e7..452a4322f8 100644 --- a/apps/v4/public/r/styles/new-york-v4/style.json +++ b/apps/v4/public/r/styles/new-york-v4/style.json @@ -7,12 +7,16 @@ "radix-ui" ], "devDependencies": [ - "tw-animate-css" + "tw-animate-css", + "shadcn" ], "registryDependencies": [ "utils" ], "files": [], "cssVars": {}, + "css": { + "@import \"shadcn/tailwind.css\"": {} + }, "type": "registry:style" } \ No newline at end of file diff --git a/apps/v4/registry/new-york-v4/registry.ts b/apps/v4/registry/new-york-v4/registry.ts index 9fba82953d..d9a5b99690 100644 --- a/apps/v4/registry/new-york-v4/registry.ts +++ b/apps/v4/registry/new-york-v4/registry.ts @@ -23,8 +23,11 @@ const DEPRECATED_ITEMS = [ const NEW_YORK_V4_STYLE = { type: "registry:style", dependencies: ["class-variance-authority", "lucide-react", "radix-ui"], - devDependencies: ["tw-animate-css"], + devDependencies: ["tw-animate-css", "shadcn"], registryDependencies: ["utils"], + css: { + '@import "shadcn/tailwind.css"': {}, + }, cssVars: {}, files: [], }