@thryveai/theme-interfaces 2.7.28 → 2.7.30

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.
@@ -30,6 +30,7 @@ export interface IDefaultRetailerSettings {
30
30
  enableGoogleTranslate: boolean;
31
31
  enableNewsletterSignup: boolean;
32
32
  enableNotifications: boolean;
33
+ enableRecipeSearch: boolean;
33
34
  errorLoggingLevel: ILoggingLevel;
34
35
  externalStoreSelectorUrl: string | undefined;
35
36
  favoritesV1: boolean;
@@ -38,6 +38,7 @@ export interface IRetailerSettings {
38
38
  enableGoogleTranslate?: boolean;
39
39
  enableNewsletterSignup?: boolean;
40
40
  enableNotifications?: boolean;
41
+ enableRecipeSearch?: boolean;
41
42
  entryModalVersion?: IEntryModalVersion;
42
43
  hideAlcoholRule?: IShoppingRuleControl;
43
44
  errorLoggingLevel?: ILoggingLevel;
@@ -313,6 +314,7 @@ export interface IFeaturesV2 {
313
314
  enableGoogleTranslate: boolean;
314
315
  enableNewsletterSignup: boolean;
315
316
  enableNotifications: boolean;
317
+ enableRecipeSearch: boolean;
316
318
  externalStoreSelectorUrl: {
317
319
  enabled: boolean;
318
320
  url: string;
@@ -468,7 +468,7 @@ exports.AdminSettingsTemplateSFUI = {
468
468
  // "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/3344302081/Entry+Modal+Version",
469
469
  // },
470
470
  hideAlcoholRule: {
471
- title: "Set if shopping rule modals appears for alcohol",
471
+ title: "Alcohol messaging",
472
472
  description: "Set boolean to control if shopping rule modals appears for alcohol.",
473
473
  type: exports.AdminTemplateInputTypes.collapsableObject,
474
474
  value: {
@@ -94,6 +94,7 @@ var DefaultConfigSFUI = {
94
94
  enableGoogleTranslate: false,
95
95
  enableNewsletterSignup: false,
96
96
  enableNotifications: false,
97
+ enableRecipeSearch: false,
97
98
  entryModalVersion: "entry",
98
99
  externalStoreSelectorUrl: {
99
100
  enabled: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.28",
3
+ "version": "2.7.30",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",