From e17bbea3b2ea71a0163bfd8720279a8253731a92 Mon Sep 17 00:00:00 2001 From: Bob <158583129+bouchmann@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:49:19 +0100 Subject: [PATCH] Update carouselTypes.ts --- .../remix-ui/home-tab/src/lib/components/types/carouselTypes.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts b/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts index 7e44e45247d..d2e6948062f 100644 --- a/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts +++ b/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts @@ -4,7 +4,6 @@ export interface ResponsiveType { breakpoint: { max: number; min: number }; items: number; partialVisibilityGutter?: number; // back-ward compatible, because previously there has been a typo - partialVisibilityGutter?: number; slidesToSlide?: number; }; } @@ -49,7 +48,6 @@ export interface CarouselProps { // partialVisible has to be used in conjunction with the responsive props, details are in documentation. // it shows the next set of items partially, different from centerMode as it shows both. partialVisible?: boolean; - partialVisible?: boolean; // old typo - deprecated (will be remove in 3.0) customTransition?: string; transitionDuration?: number; // if you are using customTransition, make sure to put the duration here.