@thryveai/theme-interfaces 2.7.4 → 2.7.5

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.
@@ -354,7 +354,7 @@ export interface ISiteSettingsV2 {
354
354
  defaultSearchParams: IDefaultSearchParams;
355
355
  defaultShoppingMode: "pickup" | "planning" | "delivery";
356
356
  defaultStoreLocation: IDefaultStoreLocation;
357
- defaultTabView: "list" | "map";
357
+ defaultTabView: "listView" | "mapView";
358
358
  disableTprPrice: boolean;
359
359
  footerVersion: IFooterTypes;
360
360
  googleAutocompleteSettings: IGoogleAutocompleteSettings;
@@ -232,7 +232,7 @@ var DefaultConfigSFUI = {
232
232
  take: "30",
233
233
  },
234
234
  defaultShoppingMode: "pickup",
235
- defaultTabView: "list",
235
+ defaultTabView: "listView",
236
236
  defaultStoreLocation: {
237
237
  latitude: 0,
238
238
  longitude: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.4",
3
+ "version": "2.7.5",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",