@thryveai/theme-interfaces 2.7.68 → 2.7.69
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.
|
@@ -358,8 +358,14 @@ export interface IProductCardSettingsV2 {
|
|
|
358
358
|
productCardTitleHeight: number;
|
|
359
359
|
productCards: IProductCardsProps;
|
|
360
360
|
}
|
|
361
|
+
export interface ICookiePro {
|
|
362
|
+
enabled: boolean;
|
|
363
|
+
src: string;
|
|
364
|
+
domain: string;
|
|
365
|
+
}
|
|
361
366
|
export interface ISiteSettingsV2 {
|
|
362
367
|
clientSideOrderModify: boolean;
|
|
368
|
+
cookiePro: ICookiePro;
|
|
363
369
|
anonymousCart: boolean;
|
|
364
370
|
ctaButtons: ICtaButtons | null | undefined;
|
|
365
371
|
cmsLazyLoadRows: number;
|