@thryveai/theme-interfaces 1.5.22 → 1.5.23
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/package.json
CHANGED
|
@@ -103,6 +103,11 @@ export interface ISmartBanner {
|
|
|
103
103
|
}
|
|
104
104
|
export interface IGlobalLayouts {
|
|
105
105
|
cartSummary: ICartSummaryLayout;
|
|
106
|
+
couponGallery: ICouponGalleryLayout;
|
|
107
|
+
}
|
|
108
|
+
export interface ICouponGalleryLayout {
|
|
109
|
+
enabled: boolean;
|
|
110
|
+
galleryIsIframe: boolean;
|
|
106
111
|
}
|
|
107
112
|
export interface ICartSummaryLayout {
|
|
108
113
|
showTaxTotal: boolean;
|