yt-uikit 0.9.13 → 0.9.15-loyalty-patch.0
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.
- package/README.md +94 -94
- package/dist/esm/atoms/bundleBuilderProductDetailsAtom.d.ts +4 -4
- package/dist/esm/atoms/cartDataAtom.d.ts +3 -3
- package/dist/esm/atoms/cartLoadingAtom.d.ts +22 -22
- package/dist/esm/atoms/cartTimer.d.ts +2 -2
- package/dist/esm/atoms/dateAtom.d.ts +1 -1
- package/dist/esm/atoms/freebieClaimModalAtom.d.ts +7 -7
- package/dist/esm/atoms/giftWrap.d.ts +2 -2
- package/dist/esm/atoms/gstCompanyNameAtom.d.ts +1 -1
- package/dist/esm/atoms/gstInputAtom.d.ts +1 -1
- package/dist/esm/atoms/maxQtyErrorAtom.d.ts +3 -3
- package/dist/esm/atoms/multiClaimSelectionAtom.d.ts +25 -25
- package/dist/esm/atoms/noteInputAtom.d.ts +3 -3
- package/dist/esm/atoms/postalCodeAtom.d.ts +1 -1
- package/dist/esm/atoms/shippingAtom.d.ts +8 -8
- package/dist/esm/atoms/showGSTInputAtom.d.ts +1 -1
- package/dist/esm/atoms/variantSelectionModalAtom.d.ts +25 -25
- package/dist/esm/components/BundleBlock/Bundle.d.ts +446 -446
- package/dist/esm/components/BundleBlock/BundleBuilder/BundleBuilder.d.ts +50 -50
- package/dist/esm/components/BundleBlock/BundleBuilder/ResponsiveBgImage.d.ts +9 -9
- package/dist/esm/components/BundleBlock/BundleBuilder/SortAndFilter.d.ts +74 -74
- package/dist/esm/components/BundleBlock/BundleBuilder/VariantOptionsModal.d.ts +28 -28
- package/dist/esm/components/BundleBlock/BundleBuilder/bundleBuilder.style.d.ts +37 -37
- package/dist/esm/components/BundleBlock/BundleBuilderTracker/BundleBuilderTracker.d.ts +55 -55
- package/dist/esm/components/BundleBlock/BundleBuilderTracker/bundleBuilderTracker.style.d.ts +77 -77
- package/dist/esm/components/BundleBlock/BundleProductDetailsModal/BundleProductDetailsModal.d.ts +37 -37
- package/dist/esm/components/BundleBlock/BundleProductDetailsModal/bundleProductDetailsModal.style.d.ts +10 -10
- package/dist/esm/components/BundleBlock/CollectionBundle/CategoryFilter.d.ts +10 -10
- package/dist/esm/components/BundleBlock/CollectionBundle/ColllectionBundle.d.ts +127 -127
- package/dist/esm/components/BundleBlock/CollectionBundle/ProductDetailsModal.d.ts +16 -16
- package/dist/esm/components/BundleBlock/ComboBundle.d.ts +17 -17
- package/dist/esm/components/BundleBlock/FixedBundle/FixedBundle.d.ts +4 -4
- package/dist/esm/components/BundleBlock/FixedBundle/SeparateVariantOptions.d.ts +45 -45
- package/dist/esm/components/BundleBlock/FixedBundle/VariantSelectorModal.d.ts +22 -22
- package/dist/esm/components/BundleBlock/FixedBundle/fixedBundle.style.d.ts +80 -80
- package/dist/esm/components/BundleBlock/Loader.d.ts +5 -5
- package/dist/esm/components/BundleBlock/MixAndMatchBundle/MixAndMatchBundle.d.ts +9 -9
- package/dist/esm/components/BundleBlock/MixAndMatchBundle/mixAndMatchBundle.style.d.ts +86 -86
- package/dist/esm/components/BundleBlock/PersonalizationForm/PersonalizationForm.d.ts +35 -35
- package/dist/esm/components/BundleBlock/PersonalizationForm/PersonalizationFormModal.d.ts +24 -24
- package/dist/esm/components/BundleBlock/VolumeBundle/VolumeBundle.d.ts +27 -27
- package/dist/esm/components/BundleBlock/VolumeBundle/volumeBundle.style.d.ts +80 -80
- package/dist/esm/components/BundleBlock/index.d.ts +1 -1
- package/dist/esm/components/Cart/ApplyCoupon.d.ts +13 -13
- package/dist/esm/components/Cart/Bundle.d.ts +6 -6
- package/dist/esm/components/Cart/Cart.d.ts +246 -246
- package/dist/esm/components/Cart/CartDrawer.d.ts +26 -26
- package/dist/esm/components/Cart/CartOffersCarousel.d.ts +48 -48
- package/dist/esm/components/Cart/CartProductsList.d.ts +45 -45
- package/dist/esm/components/Cart/CartTimer.d.ts +8 -8
- package/dist/esm/components/Cart/CheckoutSection.d.ts +47 -47
- package/dist/esm/components/Cart/CouponSelection.d.ts +17 -17
- package/dist/esm/components/Cart/DatePicker.d.ts +10 -10
- package/dist/esm/components/Cart/EmptyCart.d.ts +33 -33
- package/dist/esm/components/Cart/FloatingCart.d.ts +24 -24
- package/dist/esm/components/Cart/FooterSections.d.ts +6 -6
- package/dist/esm/components/Cart/FreebieClaimManager.d.ts +17 -17
- package/dist/esm/components/Cart/FreebieClaimOverlay.d.ts +17 -17
- package/dist/esm/components/Cart/FreebieClaimOverlayCard.d.ts +10 -10
- package/dist/esm/components/Cart/FreebieClaimSection.d.ts +17 -17
- package/dist/esm/components/Cart/FreebieClaimSectionCard.d.ts +16 -16
- package/dist/esm/components/Cart/GSTSection.d.ts +15 -15
- package/dist/esm/components/Cart/GiftWrap.d.ts +15 -15
- package/dist/esm/components/Cart/InlineCartOfferInfoText.d.ts +10 -10
- package/dist/esm/components/Cart/LoyaltyAppliedCTA.d.ts +19 -19
- package/dist/esm/components/Cart/LoyaltyApplyCTA.d.ts +18 -18
- package/dist/esm/components/Cart/LoyaltyBadge.d.ts +10 -10
- package/dist/esm/components/Cart/LoyaltyGuestCTA.d.ts +17 -17
- package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointConfetti.d.ts +11 -11
- package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointIcon.d.ts +3 -3
- package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointTooltip.d.ts +3 -3
- package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepIcon.d.ts +9 -9
- package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepProgressBar.d.ts +5 -5
- package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepProgressBar.styled.d.ts +45 -45
- package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepUtils.d.ts +6 -6
- package/dist/esm/components/Cart/MultiStepProgressBar/MultiTierProgressBar.d.ts +4 -4
- package/dist/esm/components/Cart/MultiStepProgressBar/MutiTierNextRewardMessage.d.ts +3 -3
- package/dist/esm/components/Cart/MultiStepProgressBar/NextRewardMessage.d.ts +3 -3
- package/dist/esm/components/Cart/MultiStepProgressBar/SingleTierProgressBar.d.ts +4 -4
- package/dist/esm/components/Cart/MultiStepProgressBar/SingleTierProgressBar.styled.d.ts +22 -22
- package/dist/esm/components/Cart/MultiStepProgressBar/SingletTierNextRewardMessage.d.ts +3 -3
- package/dist/esm/components/Cart/MultiStepProgressBar/types.d.ts +55 -55
- package/dist/esm/components/Cart/NextFreebieRow.d.ts +19 -19
- package/dist/esm/components/Cart/NoteSection.d.ts +8 -8
- package/dist/esm/components/Cart/ProductCard.d.ts +30 -30
- package/dist/esm/components/Cart/ProductRecCard.d.ts +20 -20
- package/dist/esm/components/Cart/ProductRecList.d.ts +23 -23
- package/dist/esm/components/Cart/ProgressBarCartLoader.d.ts +7 -7
- package/dist/esm/components/Cart/QuantitySelector.d.ts +12 -12
- package/dist/esm/components/Cart/RegionSpecificDelivery.d.ts +17 -17
- package/dist/esm/components/Cart/RewardPointsPreview.d.ts +10 -10
- package/dist/esm/components/Cart/StandardDelivery.d.ts +11 -11
- package/dist/esm/components/Cart/StealDealSection.d.ts +14 -14
- package/dist/esm/components/Cart/StickyCart.d.ts +64 -64
- package/dist/esm/components/Cart/SubtotalSection.d.ts +13 -13
- package/dist/esm/components/Cart/VariantSelectionPopup/DesktopVariantPopup.d.ts +19 -19
- package/dist/esm/components/Cart/VariantSelectionPopup/DesktopVariantPopup.styled.d.ts +60 -60
- package/dist/esm/components/Cart/VariantSelectionPopup/MobileVariantPopover.d.ts +19 -19
- package/dist/esm/components/Cart/index.d.ts +1 -1
- package/dist/esm/components/Loyalty/Loader.d.ts +10 -10
- package/dist/esm/components/Loyalty/LoyaltyProductCatalog.d.ts +60 -60
- package/dist/esm/components/Loyalty/index.d.ts +2 -2
- package/dist/esm/components/LoyaltyPageBlock/LoyaltyPageBlock.d.ts +64 -64
- package/dist/esm/components/Nudge/LeadGenerationNudge.d.ts +15 -15
- package/dist/esm/components/Nudge/Nudge.d.ts +40 -40
- package/dist/esm/components/Nudge/index.d.ts +1 -1
- package/dist/esm/components/ProductOffersBlock/ProductOffersCoupon.d.ts +12 -12
- package/dist/esm/components/ProductOffersBlock/ProductOffersList.d.ts +12 -12
- package/dist/esm/components/ProductOffersBlock/ProductOffersTermsMobilePopover.d.ts +10 -10
- package/dist/esm/components/ProductOffersBlock/ProductOffersTermsPopup.d.ts +10 -10
- package/dist/esm/components/ProductOffersBlock/ProductsOffers.d.ts +42 -42
- package/dist/esm/components/SpinnerWheel/SpinnerWheel.d.ts +23 -23
- package/dist/esm/components/SpinnerWheel/WheelSection.d.ts +9 -9
- package/dist/esm/components/SpinnerWheel/index.d.ts +1 -1
- package/dist/esm/components/index.d.ts +9 -9
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +97 -97
- package/dist/esm/utils/converter.d.ts +2 -2
- package/dist/esm/utils/customVariantOptions.d.ts +20 -20
- package/dist/esm/utils/freebieProductUtils.d.ts +28 -28
- package/dist/esm/utils/freebieUtils.d.ts +5 -5
- package/dist/esm/utils/index.d.ts +14 -14
- package/package.json +96 -96
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Checkpoint } from "./Cart";
|
|
3
|
-
import { freebieMilestoneProps } from "./NextFreebieRow";
|
|
4
|
-
type CartProductsListProps = {
|
|
5
|
-
addCartItem?: (product: any, quantity?: number, triggeredFrom?: string) => Promise<any>;
|
|
6
|
-
removeCartItem: (product: any) => Promise<any>;
|
|
7
|
-
handleIncrement: (lineItemKey: string | number, newQuantity: number, properties?: {
|
|
8
|
-
[key: string]: string;
|
|
9
|
-
}) => Promise<any>;
|
|
10
|
-
handleDecrement: (lineItemKey: string | number, newQuantity?: number) => Promise<any>;
|
|
11
|
-
isDev?: boolean;
|
|
12
|
-
themeColor?: string;
|
|
13
|
-
primaryTextColor?: string;
|
|
14
|
-
secondaryTextColor?: string;
|
|
15
|
-
freeProduct?: any;
|
|
16
|
-
themeTextColor?: string;
|
|
17
|
-
showEditOptionOnProducts?: boolean;
|
|
18
|
-
productPercentageOffMapping: {
|
|
19
|
-
[variantId: string]: number;
|
|
20
|
-
};
|
|
21
|
-
removeFreebieFromCart?: (lineItemKey: string) => Promise<void>;
|
|
22
|
-
showDeleteOnFreebies?: boolean;
|
|
23
|
-
freebieCouponTemplates: Checkpoint[];
|
|
24
|
-
cartCheckpoints?: Checkpoint[];
|
|
25
|
-
freebieFlowCheckpoints: Checkpoint[];
|
|
26
|
-
freeProductAdjustedCartTotal?: number;
|
|
27
|
-
imageAspectSelector?: "square" | "portrait";
|
|
28
|
-
cartComponentsCornerType?: "rounded" | "sharp";
|
|
29
|
-
cartComponentsCornerRadius?: number;
|
|
30
|
-
giftWrapVariantId?: string;
|
|
31
|
-
giftWrapProductId?: string;
|
|
32
|
-
showGiftWrapAsLineItem?: boolean;
|
|
33
|
-
backgroundSubdued?: string;
|
|
34
|
-
tertiaryColor?: string;
|
|
35
|
-
tertiaryTextColor?: string;
|
|
36
|
-
backgroundColor?: string;
|
|
37
|
-
showDiscountOnMRP?: boolean;
|
|
38
|
-
checkoutSectionMessage?: string;
|
|
39
|
-
checkoutSectionMessageRedirectLink?: string;
|
|
40
|
-
showFreebieMilestone?: boolean;
|
|
41
|
-
freebieMilestoneData?: freebieMilestoneProps;
|
|
42
|
-
freeLabelText?: string;
|
|
43
|
-
};
|
|
44
|
-
declare const CartProductsList: React.FC<CartProductsListProps>;
|
|
45
|
-
export default CartProductsList;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Checkpoint } from "./Cart";
|
|
3
|
+
import { freebieMilestoneProps } from "./NextFreebieRow";
|
|
4
|
+
type CartProductsListProps = {
|
|
5
|
+
addCartItem?: (product: any, quantity?: number, triggeredFrom?: string) => Promise<any>;
|
|
6
|
+
removeCartItem: (product: any) => Promise<any>;
|
|
7
|
+
handleIncrement: (lineItemKey: string | number, newQuantity: number, properties?: {
|
|
8
|
+
[key: string]: string;
|
|
9
|
+
}) => Promise<any>;
|
|
10
|
+
handleDecrement: (lineItemKey: string | number, newQuantity?: number) => Promise<any>;
|
|
11
|
+
isDev?: boolean;
|
|
12
|
+
themeColor?: string;
|
|
13
|
+
primaryTextColor?: string;
|
|
14
|
+
secondaryTextColor?: string;
|
|
15
|
+
freeProduct?: any;
|
|
16
|
+
themeTextColor?: string;
|
|
17
|
+
showEditOptionOnProducts?: boolean;
|
|
18
|
+
productPercentageOffMapping: {
|
|
19
|
+
[variantId: string]: number;
|
|
20
|
+
};
|
|
21
|
+
removeFreebieFromCart?: (lineItemKey: string) => Promise<void>;
|
|
22
|
+
showDeleteOnFreebies?: boolean;
|
|
23
|
+
freebieCouponTemplates: Checkpoint[];
|
|
24
|
+
cartCheckpoints?: Checkpoint[];
|
|
25
|
+
freebieFlowCheckpoints: Checkpoint[];
|
|
26
|
+
freeProductAdjustedCartTotal?: number;
|
|
27
|
+
imageAspectSelector?: "square" | "portrait";
|
|
28
|
+
cartComponentsCornerType?: "rounded" | "sharp";
|
|
29
|
+
cartComponentsCornerRadius?: number;
|
|
30
|
+
giftWrapVariantId?: string;
|
|
31
|
+
giftWrapProductId?: string;
|
|
32
|
+
showGiftWrapAsLineItem?: boolean;
|
|
33
|
+
backgroundSubdued?: string;
|
|
34
|
+
tertiaryColor?: string;
|
|
35
|
+
tertiaryTextColor?: string;
|
|
36
|
+
backgroundColor?: string;
|
|
37
|
+
showDiscountOnMRP?: boolean;
|
|
38
|
+
checkoutSectionMessage?: string;
|
|
39
|
+
checkoutSectionMessageRedirectLink?: string;
|
|
40
|
+
showFreebieMilestone?: boolean;
|
|
41
|
+
freebieMilestoneData?: freebieMilestoneProps;
|
|
42
|
+
freeLabelText?: string;
|
|
43
|
+
};
|
|
44
|
+
declare const CartProductsList: React.FC<CartProductsListProps>;
|
|
45
|
+
export default CartProductsList;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type CartTimerProps = {
|
|
3
|
-
minutes?: number;
|
|
4
|
-
customText?: string;
|
|
5
|
-
onTimerComplete: () => void;
|
|
6
|
-
};
|
|
7
|
-
declare const CartTimer: ({ minutes, customText, onTimerComplete, }: CartTimerProps) => React.JSX.Element;
|
|
8
|
-
export default CartTimer;
|
|
1
|
+
import React from "react";
|
|
2
|
+
type CartTimerProps = {
|
|
3
|
+
minutes?: number;
|
|
4
|
+
customText?: string;
|
|
5
|
+
onTimerComplete: () => void;
|
|
6
|
+
};
|
|
7
|
+
declare const CartTimer: ({ minutes, customText, onTimerComplete, }: CartTimerProps) => React.JSX.Element;
|
|
8
|
+
export default CartTimer;
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "./shared.scss";
|
|
3
|
-
import { Checkpoint } from "./Cart";
|
|
4
|
-
export interface trustedBadgeInterface {
|
|
5
|
-
enableTrustedBadge: boolean;
|
|
6
|
-
badgeImage: {
|
|
7
|
-
id: string;
|
|
8
|
-
path: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
interface CheckoutSectionProps {
|
|
12
|
-
checkoutButtonColor?: string;
|
|
13
|
-
checkoutFontSize: string | number;
|
|
14
|
-
checkoutFunction: (templateId?: number) => Promise<any>;
|
|
15
|
-
discountApplied?: boolean;
|
|
16
|
-
discountInCheckoutButton?: boolean | string;
|
|
17
|
-
isStickyCheckout?: boolean;
|
|
18
|
-
discountAmountApplied?: number;
|
|
19
|
-
minimumCartValue?: number;
|
|
20
|
-
themeTextColor?: string;
|
|
21
|
-
applyGSTToCart?: (gstNumber: string, companyName: string) => Promise<any>;
|
|
22
|
-
showGSTOption?: boolean;
|
|
23
|
-
applyNoteToCart?: (note: string) => Promise<any>;
|
|
24
|
-
showNoteOption?: boolean;
|
|
25
|
-
enableGeoLocationDeliveryRestriction?: boolean;
|
|
26
|
-
applyPostalCodeAndDeliverySlotToCart?: (deliveryType: string, postalCode?: string, deliverySlot?: string) => Promise<any>;
|
|
27
|
-
enableSlotPicker?: boolean;
|
|
28
|
-
cartComponentsCornerType?: "rounded" | "sharp";
|
|
29
|
-
cartComponentsCornerRadius?: number;
|
|
30
|
-
checkoutSectionMessage?: string;
|
|
31
|
-
checkoutSectionMessageRedirectLink?: string;
|
|
32
|
-
checkoutSectionMessageDisplay?: "ribbon" | "tag" | "bookmark";
|
|
33
|
-
showDiscountOnMRP?: boolean;
|
|
34
|
-
tertiaryColor?: string;
|
|
35
|
-
tertiaryTextColor?: string;
|
|
36
|
-
cartCheckpoints?: Checkpoint[];
|
|
37
|
-
toggleDecimal?: boolean;
|
|
38
|
-
disableCheckoutButton: boolean;
|
|
39
|
-
checkoutButtonBottomSpacing?: number;
|
|
40
|
-
showCheckoutButtonPaymentIcons?: boolean;
|
|
41
|
-
primaryTextColor?: string;
|
|
42
|
-
hideSubtotalAndBadge?: boolean;
|
|
43
|
-
showTrustedBadge?: boolean;
|
|
44
|
-
trustedBadgeData?: trustedBadgeInterface;
|
|
45
|
-
}
|
|
46
|
-
declare function CheckoutSection({ checkoutButtonColor, checkoutFontSize, checkoutFunction, discountApplied, discountInCheckoutButton, discountAmountApplied, minimumCartValue, themeTextColor, applyGSTToCart, showGSTOption, applyNoteToCart, showNoteOption, enableGeoLocationDeliveryRestriction, applyPostalCodeAndDeliverySlotToCart, enableSlotPicker, isStickyCheckout, cartComponentsCornerType, cartComponentsCornerRadius, checkoutSectionMessage, checkoutSectionMessageDisplay, checkoutSectionMessageRedirectLink, showDiscountOnMRP, tertiaryColor, tertiaryTextColor, cartCheckpoints, toggleDecimal, disableCheckoutButton, checkoutButtonBottomSpacing, showCheckoutButtonPaymentIcons, primaryTextColor, hideSubtotalAndBadge, showTrustedBadge, trustedBadgeData, }: CheckoutSectionProps): React.JSX.Element;
|
|
47
|
-
export default CheckoutSection;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./shared.scss";
|
|
3
|
+
import { Checkpoint } from "./Cart";
|
|
4
|
+
export interface trustedBadgeInterface {
|
|
5
|
+
enableTrustedBadge: boolean;
|
|
6
|
+
badgeImage: {
|
|
7
|
+
id: string;
|
|
8
|
+
path: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
interface CheckoutSectionProps {
|
|
12
|
+
checkoutButtonColor?: string;
|
|
13
|
+
checkoutFontSize: string | number;
|
|
14
|
+
checkoutFunction: (templateId?: number) => Promise<any>;
|
|
15
|
+
discountApplied?: boolean;
|
|
16
|
+
discountInCheckoutButton?: boolean | string;
|
|
17
|
+
isStickyCheckout?: boolean;
|
|
18
|
+
discountAmountApplied?: number;
|
|
19
|
+
minimumCartValue?: number;
|
|
20
|
+
themeTextColor?: string;
|
|
21
|
+
applyGSTToCart?: (gstNumber: string, companyName: string) => Promise<any>;
|
|
22
|
+
showGSTOption?: boolean;
|
|
23
|
+
applyNoteToCart?: (note: string) => Promise<any>;
|
|
24
|
+
showNoteOption?: boolean;
|
|
25
|
+
enableGeoLocationDeliveryRestriction?: boolean;
|
|
26
|
+
applyPostalCodeAndDeliverySlotToCart?: (deliveryType: string, postalCode?: string, deliverySlot?: string) => Promise<any>;
|
|
27
|
+
enableSlotPicker?: boolean;
|
|
28
|
+
cartComponentsCornerType?: "rounded" | "sharp";
|
|
29
|
+
cartComponentsCornerRadius?: number;
|
|
30
|
+
checkoutSectionMessage?: string;
|
|
31
|
+
checkoutSectionMessageRedirectLink?: string;
|
|
32
|
+
checkoutSectionMessageDisplay?: "ribbon" | "tag" | "bookmark";
|
|
33
|
+
showDiscountOnMRP?: boolean;
|
|
34
|
+
tertiaryColor?: string;
|
|
35
|
+
tertiaryTextColor?: string;
|
|
36
|
+
cartCheckpoints?: Checkpoint[];
|
|
37
|
+
toggleDecimal?: boolean;
|
|
38
|
+
disableCheckoutButton: boolean;
|
|
39
|
+
checkoutButtonBottomSpacing?: number;
|
|
40
|
+
showCheckoutButtonPaymentIcons?: boolean;
|
|
41
|
+
primaryTextColor?: string;
|
|
42
|
+
hideSubtotalAndBadge?: boolean;
|
|
43
|
+
showTrustedBadge?: boolean;
|
|
44
|
+
trustedBadgeData?: trustedBadgeInterface;
|
|
45
|
+
}
|
|
46
|
+
declare function CheckoutSection({ checkoutButtonColor, checkoutFontSize, checkoutFunction, discountApplied, discountInCheckoutButton, discountAmountApplied, minimumCartValue, themeTextColor, applyGSTToCart, showGSTOption, applyNoteToCart, showNoteOption, enableGeoLocationDeliveryRestriction, applyPostalCodeAndDeliverySlotToCart, enableSlotPicker, isStickyCheckout, cartComponentsCornerType, cartComponentsCornerRadius, checkoutSectionMessage, checkoutSectionMessageDisplay, checkoutSectionMessageRedirectLink, showDiscountOnMRP, tertiaryColor, tertiaryTextColor, cartCheckpoints, toggleDecimal, disableCheckoutButton, checkoutButtonBottomSpacing, showCheckoutButtonPaymentIcons, primaryTextColor, hideSubtotalAndBadge, showTrustedBadge, trustedBadgeData, }: CheckoutSectionProps): React.JSX.Element;
|
|
47
|
+
export default CheckoutSection;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { RewardCoupon } from "./Cart";
|
|
3
|
-
interface CouponSelectionProps {
|
|
4
|
-
rewardCoupons: RewardCoupon[];
|
|
5
|
-
applyCouponCode?: (code: string) => Promise<void>;
|
|
6
|
-
removeDiscount?: () => Promise<void>;
|
|
7
|
-
enableConfetti?: boolean;
|
|
8
|
-
backgroundSubdued?: string;
|
|
9
|
-
themeColor?: string;
|
|
10
|
-
themeTextColor?: string;
|
|
11
|
-
primaryTextColor?: string;
|
|
12
|
-
ctaButtonBackgroundColor?: string;
|
|
13
|
-
ctaButtonTextColor?: string;
|
|
14
|
-
cartComponentsCornerRadius?: number;
|
|
15
|
-
}
|
|
16
|
-
declare const CouponSelection: React.FC<CouponSelectionProps>;
|
|
17
|
-
export default CouponSelection;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { RewardCoupon } from "./Cart";
|
|
3
|
+
interface CouponSelectionProps {
|
|
4
|
+
rewardCoupons: RewardCoupon[];
|
|
5
|
+
applyCouponCode?: (code: string) => Promise<void>;
|
|
6
|
+
removeDiscount?: () => Promise<void>;
|
|
7
|
+
enableConfetti?: boolean;
|
|
8
|
+
backgroundSubdued?: string;
|
|
9
|
+
themeColor?: string;
|
|
10
|
+
themeTextColor?: string;
|
|
11
|
+
primaryTextColor?: string;
|
|
12
|
+
ctaButtonBackgroundColor?: string;
|
|
13
|
+
ctaButtonTextColor?: string;
|
|
14
|
+
cartComponentsCornerRadius?: number;
|
|
15
|
+
}
|
|
16
|
+
declare const CouponSelection: React.FC<CouponSelectionProps>;
|
|
17
|
+
export default CouponSelection;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import "react-calendar/dist/Calendar.css";
|
|
3
|
-
import "./DatePicker.css";
|
|
4
|
-
interface CustomDatePickerProps {
|
|
5
|
-
themeColor?: string;
|
|
6
|
-
themeTextColor?: string;
|
|
7
|
-
disabledDates?: Date[] | Date;
|
|
8
|
-
}
|
|
9
|
-
declare const CustomDatePicker: React.FC<CustomDatePickerProps>;
|
|
10
|
-
export default CustomDatePicker;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "react-calendar/dist/Calendar.css";
|
|
3
|
+
import "./DatePicker.css";
|
|
4
|
+
interface CustomDatePickerProps {
|
|
5
|
+
themeColor?: string;
|
|
6
|
+
themeTextColor?: string;
|
|
7
|
+
disabledDates?: Date[] | Date;
|
|
8
|
+
}
|
|
9
|
+
declare const CustomDatePicker: React.FC<CustomDatePickerProps>;
|
|
10
|
+
export default CustomDatePicker;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { CartProps } from "./Cart";
|
|
3
|
-
export default function EmptyCart({ showLoyaltyCta, exploreCTAColor, emptyCartTitle, emptyCartDescription, isUserSignedIn, joinNowFunction, exploreCtaRedirectLink, themeColor, emptyCartButtons, cartComponentsCornerRadius, cartComponentsCornerType, themeTextColor, recProductsList, addCartItem, productRecsCtaButtonText, ctaButtonBackgroundColor, ctaButtonTextColor, primaryTextColor, secondaryTextColor, showVariantSelectionDropdownInProductRecs, productRecsTitleText, emptyProductRecsTitleText, backgroundSubdued, showEmptyCartRecommendations, tertiaryColor, tertiaryTextColor, }: {
|
|
4
|
-
showLoyaltyCta: boolean;
|
|
5
|
-
exploreCTAColor: any;
|
|
6
|
-
emptyCartTitle: string;
|
|
7
|
-
emptyCartDescription?: string;
|
|
8
|
-
isUserSignedIn?: boolean;
|
|
9
|
-
joinNowFunction?: () => void;
|
|
10
|
-
exploreCtaRedirectLink?: string;
|
|
11
|
-
themeColor?: string;
|
|
12
|
-
emptyCartButtons?: Array<{
|
|
13
|
-
title: string;
|
|
14
|
-
link: string;
|
|
15
|
-
}>;
|
|
16
|
-
cartComponentsCornerRadius?: number;
|
|
17
|
-
cartComponentsCornerType?: "rounded" | "sharp";
|
|
18
|
-
themeTextColor?: string;
|
|
19
|
-
recProductsList?: any[];
|
|
20
|
-
addCartItem?: CartProps["addCartItem"];
|
|
21
|
-
productRecsCtaButtonText?: CartProps["productRecsCtaButtonText"];
|
|
22
|
-
ctaButtonBackgroundColor?: CartProps["ctaButtonBackgroundColor"];
|
|
23
|
-
ctaButtonTextColor?: CartProps["ctaButtonTextColor"];
|
|
24
|
-
primaryTextColor?: CartProps["primaryTextColor"];
|
|
25
|
-
secondaryTextColor?: CartProps["secondaryTextColor"];
|
|
26
|
-
showVariantSelectionDropdownInProductRecs?: CartProps["showVariantSelectionDropdownInProductRecs"];
|
|
27
|
-
productRecsTitleText?: CartProps["productRecsTitleText"];
|
|
28
|
-
emptyProductRecsTitleText?: CartProps["emptyProductRecsTitleText"];
|
|
29
|
-
backgroundSubdued?: CartProps["backgroundSubdued"];
|
|
30
|
-
showEmptyCartRecommendations?: boolean;
|
|
31
|
-
tertiaryColor?: string;
|
|
32
|
-
tertiaryTextColor?: string;
|
|
33
|
-
}): React.JSX.Element;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CartProps } from "./Cart";
|
|
3
|
+
export default function EmptyCart({ showLoyaltyCta, exploreCTAColor, emptyCartTitle, emptyCartDescription, isUserSignedIn, joinNowFunction, exploreCtaRedirectLink, themeColor, emptyCartButtons, cartComponentsCornerRadius, cartComponentsCornerType, themeTextColor, recProductsList, addCartItem, productRecsCtaButtonText, ctaButtonBackgroundColor, ctaButtonTextColor, primaryTextColor, secondaryTextColor, showVariantSelectionDropdownInProductRecs, productRecsTitleText, emptyProductRecsTitleText, backgroundSubdued, showEmptyCartRecommendations, tertiaryColor, tertiaryTextColor, }: {
|
|
4
|
+
showLoyaltyCta: boolean;
|
|
5
|
+
exploreCTAColor: any;
|
|
6
|
+
emptyCartTitle: string;
|
|
7
|
+
emptyCartDescription?: string;
|
|
8
|
+
isUserSignedIn?: boolean;
|
|
9
|
+
joinNowFunction?: () => void;
|
|
10
|
+
exploreCtaRedirectLink?: string;
|
|
11
|
+
themeColor?: string;
|
|
12
|
+
emptyCartButtons?: Array<{
|
|
13
|
+
title: string;
|
|
14
|
+
link: string;
|
|
15
|
+
}>;
|
|
16
|
+
cartComponentsCornerRadius?: number;
|
|
17
|
+
cartComponentsCornerType?: "rounded" | "sharp";
|
|
18
|
+
themeTextColor?: string;
|
|
19
|
+
recProductsList?: any[];
|
|
20
|
+
addCartItem?: CartProps["addCartItem"];
|
|
21
|
+
productRecsCtaButtonText?: CartProps["productRecsCtaButtonText"];
|
|
22
|
+
ctaButtonBackgroundColor?: CartProps["ctaButtonBackgroundColor"];
|
|
23
|
+
ctaButtonTextColor?: CartProps["ctaButtonTextColor"];
|
|
24
|
+
primaryTextColor?: CartProps["primaryTextColor"];
|
|
25
|
+
secondaryTextColor?: CartProps["secondaryTextColor"];
|
|
26
|
+
showVariantSelectionDropdownInProductRecs?: CartProps["showVariantSelectionDropdownInProductRecs"];
|
|
27
|
+
productRecsTitleText?: CartProps["productRecsTitleText"];
|
|
28
|
+
emptyProductRecsTitleText?: CartProps["emptyProductRecsTitleText"];
|
|
29
|
+
backgroundSubdued?: CartProps["backgroundSubdued"];
|
|
30
|
+
showEmptyCartRecommendations?: boolean;
|
|
31
|
+
tertiaryColor?: string;
|
|
32
|
+
tertiaryTextColor?: string;
|
|
33
|
+
}): React.JSX.Element;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Checkpoint } from "./Cart";
|
|
3
|
-
export interface FloatingCartProps {
|
|
4
|
-
setIsCartOpen: (isOpen: boolean) => void;
|
|
5
|
-
isCartOpen?: boolean;
|
|
6
|
-
cartCheckpoints?: Checkpoint[];
|
|
7
|
-
customCartProgressBarCriteria?: string;
|
|
8
|
-
floatingCartData?: FloatingCartDataProps;
|
|
9
|
-
effectiveQuantityForProgressBar?: number;
|
|
10
|
-
cartComponentsCornerType?: "rounded" | "sharp";
|
|
11
|
-
cartComponentsCornerRadius?: number;
|
|
12
|
-
}
|
|
13
|
-
export type FloatingCartDataProps = {
|
|
14
|
-
enableFloatingCart: boolean;
|
|
15
|
-
backgroundColor: string;
|
|
16
|
-
bannerBackgroundColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
buttonColor: string;
|
|
19
|
-
bannerFooterText: string;
|
|
20
|
-
showOnPages: string[];
|
|
21
|
-
lastTierUnlockedText?: string;
|
|
22
|
-
};
|
|
23
|
-
declare const FloatingCart: React.FC<FloatingCartProps>;
|
|
24
|
-
export default FloatingCart;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Checkpoint } from "./Cart";
|
|
3
|
+
export interface FloatingCartProps {
|
|
4
|
+
setIsCartOpen: (isOpen: boolean) => void;
|
|
5
|
+
isCartOpen?: boolean;
|
|
6
|
+
cartCheckpoints?: Checkpoint[];
|
|
7
|
+
customCartProgressBarCriteria?: string;
|
|
8
|
+
floatingCartData?: FloatingCartDataProps;
|
|
9
|
+
effectiveQuantityForProgressBar?: number;
|
|
10
|
+
cartComponentsCornerType?: "rounded" | "sharp";
|
|
11
|
+
cartComponentsCornerRadius?: number;
|
|
12
|
+
}
|
|
13
|
+
export type FloatingCartDataProps = {
|
|
14
|
+
enableFloatingCart: boolean;
|
|
15
|
+
backgroundColor: string;
|
|
16
|
+
bannerBackgroundColor: string;
|
|
17
|
+
textColor: string;
|
|
18
|
+
buttonColor: string;
|
|
19
|
+
bannerFooterText: string;
|
|
20
|
+
showOnPages: string[];
|
|
21
|
+
lastTierUnlockedText?: string;
|
|
22
|
+
};
|
|
23
|
+
declare const FloatingCart: React.FC<FloatingCartProps>;
|
|
24
|
+
export default FloatingCart;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React, { PropsWithChildren } from "react";
|
|
2
|
-
type FooterSectionsProps = {
|
|
3
|
-
children: PropsWithChildren<any>;
|
|
4
|
-
};
|
|
5
|
-
declare const FooterSections: React.FC<FooterSectionsProps>;
|
|
6
|
-
export default FooterSections;
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
|
+
type FooterSectionsProps = {
|
|
3
|
+
children: PropsWithChildren<any>;
|
|
4
|
+
};
|
|
5
|
+
declare const FooterSections: React.FC<FooterSectionsProps>;
|
|
6
|
+
export default FooterSections;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { freebieClaimInterface, Checkpoint } from "./Cart";
|
|
3
|
-
interface FreebieClaimManagerProps {
|
|
4
|
-
freebieProductsInCart: any[];
|
|
5
|
-
themeColor?: string;
|
|
6
|
-
themeTextColor?: string;
|
|
7
|
-
primaryTextColor?: string;
|
|
8
|
-
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
9
|
-
freebiesInCart: string[];
|
|
10
|
-
freebieClaimData?: freebieClaimInterface;
|
|
11
|
-
cartCheckpoints?: Checkpoint[];
|
|
12
|
-
imageAspectSelector?: "square" | "portrait";
|
|
13
|
-
freebieCouponTemplates?: Checkpoint[];
|
|
14
|
-
isCartDrawerOpen?: boolean;
|
|
15
|
-
}
|
|
16
|
-
declare const FreebieClaimManager: React.FC<FreebieClaimManagerProps>;
|
|
17
|
-
export default FreebieClaimManager;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { freebieClaimInterface, Checkpoint } from "./Cart";
|
|
3
|
+
interface FreebieClaimManagerProps {
|
|
4
|
+
freebieProductsInCart: any[];
|
|
5
|
+
themeColor?: string;
|
|
6
|
+
themeTextColor?: string;
|
|
7
|
+
primaryTextColor?: string;
|
|
8
|
+
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
9
|
+
freebiesInCart: string[];
|
|
10
|
+
freebieClaimData?: freebieClaimInterface;
|
|
11
|
+
cartCheckpoints?: Checkpoint[];
|
|
12
|
+
imageAspectSelector?: "square" | "portrait";
|
|
13
|
+
freebieCouponTemplates?: Checkpoint[];
|
|
14
|
+
isCartDrawerOpen?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare const FreebieClaimManager: React.FC<FreebieClaimManagerProps>;
|
|
17
|
+
export default FreebieClaimManager;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Checkpoint } from "./Cart";
|
|
3
|
-
interface FreebieClaimOverlayProps {
|
|
4
|
-
freebieProductsInCart: any[];
|
|
5
|
-
maxFreebiesInTier: number;
|
|
6
|
-
tierName: string;
|
|
7
|
-
themeColor?: string;
|
|
8
|
-
themeTextColor?: string;
|
|
9
|
-
primaryTextColor?: string;
|
|
10
|
-
addFreebieToCart: (selectedProductIds: string[]) => Promise<void>;
|
|
11
|
-
imageAspectSelector?: "square" | "portrait";
|
|
12
|
-
freebieCouponTemplates?: Checkpoint[];
|
|
13
|
-
freebieClaimData?: any;
|
|
14
|
-
isCartDrawerOpen?: boolean;
|
|
15
|
-
}
|
|
16
|
-
declare const FreebieClaimOverlay: React.FC<FreebieClaimOverlayProps>;
|
|
17
|
-
export default FreebieClaimOverlay;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Checkpoint } from "./Cart";
|
|
3
|
+
interface FreebieClaimOverlayProps {
|
|
4
|
+
freebieProductsInCart: any[];
|
|
5
|
+
maxFreebiesInTier: number;
|
|
6
|
+
tierName: string;
|
|
7
|
+
themeColor?: string;
|
|
8
|
+
themeTextColor?: string;
|
|
9
|
+
primaryTextColor?: string;
|
|
10
|
+
addFreebieToCart: (selectedProductIds: string[]) => Promise<void>;
|
|
11
|
+
imageAspectSelector?: "square" | "portrait";
|
|
12
|
+
freebieCouponTemplates?: Checkpoint[];
|
|
13
|
+
freebieClaimData?: any;
|
|
14
|
+
isCartDrawerOpen?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare const FreebieClaimOverlay: React.FC<FreebieClaimOverlayProps>;
|
|
17
|
+
export default FreebieClaimOverlay;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
interface FreebieClaimOverlayCardProps {
|
|
3
|
-
product: any;
|
|
4
|
-
imageAspectSelector?: "square" | "portrait";
|
|
5
|
-
freebieCouponTemplates?: any[];
|
|
6
|
-
accentColor?: string;
|
|
7
|
-
freebieProductsInCart?: any[];
|
|
8
|
-
}
|
|
9
|
-
declare const FreebieClaimOverlayCard: React.FC<FreebieClaimOverlayCardProps>;
|
|
10
|
-
export default FreebieClaimOverlayCard;
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface FreebieClaimOverlayCardProps {
|
|
3
|
+
product: any;
|
|
4
|
+
imageAspectSelector?: "square" | "portrait";
|
|
5
|
+
freebieCouponTemplates?: any[];
|
|
6
|
+
accentColor?: string;
|
|
7
|
+
freebieProductsInCart?: any[];
|
|
8
|
+
}
|
|
9
|
+
declare const FreebieClaimOverlayCard: React.FC<FreebieClaimOverlayCardProps>;
|
|
10
|
+
export default FreebieClaimOverlayCard;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Checkpoint } from "./Cart";
|
|
3
|
-
interface FreebieClaimSectionProps {
|
|
4
|
-
freebieProductsInCart: any[];
|
|
5
|
-
themeColor?: string;
|
|
6
|
-
themeTextColor?: string;
|
|
7
|
-
primaryTextColor?: string;
|
|
8
|
-
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
9
|
-
freebiesInCart: string[];
|
|
10
|
-
imageAspectSelector?: "square" | "portrait";
|
|
11
|
-
freebieCouponTemplates?: Checkpoint[];
|
|
12
|
-
maxFreebiesInTier?: number;
|
|
13
|
-
tierName?: string;
|
|
14
|
-
freebieClaimData?: any;
|
|
15
|
-
}
|
|
16
|
-
declare const FreebieClaimSection: React.FC<FreebieClaimSectionProps>;
|
|
17
|
-
export default FreebieClaimSection;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Checkpoint } from "./Cart";
|
|
3
|
+
interface FreebieClaimSectionProps {
|
|
4
|
+
freebieProductsInCart: any[];
|
|
5
|
+
themeColor?: string;
|
|
6
|
+
themeTextColor?: string;
|
|
7
|
+
primaryTextColor?: string;
|
|
8
|
+
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
9
|
+
freebiesInCart: string[];
|
|
10
|
+
imageAspectSelector?: "square" | "portrait";
|
|
11
|
+
freebieCouponTemplates?: Checkpoint[];
|
|
12
|
+
maxFreebiesInTier?: number;
|
|
13
|
+
tierName?: string;
|
|
14
|
+
freebieClaimData?: any;
|
|
15
|
+
}
|
|
16
|
+
declare const FreebieClaimSection: React.FC<FreebieClaimSectionProps>;
|
|
17
|
+
export default FreebieClaimSection;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
interface FreebieClaimSectionCardProps {
|
|
3
|
-
product: any;
|
|
4
|
-
themeColor?: string;
|
|
5
|
-
themeTextColor?: string;
|
|
6
|
-
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
7
|
-
productClaimCtaButtonText?: string;
|
|
8
|
-
imageAspectSelector?: "square" | "portrait";
|
|
9
|
-
freebieCouponTemplates?: any;
|
|
10
|
-
isMultiClaim?: boolean;
|
|
11
|
-
isSelected?: boolean;
|
|
12
|
-
isDisabled?: boolean;
|
|
13
|
-
onToggleSelection?: (productId: string) => void;
|
|
14
|
-
}
|
|
15
|
-
declare const FreebieClaimSectionCard: React.FC<FreebieClaimSectionCardProps>;
|
|
16
|
-
export default FreebieClaimSectionCard;
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface FreebieClaimSectionCardProps {
|
|
3
|
+
product: any;
|
|
4
|
+
themeColor?: string;
|
|
5
|
+
themeTextColor?: string;
|
|
6
|
+
addFreebieToCart?: (variantId: string, originalAllowedVariantIds?: string[]) => Promise<void>;
|
|
7
|
+
productClaimCtaButtonText?: string;
|
|
8
|
+
imageAspectSelector?: "square" | "portrait";
|
|
9
|
+
freebieCouponTemplates?: any;
|
|
10
|
+
isMultiClaim?: boolean;
|
|
11
|
+
isSelected?: boolean;
|
|
12
|
+
isDisabled?: boolean;
|
|
13
|
+
onToggleSelection?: (productId: string) => void;
|
|
14
|
+
}
|
|
15
|
+
declare const FreebieClaimSectionCard: React.FC<FreebieClaimSectionCardProps>;
|
|
16
|
+
export default FreebieClaimSectionCard;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface GSTSectionCustomizationProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
iconColor?: string;
|
|
5
|
-
showIcon?: boolean;
|
|
6
|
-
backgroundColor?: string;
|
|
7
|
-
textColor?: string;
|
|
8
|
-
}
|
|
9
|
-
interface GSTSectionProps extends GSTSectionCustomizationProps {
|
|
10
|
-
gstNumber?: string;
|
|
11
|
-
companyName?: string;
|
|
12
|
-
themeColor?: string;
|
|
13
|
-
}
|
|
14
|
-
declare const GSTSection: React.FC<GSTSectionProps>;
|
|
15
|
-
export default GSTSection;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface GSTSectionCustomizationProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
iconColor?: string;
|
|
5
|
+
showIcon?: boolean;
|
|
6
|
+
backgroundColor?: string;
|
|
7
|
+
textColor?: string;
|
|
8
|
+
}
|
|
9
|
+
interface GSTSectionProps extends GSTSectionCustomizationProps {
|
|
10
|
+
gstNumber?: string;
|
|
11
|
+
companyName?: string;
|
|
12
|
+
themeColor?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const GSTSection: React.FC<GSTSectionProps>;
|
|
15
|
+
export default GSTSection;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type GiftWrapProps = {
|
|
3
|
-
themeColor?: string;
|
|
4
|
-
id?: string;
|
|
5
|
-
detail?: any;
|
|
6
|
-
showPrice?: boolean;
|
|
7
|
-
showProductImage?: boolean;
|
|
8
|
-
errorText?: string;
|
|
9
|
-
customText?: string;
|
|
10
|
-
showGiftIcon?: boolean;
|
|
11
|
-
addCartItem?: (variant: any, quantity?: number, triggeredFrom?: string) => Promise<any>;
|
|
12
|
-
removeCartItem?: (variantId: string, triggeredFrom?: string) => Promise<any>;
|
|
13
|
-
};
|
|
14
|
-
export default function GiftWrap({ themeColor, id, showPrice, detail, errorText, customText, showGiftIcon, showProductImage, addCartItem, removeCartItem, }: GiftWrapProps): React.JSX.Element | null;
|
|
15
|
-
export {};
|
|
1
|
+
import React from "react";
|
|
2
|
+
type GiftWrapProps = {
|
|
3
|
+
themeColor?: string;
|
|
4
|
+
id?: string;
|
|
5
|
+
detail?: any;
|
|
6
|
+
showPrice?: boolean;
|
|
7
|
+
showProductImage?: boolean;
|
|
8
|
+
errorText?: string;
|
|
9
|
+
customText?: string;
|
|
10
|
+
showGiftIcon?: boolean;
|
|
11
|
+
addCartItem?: (variant: any, quantity?: number, triggeredFrom?: string) => Promise<any>;
|
|
12
|
+
removeCartItem?: (variantId: string, triggeredFrom?: string) => Promise<any>;
|
|
13
|
+
};
|
|
14
|
+
export default function GiftWrap({ themeColor, id, showPrice, detail, errorText, customText, showGiftIcon, showProductImage, addCartItem, removeCartItem, }: GiftWrapProps): React.JSX.Element | null;
|
|
15
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
type InlineCartOfferInfoTextProps = {
|
|
3
|
-
inlineCartOfferInfoText: string;
|
|
4
|
-
inlineCartOfferInfoRedirectLink?: string;
|
|
5
|
-
themeColor?: string;
|
|
6
|
-
tooltipText?: string;
|
|
7
|
-
themeTextColor?: string;
|
|
8
|
-
};
|
|
9
|
-
export default function InlineCartOfferInfoText({ inlineCartOfferInfoText, inlineCartOfferInfoRedirectLink, themeColor, tooltipText, themeTextColor, }: InlineCartOfferInfoTextProps): React.JSX.Element;
|
|
10
|
-
export {};
|
|
1
|
+
import React from "react";
|
|
2
|
+
type InlineCartOfferInfoTextProps = {
|
|
3
|
+
inlineCartOfferInfoText: string;
|
|
4
|
+
inlineCartOfferInfoRedirectLink?: string;
|
|
5
|
+
themeColor?: string;
|
|
6
|
+
tooltipText?: string;
|
|
7
|
+
themeTextColor?: string;
|
|
8
|
+
};
|
|
9
|
+
export default function InlineCartOfferInfoText({ inlineCartOfferInfoText, inlineCartOfferInfoRedirectLink, themeColor, tooltipText, themeTextColor, }: InlineCartOfferInfoTextProps): React.JSX.Element;
|
|
10
|
+
export {};
|