@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;
@@ -358,6 +358,7 @@ var DefaultConfigSFUI = {
358
358
  isLegacyProductURL: false,
359
359
  headerLinks: { dimension: 0, enabled: false },
360
360
  showCartValueOnMobile: false,
361
+ cookiePro: { enabled: false, domain: "", src: "" },
361
362
  },
362
363
  welcomeModal: [],
363
364
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.68",
3
+ "version": "2.7.69",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",