@levo-so/blocks 0.1.101 → 0.1.102

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.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,21 +1,27 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA = {
4
- id: "DNP1ms1aXWQFH",
5
- filename: "cards-15-1.png",
4
+ id: "7453000326848245591",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G.png",
6
+ location: "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-15-1-8eRfX0UmDhq7G-828w.webp 828w",
9
+ "320w":
10
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
11
+ "640w":
12
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
13
+ "750w":
14
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
15
+ "828w":
16
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
17
+ "1080w":
18
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
19
+ "1200w":
20
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
21
+ "1920w":
22
+ "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
23
+ path: "https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6476782/pexels-photo-6476782.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
24
  },
18
- mimetype: "image/png",
19
25
  };
20
26
 
21
27
  const DEFAULT_CONTENT = {
@@ -24,55 +30,73 @@ const DEFAULT_CONTENT = {
24
30
  content_wrapper: null,
25
31
  image: MEDIA,
26
32
  info_section: null,
27
- title: "Tapadia Diagnostics in your city",
33
+ title: "One workspace. Every tool your team already uses.",
28
34
  description:
29
- "Tapadia Diagnostics in your city Tapadia Diagnostics in your city Tapadia Diagnostics in your city Tapadia Diagnostics in your city ",
35
+ "Native two-way sync with 300+ apps means updates flow both ways no stale dashboards, no copy-paste, no context switching.",
30
36
  cities_levoGroup: null,
31
37
  cities: [
32
- {
33
- city_name: "Hyderabad",
34
- },
35
- {
36
- city_name: "Bangalore",
37
- },
38
- {
39
- city_name: "Mumbai",
40
- },
41
- {
42
- city_name: "Pune",
43
- },
44
- {
45
- city_name: "Chennai",
46
- },
47
- {
48
- city_name: "Delhi",
49
- },
50
- {
51
- city_name: "Mysore",
52
- },
53
- {
54
- city_name: "Cochin",
55
- },
56
- {
57
- city_name: "Indore",
58
- },
59
- {
60
- city_name: "Kolkata",
61
- },
38
+ { city_name: "Slack" },
39
+ { city_name: "Notion" },
40
+ { city_name: "GitHub" },
41
+ { city_name: "Figma" },
42
+ { city_name: "Linear" },
43
+ { city_name: "Jira" },
44
+ { city_name: "Salesforce" },
45
+ { city_name: "HubSpot" },
46
+ { city_name: "Zoom" },
47
+ { city_name: "Google Drive" },
62
48
  ],
63
49
  ctas_levoGroup: null,
64
- ctas: [{ cta: "Book Your Test" }, { cta: "Find Centers" }],
50
+ ctas: [{ cta: "Browse integrations" }, { cta: "Book a demo" }],
65
51
  };
66
52
 
67
53
  export type ICards15Content = typeof DEFAULT_CONTENT;
68
54
 
55
+ /**
56
+ * Shared pill styling for integration name tags.
57
+ * Uses semantic tokens so the pills adapt to both light and dark themes.
58
+ */
59
+ const CITY_PILL_STYLES = {
60
+ city_name: {
61
+ "background-color": "background-2",
62
+ border: "1px solid",
63
+ "border-color": "border",
64
+ color: "text-1",
65
+ "font-weight": "500",
66
+ "font-size": "sm",
67
+ "line-height": "1.2",
68
+ "padding-top": "2xs",
69
+ "padding-bottom": "2xs",
70
+ "padding-left": "sm",
71
+ "padding-right": "sm",
72
+ "border-radius": "md",
73
+ display: "inline-flex",
74
+ "align-items": "center",
75
+ width: "auto",
76
+ },
77
+ };
78
+
79
+ /** Shared image sizing — pairs with object-fit: cover per block-refresh rule 15. */
80
+ const IMAGE_STYLES = {
81
+ "object-fit": "cover",
82
+ width: "100%",
83
+ "max-width": "520px",
84
+ height: "420px",
85
+ "aspect-ratio": "5 / 4",
86
+ "border-radius": "lg",
87
+ mobile: {
88
+ "max-width": "none",
89
+ height: "280px",
90
+ },
91
+ };
92
+
69
93
  export const Cards15: IBlock = {
70
94
  category_id: "cards",
71
95
  title: "Cards 15",
72
96
  key: "cards-15",
73
97
  version: "v1",
74
98
  prompt_description:
75
- "A diagnostic centers map block with statistics, city buttons, and booking CTA",
99
+ "Integrations spotlight: a SaaS block pairing a hero image with a product claim, a wrap of tool-name pills, and a pair of CTAs",
76
100
  content_schema: [
77
101
  {
78
102
  key: "layout",
@@ -89,13 +113,11 @@ export const Cards15: IBlock = {
89
113
  label: "Content Wrapper",
90
114
  field_interface: "BoxWidget",
91
115
  },
92
-
93
116
  {
94
117
  key: "image",
95
118
  label: "Image",
96
119
  field_interface: "ImageWidget",
97
120
  },
98
-
99
121
  {
100
122
  key: "info_section",
101
123
  label: "Info Section",
@@ -113,13 +135,13 @@ export const Cards15: IBlock = {
113
135
  },
114
136
  {
115
137
  key: "cities",
116
- label: "Cities",
138
+ label: "Integration Tags",
117
139
  kind: "group",
118
140
  field_interface: "BoxWidget",
119
141
  fields: [
120
142
  {
121
143
  key: "city_name",
122
- label: "City Name",
144
+ label: "Tag",
123
145
  field_interface: "TypographyWidget",
124
146
  },
125
147
  ],
@@ -140,8 +162,8 @@ export const Cards15: IBlock = {
140
162
  ],
141
163
  layouts: [
142
164
  {
143
- key: "default",
144
- title: "Default",
165
+ key: "image_right",
166
+ title: "Image Right",
145
167
  styles: {
146
168
  layout: {},
147
169
  container: {},
@@ -149,144 +171,288 @@ export const Cards15: IBlock = {
149
171
  display: "flex",
150
172
  "align-items": "center",
151
173
  "column-gap": "lg",
174
+ "flex-wrap": "wrap",
175
+ "row-gap": "sm",
152
176
  },
153
177
  content_wrapper: {
154
178
  display: "flex",
155
- "flex-direction": "row",
179
+ "flex-direction": "row-reverse",
156
180
  "align-items": "center",
157
181
  "justify-content": "space-between",
158
- gap: "2xl",
182
+ gap: "3xl",
159
183
  mobile: {
160
184
  "flex-direction": "column",
161
- gap: "lg",
185
+ gap: "xl",
186
+ },
187
+ },
188
+ image: IMAGE_STYLES,
189
+ info_section: {
190
+ display: "flex",
191
+ "flex-direction": "column",
192
+ "row-gap": "lg",
193
+ flex: "1",
194
+ },
195
+ title: {
196
+ "font-weight": 700,
197
+ },
198
+ description: {
199
+ color: "text-2",
200
+ },
201
+ cities_levoGroup: {
202
+ display: "flex",
203
+ "flex-wrap": "wrap",
204
+ gap: "sm",
205
+ },
206
+ cities_levoGroupItem: CITY_PILL_STYLES,
207
+ cities: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
208
+ ctas: [{}, {}],
209
+ },
210
+ content: DEFAULT_CONTENT,
211
+ config: {
212
+ title: {
213
+ selectedVariants: {
214
+ Heading_Level: "H2",
162
215
  },
163
- "padding-right": "3xl",
164
- "padding-left": "3xl",
165
- "margin-top": "none",
216
+ },
217
+ ctas: [
218
+ {
219
+ cta: {
220
+ selectedVariants: {},
221
+ },
222
+ },
223
+ {
224
+ cta: {
225
+ selectedVariants: {
226
+ Button_Variants: "Secondary",
227
+ },
228
+ },
229
+ },
230
+ ],
231
+ },
232
+ },
233
+ {
234
+ key: "stacked",
235
+ title: "Stacked",
236
+ styles: {
237
+ layout: {},
238
+ container: {},
239
+ ctas_levoGroup: {
240
+ display: "flex",
241
+ "align-items": "center",
242
+ "column-gap": "lg",
243
+ "justify-content": "center",
244
+ "flex-wrap": "wrap",
245
+ "row-gap": "sm",
246
+ },
247
+ content_wrapper: {
248
+ display: "flex",
249
+ "flex-direction": "column",
250
+ "align-items": "center",
251
+ gap: "2xl",
166
252
  },
167
253
  image: {
168
- "object-fit": "contain",
169
- width: "500px",
170
- height: "500px",
254
+ "object-fit": "cover",
255
+ width: "100%",
256
+ "max-width": "820px",
257
+ height: "420px",
258
+ "aspect-ratio": "16 / 9",
259
+ "border-radius": "lg",
171
260
  mobile: {
172
- width: "100%",
173
- height: "300px",
261
+ height: "260px",
174
262
  },
175
263
  },
176
264
  info_section: {
177
- "background-color": "white",
178
- "border-radius": "base",
179
- "box-shadow": "default",
180
- "padding-top": "lg",
181
- "padding-bottom": "lg",
182
- "padding-left": "lg",
183
- "padding-right": "lg",
265
+ display: "flex",
266
+ "flex-direction": "column",
267
+ "align-items": "center",
268
+ "row-gap": "lg",
184
269
  width: "100%",
185
- mobile: {
186
- width: "100%",
187
- },
270
+ "max-width": "720px",
271
+ "text-align": "center",
188
272
  },
189
273
  title: {
190
- "margin-bottom": "lg",
191
274
  "font-weight": 700,
192
275
  },
276
+ description: {
277
+ color: "text-2",
278
+ },
193
279
  cities_levoGroup: {
194
280
  display: "flex",
195
281
  "flex-wrap": "wrap",
196
282
  gap: "sm",
197
- "margin-bottom": "lg",
283
+ "justify-content": "center",
198
284
  },
199
- "cities.0.city_name": {
200
- "background-color": "background-2",
201
- color: "text-1",
202
- "font-weight": "500",
203
- "font-size": "sm",
204
- "padding-top": "xs",
205
- "padding-bottom": "xs",
206
- "padding-left": "sm",
207
- "padding-right": "sm",
208
- "border-radius": "full",
209
- "text-align": "center",
210
- },
211
- cta_container: {},
212
- phone_icon: {
213
- width: "16px",
214
- height: "16px",
215
- },
216
- cta_text: {
217
- color: "background-1",
218
- "font-weight": "600",
285
+ cities_levoGroupItem: CITY_PILL_STYLES,
286
+ cities: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
287
+ ctas: [{}, {}],
288
+ },
289
+ content: DEFAULT_CONTENT,
290
+ config: {
291
+ title: {
292
+ selectedVariants: {
293
+ Heading_Level: "H2",
294
+ },
219
295
  },
220
- cities: [
296
+ ctas: [
221
297
  {
222
- city_name: {
223
- "background-color": "background-3",
224
- "padding-left": "xs",
225
- "padding-right": "xs",
226
- "padding-top": "4xs",
227
- "padding-bottom": "4xs",
228
- "border-radius": "3xl",
298
+ cta: {
299
+ selectedVariants: {},
229
300
  },
230
301
  },
231
302
  {
232
- city_name: {
233
- "background-color": "background-3",
234
- "padding-left": "xs",
235
- "padding-right": "xs",
236
- "padding-top": "4xs",
237
- "padding-bottom": "4xs",
238
- "border-radius": "3xl",
303
+ cta: {
304
+ selectedVariants: {
305
+ Button_Variants: "Secondary",
306
+ },
239
307
  },
240
308
  },
241
- {
242
- city_name: {
243
- "background-color": "background-3",
244
- "padding-left": "xs",
245
- "padding-right": "xs",
246
- "padding-top": "4xs",
247
- "padding-bottom": "4xs",
248
- "border-radius": "3xl",
249
- },
309
+ ],
310
+ },
311
+ },
312
+ {
313
+ key: "card",
314
+ title: "Card",
315
+ styles: {
316
+ layout: {},
317
+ container: {},
318
+ ctas_levoGroup: {
319
+ display: "flex",
320
+ "align-items": "center",
321
+ "column-gap": "lg",
322
+ "flex-wrap": "wrap",
323
+ "row-gap": "sm",
324
+ },
325
+ content_wrapper: {
326
+ display: "flex",
327
+ "flex-direction": "row",
328
+ "align-items": "center",
329
+ "justify-content": "space-between",
330
+ gap: "3xl",
331
+ mobile: {
332
+ "flex-direction": "column",
333
+ gap: "xl",
250
334
  },
251
- {
252
- city_name: {
253
- "background-color": "background-3",
254
- "padding-left": "xs",
255
- "padding-right": "xs",
256
- "padding-top": "4xs",
257
- "padding-bottom": "4xs",
258
- "border-radius": "3xl",
259
- },
335
+ "padding-right": "2xl",
336
+ "padding-left": "2xl",
337
+ "padding-top": "2xl",
338
+ "padding-bottom": "2xl",
339
+ "background-color": "background-2",
340
+ "border-radius": "lg",
341
+ "border-width": "1px",
342
+ "border-color": "border",
343
+ },
344
+ image: IMAGE_STYLES,
345
+ info_section: {
346
+ display: "flex",
347
+ "flex-direction": "column",
348
+ "row-gap": "lg",
349
+ flex: "1",
350
+ },
351
+ title: {
352
+ "font-weight": 700,
353
+ },
354
+ description: {
355
+ color: "text-2",
356
+ },
357
+ cities_levoGroup: {
358
+ display: "flex",
359
+ "flex-wrap": "wrap",
360
+ gap: "sm",
361
+ },
362
+ cities_levoGroupItem: CITY_PILL_STYLES,
363
+ cities: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
364
+ ctas: [{}, {}],
365
+ },
366
+ content: DEFAULT_CONTENT,
367
+ config: {
368
+ title: {
369
+ selectedVariants: {
370
+ Heading_Level: "H2",
260
371
  },
372
+ },
373
+ ctas: [
261
374
  {
262
- city_name: {
263
- "background-color": "background-3",
264
- "padding-left": "xs",
265
- "padding-right": "xs",
266
- "padding-top": "4xs",
267
- "padding-bottom": "4xs",
268
- "border-radius": "3xl",
375
+ cta: {
376
+ selectedVariants: {},
269
377
  },
270
378
  },
271
379
  {
272
- city_name: {
273
- "background-color": "background-3",
274
- "padding-left": "xs",
275
- "padding-right": "xs",
276
- "padding-top": "4xs",
277
- "padding-bottom": "4xs",
278
- "border-radius": "3xl",
380
+ cta: {
381
+ selectedVariants: {
382
+ Button_Variants: "Secondary",
383
+ },
279
384
  },
280
385
  },
281
386
  ],
282
387
  },
388
+ },
389
+ {
390
+ key: "default",
391
+ title: "Default",
392
+ styles: {
393
+ layout: {},
394
+ container: {},
395
+ ctas_levoGroup: {
396
+ display: "flex",
397
+ "align-items": "center",
398
+ "column-gap": "lg",
399
+ "flex-wrap": "wrap",
400
+ "row-gap": "sm",
401
+ },
402
+ content_wrapper: {
403
+ display: "flex",
404
+ "flex-direction": "row",
405
+ "align-items": "center",
406
+ "justify-content": "space-between",
407
+ gap: "3xl",
408
+ mobile: {
409
+ "flex-direction": "column",
410
+ gap: "xl",
411
+ },
412
+ },
413
+ image: IMAGE_STYLES,
414
+ info_section: {
415
+ display: "flex",
416
+ "flex-direction": "column",
417
+ "row-gap": "lg",
418
+ flex: "1",
419
+ },
420
+ title: {
421
+ "font-weight": 700,
422
+ },
423
+ description: {
424
+ color: "text-2",
425
+ },
426
+ cities_levoGroup: {
427
+ display: "flex",
428
+ "flex-wrap": "wrap",
429
+ gap: "sm",
430
+ },
431
+ cities_levoGroupItem: CITY_PILL_STYLES,
432
+ cities: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
433
+ ctas: [{}, {}],
434
+ },
283
435
  content: DEFAULT_CONTENT,
284
436
  config: {
285
437
  title: {
286
438
  selectedVariants: {
287
- Heading_Level: "H5",
439
+ Heading_Level: "H2",
288
440
  },
289
441
  },
442
+ ctas: [
443
+ {
444
+ cta: {
445
+ selectedVariants: {},
446
+ },
447
+ },
448
+ {
449
+ cta: {
450
+ selectedVariants: {
451
+ Button_Variants: "Secondary",
452
+ },
453
+ },
454
+ },
455
+ ],
290
456
  },
291
457
  },
292
458
  ],