@thryveai/theme-interfaces 2.7.113 → 2.7.114

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.
@@ -26,5 +26,6 @@ export interface ICouponGallery {
26
26
  export interface ISharedGeneral {
27
27
  enableStoreSelectorList: boolean;
28
28
  skipStoreSelection: boolean;
29
+ addressConfirmationModal: boolean;
29
30
  }
30
31
  export {};
@@ -121,6 +121,12 @@ exports.AdminSharedSettingsTemplateSFUI = {
121
121
  type: exports.AdminSharedTemplateInputTypes.checkbox,
122
122
  helpLink: "https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/4039704585/Skip+Nearest+Store+Suggestion",
123
123
  },
124
+ // addressConfirmationModal: {
125
+ // title: "Enable address confirmation modal",
126
+ // description:
127
+ // "This will display a modal when the customer selects an address from the list of suggestions which will allow them to confirm that they have made the correct selection and complete any remaining required fields. The address finder integration needs to be enabled.",
128
+ // type: AdminSharedTemplateInputTypes.checkbox,
129
+ // },
124
130
  },
125
131
  },
126
132
  };
@@ -23,6 +23,7 @@ var DefaultSharedSettingsConfig = {
23
23
  general: {
24
24
  enableStoreSelectorList: true,
25
25
  skipStoreSelection: false,
26
+ addressConfirmationModal: false,
26
27
  },
27
28
  };
28
29
  exports.default = DefaultSharedSettingsConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.113",
3
+ "version": "2.7.114",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",