yt-uikit 0.7.371-debugging.0 → 0.7.371

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.
Files changed (220) hide show
  1. package/README.md +94 -94
  2. package/dist/esm/atoms/bundleBuilderProductDetailsAtom.d.ts +4 -4
  3. package/dist/esm/atoms/cartDataAtom.d.ts +3 -3
  4. package/dist/esm/atoms/cartLoadingAtom.d.ts +22 -22
  5. package/dist/esm/atoms/cartTimer.d.ts +2 -2
  6. package/dist/esm/atoms/couponSelectionOpenAtom.d.ts +3 -3
  7. package/dist/esm/atoms/dateAtom.d.ts +1 -1
  8. package/dist/esm/atoms/freebieClaimModalAtom.d.ts +7 -7
  9. package/dist/esm/atoms/giftWrap.d.ts +2 -2
  10. package/dist/esm/atoms/gstCompanyNameAtom.d.ts +1 -1
  11. package/dist/esm/atoms/gstInputAtom.d.ts +1 -1
  12. package/dist/esm/atoms/maxQtyErrorAtom.d.ts +3 -3
  13. package/dist/esm/atoms/multiClaimSelectionAtom.d.ts +19 -19
  14. package/dist/esm/atoms/noteInputAtom.d.ts +3 -3
  15. package/dist/esm/atoms/postalCodeAtom.d.ts +1 -1
  16. package/dist/esm/atoms/shippingAtom.d.ts +8 -8
  17. package/dist/esm/atoms/showGSTInputAtom.d.ts +1 -1
  18. package/dist/esm/atoms/variantSelectionModalAtom.d.ts +23 -23
  19. package/dist/esm/components/BundleBlock/Bundle.d.ts +383 -383
  20. package/dist/esm/components/BundleBlock/BundleBuilder/BundleBuilder.d.ts +39 -39
  21. package/dist/esm/components/BundleBlock/BundleBuilder/VariantOptionsModal.d.ts +16 -16
  22. package/dist/esm/components/BundleBlock/BundleBuilder/bundleBuilder.style.d.ts +37 -2789
  23. package/dist/esm/components/BundleBlock/BundleBuilderTracker/BundleBuilderTracker.d.ts +50 -50
  24. package/dist/esm/components/BundleBlock/BundleBuilderTracker/bundleBuilderTracker.style.d.ts +77 -5768
  25. package/dist/esm/components/BundleBlock/BundleProductDetailsModal/BundleProductDetailsModal.d.ts +27 -27
  26. package/dist/esm/components/BundleBlock/BundleProductDetailsModal/bundleProductDetailsModal.style.d.ts +10 -833
  27. package/dist/esm/components/BundleBlock/ComboBundle.d.ts +5 -5
  28. package/dist/esm/components/BundleBlock/FixedBundle/FixedBundle.d.ts +4 -4
  29. package/dist/esm/components/BundleBlock/FixedBundle/SeparateVariantOptions.d.ts +39 -39
  30. package/dist/esm/components/BundleBlock/FixedBundle/VariantSelectorModal.d.ts +18 -18
  31. package/dist/esm/components/BundleBlock/FixedBundle/fixedBundle.style.d.ts +90 -15019
  32. package/dist/esm/components/BundleBlock/Loader.d.ts +5 -5
  33. package/dist/esm/components/BundleBlock/MixAndMatchBundle/MixAndMatchBundle.d.ts +8 -8
  34. package/dist/esm/components/BundleBlock/MixAndMatchBundle/mixAndMatchBundle.style.d.ts +87 -6373
  35. package/dist/esm/components/BundleBlock/VolumeBundle/VolumeBundle.d.ts +3 -3
  36. package/dist/esm/components/BundleBlock/VolumeBundle/volumeBundle.style.d.ts +80 -5011
  37. package/dist/esm/components/BundleBlock/index.d.ts +1 -1
  38. package/dist/esm/components/Cart/ApplyCoupon.d.ts +12 -12
  39. package/dist/esm/components/Cart/Bundle.d.ts +6 -6
  40. package/dist/esm/components/Cart/Cart.d.ts +227 -227
  41. package/dist/esm/components/Cart/CartDrawer.d.ts +21 -21
  42. package/dist/esm/components/Cart/CartOffersCarousel.d.ts +45 -45
  43. package/dist/esm/components/Cart/CartProductsList.d.ts +45 -45
  44. package/dist/esm/components/Cart/CartTimer.d.ts +8 -8
  45. package/dist/esm/components/Cart/CheckoutSection.d.ts +37 -37
  46. package/dist/esm/components/Cart/CouponSelection.d.ts +25 -25
  47. package/dist/esm/components/Cart/DatePicker.d.ts +10 -10
  48. package/dist/esm/components/Cart/EmptyCart.d.ts +33 -33
  49. package/dist/esm/components/Cart/FooterSections.d.ts +6 -6
  50. package/dist/esm/components/Cart/FreebieClaimManager.d.ts +17 -17
  51. package/dist/esm/components/Cart/FreebieClaimOverlay.d.ts +17 -17
  52. package/dist/esm/components/Cart/FreebieClaimOverlayCard.d.ts +9 -9
  53. package/dist/esm/components/Cart/FreebieClaimSection.d.ts +17 -17
  54. package/dist/esm/components/Cart/FreebieClaimSectionCard.d.ts +16 -16
  55. package/dist/esm/components/Cart/GSTSection.d.ts +15 -15
  56. package/dist/esm/components/Cart/GiftWrap.d.ts +14 -14
  57. package/dist/esm/components/Cart/GuestDiscountCoupon.d.ts +9 -9
  58. package/dist/esm/components/Cart/InlineCartOfferInfoText.d.ts +10 -10
  59. package/dist/esm/components/Cart/LoyaltyAppliedCTA.d.ts +19 -19
  60. package/dist/esm/components/Cart/LoyaltyApplyCTA.d.ts +18 -18
  61. package/dist/esm/components/Cart/LoyaltyBadge.d.ts +10 -10
  62. package/dist/esm/components/Cart/LoyaltyGuestCTA.d.ts +17 -17
  63. package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointConfetti.d.ts +11 -11
  64. package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointIcon.d.ts +3 -3
  65. package/dist/esm/components/Cart/MultiStepProgressBar/CheckpointTooltip.d.ts +3 -3
  66. package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepIcon.d.ts +9 -9
  67. package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepProgressBar.d.ts +5 -5
  68. package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepProgressBar.styled.d.ts +45 -589
  69. package/dist/esm/components/Cart/MultiStepProgressBar/MultiStepUtils.d.ts +5 -5
  70. package/dist/esm/components/Cart/MultiStepProgressBar/MultiTierProgressBar.d.ts +4 -4
  71. package/dist/esm/components/Cart/MultiStepProgressBar/MutiTierNextRewardMessage.d.ts +3 -3
  72. package/dist/esm/components/Cart/MultiStepProgressBar/NextRewardMessage.d.ts +3 -3
  73. package/dist/esm/components/Cart/MultiStepProgressBar/SingleTierProgressBar.d.ts +4 -4
  74. package/dist/esm/components/Cart/MultiStepProgressBar/SingleTierProgressBar.styled.d.ts +22 -1108
  75. package/dist/esm/components/Cart/MultiStepProgressBar/SingletTierNextRewardMessage.d.ts +3 -3
  76. package/dist/esm/components/Cart/MultiStepProgressBar/types.d.ts +55 -55
  77. package/dist/esm/components/Cart/NextFreebieRow.d.ts +19 -19
  78. package/dist/esm/components/Cart/NoteSection.d.ts +8 -8
  79. package/dist/esm/components/Cart/ProductCard.d.ts +30 -30
  80. package/dist/esm/components/Cart/ProductRecCard.d.ts +20 -20
  81. package/dist/esm/components/Cart/ProductRecList.d.ts +23 -23
  82. package/dist/esm/components/Cart/ProgressBar.d.ts +13 -13
  83. package/dist/esm/components/Cart/ProgressBarCartLoader.d.ts +7 -7
  84. package/dist/esm/components/Cart/QuantitySelector.d.ts +12 -12
  85. package/dist/esm/components/Cart/RegionSpecificDelivery.d.ts +17 -17
  86. package/dist/esm/components/Cart/RewardPointsPreview.d.ts +10 -10
  87. package/dist/esm/components/Cart/StandardDelivery.d.ts +11 -11
  88. package/dist/esm/components/Cart/StickyCart.d.ts +46 -46
  89. package/dist/esm/components/Cart/VariantSelectionPopup/DesktopVariantPopup.d.ts +18 -18
  90. package/dist/esm/components/Cart/VariantSelectionPopup/DesktopVariantPopup.styled.d.ts +60 -6316
  91. package/dist/esm/components/Cart/VariantSelectionPopup/MobileVariantPopover.d.ts +18 -18
  92. package/dist/esm/components/Cart/index.d.ts +1 -1
  93. package/dist/esm/components/CouponFrame/CouponFrame.d.ts +15 -15
  94. package/dist/esm/components/CouponFrame/index.d.ts +1 -1
  95. package/dist/esm/components/Nudge/LeadGenerationNudge.d.ts +15 -15
  96. package/dist/esm/components/Nudge/Nudge.d.ts +40 -40
  97. package/dist/esm/components/Nudge/index.d.ts +1 -1
  98. package/dist/esm/components/SpinnerWheel/SpinnerWheel.d.ts +23 -23
  99. package/dist/esm/components/SpinnerWheel/WheelSection.d.ts +9 -9
  100. package/dist/esm/components/SpinnerWheel/index.d.ts +1 -1
  101. package/dist/esm/components/index.d.ts +6 -6
  102. package/dist/esm/index.d.ts +1 -1
  103. package/dist/esm/index.js +398 -398
  104. package/dist/esm/types/atoms/bundleBuilderProductDetailsAtom.d.ts +4 -4
  105. package/dist/esm/types/atoms/cartDataAtom.d.ts +3 -3
  106. package/dist/esm/types/atoms/cartLoadingAtom.d.ts +22 -22
  107. package/dist/esm/types/atoms/cartTimer.d.ts +2 -2
  108. package/dist/esm/types/atoms/couponSelectionOpenAtom.d.ts +3 -3
  109. package/dist/esm/types/atoms/dateAtom.d.ts +1 -1
  110. package/dist/esm/types/atoms/freebieClaimModalAtom.d.ts +7 -7
  111. package/dist/esm/types/atoms/giftWrap.d.ts +2 -2
  112. package/dist/esm/types/atoms/gstCompanyNameAtom.d.ts +1 -1
  113. package/dist/esm/types/atoms/gstInputAtom.d.ts +1 -1
  114. package/dist/esm/types/atoms/maxQtyErrorAtom.d.ts +3 -3
  115. package/dist/esm/types/atoms/multiClaimSelectionAtom.d.ts +19 -19
  116. package/dist/esm/types/atoms/noteInputAtom.d.ts +3 -3
  117. package/dist/esm/types/atoms/postalCodeAtom.d.ts +1 -1
  118. package/dist/esm/types/atoms/shippingAtom.d.ts +8 -8
  119. package/dist/esm/types/atoms/showGSTInputAtom.d.ts +1 -1
  120. package/dist/esm/types/atoms/variantSelectionModalAtom.d.ts +23 -23
  121. package/dist/esm/types/components/BundleBlock/Bundle.d.ts +383 -383
  122. package/dist/esm/types/components/BundleBlock/BundleBuilder/BundleBuilder.d.ts +39 -39
  123. package/dist/esm/types/components/BundleBlock/BundleBuilder/VariantOptionsModal.d.ts +16 -16
  124. package/dist/esm/types/components/BundleBlock/BundleBuilder/bundleBuilder.style.d.ts +37 -2789
  125. package/dist/esm/types/components/BundleBlock/BundleBuilderTracker/BundleBuilderTracker.d.ts +50 -50
  126. package/dist/esm/types/components/BundleBlock/BundleBuilderTracker/bundleBuilderTracker.style.d.ts +77 -5768
  127. package/dist/esm/types/components/BundleBlock/BundleProductDetailsModal/BundleProductDetailsModal.d.ts +27 -27
  128. package/dist/esm/types/components/BundleBlock/BundleProductDetailsModal/bundleProductDetailsModal.style.d.ts +10 -833
  129. package/dist/esm/types/components/BundleBlock/ComboBundle.d.ts +5 -5
  130. package/dist/esm/types/components/BundleBlock/FixedBundle/FixedBundle.d.ts +4 -4
  131. package/dist/esm/types/components/BundleBlock/FixedBundle/SeparateVariantOptions.d.ts +39 -39
  132. package/dist/esm/types/components/BundleBlock/FixedBundle/VariantSelectorModal.d.ts +18 -18
  133. package/dist/esm/types/components/BundleBlock/FixedBundle/fixedBundle.style.d.ts +90 -15019
  134. package/dist/esm/types/components/BundleBlock/Loader.d.ts +5 -5
  135. package/dist/esm/types/components/BundleBlock/MixAndMatchBundle/MixAndMatchBundle.d.ts +8 -8
  136. package/dist/esm/types/components/BundleBlock/MixAndMatchBundle/mixAndMatchBundle.style.d.ts +87 -6373
  137. package/dist/esm/types/components/BundleBlock/VolumeBundle/VolumeBundle.d.ts +3 -3
  138. package/dist/esm/types/components/BundleBlock/VolumeBundle/volumeBundle.style.d.ts +80 -5011
  139. package/dist/esm/types/components/BundleBlock/index.d.ts +1 -1
  140. package/dist/esm/types/components/Cart/ApplyCoupon.d.ts +12 -12
  141. package/dist/esm/types/components/Cart/Bundle.d.ts +6 -6
  142. package/dist/esm/types/components/Cart/Cart.d.ts +227 -227
  143. package/dist/esm/types/components/Cart/CartDrawer.d.ts +21 -21
  144. package/dist/esm/types/components/Cart/CartOffersCarousel.d.ts +45 -45
  145. package/dist/esm/types/components/Cart/CartProductsList.d.ts +45 -45
  146. package/dist/esm/types/components/Cart/CartTimer.d.ts +8 -8
  147. package/dist/esm/types/components/Cart/CheckoutSection.d.ts +37 -37
  148. package/dist/esm/types/components/Cart/CouponSelection.d.ts +25 -25
  149. package/dist/esm/types/components/Cart/DatePicker.d.ts +10 -10
  150. package/dist/esm/types/components/Cart/EmptyCart.d.ts +33 -33
  151. package/dist/esm/types/components/Cart/FooterSections.d.ts +6 -6
  152. package/dist/esm/types/components/Cart/FreebieClaimManager.d.ts +17 -17
  153. package/dist/esm/types/components/Cart/FreebieClaimOverlay.d.ts +17 -17
  154. package/dist/esm/types/components/Cart/FreebieClaimOverlayCard.d.ts +9 -9
  155. package/dist/esm/types/components/Cart/FreebieClaimSection.d.ts +17 -17
  156. package/dist/esm/types/components/Cart/FreebieClaimSectionCard.d.ts +16 -16
  157. package/dist/esm/types/components/Cart/GSTSection.d.ts +15 -15
  158. package/dist/esm/types/components/Cart/GiftWrap.d.ts +14 -14
  159. package/dist/esm/types/components/Cart/GuestDiscountCoupon.d.ts +9 -9
  160. package/dist/esm/types/components/Cart/InlineCartOfferInfoText.d.ts +10 -10
  161. package/dist/esm/types/components/Cart/LoyaltyAppliedCTA.d.ts +19 -19
  162. package/dist/esm/types/components/Cart/LoyaltyApplyCTA.d.ts +18 -18
  163. package/dist/esm/types/components/Cart/LoyaltyBadge.d.ts +10 -10
  164. package/dist/esm/types/components/Cart/LoyaltyGuestCTA.d.ts +17 -17
  165. package/dist/esm/types/components/Cart/MultiStepProgressBar/CheckpointConfetti.d.ts +11 -11
  166. package/dist/esm/types/components/Cart/MultiStepProgressBar/CheckpointIcon.d.ts +3 -3
  167. package/dist/esm/types/components/Cart/MultiStepProgressBar/CheckpointTooltip.d.ts +3 -3
  168. package/dist/esm/types/components/Cart/MultiStepProgressBar/MultiStepIcon.d.ts +9 -9
  169. package/dist/esm/types/components/Cart/MultiStepProgressBar/MultiStepProgressBar.d.ts +5 -5
  170. package/dist/esm/types/components/Cart/MultiStepProgressBar/MultiStepProgressBar.styled.d.ts +45 -589
  171. package/dist/esm/types/components/Cart/MultiStepProgressBar/MultiStepUtils.d.ts +5 -5
  172. package/dist/esm/types/components/Cart/MultiStepProgressBar/MultiTierProgressBar.d.ts +4 -4
  173. package/dist/esm/types/components/Cart/MultiStepProgressBar/MutiTierNextRewardMessage.d.ts +3 -3
  174. package/dist/esm/types/components/Cart/MultiStepProgressBar/NextRewardMessage.d.ts +3 -3
  175. package/dist/esm/types/components/Cart/MultiStepProgressBar/SingleTierProgressBar.d.ts +4 -4
  176. package/dist/esm/types/components/Cart/MultiStepProgressBar/SingleTierProgressBar.styled.d.ts +22 -1108
  177. package/dist/esm/types/components/Cart/MultiStepProgressBar/SingletTierNextRewardMessage.d.ts +3 -3
  178. package/dist/esm/types/components/Cart/MultiStepProgressBar/types.d.ts +55 -55
  179. package/dist/esm/types/components/Cart/NextFreebieRow.d.ts +19 -19
  180. package/dist/esm/types/components/Cart/NoteSection.d.ts +8 -8
  181. package/dist/esm/types/components/Cart/ProductCard.d.ts +30 -30
  182. package/dist/esm/types/components/Cart/ProductRecCard.d.ts +20 -20
  183. package/dist/esm/types/components/Cart/ProductRecList.d.ts +23 -23
  184. package/dist/esm/types/components/Cart/ProgressBar.d.ts +13 -13
  185. package/dist/esm/types/components/Cart/ProgressBarCartLoader.d.ts +7 -7
  186. package/dist/esm/types/components/Cart/QuantitySelector.d.ts +12 -12
  187. package/dist/esm/types/components/Cart/RegionSpecificDelivery.d.ts +17 -17
  188. package/dist/esm/types/components/Cart/RewardPointsPreview.d.ts +10 -10
  189. package/dist/esm/types/components/Cart/StandardDelivery.d.ts +11 -11
  190. package/dist/esm/types/components/Cart/StickyCart.d.ts +46 -46
  191. package/dist/esm/types/components/Cart/VariantSelectionPopup/DesktopVariantPopup.d.ts +18 -18
  192. package/dist/esm/types/components/Cart/VariantSelectionPopup/DesktopVariantPopup.styled.d.ts +60 -6316
  193. package/dist/esm/types/components/Cart/VariantSelectionPopup/MobileVariantPopover.d.ts +18 -18
  194. package/dist/esm/types/components/Cart/index.d.ts +1 -1
  195. package/dist/esm/types/components/CouponFrame/CouponFrame.d.ts +15 -15
  196. package/dist/esm/types/components/CouponFrame/index.d.ts +1 -1
  197. package/dist/esm/types/components/Nudge/LeadGenerationNudge.d.ts +15 -15
  198. package/dist/esm/types/components/Nudge/Nudge.d.ts +40 -40
  199. package/dist/esm/types/components/Nudge/index.d.ts +1 -1
  200. package/dist/esm/types/components/SpinnerWheel/SpinnerWheel.d.ts +23 -23
  201. package/dist/esm/types/components/SpinnerWheel/WheelSection.d.ts +9 -9
  202. package/dist/esm/types/components/SpinnerWheel/index.d.ts +1 -1
  203. package/dist/esm/types/components/index.d.ts +6 -6
  204. package/dist/esm/types/index.d.ts +1 -1
  205. package/dist/esm/types/utils/converter.d.ts +2 -2
  206. package/dist/esm/types/utils/freebieProductUtils.d.ts +22 -22
  207. package/dist/esm/types/utils/freebieUtils.d.ts +5 -5
  208. package/dist/esm/types/utils/index.d.ts +14 -14
  209. package/dist/esm/utils/converter.d.ts +2 -2
  210. package/dist/esm/utils/freebieProductUtils.d.ts +22 -22
  211. package/dist/esm/utils/freebieUtils.d.ts +5 -5
  212. package/dist/esm/utils/index.d.ts +14 -14
  213. package/dist/index.d.ts +701 -701
  214. package/package.json +98 -98
  215. package/src/assets/Frame.svg +4 -4
  216. package/src/assets/bundlePlus.svg +4 -4
  217. package/src/assets/copy-icon.svg +3 -3
  218. package/src/assets/copy-iconBlack.svg +4 -4
  219. package/src/assets/coupon.svg +4 -4
  220. package/src/assets/delivery.svg +5 -5
package/dist/index.d.ts CHANGED
@@ -1,724 +1,724 @@
1
1
  import React, { Dispatch, SetStateAction } from 'react';
2
2
 
3
- interface NudgeProps {
4
- title?: string;
5
- text?: string;
6
- highlightColor?: string;
7
- backgroundColor?: string;
8
- variant?: "campaign" | "delivery" | "checkout" | "postPurchase" | "registration" | "leadGeneration";
9
- extraProps?: any;
10
- cartValue?: number;
11
- freeDeliveryValue?: number;
12
- imageUrl?: string;
13
- nudgeImageUrl?: string;
14
- onClickCheckout?: () => void;
15
- onClose?: () => void;
16
- isDev?: boolean;
17
- onGotoCartClick?: () => void;
18
- bannerCtaAction?: () => void;
19
- bannerCtaText?: string;
20
- ctaButtonBackgroundColor?: string;
21
- ctaTextColor?: string;
22
- ctaButtonText?: string;
23
- ctaButtonPosition?: "left" | "right" | "center";
24
- postPurchaseCtaAction?: () => void;
25
- postPurchaseCredits?: number;
26
- largeScreenImageUrl?: string;
27
- smallScreenImageUrl?: string;
28
- ctaButtonLink?: string;
29
- autoCloseTimeout?: number;
30
- isCTAButtonEnabled?: boolean;
31
- isCTARedirectionEnabled?: boolean;
32
- borderRadius?: string;
33
- padding?: string;
34
- onClickCtaButton?: () => void;
35
- position?: "right" | "left";
36
- closeIconColor?: string;
37
- handleLoginOrSignup?: (phoneNumber: string, email: string) => Promise<any>;
38
- handleSubmit?: (phoneNumber: string, otp: string) => Promise<any>;
39
- }
3
+ interface NudgeProps {
4
+ title?: string;
5
+ text?: string;
6
+ highlightColor?: string;
7
+ backgroundColor?: string;
8
+ variant?: "campaign" | "delivery" | "checkout" | "postPurchase" | "registration" | "leadGeneration";
9
+ extraProps?: any;
10
+ cartValue?: number;
11
+ freeDeliveryValue?: number;
12
+ imageUrl?: string;
13
+ nudgeImageUrl?: string;
14
+ onClickCheckout?: () => void;
15
+ onClose?: () => void;
16
+ isDev?: boolean;
17
+ onGotoCartClick?: () => void;
18
+ bannerCtaAction?: () => void;
19
+ bannerCtaText?: string;
20
+ ctaButtonBackgroundColor?: string;
21
+ ctaTextColor?: string;
22
+ ctaButtonText?: string;
23
+ ctaButtonPosition?: "left" | "right" | "center";
24
+ postPurchaseCtaAction?: () => void;
25
+ postPurchaseCredits?: number;
26
+ largeScreenImageUrl?: string;
27
+ smallScreenImageUrl?: string;
28
+ ctaButtonLink?: string;
29
+ autoCloseTimeout?: number;
30
+ isCTAButtonEnabled?: boolean;
31
+ isCTARedirectionEnabled?: boolean;
32
+ borderRadius?: string;
33
+ padding?: string;
34
+ onClickCtaButton?: () => void;
35
+ position?: "right" | "left";
36
+ closeIconColor?: string;
37
+ handleLoginOrSignup?: (phoneNumber: string, email: string) => Promise<any>;
38
+ handleSubmit?: (phoneNumber: string, otp: string) => Promise<any>;
39
+ }
40
40
  declare const Nudge: React.FC<NudgeProps>;
41
41
 
42
- interface SegmentProps {
43
- label: string;
44
- color: string;
45
- outcome: "WIN" | "LOSE";
46
- winHeading?: string;
47
- winValue?: number;
48
- probability?: number;
49
- }
50
- interface WheelProps {
51
- segments: SegmentProps[];
52
- setWinningSegment: Dispatch<SetStateAction<number | null>>;
53
- ctaButtonText?: string;
54
- brandThemeColor?: string | undefined;
55
- brandGameDefaultThemeColor?: string | undefined;
56
- wheelSectionColor1?: string | undefined;
57
- wheelSectionColor2?: string | undefined;
58
- wheelCenterLogo?: string | undefined;
59
- isStatic?: boolean | undefined;
60
- }
42
+ interface SegmentProps {
43
+ label: string;
44
+ color: string;
45
+ outcome: "WIN" | "LOSE";
46
+ winHeading?: string;
47
+ winValue?: number;
48
+ probability?: number;
49
+ }
50
+ interface WheelProps {
51
+ segments: SegmentProps[];
52
+ setWinningSegment: Dispatch<SetStateAction<number | null>>;
53
+ ctaButtonText?: string;
54
+ brandThemeColor?: string | undefined;
55
+ brandGameDefaultThemeColor?: string | undefined;
56
+ wheelSectionColor1?: string | undefined;
57
+ wheelSectionColor2?: string | undefined;
58
+ wheelCenterLogo?: string | undefined;
59
+ isStatic?: boolean | undefined;
60
+ }
61
61
  declare const SpinnerWheel: React.FC<WheelProps>;
62
62
 
63
- interface RewardCouponWithIcon extends RewardCoupon {
64
- icon?: React.ReactElement | null;
65
- }
66
- type CouponFrameProps = {
67
- couponActive: boolean;
68
- rewardCoupon: RewardCouponWithIcon;
69
- currency: string;
70
- handleApply: (templateId?: number) => Promise<any>;
71
- pointsCoupon?: boolean;
72
- pointsToBeUsed?: number;
73
- };
63
+ interface RewardCouponWithIcon extends RewardCoupon {
64
+ icon?: React.ReactElement | null;
65
+ }
66
+ type CouponFrameProps = {
67
+ couponActive: boolean;
68
+ rewardCoupon: RewardCouponWithIcon;
69
+ currency: string;
70
+ handleApply: (templateId?: number) => Promise<any>;
71
+ pointsCoupon?: boolean;
72
+ pointsToBeUsed?: number;
73
+ };
74
74
  declare const CouponFrame: React.FC<CouponFrameProps>;
75
75
 
76
- type stickyCartCustomizationDataProps = {
77
- showPrice: boolean;
78
- productImage?: {
79
- id: string;
80
- path: string;
81
- };
82
- buyNowCtaTitle: string;
83
- desktopBarType: "stretch" | "hover";
84
- showProductName: boolean;
85
- showBuyNowButton: boolean;
86
- showProductImage: boolean;
87
- addToCartCtaTitle: string;
88
- showAddToCartButton: boolean;
89
- showVariantSelector: boolean;
90
- productInfoVisibility: boolean;
91
- excludeProducts?: string[];
92
- showBarOnDesktop?: boolean;
93
- ctaButtonFontSize?: number;
94
- startsAppearingAtHeight?: number;
95
- fullyAppearsAtHeight?: number;
96
- topRibbonText?: string;
76
+ type stickyCartCustomizationDataProps = {
77
+ showPrice: boolean;
78
+ productImage?: {
79
+ id: string;
80
+ path: string;
81
+ };
82
+ buyNowCtaTitle: string;
83
+ desktopBarType: "stretch" | "hover";
84
+ showProductName: boolean;
85
+ showBuyNowButton: boolean;
86
+ showProductImage: boolean;
87
+ addToCartCtaTitle: string;
88
+ showAddToCartButton: boolean;
89
+ showVariantSelector: boolean;
90
+ productInfoVisibility: boolean;
91
+ excludeProducts?: string[];
92
+ showBarOnDesktop?: boolean;
93
+ ctaButtonFontSize?: number;
94
+ startsAppearingAtHeight?: number;
95
+ fullyAppearsAtHeight?: number;
96
+ topRibbonText?: string;
97
97
  };
98
98
 
99
- type Criteria = {
100
- id: string;
101
- type: "mov" | "moq";
102
- value: number;
103
- message: string;
104
- redirectionUrl?: string;
105
- };
106
- type Slide = {
107
- slideNumber: number;
108
- slideType: "TextImage" | "TextCode" | "TextFieldOnly" | "ImageOnly";
109
- textAlignment: "left" | "center" | "right";
110
- titleTextField?: string;
111
- descriptionTextField?: string;
112
- campaignCode?: string;
113
- imageUrl?: string;
114
- carouselRedirectionLink?: string;
115
- criteriaCount?: number;
116
- criteria?: Criteria[];
117
- };
118
- type CartOffersCarousalProps = {
119
- enableCartOffersCarousel: boolean;
120
- slidesCount: number;
121
- pauseTimer: number;
122
- backgroundColor: string;
123
- slides: Slide[];
99
+ type Criteria = {
100
+ id: string;
101
+ type: "mov" | "moq";
102
+ value: number;
103
+ message: string;
104
+ redirectionUrl?: string;
105
+ };
106
+ type Slide = {
107
+ slideNumber: number;
108
+ slideType: "TextImage" | "TextCode" | "TextFieldOnly" | "ImageOnly";
109
+ textAlignment: "left" | "center" | "right";
110
+ titleTextField?: string;
111
+ descriptionTextField?: string;
112
+ campaignCode?: string;
113
+ imageUrl?: string;
114
+ carouselRedirectionLink?: string;
115
+ criteriaCount?: number;
116
+ criteria?: Criteria[];
117
+ };
118
+ type CartOffersCarousalProps = {
119
+ enableCartOffersCarousel: boolean;
120
+ slidesCount: number;
121
+ pauseTimer: number;
122
+ backgroundColor: string;
123
+ slides: Slide[];
124
124
  };
125
125
 
126
- type freebieMilestoneProps = {
127
- enableFreebieMilestone: boolean;
128
- milestoneImage: {
129
- id: string;
130
- path: string;
131
- };
132
- campaignFilter?: string;
126
+ type freebieMilestoneProps = {
127
+ enableFreebieMilestone: boolean;
128
+ milestoneImage: {
129
+ id: string;
130
+ path: string;
131
+ };
132
+ campaignFilter?: string;
133
133
  };
134
134
 
135
- interface GSTSectionCustomizationProps {
136
- title?: string;
137
- iconColor?: string;
138
- showIcon?: boolean;
139
- backgroundColor?: string;
140
- textColor?: string;
135
+ interface GSTSectionCustomizationProps {
136
+ title?: string;
137
+ iconColor?: string;
138
+ showIcon?: boolean;
139
+ backgroundColor?: string;
140
+ textColor?: string;
141
141
  }
142
142
 
143
- interface RewardCoupon {
144
- couponTemplateId: number;
145
- name: string;
146
- couponType: string;
147
- discountPercentage: number | null;
148
- discountValue: number | null;
149
- minimumOrderValue: number | null;
150
- pointsRequired: number | null;
151
- }
152
- interface Checkpoint {
153
- couponTemplateId: number;
154
- couponType: string;
155
- minimumOrderValue: number;
156
- name: string;
157
- quantityThreshold: number;
158
- isDummyCouponTemplate?: boolean;
159
- customerGetsProductIds?: {
160
- ids: string[];
161
- };
162
- discountValue?: number;
163
- _allVariantIds: string[];
164
- maxFreebiesInTier?: number;
165
- }
166
- interface freebieClaimInterface {
167
- freebieSectionTitle: string;
168
- productClaimCtaButtonText: string;
169
- type: "section" | "overlay";
170
- allowOverlayClose: boolean;
171
- }
172
- type LoyaltyDiscount = {
173
- type: string;
174
- key: string;
175
- title: string;
176
- description: string | null;
177
- value: string;
178
- created_at: string;
179
- value_type: string;
180
- allocation_method: string;
181
- target_selection: string;
182
- target_type: string;
183
- total_allocated_amount: number;
184
- };
185
- interface CartProps {
186
- isOpen: boolean;
187
- setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
188
- backdrop?: boolean;
189
- backgroundColor: string;
190
- backgroundSubdued?: string;
191
- tertiaryColor?: string;
192
- tertiaryTextColor?: string;
193
- exploreCTAColor: string;
194
- emptyCartTitle: string;
195
- emptyCartDescription?: string;
196
- emptyCartButtons?: Array<{
197
- title: string;
198
- link: string;
199
- }>;
200
- checkoutFontSize: number | string;
201
- cartTitle: string;
202
- cartData?: any;
203
- switchWidthVariant?: boolean;
204
- addCartItem?: (product: any, quantity?: number, triggeredFrom?: string, freebieReplace?: boolean, productHandle?: string) => Promise<any>;
205
- removeCartItem: (lineItemKey: string, triggeredFrom?: string, ytRequest?: boolean) => Promise<any>;
206
- handleIncrement: (productId: number, newQuantity: number, properties?: {
207
- [key: string]: string;
208
- }) => Promise<any>;
209
- handleDecrement: (productId: number, newQuantity?: number) => Promise<any>;
210
- bundleProducts?: any;
211
- showBundle?: boolean;
212
- showCouponOptions?: boolean;
213
- isUserSignedIn?: boolean;
214
- loyaltyIcon?: string;
215
- discountAmountOff?: number;
216
- pointsToBeUsed?: number;
217
- rewardMultiplier?: number;
218
- redemptionMultiplier?: number;
219
- removeDiscount?: () => Promise<any>;
220
- applyDiscount?: () => Promise<any>;
221
- discountApplied?: boolean;
222
- rewardCoupons?: RewardCoupon[];
223
- userTotalPoints?: number;
224
- joinNowFunction?: () => void;
225
- checkoutFunction: (templateId?: number) => Promise<any>;
226
- guestLoyaltyPercentage?: number;
227
- showToggleButton?: boolean;
228
- isDev?: boolean;
229
- recProductsList?: any[];
230
- showMultiStepProgressBar?: boolean;
231
- cartCheckpoints?: Checkpoint[];
232
- showCartLevelAltPay?: boolean;
233
- redemptionRate: number;
234
- pointsRewardRate: number;
235
- showGuestDiscountCoupon?: boolean;
236
- guestRewardCoupon?: RewardCouponWithIcon;
237
- applyTemplateDiscount?: (templateId?: number) => Promise<any>;
238
- exploreCtaRedirectLink?: string;
239
- discountAmountApplied?: number;
240
- discountInCheckoutButton?: boolean | string;
241
- isStickyCheckout?: boolean;
242
- showDiscountsListToGuestUsers?: boolean;
243
- showApplyCouponsButtonToGuestUsers?: boolean;
244
- handleCheckpointCrossed?: (checkpoint: Checkpoint, cartAmount: number) => Promise<any>;
245
- customCartProgressBarCriteria?: string;
246
- primaryTextColor?: string;
247
- secondaryTextColor?: string;
248
- themeColor?: string;
249
- themeTextColor?: string;
250
- checkoutButtonColor?: string;
251
- ctaButtonBackgroundColor?: string;
252
- ctaButtonTextColor?: string;
253
- showProductRecsOnMobile?: boolean;
254
- showProductRecsOnDesktop?: boolean;
255
- productRecsTitleText?: string;
256
- productRecsCtaButtonText?: string;
257
- showGSTOption?: boolean;
258
- gstNumber?: string;
259
- companyName?: string;
260
- applyGSTToCart?: (gstNumber: string, companyName: string) => Promise<any>;
261
- showMOVForProgressTiers?: boolean;
262
- freeProduct?: any;
263
- showLoyaltyCta?: boolean;
264
- freeProductAdjustedCartTotal?: number;
265
- minimumOrderValueToAvailDiscount?: number;
266
- signinCTAButtonVisible?: boolean;
267
- cartSigninCTAMainText?: string;
268
- showNoteOption?: boolean;
269
- note?: string;
270
- applyNoteToCart?: (note: string) => Promise<any>;
271
- inlineCartOfferInfoText?: string;
272
- inlineCartOfferInfoRedirectLink?: string;
273
- cartOfferTermsAndConditionsText?: string;
274
- showEditOptionOnProducts?: boolean;
275
- getProductDetailsByVariantId?: (handle: string, variantId?: string) => Promise<any>;
276
- onSetLoading?: (setLoadingFn: (isLoading: boolean, showLoader: boolean, showSkeletonLoader?: boolean, showLoyaltyCtaLoading?: boolean) => void) => void;
277
- showVariantSelectionDropdownInProductRecs?: boolean;
278
- originalCartSubtotal?: number;
279
- freebieProductsInCart?: any;
280
- currentTier?: number;
281
- showFreebieClaim?: boolean;
282
- addFreebieToCart?: (variantId: string) => Promise<void>;
283
- freebiesInCart?: string[];
284
- effectiveQuantityForProgressBar?: number;
285
- productPercentageOffMapping: {
286
- [variantId: string]: number;
287
- };
288
- productTagsMapping?: Map<string, string[]>;
289
- removeFreebieFromCart?: (lineItemKey: string) => Promise<void>;
290
- postalCodeList?: number[];
291
- enableGeoLocationDeliveryRestriction?: boolean;
292
- applyPostalCodeAndDeliverySlotToCart?: (deliveryType: string, postalCode?: string, deliverySlot?: string) => Promise<any>;
293
- showDeleteOnFreebies?: boolean;
294
- freebieCouponTemplates?: Checkpoint[];
295
- freebieFlowCheckpoints?: Checkpoint[];
296
- freebieClaimData?: freebieClaimInterface;
297
- showStickyAddToCart?: boolean;
298
- stickyCartLineItem?: any;
299
- stickyCartCustomizationData?: stickyCartCustomizationDataProps;
300
- stickyCartLineItemQuantity?: number;
301
- postalCodeBasedItemTrackingParameter?: "specific-tags" | "all-products";
302
- enableSlotPicker?: boolean;
303
- deliveryHeaderTitle?: string;
304
- deliveryAvailableText?: string;
305
- deliveryNotAvailableText?: string;
306
- giftWrapSetupData?: any;
307
- giftWrapProductDetail?: any;
308
- progressBarFreeProductIconType?: "tshirt" | "gift" | "box" | "cup";
309
- addToStickyCart?: (variantId: string, quantity: number) => Promise<void>;
310
- enableCustomCartOnCartPage?: boolean;
311
- isCartPage?: boolean;
312
- productRecsCardLayout: "horizontal" | "vertical";
313
- productRecsCardListVariant: "scroll" | "carousel" | "vertical";
314
- showCartTimer?: boolean;
315
- showFreebieMilestone?: boolean;
316
- cartTimerInMinutes?: number;
317
- cartTimerCustomText?: string;
318
- imageAspectSelector?: "square" | "portrait";
319
- cartComponentsCornerType?: "rounded" | "sharp";
320
- cartComponentsCornerRadius?: number;
321
- cartOffersCarousalData?: CartOffersCarousalProps;
322
- freebieMilestoneData?: freebieMilestoneProps;
323
- cartOffersCarouselHeight?: number;
324
- stickyBarBuyNowFunction?: (event: any) => Promise<any>;
325
- gstSectionCustomizationData?: GSTSectionCustomizationProps;
326
- noteSectionTitle?: string;
327
- checkoutSectionMessage?: string;
328
- checkoutSectionMessageRedirectLink?: string;
329
- checkoutSectionMessageDisplay?: "ribbon" | "tag" | "bookmark";
330
- showVariantSelectionDropdownInProductClaim?: boolean;
331
- productClaimCtaButtonText?: string;
332
- loyaltyDiscount?: LoyaltyDiscount | undefined;
333
- brandTokenName?: string;
334
- showDiscountOnMRP?: boolean;
335
- prefixMessageText?: string;
336
- suffixMessageText?: string;
337
- successMessageText?: string;
338
- toggleDecimal?: boolean;
339
- disableCheckoutButton: boolean;
340
- showEmptyCartRecommendations?: boolean;
341
- emptyProductRecsTitleText?: string;
342
- checkoutButtonBottomSpacing?: number;
343
- showPoweredByBadge?: boolean;
344
- applyCouponCode?: (code: string) => Promise<void>;
345
- showApplyCoupon?: boolean;
346
- enableConfetti?: boolean;
347
- showCheckoutButtonPaymentIcons?: boolean;
348
- }
143
+ interface RewardCoupon {
144
+ couponTemplateId: number;
145
+ name: string;
146
+ couponType: string;
147
+ discountPercentage: number | null;
148
+ discountValue: number | null;
149
+ minimumOrderValue: number | null;
150
+ pointsRequired: number | null;
151
+ }
152
+ interface Checkpoint {
153
+ couponTemplateId: number;
154
+ couponType: string;
155
+ minimumOrderValue: number;
156
+ name: string;
157
+ quantityThreshold: number;
158
+ isDummyCouponTemplate?: boolean;
159
+ customerGetsProductIds?: {
160
+ ids: string[];
161
+ };
162
+ discountValue?: number;
163
+ _allVariantIds: string[];
164
+ maxFreebiesInTier?: number;
165
+ }
166
+ interface freebieClaimInterface {
167
+ freebieSectionTitle: string;
168
+ productClaimCtaButtonText: string;
169
+ type: "section" | "overlay";
170
+ allowOverlayClose: boolean;
171
+ }
172
+ type LoyaltyDiscount = {
173
+ type: string;
174
+ key: string;
175
+ title: string;
176
+ description: string | null;
177
+ value: string;
178
+ created_at: string;
179
+ value_type: string;
180
+ allocation_method: string;
181
+ target_selection: string;
182
+ target_type: string;
183
+ total_allocated_amount: number;
184
+ };
185
+ interface CartProps {
186
+ isOpen: boolean;
187
+ setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
188
+ backdrop?: boolean;
189
+ backgroundColor: string;
190
+ backgroundSubdued?: string;
191
+ tertiaryColor?: string;
192
+ tertiaryTextColor?: string;
193
+ exploreCTAColor: string;
194
+ emptyCartTitle: string;
195
+ emptyCartDescription?: string;
196
+ emptyCartButtons?: Array<{
197
+ title: string;
198
+ link: string;
199
+ }>;
200
+ checkoutFontSize: number | string;
201
+ cartTitle: string;
202
+ cartData?: any;
203
+ switchWidthVariant?: boolean;
204
+ addCartItem?: (product: any, quantity?: number, triggeredFrom?: string, freebieReplace?: boolean, productHandle?: string) => Promise<any>;
205
+ removeCartItem: (lineItemKey: string, triggeredFrom?: string, ytRequest?: boolean) => Promise<any>;
206
+ handleIncrement: (productId: number, newQuantity: number, properties?: {
207
+ [key: string]: string;
208
+ }) => Promise<any>;
209
+ handleDecrement: (productId: number, newQuantity?: number) => Promise<any>;
210
+ bundleProducts?: any;
211
+ showBundle?: boolean;
212
+ showCouponOptions?: boolean;
213
+ isUserSignedIn?: boolean;
214
+ loyaltyIcon?: string;
215
+ discountAmountOff?: number;
216
+ pointsToBeUsed?: number;
217
+ rewardMultiplier?: number;
218
+ redemptionMultiplier?: number;
219
+ removeDiscount?: () => Promise<any>;
220
+ applyDiscount?: () => Promise<any>;
221
+ discountApplied?: boolean;
222
+ rewardCoupons?: RewardCoupon[];
223
+ userTotalPoints?: number;
224
+ joinNowFunction?: () => void;
225
+ checkoutFunction: (templateId?: number) => Promise<any>;
226
+ guestLoyaltyPercentage?: number;
227
+ showToggleButton?: boolean;
228
+ isDev?: boolean;
229
+ recProductsList?: any[];
230
+ showMultiStepProgressBar?: boolean;
231
+ cartCheckpoints?: Checkpoint[];
232
+ showCartLevelAltPay?: boolean;
233
+ redemptionRate: number;
234
+ pointsRewardRate: number;
235
+ showGuestDiscountCoupon?: boolean;
236
+ guestRewardCoupon?: RewardCouponWithIcon;
237
+ applyTemplateDiscount?: (templateId?: number) => Promise<any>;
238
+ exploreCtaRedirectLink?: string;
239
+ discountAmountApplied?: number;
240
+ discountInCheckoutButton?: boolean | string;
241
+ isStickyCheckout?: boolean;
242
+ showDiscountsListToGuestUsers?: boolean;
243
+ showApplyCouponsButtonToGuestUsers?: boolean;
244
+ handleCheckpointCrossed?: (checkpoint: Checkpoint, cartAmount: number) => Promise<any>;
245
+ customCartProgressBarCriteria?: string;
246
+ primaryTextColor?: string;
247
+ secondaryTextColor?: string;
248
+ themeColor?: string;
249
+ themeTextColor?: string;
250
+ checkoutButtonColor?: string;
251
+ ctaButtonBackgroundColor?: string;
252
+ ctaButtonTextColor?: string;
253
+ showProductRecsOnMobile?: boolean;
254
+ showProductRecsOnDesktop?: boolean;
255
+ productRecsTitleText?: string;
256
+ productRecsCtaButtonText?: string;
257
+ showGSTOption?: boolean;
258
+ gstNumber?: string;
259
+ companyName?: string;
260
+ applyGSTToCart?: (gstNumber: string, companyName: string) => Promise<any>;
261
+ showMOVForProgressTiers?: boolean;
262
+ freeProduct?: any;
263
+ showLoyaltyCta?: boolean;
264
+ freeProductAdjustedCartTotal?: number;
265
+ minimumOrderValueToAvailDiscount?: number;
266
+ signinCTAButtonVisible?: boolean;
267
+ cartSigninCTAMainText?: string;
268
+ showNoteOption?: boolean;
269
+ note?: string;
270
+ applyNoteToCart?: (note: string) => Promise<any>;
271
+ inlineCartOfferInfoText?: string;
272
+ inlineCartOfferInfoRedirectLink?: string;
273
+ cartOfferTermsAndConditionsText?: string;
274
+ showEditOptionOnProducts?: boolean;
275
+ getProductDetailsByVariantId?: (handle: string, variantId?: string) => Promise<any>;
276
+ onSetLoading?: (setLoadingFn: (isLoading: boolean, showLoader: boolean, showSkeletonLoader?: boolean, showLoyaltyCtaLoading?: boolean) => void) => void;
277
+ showVariantSelectionDropdownInProductRecs?: boolean;
278
+ originalCartSubtotal?: number;
279
+ freebieProductsInCart?: any;
280
+ currentTier?: number;
281
+ showFreebieClaim?: boolean;
282
+ addFreebieToCart?: (variantId: string) => Promise<void>;
283
+ freebiesInCart?: string[];
284
+ effectiveQuantityForProgressBar?: number;
285
+ productPercentageOffMapping: {
286
+ [variantId: string]: number;
287
+ };
288
+ productTagsMapping?: Map<string, string[]>;
289
+ removeFreebieFromCart?: (lineItemKey: string) => Promise<void>;
290
+ postalCodeList?: number[];
291
+ enableGeoLocationDeliveryRestriction?: boolean;
292
+ applyPostalCodeAndDeliverySlotToCart?: (deliveryType: string, postalCode?: string, deliverySlot?: string) => Promise<any>;
293
+ showDeleteOnFreebies?: boolean;
294
+ freebieCouponTemplates?: Checkpoint[];
295
+ freebieFlowCheckpoints?: Checkpoint[];
296
+ freebieClaimData?: freebieClaimInterface;
297
+ showStickyAddToCart?: boolean;
298
+ stickyCartLineItem?: any;
299
+ stickyCartCustomizationData?: stickyCartCustomizationDataProps;
300
+ stickyCartLineItemQuantity?: number;
301
+ postalCodeBasedItemTrackingParameter?: "specific-tags" | "all-products";
302
+ enableSlotPicker?: boolean;
303
+ deliveryHeaderTitle?: string;
304
+ deliveryAvailableText?: string;
305
+ deliveryNotAvailableText?: string;
306
+ giftWrapSetupData?: any;
307
+ giftWrapProductDetail?: any;
308
+ progressBarFreeProductIconType?: "tshirt" | "gift" | "box" | "cup";
309
+ addToStickyCart?: (variantId: string, quantity: number) => Promise<void>;
310
+ enableCustomCartOnCartPage?: boolean;
311
+ isCartPage?: boolean;
312
+ productRecsCardLayout: "horizontal" | "vertical";
313
+ productRecsCardListVariant: "scroll" | "carousel" | "vertical";
314
+ showCartTimer?: boolean;
315
+ showFreebieMilestone?: boolean;
316
+ cartTimerInMinutes?: number;
317
+ cartTimerCustomText?: string;
318
+ imageAspectSelector?: "square" | "portrait";
319
+ cartComponentsCornerType?: "rounded" | "sharp";
320
+ cartComponentsCornerRadius?: number;
321
+ cartOffersCarousalData?: CartOffersCarousalProps;
322
+ freebieMilestoneData?: freebieMilestoneProps;
323
+ cartOffersCarouselHeight?: number;
324
+ stickyBarBuyNowFunction?: (event: any) => Promise<any>;
325
+ gstSectionCustomizationData?: GSTSectionCustomizationProps;
326
+ noteSectionTitle?: string;
327
+ checkoutSectionMessage?: string;
328
+ checkoutSectionMessageRedirectLink?: string;
329
+ checkoutSectionMessageDisplay?: "ribbon" | "tag" | "bookmark";
330
+ showVariantSelectionDropdownInProductClaim?: boolean;
331
+ productClaimCtaButtonText?: string;
332
+ loyaltyDiscount?: LoyaltyDiscount | undefined;
333
+ brandTokenName?: string;
334
+ showDiscountOnMRP?: boolean;
335
+ prefixMessageText?: string;
336
+ suffixMessageText?: string;
337
+ successMessageText?: string;
338
+ toggleDecimal?: boolean;
339
+ disableCheckoutButton: boolean;
340
+ showEmptyCartRecommendations?: boolean;
341
+ emptyProductRecsTitleText?: string;
342
+ checkoutButtonBottomSpacing?: number;
343
+ showPoweredByBadge?: boolean;
344
+ applyCouponCode?: (code: string) => Promise<void>;
345
+ showApplyCoupon?: boolean;
346
+ enableConfetti?: boolean;
347
+ showCheckoutButtonPaymentIcons?: boolean;
348
+ }
349
349
  declare const Cart: React.FC<CartProps>;
350
350
 
351
- interface ShopifyCurrency {
352
- rate: number;
353
- active: string;
354
- }
355
- declare global {
356
- interface Window {
357
- Shopify?: {
358
- currency?: ShopifyCurrency;
359
- };
360
- }
361
- }
362
- type ProductImage = {
363
- url: string;
364
- height: number;
365
- width: number;
366
- altText?: string;
367
- };
368
- type ProductFeaturedMedia = {
369
- alt: string;
370
- preview: {
371
- image: {
372
- url: string;
373
- height?: number;
374
- width?: number;
375
- altText: string;
376
- };
377
- };
378
- };
379
- type ProductOption = {
380
- id: string;
381
- name: string;
382
- values: string[];
383
- };
384
- type CollectionNode = {
385
- node: {
386
- id: string;
387
- title: string;
388
- handle: string;
389
- };
390
- };
391
- type VariantNode = {
392
- node: {
393
- id: string;
394
- price: string;
395
- compareAtPrice: string;
396
- title: string;
397
- displayName: string;
398
- image: ProductImage;
399
- availableForSale: boolean;
400
- inventoryQuantity: number;
401
- };
402
- };
403
- type SelectedVariantDetails = {
404
- id: string;
405
- price: string;
406
- compareAtPrice: string;
407
- title: string;
408
- displayName: string;
409
- image: ProductImage;
410
- availableForSale: boolean;
411
- inventoryQuantity: number;
412
- };
413
- type VariantOptions = {
414
- shop: string;
415
- options: {
416
- name: string;
417
- type: "text" | "image" | "color";
418
- values: {
419
- name: string;
420
- value: string;
421
- }[];
422
- }[];
423
- createdAt: string;
424
- updatedAt: string;
425
- };
426
- type ProductDetails = {
427
- id: string;
428
- title: string;
429
- handle: string;
430
- featuredMedia: ProductFeaturedMedia;
431
- status: "active" | "archived" | "draft" | "";
432
- options: ProductOption[];
433
- onlineStoreUrl: string;
434
- collections: {
435
- edges: CollectionNode[];
436
- };
437
- variants: {
438
- edges: VariantNode[];
439
- };
440
- shop: string;
441
- metafield?: {
442
- key: string;
443
- namespace: string;
444
- ownerType: string;
445
- value: string;
446
- id: string;
447
- jsonValue: string[];
448
- type: string;
449
- };
450
- descriptionHtml: string;
451
- media: {
452
- edges: {
453
- node: {
454
- alt: string;
455
- preview: {
456
- image: {
457
- altText: string;
458
- width?: number;
459
- height?: number;
460
- url: string;
461
- };
462
- };
463
- image: {
464
- altText: string;
465
- height: number;
466
- width: number;
467
- url: string;
468
- };
469
- };
470
- }[];
471
- };
472
- selectedVariant?: SelectedVariantDetails;
473
- rating?: {
474
- averageRating: number;
475
- ratingCount: number;
476
- };
477
- };
478
- type ProductData = {
479
- productId: string;
480
- variantIds: string[];
481
- productDetails: ProductDetails;
482
- };
483
- type GeneralStyle = {
484
- primaryColor: string;
485
- primaryContrastColor: string;
486
- secondaryColor: string;
487
- secondaryContrastColor: string;
488
- imageAspectRatio: string;
489
- ctaBackgroundColor: string;
490
- ctaTextColor: string;
491
- ctaBorderColor: string;
492
- ctaShadowType: string;
493
- ctaPadding: string;
494
- ctaWidth: string;
495
- ctaBorderRadius: string;
496
- ctaHoverBackgroundColor: string;
497
- ctaHoverTextColor: string;
498
- customizeHoverState: boolean;
499
- checkoutPartner: string;
500
- redirectToPDP: boolean;
501
- restrictCOD: boolean;
502
- trackInventory: boolean;
503
- showOutOfStockProducts: boolean;
504
- outOfStockLabel: string;
505
- disabledButtonColor: string;
506
- storeCurrency: string;
507
- currencySymbol: string;
508
- discountPrefix: string;
509
- discountSuffix: string;
510
- addOrderTags: boolean;
511
- addOrderNotes: boolean;
512
- variantTitleSuffix: boolean;
513
- titleLength: string;
514
- };
515
- type VolumeStyle = {
516
- titleFontSize: string;
517
- subtitleFontSize: string;
518
- titleBackgroundColor: string;
519
- titleTextColor: string;
520
- verticalMargin: string;
521
- sectionBackgroundColor: string;
522
- cardStyle: string;
523
- discountBadgeVisibility: string;
524
- allowVariantSelection: string;
525
- variantSelectorType: string;
526
- ctaTitle: string;
527
- bundleRedirection: string;
528
- };
529
- type ComboStyle = {
530
- productTitleFontSize: string;
531
- productDescriptionFontSize: string;
532
- descriptionTextColor: string;
533
- titleTextColor: string;
534
- verticalMargin: string;
535
- infoAlignment: string;
536
- ctaTitle: string;
537
- bundleRedirection: string;
538
- embedContentVisibility: boolean;
539
- mixAndMatchCardStyle: string;
540
- mixAndMatchVariantTypeSelector: string;
541
- comboCardStyle: string;
542
- comboVariantTypeSelector: string;
543
- selectedEmbedContentVisibilityOptions: string[];
544
- subProductsSectionVisibility: boolean;
545
- subProductsImageVisibility: boolean;
546
- subProductsProductTitleVisibility: boolean;
547
- subProductsProductPriceVisibility: boolean;
548
- };
549
- type ByobStyle = {
550
- titleFontSize: string;
551
- subtitleFontSize: string;
552
- titleBackgroundColor: string;
553
- titleTextColor: string;
554
- productTitleFontSize: string;
555
- sectionBackgroundColor: string;
556
- lazyLoadWidget: string;
557
- listingsGap: string;
558
- footerMargin: string;
559
- borderRadius: string;
560
- borderColor: string;
561
- cardBackgroundColor: string;
562
- shadowType: string;
563
- addToBundleCTAText: string;
564
- checkoutCTAText: string;
565
- variantSelectorType: string;
566
- primaryVariant: string;
567
- productsPriceVisibility: boolean;
568
- compareAtPriceVisibility: boolean;
569
- selectedProductsVisibility: boolean;
570
- bundleRedirection: string;
571
- enableConfetti: boolean;
572
- selectedItemVisibility: boolean;
573
- productTiersVisibility: boolean;
574
- tierNavigation: boolean;
575
- enableProductCategories: boolean;
576
- productCardCategoryVisibility: string;
577
- categoryFilterOnPage: string;
578
- };
579
- type FixedStyle = {
580
- titleFontSize: string;
581
- subtitleFontSize: string;
582
- titleBackgroundColor: string;
583
- titleTextColor: string;
584
- verticalMargin: string;
585
- sectionBackgroundColor: string;
586
- borderRadius: string;
587
- borderColor: string;
588
- cardBackgroundColor: string;
589
- shadowType: string;
590
- infoAlignment: string;
591
- ctaTitle: string;
592
- bundleRedirection: string;
593
- cardLayoutStyle: string;
594
- variantSelectorType: string;
595
- productsPriceVisibility: boolean;
596
- compareAtPriceVisibility: boolean;
597
- };
598
- type Customizations = {
599
- shop?: string;
600
- general: GeneralStyle;
601
- byob: ByobStyle;
602
- fixedBundle: FixedStyle;
603
- volumeBundle: VolumeStyle;
604
- comboBundle: ComboStyle;
605
- createdAt?: string;
606
- updatedAt?: string;
607
- };
608
- type BundlePayload = {
609
- showIndividualProductSelector: boolean;
610
- title?: string;
611
- subtitle?: string;
612
- products: ProductData[];
613
- percentageOff?: number;
614
- dealAmount?: number;
615
- amountOff?: number;
616
- type: "fixed" | "builder" | "volume" | "mixnmatch" | "" | "combo";
617
- minimumQuantity: number;
618
- showProductDetailsInTracker: boolean;
619
- coverImageUrl?: string;
620
- mobileCoverImageUrl?: string;
621
- titleSectionTextColor?: string;
622
- titleSectionBackgroundColor?: string;
623
- dealTextColor?: string;
624
- showBorder?: boolean;
625
- hideProductDetails?: boolean;
626
- cornerRadiusType?: "medium" | "high" | "";
627
- primaryBackgroundColorCta?: string;
628
- enableProgressBar?: boolean;
629
- enableSortAndFilter?: boolean;
630
- disableQuantitySelector?: boolean;
631
- disableInventoryTracking?: boolean;
632
- alignFixedBundleContent?: "left" | "right" | "center" | "";
633
- imageAspectType?: "portrait" | "square" | "";
634
- backgroundColorFixedBundleDiv?: string;
635
- canCustomizeFixedBundle?: boolean;
636
- primaryTextColorCta?: string;
637
- showVariants?: boolean;
638
- discountType?: string;
639
- showCta?: boolean;
640
- productCardBadgeText?: string;
641
- coverImageVerticalMargin?: string;
642
- builderTiers?: {
643
- type: string;
644
- offerTier?: {
645
- tier: number;
646
- minimumQuantity: number;
647
- discountValue: number;
648
- }[];
649
- productTier?: {
650
- tier: number;
651
- title: string;
652
- minimumQuantity: number;
653
- products: {
654
- productId: string;
655
- variantIds: string[];
656
- }[];
657
- }[];
658
- };
659
- volumeTiers?: {
660
- isDefault: unknown;
661
- tier: number;
662
- minimumQuantity: number;
663
- title: string;
664
- subtitle: string;
665
- badgeTitle: string;
666
- discountValue: number;
667
- imageUrl?: string;
668
- }[];
669
- mixAndMatchTiers?: {
670
- tier: number;
671
- title: string;
672
- products: {
673
- productId: string;
674
- variantIds: string[];
675
- }[];
676
- }[];
677
- customizations: Customizations;
678
- variantOptions?: VariantOptions;
679
- storeCurrencyCode?: string;
680
- customStoreDetails?: {
681
- [key: string]: any;
682
- };
683
- reviewRatingType?: "none" | "ratingOnly" | "ratingAndReviewCount";
684
- appName?: string;
685
- pageHeader?: {
686
- title?: string;
687
- description?: string;
688
- customizePadding?: string;
689
- };
690
- };
691
- type BundleProps = {
692
- bundle: BundlePayload;
693
- addToCartFunction?: (selectedItemsSubtotal: number, variantIds?: string[], finalBundlePrice?: number, variantIdPriceMap?: {
694
- variantId: string;
695
- price: number;
696
- }[]) => Promise<void>;
697
- addCustomBundleToCart?: (e: any) => Promise<void>;
698
- selectedItems?: {
699
- variantId: string;
700
- product: ProductDetails;
701
- quantity: number;
702
- }[];
703
- setSelectedItems?: React.Dispatch<React.SetStateAction<{
704
- variantId: string;
705
- product: ProductDetails;
706
- quantity: number;
707
- }[]>>;
708
- bundleAddToCartLoading?: boolean;
709
- handleRemoveItem?: (variantId: string) => void;
710
- selectedItemsQuantity?: number;
711
- renderingOnPage?: boolean;
712
- bundleSubtotal?: {
713
- price: number;
714
- compareAtPrice: number;
715
- };
716
- bundleHeaderBackgroundColor?: string;
717
- currentProductId?: string;
718
- };
351
+ interface ShopifyCurrency {
352
+ rate: number;
353
+ active: string;
354
+ }
355
+ declare global {
356
+ interface Window {
357
+ Shopify?: {
358
+ currency?: ShopifyCurrency;
359
+ };
360
+ }
361
+ }
362
+ type ProductImage = {
363
+ url: string;
364
+ height: number;
365
+ width: number;
366
+ altText?: string;
367
+ };
368
+ type ProductFeaturedMedia = {
369
+ alt: string;
370
+ preview: {
371
+ image: {
372
+ url: string;
373
+ height?: number;
374
+ width?: number;
375
+ altText: string;
376
+ };
377
+ };
378
+ };
379
+ type ProductOption = {
380
+ id: string;
381
+ name: string;
382
+ values: string[];
383
+ };
384
+ type CollectionNode = {
385
+ node: {
386
+ id: string;
387
+ title: string;
388
+ handle: string;
389
+ };
390
+ };
391
+ type VariantNode = {
392
+ node: {
393
+ id: string;
394
+ price: string;
395
+ compareAtPrice: string;
396
+ title: string;
397
+ displayName: string;
398
+ image: ProductImage;
399
+ availableForSale: boolean;
400
+ inventoryQuantity: number;
401
+ };
402
+ };
403
+ type SelectedVariantDetails = {
404
+ id: string;
405
+ price: string;
406
+ compareAtPrice: string;
407
+ title: string;
408
+ displayName: string;
409
+ image: ProductImage;
410
+ availableForSale: boolean;
411
+ inventoryQuantity: number;
412
+ };
413
+ type VariantOptions = {
414
+ shop: string;
415
+ options: {
416
+ name: string;
417
+ type: "text" | "image" | "color";
418
+ values: {
419
+ name: string;
420
+ value: string;
421
+ }[];
422
+ }[];
423
+ createdAt: string;
424
+ updatedAt: string;
425
+ };
426
+ type ProductDetails = {
427
+ id: string;
428
+ title: string;
429
+ handle: string;
430
+ featuredMedia: ProductFeaturedMedia;
431
+ status: "active" | "archived" | "draft" | "";
432
+ options: ProductOption[];
433
+ onlineStoreUrl: string;
434
+ collections: {
435
+ edges: CollectionNode[];
436
+ };
437
+ variants: {
438
+ edges: VariantNode[];
439
+ };
440
+ shop: string;
441
+ metafield?: {
442
+ key: string;
443
+ namespace: string;
444
+ ownerType: string;
445
+ value: string;
446
+ id: string;
447
+ jsonValue: string[];
448
+ type: string;
449
+ };
450
+ descriptionHtml: string;
451
+ media: {
452
+ edges: {
453
+ node: {
454
+ alt: string;
455
+ preview: {
456
+ image: {
457
+ altText: string;
458
+ width?: number;
459
+ height?: number;
460
+ url: string;
461
+ };
462
+ };
463
+ image: {
464
+ altText: string;
465
+ height: number;
466
+ width: number;
467
+ url: string;
468
+ };
469
+ };
470
+ }[];
471
+ };
472
+ selectedVariant?: SelectedVariantDetails;
473
+ rating?: {
474
+ averageRating: number;
475
+ ratingCount: number;
476
+ };
477
+ };
478
+ type ProductData = {
479
+ productId: string;
480
+ variantIds: string[];
481
+ productDetails: ProductDetails;
482
+ };
483
+ type GeneralStyle = {
484
+ primaryColor: string;
485
+ primaryContrastColor: string;
486
+ secondaryColor: string;
487
+ secondaryContrastColor: string;
488
+ imageAspectRatio: string;
489
+ ctaBackgroundColor: string;
490
+ ctaTextColor: string;
491
+ ctaBorderColor: string;
492
+ ctaShadowType: string;
493
+ ctaPadding: string;
494
+ ctaWidth: string;
495
+ ctaBorderRadius: string;
496
+ ctaHoverBackgroundColor: string;
497
+ ctaHoverTextColor: string;
498
+ customizeHoverState: boolean;
499
+ checkoutPartner: string;
500
+ redirectToPDP: boolean;
501
+ restrictCOD: boolean;
502
+ trackInventory: boolean;
503
+ showOutOfStockProducts: boolean;
504
+ outOfStockLabel: string;
505
+ disabledButtonColor: string;
506
+ storeCurrency: string;
507
+ currencySymbol: string;
508
+ discountPrefix: string;
509
+ discountSuffix: string;
510
+ addOrderTags: boolean;
511
+ addOrderNotes: boolean;
512
+ variantTitleSuffix: boolean;
513
+ titleLength: string;
514
+ };
515
+ type VolumeStyle = {
516
+ titleFontSize: string;
517
+ subtitleFontSize: string;
518
+ titleBackgroundColor: string;
519
+ titleTextColor: string;
520
+ verticalMargin: string;
521
+ sectionBackgroundColor: string;
522
+ cardStyle: string;
523
+ discountBadgeVisibility: string;
524
+ allowVariantSelection: string;
525
+ variantSelectorType: string;
526
+ ctaTitle: string;
527
+ bundleRedirection: string;
528
+ };
529
+ type ComboStyle = {
530
+ productTitleFontSize: string;
531
+ productDescriptionFontSize: string;
532
+ descriptionTextColor: string;
533
+ titleTextColor: string;
534
+ verticalMargin: string;
535
+ infoAlignment: string;
536
+ ctaTitle: string;
537
+ bundleRedirection: string;
538
+ embedContentVisibility: boolean;
539
+ mixAndMatchCardStyle: string;
540
+ mixAndMatchVariantTypeSelector: string;
541
+ comboCardStyle: string;
542
+ comboVariantTypeSelector: string;
543
+ selectedEmbedContentVisibilityOptions: string[];
544
+ subProductsSectionVisibility: boolean;
545
+ subProductsImageVisibility: boolean;
546
+ subProductsProductTitleVisibility: boolean;
547
+ subProductsProductPriceVisibility: boolean;
548
+ };
549
+ type ByobStyle = {
550
+ titleFontSize: string;
551
+ subtitleFontSize: string;
552
+ titleBackgroundColor: string;
553
+ titleTextColor: string;
554
+ productTitleFontSize: string;
555
+ sectionBackgroundColor: string;
556
+ lazyLoadWidget: string;
557
+ listingsGap: string;
558
+ footerMargin: string;
559
+ borderRadius: string;
560
+ borderColor: string;
561
+ cardBackgroundColor: string;
562
+ shadowType: string;
563
+ addToBundleCTAText: string;
564
+ checkoutCTAText: string;
565
+ variantSelectorType: string;
566
+ primaryVariant: string;
567
+ productsPriceVisibility: boolean;
568
+ compareAtPriceVisibility: boolean;
569
+ selectedProductsVisibility: boolean;
570
+ bundleRedirection: string;
571
+ enableConfetti: boolean;
572
+ selectedItemVisibility: boolean;
573
+ productTiersVisibility: boolean;
574
+ tierNavigation: boolean;
575
+ enableProductCategories: boolean;
576
+ productCardCategoryVisibility: string;
577
+ categoryFilterOnPage: string;
578
+ };
579
+ type FixedStyle = {
580
+ titleFontSize: string;
581
+ subtitleFontSize: string;
582
+ titleBackgroundColor: string;
583
+ titleTextColor: string;
584
+ verticalMargin: string;
585
+ sectionBackgroundColor: string;
586
+ borderRadius: string;
587
+ borderColor: string;
588
+ cardBackgroundColor: string;
589
+ shadowType: string;
590
+ infoAlignment: string;
591
+ ctaTitle: string;
592
+ bundleRedirection: string;
593
+ cardLayoutStyle: string;
594
+ variantSelectorType: string;
595
+ productsPriceVisibility: boolean;
596
+ compareAtPriceVisibility: boolean;
597
+ };
598
+ type Customizations = {
599
+ shop?: string;
600
+ general: GeneralStyle;
601
+ byob: ByobStyle;
602
+ fixedBundle: FixedStyle;
603
+ volumeBundle: VolumeStyle;
604
+ comboBundle: ComboStyle;
605
+ createdAt?: string;
606
+ updatedAt?: string;
607
+ };
608
+ type BundlePayload = {
609
+ showIndividualProductSelector: boolean;
610
+ title?: string;
611
+ subtitle?: string;
612
+ products: ProductData[];
613
+ percentageOff?: number;
614
+ dealAmount?: number;
615
+ amountOff?: number;
616
+ type: "fixed" | "builder" | "volume" | "mixnmatch" | "" | "combo";
617
+ minimumQuantity: number;
618
+ showProductDetailsInTracker: boolean;
619
+ coverImageUrl?: string;
620
+ mobileCoverImageUrl?: string;
621
+ titleSectionTextColor?: string;
622
+ titleSectionBackgroundColor?: string;
623
+ dealTextColor?: string;
624
+ showBorder?: boolean;
625
+ hideProductDetails?: boolean;
626
+ cornerRadiusType?: "medium" | "high" | "";
627
+ primaryBackgroundColorCta?: string;
628
+ enableProgressBar?: boolean;
629
+ enableSortAndFilter?: boolean;
630
+ disableQuantitySelector?: boolean;
631
+ disableInventoryTracking?: boolean;
632
+ alignFixedBundleContent?: "left" | "right" | "center" | "";
633
+ imageAspectType?: "portrait" | "square" | "";
634
+ backgroundColorFixedBundleDiv?: string;
635
+ canCustomizeFixedBundle?: boolean;
636
+ primaryTextColorCta?: string;
637
+ showVariants?: boolean;
638
+ discountType?: string;
639
+ showCta?: boolean;
640
+ productCardBadgeText?: string;
641
+ coverImageVerticalMargin?: string;
642
+ builderTiers?: {
643
+ type: string;
644
+ offerTier?: {
645
+ tier: number;
646
+ minimumQuantity: number;
647
+ discountValue: number;
648
+ }[];
649
+ productTier?: {
650
+ tier: number;
651
+ title: string;
652
+ minimumQuantity: number;
653
+ products: {
654
+ productId: string;
655
+ variantIds: string[];
656
+ }[];
657
+ }[];
658
+ };
659
+ volumeTiers?: {
660
+ isDefault: unknown;
661
+ tier: number;
662
+ minimumQuantity: number;
663
+ title: string;
664
+ subtitle: string;
665
+ badgeTitle: string;
666
+ discountValue: number;
667
+ imageUrl?: string;
668
+ }[];
669
+ mixAndMatchTiers?: {
670
+ tier: number;
671
+ title: string;
672
+ products: {
673
+ productId: string;
674
+ variantIds: string[];
675
+ }[];
676
+ }[];
677
+ customizations: Customizations;
678
+ variantOptions?: VariantOptions;
679
+ storeCurrencyCode?: string;
680
+ customStoreDetails?: {
681
+ [key: string]: any;
682
+ };
683
+ reviewRatingType?: "none" | "ratingOnly" | "ratingAndReviewCount";
684
+ appName?: string;
685
+ pageHeader?: {
686
+ title?: string;
687
+ description?: string;
688
+ customizePadding?: string;
689
+ };
690
+ };
691
+ type BundleProps = {
692
+ bundle: BundlePayload;
693
+ addToCartFunction?: (selectedItemsSubtotal: number, variantIds?: string[], finalBundlePrice?: number, variantIdPriceMap?: {
694
+ variantId: string;
695
+ price: number;
696
+ }[]) => Promise<void>;
697
+ addCustomBundleToCart?: (e: any) => Promise<void>;
698
+ selectedItems?: {
699
+ variantId: string;
700
+ product: ProductDetails;
701
+ quantity: number;
702
+ }[];
703
+ setSelectedItems?: React.Dispatch<React.SetStateAction<{
704
+ variantId: string;
705
+ product: ProductDetails;
706
+ quantity: number;
707
+ }[]>>;
708
+ bundleAddToCartLoading?: boolean;
709
+ handleRemoveItem?: (variantId: string) => void;
710
+ selectedItemsQuantity?: number;
711
+ renderingOnPage?: boolean;
712
+ bundleSubtotal?: {
713
+ price: number;
714
+ compareAtPrice: number;
715
+ };
716
+ bundleHeaderBackgroundColor?: string;
717
+ currentProductId?: string;
718
+ };
719
719
  declare const Bundle: React.FC<BundleProps>;
720
720
 
721
- type BundleLoaderProps = {};
721
+ type BundleLoaderProps = {};
722
722
  declare const BundleLoader: React.FC<BundleLoaderProps>;
723
723
 
724
724
  export { Bundle, BundleLoader, Cart, CouponFrame, Nudge, SpinnerWheel };