From 1b053e38fb241d5ebfa0e426e78a6133906441c0 Mon Sep 17 00:00:00 2001 From: Piotr Zdziarski Date: Tue, 11 Aug 2026 16:25:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#75350=20fslightbox?= =?UTF-8?q?-react=202.0.7=20by=20@piotrzdziarski?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/fslightbox-react/fslightbox-react-tests.tsx | 3 ++- types/fslightbox-react/index.d.ts | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/types/fslightbox-react/fslightbox-react-tests.tsx b/types/fslightbox-react/fslightbox-react-tests.tsx index 3ea0b17d060307..88884da9cd3930 100644 --- a/types/fslightbox-react/fslightbox-react-tests.tsx +++ b/types/fslightbox-react/fslightbox-react-tests.tsx @@ -51,7 +51,8 @@ class Test extends React.Component { autoplay disableBackgroundClose={true} disableLocalStorage={true} - disableSlideSwiping={true} + disableSlideshowLoop={true} + disableZoom={true} exitFullscreenOnClose={false} maxScale={true} slideDistance={0.5} diff --git a/types/fslightbox-react/index.d.ts b/types/fslightbox-react/index.d.ts index 33b2553a4e70cb..1038494c87c3c1 100644 --- a/types/fslightbox-react/index.d.ts +++ b/types/fslightbox-react/index.d.ts @@ -64,6 +64,8 @@ declare namespace FsLightbox { // preferences disableBackgroundClose?: boolean | undefined; disableSlideSwiping?: boolean | undefined; + disableSlideshowLoop?: boolean | undefined; + disableZoom?: boolean | undefined; loadOnlyCurrentSource?: boolean | undefined; showThumbsOnMount?: boolean | undefined; // pro feature showThumbsWithCaptions?: boolean | undefined; // pro feature