yt-uikit 0.8.11-minicart.0 → 0.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,6 @@ import { CartOffersCarousalProps } from "./CartOffersCarousel";
5
5
  import { freebieMilestoneProps } from "./NextFreebieRow";
6
6
  import { GSTSectionCustomizationProps } from "./GSTSection";
7
7
  import { BundlePayload } from "../BundleBlock/Bundle";
8
- import { type FloatingCartDataProps } from "./FloatingCart";
9
8
  export interface RewardCoupon {
10
9
  couponTemplateId: number;
11
10
  name: string;
@@ -193,8 +192,6 @@ export interface CartProps {
193
192
  productRecsCardListVariant: "scroll" | "carousel" | "vertical";
194
193
  showCartTimer?: boolean;
195
194
  showFreebieMilestone?: boolean;
196
- showFloatingCart?: boolean;
197
- floatingCartData?: FloatingCartDataProps;
198
195
  cartTimerInMinutes?: number;
199
196
  cartTimerCustomText?: string;
200
197
  imageAspectSelector?: "square" | "portrait";
package/dist/index.d.ts CHANGED
@@ -519,16 +519,6 @@ interface GSTSectionCustomizationProps {
519
519
  textColor?: string;
520
520
  }
521
521
 
522
- type FloatingCartDataProps = {
523
- enableFloatingCart: boolean;
524
- backgroundColor: string;
525
- bannerBackgroundColor: string;
526
- textColor: string;
527
- buttonColor: string;
528
- bannerFooterText: string;
529
- showOnPages: string[];
530
- };
531
-
532
522
  interface RewardCoupon {
533
523
  couponTemplateId: number;
534
524
  name: string;
@@ -703,8 +693,6 @@ interface CartProps {
703
693
  productRecsCardListVariant: "scroll" | "carousel" | "vertical";
704
694
  showCartTimer?: boolean;
705
695
  showFreebieMilestone?: boolean;
706
- showFloatingCart?: boolean;
707
- floatingCartData?: FloatingCartDataProps;
708
696
  cartTimerInMinutes?: number;
709
697
  cartTimerCustomText?: string;
710
698
  imageAspectSelector?: "square" | "portrait";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-uikit",
3
- "version": "0.8.11-minicart.0",
3
+ "version": "0.8.11",
4
4
  "description": "YourToken UI Kit",
5
5
  "scripts": {
6
6
  "rollup": "tsc && rollup -c",