@quicktalog/common 1.38.0 → 1.39.0

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.
@@ -110,6 +110,7 @@ export type Partner = {
110
110
  description: string;
111
111
  };
112
112
  export type Footer = {
113
+ type: "default" | "custom";
113
114
  cta: CTAButton;
114
115
  newsletter: boolean;
115
116
  showPartners: boolean;
@@ -119,6 +120,7 @@ export type Footer = {
119
120
  };
120
121
  };
121
122
  export type Header = {
123
+ type: "default" | "custom";
122
124
  cta: CTAButton;
123
125
  emailCta: boolean;
124
126
  phoneCta: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktalog/common",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",