chore(deps): update typescript-projects (#16795)

* chore(deps): update typescript-projects

* fix: aria

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
renovate[bot] 2025-03-12 23:20:26 +01:00 committed by GitHub
parent 996ffed5eb
commit a1a61f19eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 622 additions and 701 deletions

View file

@ -129,6 +129,7 @@
onfocus={() => (hoverMessage = true)}
onblur={() => (hoverMessage = false)}
role="dialog"
tabindex="0"
>
<div class="flex justify-between place-items-center">
<div class="h-10 w-10">

View file

@ -456,7 +456,7 @@
</UserPageLayout>
{#if selectHidden}
<section
<div
transition:fly={{ y: innerHeight, duration: 150, easing: quintOut, opacity: 0 }}
class="absolute left-0 top-0 z-[9999] h-full w-full bg-immich-bg dark:bg-immich-dark-bg"
role="dialog"
@ -471,5 +471,5 @@
onClose={() => (selectHidden = false)}
{loadNextPage}
/>
</section>
</div>
{/if}