yt-uikit 0.7.419-offerTierCustomTextAdd.0 → 0.7.419-offerTierCustomTextAdd.1

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.
@@ -374,7 +374,7 @@ export type BundleProps = {
374
374
  };
375
375
  export declare const currencyPrice: (price: number | string | undefined) => string | undefined;
376
376
  export declare const getCurrencySymbol: (genSymbol: string, storeCurrencyCode?: string) => string;
377
- export declare const optimiseImage: (url: string) => string;
377
+ export declare const optimiseImage: (url: string, width?: number) => string;
378
378
  export declare const handleAddToBundle: (variantId: string, product: ProductDetails, quantity: number, selectedItems: {
379
379
  variantId: string;
380
380
  product: ProductDetails;
@@ -92,6 +92,8 @@ export type BundleConfig = {
92
92
  hideSelectedProducts: boolean;
93
93
  allowMultipleQty: boolean;
94
94
  hideOutOfStockProducts: boolean;
95
+ bundleRedirection: "cart-drawer" | "checkout";
96
+ checkoutPartner: "shopify" | "razorpay" | "shiprocket" | "gokwik" | "breeze" | "zecpay" | "shopflo";
95
97
  };
96
98
  };
97
99
  interface CollectionBundleProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-uikit",
3
- "version": "0.7.419-offerTierCustomTextAdd.0",
3
+ "version": "0.7.419-offerTierCustomTextAdd.1",
4
4
  "description": "YourToken UI Kit",
5
5
  "scripts": {
6
6
  "rollup": "tsc && rollup -c",