From ddf4b51043bc09766bd29843a39f1cb1c06dfbbd Mon Sep 17 00:00:00 2001 From: NPM Update Bot Date: Fri, 26 Jul 2024 01:16:46 +0000 Subject: [PATCH] npm: package updates --- src/package-lock.json | 8 ++++---- src/package.json | 2 +- src/www/css/app.css | 18 +++++++++++++++++- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index e88c94e8..badd7db5 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "eslint-config-athom": "^3.1.3", - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.7" }, "engines": { "node": "18" @@ -4725,9 +4725,9 @@ "peer": true }, "node_modules/tailwindcss": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", - "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/src/package.json b/src/package.json index 637e282c..66cd93f4 100644 --- a/src/package.json +++ b/src/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "eslint-config-athom": "^3.1.3", - "tailwindcss": "^3.4.6" + "tailwindcss": "^3.4.7" }, "nodemonConfig": { "ignore": [ diff --git a/src/www/css/app.css b/src/www/css/app.css index 1175c180..9174f3db 100644 --- a/src/www/css/app.css +++ b/src/www/css/app.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com */ /* @@ -766,6 +766,10 @@ video { display: none; } +.h-1 { + height: 0.25rem; +} + .h-10 { height: 2.5rem; } @@ -774,6 +778,10 @@ video { height: 3rem; } +.h-14 { + height: 3.5rem; +} + .h-2 { height: 0.5rem; } @@ -786,6 +794,10 @@ video { height: 0.75rem; } +.h-32 { + height: 8rem; +} + .h-4 { height: 1rem; } @@ -899,6 +911,10 @@ video { flex-direction: column; } +.flex-wrap { + flex-wrap: wrap; +} + .items-center { align-items: center; }