@thryveai/theme-interfaces 1.5.19 → 1.5.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "1.5.19",
3
+ "version": "1.5.20",
4
4
  "description": "Shared Interfaces for all ThryveAi storefront retailer themes.",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -91,13 +91,13 @@ export interface ISmartBanner {
91
91
  title: string;
92
92
  author: string;
93
93
  price: string;
94
- priceApple: string;
95
- priceGoogle: string;
94
+ priceSuffixApple: string;
95
+ priceSuffixGoogle: string;
96
96
  iconApple: string;
97
97
  iconGoogle: string;
98
98
  button: string;
99
- buttonApple: string;
100
- buttonGoogle: string;
99
+ buttonUrlApple: string;
100
+ buttonUrlGoogle: string;
101
101
  closeLabel: string;
102
102
  }
103
103
  export interface IGlobalLayouts {