@thryveai/theme-interfaces 2.7.160 → 2.7.161

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.
@@ -3,7 +3,6 @@ export interface IMobileSettings {
3
3
  details: string | undefined;
4
4
  };
5
5
  features: {
6
- enableAgeRestrictedLabelOnCartReview: boolean;
7
6
  enableAccountReview: boolean;
8
7
  enableAddToCartButtonOnMyList: boolean;
9
8
  enableBuildListFiltersBelowTabs: boolean;
@@ -19,6 +18,7 @@ export interface IMobileSettings {
19
18
  enableEmailShoppingItemsMessageField: boolean;
20
19
  enableGetDeliveryMoreStores: boolean;
21
20
  enableGiftCards: boolean;
21
+ enableHideAgeRestrictedLabelOnCartReview: boolean;
22
22
  enableInStoreOrders: boolean;
23
23
  enableInterim: boolean;
24
24
  enableMissedPromotions: boolean;
@@ -12,12 +12,6 @@ exports.AdminSettingsTemplateMobile = {
12
12
  helpLink: "",
13
13
  type: "checkbox",
14
14
  },
15
- enableAgeRestrictedLabelOnCartReview: {
16
- description: "Should show age-restricted label on cart review page? ",
17
- title: "Enable Age Restricted Label On Cart Review",
18
- helpLink: "",
19
- type: "checkbox",
20
- },
21
15
  enableCouponRecommendedTag: {
22
16
  description: "Should show coupon recommended tag?",
23
17
  title: "Enable Coupon Recommended Tag",
@@ -54,6 +48,12 @@ exports.AdminSettingsTemplateMobile = {
54
48
  helpLink: "",
55
49
  type: "checkbox",
56
50
  },
51
+ enableHideAgeRestrictedLabelOnCartReview: {
52
+ description: "Should hide age-restricted label on items in the cart review screen?",
53
+ title: "Enable Hide Age Restricted Label On Product Items in Cart Review",
54
+ helpLink: "",
55
+ type: "checkbox",
56
+ },
57
57
  enableInStoreOrders: {
58
58
  description: "Should show in-store orders?",
59
59
  title: "Enable In Store Orders",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.160",
3
+ "version": "2.7.161",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",