From 45ae828e12a86672baae8b83e73e42cab4ae92c6 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Tue, 11 Feb 2025 21:53:09 +0100 Subject: [PATCH] Add tailwind-react-aria-components --- ui/package.json | 3 ++- ui/pnpm-lock.yaml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 1bcc408..f06470c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^19.0.0", - "react-dom": "^19.0.0" + "react-dom": "^19.0.0", + "tailwindcss-react-aria-components": "^1.2.0" }, "devDependencies": { "@eslint/js": "^9.19.0", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index 62dde46..6b3bf49 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: react-dom: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) + tailwindcss-react-aria-components: + specifier: ^1.2.0 + version: 1.2.0(tailwindcss@4.0.6) devDependencies: '@eslint/js': specifier: ^9.19.0 @@ -976,6 +979,14 @@ packages: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} + tailwindcss-react-aria-components@1.2.0: + resolution: {integrity: sha512-ynlQIfAdoWAz0Og0dCe/d4QVE+L8Yuo6rtK9apdhehZZMoLC1GdwtnvLZyUyx+wHwnTjRuNtFPdN0DpPsPXJJg==} + peerDependencies: + tailwindcss: '*' + + tailwindcss@4.0.6: + resolution: {integrity: sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==} + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -1951,6 +1962,12 @@ snapshots: dependencies: has-flag: 4.0.0 + tailwindcss-react-aria-components@1.2.0(tailwindcss@4.0.6): + dependencies: + tailwindcss: 4.0.6 + + tailwindcss@4.0.6: {} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0