@quicktalog/common 1.36.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.
@@ -18,7 +18,7 @@ export const tiers = [
18
18
  custom_features: false,
19
19
  analytics: "Basic",
20
20
  ai_prompts: 0,
21
- blocks_per_catalogue: 3,
21
+ blocks_per_catalogue: 5,
22
22
  blocks: {
23
23
  divider: false,
24
24
  embedding: false,
@@ -55,7 +55,7 @@ export const tiers = [
55
55
  custom_features: false,
56
56
  analytics: "Basic",
57
57
  ai_prompts: 0,
58
- blocks_per_catalogue: 6,
58
+ blocks_per_catalogue: 8,
59
59
  items_per_catalogue: 30,
60
60
  apperance: {
61
61
  standardThemes: true,
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktalog/common",
3
- "version": "1.36.0",
3
+ "version": "1.38.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",