From 9a2052fcaa1a7e0daf5749c790092916ec38b959 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 30 Mar 2025 22:29:15 +0200 Subject: [PATCH] update tailwindcss@4 --- components/book/index.tsx | 4 +- components/bookingTable.tsx | 2 +- components/calendar.tsx | 4 +- components/footer.tsx | 2 +- components/input.tsx | 2 +- components/select.tsx | 2 +- components/user.tsx | 2 +- package-lock.json | 3215 ++++--------------------- package.json | 5 +- pages/_app.tsx | 2 +- pages/admin/bookings/[uuid]/index.tsx | 2 +- pages/bookings/[uuid]/index.tsx | 2 +- pages/index.tsx | 2 +- postcss.config.js | 18 - postcss.config.mjs | 6 + styles/index.css | 17 +- 16 files changed, 488 insertions(+), 2799 deletions(-) delete mode 100644 postcss.config.js create mode 100644 postcss.config.mjs diff --git a/components/book/index.tsx b/components/book/index.tsx index 882f60e..08c19f8 100644 --- a/components/book/index.tsx +++ b/components/book/index.tsx @@ -39,7 +39,7 @@ function BookForm() {
@@ -48,7 +48,7 @@ function BookForm() { {postData ? 'Speichern...' : 'Absenden'} {postDataError && ( -
{postDataError}
+
{postDataError}
)} diff --git a/components/bookingTable.tsx b/components/bookingTable.tsx index 95ddb2e..416df3b 100644 --- a/components/bookingTable.tsx +++ b/components/bookingTable.tsx @@ -37,7 +37,7 @@ export default function BookingTable({ booking }: { booking: IBooking }) { return (

diff --git a/components/calendar.tsx b/components/calendar.tsx index a929583..b5f6b4f 100644 --- a/components/calendar.tsx +++ b/components/calendar.tsx @@ -145,11 +145,11 @@ export default function MyCalendar({
-
+
Frei
-
+
Belegt
diff --git a/components/footer.tsx b/components/footer.tsx index 87519a9..32c443d 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -6,7 +6,7 @@ export default function Footer() { return (