From d9daffcdf1ec563f91cac85ab787d71831a4c714 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Thu, 9 Oct 2025 16:02:18 +0200 Subject: [PATCH] [Toolkit][Shadcn] Add missing UX Icons dependencies --- src/Toolkit/kits/shadcn/breadcrumb/manifest.json | 2 +- src/Toolkit/kits/shadcn/pagination/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Toolkit/kits/shadcn/breadcrumb/manifest.json b/src/Toolkit/kits/shadcn/breadcrumb/manifest.json index f1ad0193731..422266ca9fa 100644 --- a/src/Toolkit/kits/shadcn/breadcrumb/manifest.json +++ b/src/Toolkit/kits/shadcn/breadcrumb/manifest.json @@ -7,6 +7,6 @@ "templates/": "templates/" }, "dependencies": { - "composer": ["tales-from-a-dev/twig-tailwind-extra"] + "composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra"] } } diff --git a/src/Toolkit/kits/shadcn/pagination/manifest.json b/src/Toolkit/kits/shadcn/pagination/manifest.json index 9d074fd6b70..6850aed6c45 100644 --- a/src/Toolkit/kits/shadcn/pagination/manifest.json +++ b/src/Toolkit/kits/shadcn/pagination/manifest.json @@ -7,6 +7,6 @@ "templates/": "templates/" }, "dependencies": { - "composer": ["tales-from-a-dev/twig-tailwind-extra"] + "composer": ["symfony/ux-icons", "tales-from-a-dev/twig-tailwind-extra"] } }