@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
  };
@@ -34,6 +34,7 @@ export interface ISpecialRequestItems {
34
34
  export interface ICouponGallery {
35
35
  enabled: boolean;
36
36
  showClipAllCouponsButton: boolean;
37
+ showUnclaimedCouponsPrompt: boolean;
37
38
  }
38
39
  export interface ISharedGeneral {
39
40
  enableStoreSelectorList: boolean;
@@ -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
  },
@@ -19,7 +19,8 @@ var DefaultSharedSettingsConfig = {
19
19
  },
20
20
  couponGallery: {
21
21
  enabled: false,
22
- showClipAllCouponsButton: false
22
+ showClipAllCouponsButton: false,
23
+ showUnclaimedCouponsPrompt: false,
23
24
  },
24
25
  flyerConfiguration: null,
25
26
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.153",
3
+ "version": "2.7.155",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",