@thryveai/theme-interfaces 2.7.135 → 2.7.136

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.
@@ -449,7 +449,6 @@ export interface ISiteSettingsV2 {
449
449
  scrollToTopButton: IScrollToTopButton;
450
450
  clientRenderCoupons: boolean;
451
451
  showShopAllLink: IShowShopAllLink;
452
- showEmptyMiniList: boolean;
453
452
  }
454
453
  export interface IHeaderLinksLayout {
455
454
  enabled: boolean;
@@ -21,6 +21,9 @@ interface IOrderInstructions {
21
21
  }
22
22
  export interface IRecommendedSubstitutions {
23
23
  enable: boolean;
24
+ search: {
25
+ enable: boolean;
26
+ };
24
27
  stores: string[];
25
28
  locationId: string;
26
29
  }
@@ -388,7 +388,6 @@ var DefaultConfigSFUI = {
388
388
  showShopAllLink: {
389
389
  enabled: false,
390
390
  },
391
- showEmptyMiniList: false,
392
391
  },
393
392
  welcomeModal: [],
394
393
  performance: {
@@ -398,8 +397,8 @@ var DefaultConfigSFUI = {
398
397
  prodX: {
399
398
  enabled: false,
400
399
  catalogId: "",
401
- test: false,
400
+ test: false
402
401
  },
403
- },
402
+ }
404
403
  };
405
404
  exports.default = DefaultConfigSFUI;
@@ -7,7 +7,12 @@ var DefaultSharedSettingsConfig = {
7
7
  },
8
8
  features: {
9
9
  multilingual: false,
10
- recommendedSubstitutions: { enable: false, stores: [], locationId: "" },
10
+ recommendedSubstitutions: {
11
+ enable: false,
12
+ search: { enable: false },
13
+ stores: [],
14
+ locationId: "",
15
+ },
11
16
  specialRequestItems: {
12
17
  enable: false,
13
18
  excludeStores: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.135",
3
+ "version": "2.7.136",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",