yt-uikit 0.8.11-minicart.0 → 0.8.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,6 @@ import { CartOffersCarousalProps } from "./CartOffersCarousel";
|
|
|
5
5
|
import { freebieMilestoneProps } from "./NextFreebieRow";
|
|
6
6
|
import { GSTSectionCustomizationProps } from "./GSTSection";
|
|
7
7
|
import { BundlePayload } from "../BundleBlock/Bundle";
|
|
8
|
-
import { type FloatingCartDataProps } from "./FloatingCart";
|
|
9
8
|
export interface RewardCoupon {
|
|
10
9
|
couponTemplateId: number;
|
|
11
10
|
name: string;
|
|
@@ -193,8 +192,6 @@ export interface CartProps {
|
|
|
193
192
|
productRecsCardListVariant: "scroll" | "carousel" | "vertical";
|
|
194
193
|
showCartTimer?: boolean;
|
|
195
194
|
showFreebieMilestone?: boolean;
|
|
196
|
-
showFloatingCart?: boolean;
|
|
197
|
-
floatingCartData?: FloatingCartDataProps;
|
|
198
195
|
cartTimerInMinutes?: number;
|
|
199
196
|
cartTimerCustomText?: string;
|
|
200
197
|
imageAspectSelector?: "square" | "portrait";
|