@thryveai/theme-interfaces 2.7.153 → 2.7.155
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.
|
@@ -680,8 +680,8 @@ export declare type ILabelConfig = {
|
|
|
680
680
|
_type: "tprPromo";
|
|
681
681
|
};
|
|
682
682
|
export declare type IProductCardLayouts = {
|
|
683
|
-
ContainersGrid: "default" | "pce-centered" | "prs-labels";
|
|
684
|
-
ContainersCarousel: "default" | "pce-centered" | "prs-labels";
|
|
683
|
+
ContainersGrid: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
|
|
684
|
+
ContainersCarousel: "default" | "pce-centered" | "prs-labels" | "dun-attributes";
|
|
685
685
|
FlyerCard: "default" | "detailed";
|
|
686
686
|
SimplifiedCarousel: "default";
|
|
687
687
|
};
|
|
@@ -119,6 +119,13 @@ exports.AdminSharedSettingsTemplateSFUI = {
|
|
|
119
119
|
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
120
120
|
// },
|
|
121
121
|
// },
|
|
122
|
+
// } showUnclaimedCouponsPrompt: {
|
|
123
|
+
// title: "Show Missed Coupons Reminder Section",
|
|
124
|
+
// description:
|
|
125
|
+
// "This will display the Missed Coupons Reminder Section in the cart review summary.",
|
|
126
|
+
// type: AdminSharedTemplateInputTypes.checkbox,
|
|
127
|
+
// },
|
|
128
|
+
// },
|
|
122
129
|
// }
|
|
123
130
|
},
|
|
124
131
|
},
|