@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;
|
|
@@ -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
|
-
|
|
99
|
-
title: "Skip
|
|
100
|
-
description: "This will skip the enter nearest store modal if no store is returned.
|
|
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
|
},
|