@quicktalog/common 1.37.0 → 1.38.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.
|
@@ -113,11 +113,19 @@ export type Footer = {
|
|
|
113
113
|
cta: CTAButton;
|
|
114
114
|
newsletter: boolean;
|
|
115
115
|
showPartners: boolean;
|
|
116
|
+
logoSize: {
|
|
117
|
+
width: number;
|
|
118
|
+
height: number;
|
|
119
|
+
};
|
|
116
120
|
};
|
|
117
121
|
export type Header = {
|
|
118
122
|
cta: CTAButton;
|
|
119
123
|
emailCta: boolean;
|
|
120
124
|
phoneCta: boolean;
|
|
125
|
+
logoSize: {
|
|
126
|
+
width: number;
|
|
127
|
+
height: number;
|
|
128
|
+
};
|
|
121
129
|
};
|
|
122
130
|
export type Contact = {
|
|
123
131
|
phone: string;
|