@thryveai/theme-interfaces 2.7.157 → 2.7.158

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,6 +3,7 @@ export interface IMobileSettings {
3
3
  details: string | undefined;
4
4
  };
5
5
  features: {
6
+ enableAgeRestrictedLabelOnCartReview: boolean;
6
7
  enableAccountReview: boolean;
7
8
  enableAddToCartButtonOnMyList: boolean;
8
9
  enableBuildListFiltersBelowTabs: boolean;
@@ -12,6 +12,12 @@ 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
+ },
15
21
  enableCouponRecommendedTag: {
16
22
  description: "Should show coupon recommended tag?",
17
23
  title: "Enable Coupon Recommended Tag",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.157",
3
+ "version": "2.7.158",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",