@thryveai/theme-interfaces 2.7.142 → 2.7.143

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.
@@ -33,6 +33,7 @@ export interface ISpecialRequestItems {
33
33
  }
34
34
  export interface ICouponGallery {
35
35
  enabled: boolean;
36
+ showClipAllCouponsButton: boolean;
36
37
  }
37
38
  export interface ISharedGeneral {
38
39
  enableStoreSelectorList: boolean;
@@ -112,6 +112,12 @@ exports.AdminSharedSettingsTemplateSFUI = {
112
112
  // "This will display a fully integrated coupon gallery on the storefront and mobile app.",
113
113
  // type: AdminSharedTemplateInputTypes.checkbox,
114
114
  // },
115
+ // showClipAllCouponsButton: {
116
+ // title: "Show Clip All Coupons Button",
117
+ // description:
118
+ // "This will display the Clip All Coupons Button in the coupon gallery.",
119
+ // type: AdminSharedTemplateInputTypes.checkbox,
120
+ // },
115
121
  // },
116
122
  // }
117
123
  },
@@ -19,6 +19,7 @@ var DefaultSharedSettingsConfig = {
19
19
  },
20
20
  couponGallery: {
21
21
  enabled: false,
22
+ showClipAllCouponsButton: false
22
23
  },
23
24
  flyerConfiguration: null,
24
25
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.142",
3
+ "version": "2.7.143",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",