yt-uikit 0.8.15-loyalty-page-block.2 → 0.8.15-loyalty-page-block.4
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.
|
@@ -4,5 +4,5 @@ export { default as Cart } from "./Cart";
|
|
|
4
4
|
export { default as CouponFrame } from "./CouponFrame";
|
|
5
5
|
export { default as Bundle } from "./BundleBlock";
|
|
6
6
|
export { default as BundleLoader } from "./BundleBlock/Loader";
|
|
7
|
-
export { default as LoyaltyPageBlock } from "./LoyaltyPageBlock/LoyaltyPageBlock";
|
|
7
|
+
export { default as LoyaltyPageBlock, LoyaltyPageConfigType, } from "./LoyaltyPageBlock/LoyaltyPageBlock";
|
|
8
8
|
export { default as ProductOffers, ProductsOffersConfigType, CartCheckpoint, } from "./ProductOffersBlock/ProductsOffers";
|
|
@@ -4,5 +4,5 @@ export { default as Cart } from "./Cart";
|
|
|
4
4
|
export { default as CouponFrame } from "./CouponFrame";
|
|
5
5
|
export { default as Bundle } from "./BundleBlock";
|
|
6
6
|
export { default as BundleLoader } from "./BundleBlock/Loader";
|
|
7
|
-
export { default as LoyaltyPageBlock } from "./LoyaltyPageBlock/LoyaltyPageBlock";
|
|
7
|
+
export { default as LoyaltyPageBlock, LoyaltyPageConfigType, } from "./LoyaltyPageBlock/LoyaltyPageBlock";
|
|
8
8
|
export { default as ProductOffers, ProductsOffersConfigType, CartCheckpoint, } from "./ProductOffersBlock/ProductsOffers";
|
package/dist/index.d.ts
CHANGED
|
@@ -823,4 +823,4 @@ declare const ProductsOffers: ({ offersConfig, offers, }: {
|
|
|
823
823
|
offers: CartCheckpoint[];
|
|
824
824
|
}) => React.JSX.Element;
|
|
825
825
|
|
|
826
|
-
export { Bundle, BundleLoader, Cart, CartCheckpoint, CouponFrame, LoyaltyPageBlock, Nudge, ProductsOffers as ProductOffers, ProductsOffersConfigType, SpinnerWheel };
|
|
826
|
+
export { Bundle, BundleLoader, Cart, CartCheckpoint, CouponFrame, LoyaltyPageBlock, LoyaltyPageConfigType, Nudge, ProductsOffers as ProductOffers, ProductsOffersConfigType, SpinnerWheel };
|