From d1f3250504cf6cb2f32b49f7ee082026f9e43fdf Mon Sep 17 00:00:00 2001 From: Marco Escaleira Date: Tue, 16 Apr 2024 23:31:04 +0100 Subject: [PATCH] feat: add header shadow on scroll | fix: ios input auto zoom --- index.html | 2 +- package.json | 1 + src/components/Header/Header.tsx | 8 ++++++-- yarn.lock | 5 +++++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 92c6d2b..56e0db8 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + Meet the Countries
5 ? "shadow" : ""}`} >
diff --git a/yarn.lock b/yarn.lock index 62fe52d..1356b26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2080,6 +2080,11 @@ resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== +"@smakss/react-scroll-direction@^4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@smakss/react-scroll-direction/-/react-scroll-direction-4.1.0.tgz#3ab08f9737ca9854eb6638538f10e0651df3eb96" + integrity sha512-sRUQVyuqRl8HqCg8pLTvb0/zZTQnFeFBx6fOvtRJ5xFY9OrWRfraTKFx9EDrivUFQXKSiX5tVnA+JKrGZOT2sg== + "@tanstack/react-table@^8.13.2": version "8.13.2" resolved "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.13.2.tgz"