@thryveai/theme-interfaces 2.7.17 → 2.7.19

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.
@@ -374,6 +374,7 @@ export interface ISiteSettingsV2 {
374
374
  subHeaderHeight: number;
375
375
  timeslotModalSettings: ITimeslotModalSettings;
376
376
  useContentEngineV2Components: IUseContentEngineV2Components;
377
+ isLegacyProductURL: boolean;
377
378
  }
378
379
  export interface IWelcomeModalV2 {
379
380
  label: string;
@@ -307,6 +307,7 @@ var DefaultConfigSFUI = {
307
307
  ProductCardStory: false,
308
308
  Recipe: false,
309
309
  },
310
+ isLegacyProductURL: false,
310
311
  },
311
312
  welcomeModal: [],
312
313
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.17",
3
+ "version": "2.7.19",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",
@@ -26,4 +26,4 @@
26
26
  "ts-node": "^10.8.1",
27
27
  "typescript": "4.6.3"
28
28
  }
29
- }
29
+ }