@thryveai/theme-interfaces 2.7.153 → 2.7.154

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.
@@ -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.154",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",