@thryveai/theme-interfaces 2.7.69 → 2.7.70
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.
- package/dist/interfaces/default-theme.interface.d.ts +4 -0
- package/dist/interfaces/retailer-settings.interfaces.d.ts +0 -6
- package/dist/interfaces/theme.interfaces.d.ts +4 -0
- package/dist/storefront/defaultImagesStorefront.js +4 -0
- package/dist/storefront/defaultSettingsStorefront.js +0 -1
- package/package.json +1 -1
|
@@ -358,14 +358,8 @@ 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
|
-
}
|
|
366
361
|
export interface ISiteSettingsV2 {
|
|
367
362
|
clientSideOrderModify: boolean;
|
|
368
|
-
cookiePro: ICookiePro;
|
|
369
363
|
anonymousCart: boolean;
|
|
370
364
|
ctaButtons: ICtaButtons | null | undefined;
|
|
371
365
|
cmsLazyLoadRows: number;
|