@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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thryveai/theme-interfaces",
|
|
3
|
-
"version": "2.7.
|
|
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
|
+
}
|