@thryveai/theme-interfaces 2.7.100 → 2.7.101

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.
@@ -123,7 +123,7 @@ export interface IGiftCards {
123
123
  pinInputValidation: string;
124
124
  reCaptcha: boolean;
125
125
  }
126
- export declare type IEntryModalVersion = "entry" | "geolocation";
126
+ export declare type IEntryModalVersion = "entry" | "geolocation" | "skipStoreSelection";
127
127
  export interface ISmartBanner {
128
128
  enabled: boolean;
129
129
  title: string;
@@ -20,6 +20,6 @@ export interface ISpecialRequestItems {
20
20
  }
21
21
  export interface ISharedGeneral {
22
22
  enableStoreSelectorList: boolean;
23
- skipNearestStoreSuggestion: boolean;
23
+ skipStoreSelection: boolean;
24
24
  }
25
25
  export {};
@@ -95,9 +95,9 @@ exports.AdminSharedSettingsTemplateSFUI = {
95
95
  description: "This will display the list of available stores for the planning and pickup store selector modals prior to the user entering their address.",
96
96
  type: exports.AdminSharedTemplateInputTypes.checkbox,
97
97
  },
98
- skipNearestStoreSuggestion: {
99
- title: "Skip nearest store suggestion",
100
- description: "This will skip the enter nearest store modal if no store is returned. Selects corporate store if available otherwise uses default store",
98
+ skipStoreSelection: {
99
+ title: "Skip store selection",
100
+ description: "This will skip the enter nearest store modal in the first time user flow if no store is returned. The corporate store will be selected if available otherwise the default store will be used.",
101
101
  type: exports.AdminSharedTemplateInputTypes.checkbox,
102
102
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/4039704585/Skip+Nearest+Store+Suggestion",
103
103
  },
@@ -18,7 +18,7 @@ var DefaultSharedSettingsConfig = {
18
18
  },
19
19
  general: {
20
20
  enableStoreSelectorList: true,
21
- skipNearestStoreSuggestion: false,
21
+ skipStoreSelection: false,
22
22
  },
23
23
  };
24
24
  exports.default = DefaultSharedSettingsConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.100",
3
+ "version": "2.7.101",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",