@thryveai/theme-interfaces 2.7.30 → 2.7.31

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.
@@ -474,6 +474,7 @@ export interface ICheckoutValidation {
474
474
  export interface ISearchPreview {
475
475
  suggestions: boolean;
476
476
  products: boolean;
477
+ recipes: boolean;
477
478
  }
478
479
  export interface ISearchPreviewVisibility {
479
480
  desktop?: ISearchPreview;
@@ -276,10 +276,12 @@ var DefaultConfigSFUI = {
276
276
  desktop: {
277
277
  products: true,
278
278
  suggestions: true,
279
+ recipes: true,
279
280
  },
280
281
  mobile: {
281
282
  products: true,
282
283
  suggestions: true,
284
+ recipes: true,
283
285
  },
284
286
  },
285
287
  subHeaderHeight: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.30",
3
+ "version": "2.7.31",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",