fix(deps): update typescript-projects (#14892)

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-01-22 22:15:38 +00:00 committed by GitHub
parent 66849d0d45
commit d1d26c60d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 5360 additions and 3409 deletions

View file

@ -187,7 +187,7 @@
{:else if !imageError}
<div
use:zoomImageAction
use:swipe
use:swipe={() => ({})}
onswipe={onSwipe}
class="h-full w-full"
transition:fade={{ duration: haveFadeTransition ? 150 : 0 }}

View file

@ -109,7 +109,7 @@
]}
/>
<svelte:body use:swipe on:swipedown={showControlBar} />
<svelte:body use:swipe={() => ({ touchAction: 'pan-x' })} onswipedown={showControlBar} />
{#if showControls}
<div

View file

@ -94,7 +94,7 @@
playsinline
controls
class="h-full object-contain"
use:swipe
use:swipe={() => ({})}
onswipe={onSwipe}
oncanplay={(e) => handleCanPlay(e.currentTarget)}
onended={onVideoEnded}