@levo-so/blocks 0.1.58 → 0.1.60

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 (191) hide show
  1. package/package.json +16 -15
  2. package/src/blocks/about-us/about-us-1.schema.ts +75 -58
  3. package/src/blocks/about-us/about-us-2.schema.ts +186 -39
  4. package/src/blocks/blogs/blog-listing-1.tsx +17 -15
  5. package/src/blocks/blogs/blog-listing-2.tsx +17 -15
  6. package/src/blocks/blogs/blog-listing-3.tsx +17 -15
  7. package/src/blocks/calendar/calendar-1.schema.ts +263 -181
  8. package/src/blocks/calendar/calendar-1.tsx +42 -11
  9. package/src/blocks/cards/cards-10.schema.ts +322 -313
  10. package/src/blocks/cards/cards-10.tsx +9 -1
  11. package/src/blocks/cards/cards-11.schema.ts +139 -248
  12. package/src/blocks/cards/cards-12.schema.ts +117 -196
  13. package/src/blocks/cards/cards-13.schema.ts +107 -56
  14. package/src/blocks/cards/cards-14.schema.ts +58 -154
  15. package/src/blocks/cards/cards-15.schema.ts +54 -31
  16. package/src/blocks/cards/cards-15.tsx +13 -2
  17. package/src/blocks/cards/cards-2.schema.ts +83 -88
  18. package/src/blocks/cards/cards-2.tsx +10 -2
  19. package/src/blocks/cards/cards-3.schema.ts +75 -70
  20. package/src/blocks/cards/cards-4.schema.ts +149 -91
  21. package/src/blocks/cards/cards-4.tsx +13 -2
  22. package/src/blocks/cards/cards-5.schema.ts +91 -68
  23. package/src/blocks/cards/cards-5.tsx +9 -1
  24. package/src/blocks/cards/cards-6.schema.ts +794 -972
  25. package/src/blocks/cards/cards-6.tsx +18 -2
  26. package/src/blocks/cards/cards-7.schema.ts +802 -2250
  27. package/src/blocks/cards/cards-7.tsx +14 -1
  28. package/src/blocks/cards/cards-8.schema.ts +166 -347
  29. package/src/blocks/cards/cards-8.tsx +14 -1
  30. package/src/blocks/cards/cards-9.schema.ts +300 -305
  31. package/src/blocks/cards/cards-9.tsx +27 -3
  32. package/src/blocks/carousel/carousel-1.schema.ts +479 -46
  33. package/src/blocks/carousel/carousel-1.tsx +2 -0
  34. package/src/blocks/carousel/carousel-2.schema.ts +170 -118
  35. package/src/blocks/carousel/carousel-2.tsx +10 -2
  36. package/src/blocks/community/community-1.schema.ts +566 -0
  37. package/src/blocks/community/community-1.tsx +690 -0
  38. package/src/blocks/community/community-post-1.schema.ts +417 -0
  39. package/src/blocks/community/community-post-1.tsx +155 -0
  40. package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
  41. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  42. package/src/blocks/contact-us/contact-us-2.tsx +1 -1
  43. package/src/blocks/content/content-1.schema.ts +184 -234
  44. package/src/blocks/content/content-1.tsx +48 -38
  45. package/src/blocks/content/content-2.schema.ts +143 -32
  46. package/src/blocks/content/content-2.tsx +15 -3
  47. package/src/blocks/content/content-3.schema.ts +215 -205
  48. package/src/blocks/content/content-3.tsx +13 -1
  49. package/src/blocks/content/content-4.schema.ts +124 -85
  50. package/src/blocks/content/content-4.tsx +2 -1
  51. package/src/blocks/content/content-5.schema.ts +296 -278
  52. package/src/blocks/content/content-5.tsx +23 -2
  53. package/src/blocks/content/content-6.schema.ts +474 -244
  54. package/src/blocks/content/content-6.tsx +23 -1
  55. package/src/blocks/content/content-7.schema.ts +173 -133
  56. package/src/blocks/content/content-7.tsx +27 -3
  57. package/src/blocks/content/content-8.schema.ts +27 -17
  58. package/src/blocks/content/content-9.schema.ts +64 -2208
  59. package/src/blocks/content/content-9.tsx +6 -3
  60. package/src/blocks/cta/cta-1.schema.ts +13 -108
  61. package/src/blocks/cta/cta-2.schema.ts +60 -69
  62. package/src/blocks/cta/cta-3.schema.ts +97 -66
  63. package/src/blocks/embed/embed-1.schema.ts +30 -52
  64. package/src/blocks/event/event-details.schema.ts +7 -0
  65. package/src/blocks/event/event-details.tsx +1 -0
  66. package/src/blocks/event/event-listing-2.tsx +17 -15
  67. package/src/blocks/event/event-listing-3.tsx +17 -15
  68. package/src/blocks/event/event-listing-4.tsx +17 -15
  69. package/src/blocks/event/event-listing.tsx +17 -15
  70. package/src/blocks/faq/faq-1.schema.ts +158 -112
  71. package/src/blocks/faq/faq-1.tsx +12 -3
  72. package/src/blocks/faq/faq-2.schema.ts +137 -74
  73. package/src/blocks/faq/faq-2.tsx +10 -1
  74. package/src/blocks/faq/faq-3.schema.ts +185 -105
  75. package/src/blocks/faq/faq-3.tsx +19 -3
  76. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  77. package/src/blocks/features/features-1/features-1.tsx +10 -1
  78. package/src/blocks/features/features-1/variants/default.ts +172 -54
  79. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  80. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  81. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  82. package/src/blocks/features/features-2.schema.ts +178 -45
  83. package/src/blocks/features/features-2.tsx +10 -2
  84. package/src/blocks/features/features-3.schema.ts +284 -65
  85. package/src/blocks/features/features-3.tsx +22 -3
  86. package/src/blocks/features/features-4.schema.ts +380 -185
  87. package/src/blocks/features/features-4.tsx +9 -1
  88. package/src/blocks/features/features-5.schema.ts +194 -198
  89. package/src/blocks/features/features-5.tsx +12 -1
  90. package/src/blocks/features/features-6.schema.ts +240 -193
  91. package/src/blocks/features/features-6.tsx +16 -2
  92. package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
  93. package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
  94. package/src/blocks/footer/footer-1.schema.ts +118 -48
  95. package/src/blocks/footer/footer-1.tsx +2 -1
  96. package/src/blocks/footer/footer-2.schema.ts +235 -31
  97. package/src/blocks/footer/footer-2.tsx +2 -1
  98. package/src/blocks/footer/footer-3.schema.ts +334 -57
  99. package/src/blocks/footer/footer-3.tsx +2 -1
  100. package/src/blocks/footer/footer-4.schema.ts +147 -76
  101. package/src/blocks/footer/footer-4.tsx +2 -1
  102. package/src/blocks/footer/footer-5.schema.ts +144 -52
  103. package/src/blocks/footer/footer-5.tsx +2 -1
  104. package/src/blocks/footer/footer-6.schema.ts +68 -140
  105. package/src/blocks/footer/footer-6.tsx +2 -1
  106. package/src/blocks/hero/hero-1.schema.ts +184 -87
  107. package/src/blocks/hero/hero-10.schema.ts +8 -29
  108. package/src/blocks/hero/hero-11.schema.ts +192 -89
  109. package/src/blocks/hero/hero-11.tsx +1 -1
  110. package/src/blocks/hero/hero-12.schema.ts +107 -170
  111. package/src/blocks/hero/hero-12.tsx +1 -1
  112. package/src/blocks/hero/hero-13.schema.ts +42 -28
  113. package/src/blocks/hero/hero-2.schema.ts +33 -58
  114. package/src/blocks/hero/hero-3.schema.ts +42 -34
  115. package/src/blocks/hero/hero-4.schema.ts +265 -70
  116. package/src/blocks/hero/hero-4.tsx +19 -2
  117. package/src/blocks/hero/hero-5.schema.ts +122 -44
  118. package/src/blocks/hero/hero-5.tsx +14 -2
  119. package/src/blocks/hero/hero-6.schema.ts +159 -255
  120. package/src/blocks/hero/hero-7.schema.ts +105 -34
  121. package/src/blocks/hero/hero-7.tsx +4 -1
  122. package/src/blocks/hero/hero-8.schema.ts +363 -133
  123. package/src/blocks/hero/hero-8.tsx +27 -3
  124. package/src/blocks/hero/hero-9.schema.ts +116 -83
  125. package/src/blocks/hero/hero-9.tsx +9 -1
  126. package/src/blocks/index.ts +7 -0
  127. package/src/blocks/logos/logos-1.schema.ts +424 -30
  128. package/src/blocks/polling/polling-1.schema.ts +1 -19
  129. package/src/blocks/pricing/pricing-1.schema.ts +296 -266
  130. package/src/blocks/pricing/pricing-1.tsx +16 -2
  131. package/src/blocks/products/products-listing-1.schema.ts +144 -33
  132. package/src/blocks/products/products-listing-1.tsx +9 -1
  133. package/src/blocks/products/products-listing-2.schema.ts +199 -213
  134. package/src/blocks/products/products-listing-2.tsx +25 -3
  135. package/src/blocks/products/products-listing-3.schema.ts +439 -154
  136. package/src/blocks/products/products-listing-3.tsx +43 -8
  137. package/src/blocks/profile/profile-1.schema.ts +67 -49
  138. package/src/blocks/profile/profile-1.tsx +3 -2
  139. package/src/blocks/profile/profile-2.schema.ts +73 -85
  140. package/src/blocks/profile/profile-2.tsx +2 -1
  141. package/src/blocks/profile/profile-3.schema.ts +162 -529
  142. package/src/blocks/profile/profile-3.tsx +2 -2
  143. package/src/blocks/services/service-1.schema.ts +204 -804
  144. package/src/blocks/services/service-1.tsx +15 -2
  145. package/src/blocks/services/service-2.schema.ts +95 -75
  146. package/src/blocks/services/service-2.tsx +9 -1
  147. package/src/blocks/services/service-3.schema.ts +73 -73
  148. package/src/blocks/services/service-3.tsx +40 -39
  149. package/src/blocks/stats/stats-1.schema.ts +225 -21
  150. package/src/blocks/stats/stats-1.tsx +4 -0
  151. package/src/blocks/stats/stats-2.schema.ts +13 -5
  152. package/src/blocks/stats/stats-2.tsx +9 -1
  153. package/src/blocks/stats/variants/default.ts +59 -41
  154. package/src/blocks/stats/variants/hero.ts +64 -31
  155. package/src/blocks/tabs/tab-1.schema.ts +105 -407
  156. package/src/blocks/tabs/tab-1.tsx +15 -4
  157. package/src/blocks/tabs/tab-2.schema.ts +208 -278
  158. package/src/blocks/tabs/tab-2.tsx +14 -2
  159. package/src/blocks/team/team-1.schema.ts +621 -76
  160. package/src/blocks/team/team-1.tsx +9 -1
  161. package/src/blocks/team/team-2.schema.ts +693 -1421
  162. package/src/blocks/team/team-2.tsx +4 -1
  163. package/src/blocks/team/team-3.schema.ts +147 -74
  164. package/src/blocks/team/team-3.tsx +1 -0
  165. package/src/blocks/team/team-4.schema.ts +216 -57
  166. package/src/blocks/team/team-4.tsx +10 -2
  167. package/src/blocks/team/team-5.schema.ts +67 -42
  168. package/src/blocks/team/team-5.tsx +12 -3
  169. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  170. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
  171. package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
  172. package/src/blocks/testimonial/testimonial-1.tsx +2 -4
  173. package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
  174. package/src/blocks/testimonial/testimonial-2.tsx +4 -1
  175. package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
  176. package/src/blocks/testimonial/testimonial-3.tsx +5 -2
  177. package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
  178. package/src/blocks/testimonial/testimonial-4.tsx +4 -1
  179. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
  180. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
  181. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
  182. package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
  183. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  184. package/src/blocks/testimonial/testimonial-7.tsx +2 -2
  185. package/src/blocks/timeline/timeline-1.schema.ts +196 -149
  186. package/src/blocks/timeline/timeline-1.tsx +4 -1
  187. package/src/blocks/users/edit-profile.schema.ts +56 -44
  188. package/src/blocks/users/edit-profile.tsx +13 -6
  189. package/src/constants/index.ts +19 -0
  190. package/src/schemas/blocks.ts +6 -0
  191. package/src/schemas/categories.ts +12 -0
@@ -121,7 +121,20 @@ const Cards7: React.FC<ILevoBlockBaseProps<ICards7Content>> = ({ content }) => {
121
121
  ),
122
122
  )}
123
123
  </Box>
124
- <Button elementKey={`cards.${index}.cta`} />
124
+ <Box
125
+ elementKey={`cards.${index}.ctas_levoGroup`}
126
+ data-levo_group
127
+ >
128
+ {(content?.cards?.[index]?.ctas ?? []).map(
129
+ (_: unknown, ctaIndex: number) => (
130
+ <Button
131
+ data-levo_group_item
132
+ elementKey={`cards.${index}.ctas.${ctaIndex}.cta`}
133
+ key={ctaIndex}
134
+ />
135
+ ),
136
+ )}
137
+ </Box>
125
138
  </Box>
126
139
  </Box>
127
140
  </CarouselItem>
@@ -5,7 +5,13 @@ const DEFAULT_CONTENT = {
5
5
  container: null,
6
6
  header_section: null,
7
7
  main_title: "Career Opportunity",
8
- header_button: "View All",
8
+ main_description:
9
+ "Career Opportunity Career Opportunity Career Opportunity Career Opportunity Career Opportunity ",
10
+ header_buttons_levoGroup: null,
11
+ header_buttons: [
12
+ { header_button: "View All" },
13
+ { header_button: "Learn More" },
14
+ ],
9
15
  grid: [
10
16
  {
11
17
  card: null,
@@ -15,7 +21,8 @@ const DEFAULT_CONTENT = {
15
21
  title: "Senior Software Engineer",
16
22
  description:
17
23
  "Join our innovative development team to build cutting-edge solutions using modern technologies and agile methodologies.",
18
- cta: "Apply Now",
24
+ ctas_levoGroup: null,
25
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
19
26
  },
20
27
  {
21
28
  card: null,
@@ -25,7 +32,8 @@ const DEFAULT_CONTENT = {
25
32
  title: "Product Marketing Manager",
26
33
  description:
27
34
  "Drive product growth and market expansion through strategic marketing campaigns and data-driven insights.",
28
- cta: "Apply Now",
35
+ ctas_levoGroup: null,
36
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
29
37
  },
30
38
  {
31
39
  card: null,
@@ -35,7 +43,8 @@ const DEFAULT_CONTENT = {
35
43
  title: "UX Research Specialist",
36
44
  description:
37
45
  "Lead user research initiatives to enhance product experiences and inform design decisions across our platform.",
38
- cta: "Apply Now",
46
+ ctas_levoGroup: null,
47
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
39
48
  },
40
49
  {
41
50
  card: null,
@@ -45,7 +54,8 @@ const DEFAULT_CONTENT = {
45
54
  title: "Data Science Lead",
46
55
  description:
47
56
  "Spearhead machine learning projects and analytics initiatives to unlock business insights and drive innovation.",
48
- cta: "Apply Now",
57
+ ctas_levoGroup: null,
58
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
49
59
  },
50
60
  ],
51
61
  header_button_rightIcon: {
@@ -113,6 +123,11 @@ export const Cards8: IBlock = {
113
123
  "Header area containing the main title and view all button, positioned horizontally.",
114
124
  },
115
125
  },
126
+ {
127
+ key: "title_container",
128
+ label: "Title Container",
129
+ field_interface: "BoxWidget",
130
+ },
116
131
  {
117
132
  key: "main_title",
118
133
  label: "Main Title",
@@ -125,14 +140,33 @@ export const Cards8: IBlock = {
125
140
  },
126
141
  },
127
142
  {
128
- key: "header_button",
129
- label: "Header Button",
130
- field_interface: "ButtonWidget",
143
+ key: "main_description",
144
+ label: "Main Description",
145
+ field_interface: "TypographyWidget",
146
+ },
147
+ {
148
+ key: "header_buttons",
149
+ label: "Header Button Group",
150
+ field_interface: "BoxWidget",
151
+ kind: "group",
152
+ fields: [
153
+ {
154
+ key: "header_button",
155
+ label: "Header Button",
156
+ field_interface: "ButtonWidget",
157
+ hint: {
158
+ prompt_description:
159
+ "Action button for career opportunities. Should encourage exploration.",
160
+ min_characters: 6,
161
+ max_characters: 20,
162
+ },
163
+ },
164
+ ],
131
165
  hint: {
132
166
  prompt_description:
133
- "Secondary action button for viewing all career opportunities. Should encourage exploration.",
134
- min_characters: 6,
135
- max_characters: 20,
167
+ "Group of header action buttons for viewing career opportunities and related actions.",
168
+ min_items: 1,
169
+ max_items: 3,
136
170
  },
137
171
  },
138
172
  {
@@ -202,15 +236,28 @@ export const Cards8: IBlock = {
202
236
  },
203
237
  },
204
238
  {
205
- key: "cta",
206
- label: "Apply Button",
207
- field_interface: "ButtonWidget",
208
- hint: {
209
- prompt_description:
210
- "Primary call-to-action button for job application. Should be compelling and action-oriented.",
211
- min_characters: 6,
212
- max_characters: 20,
213
- },
239
+ key: "ctas_levoGroup",
240
+ label: "Apply Buttons Group",
241
+ field_interface: "BoxWidget",
242
+ },
243
+ {
244
+ key: "ctas",
245
+ label: "Apply Buttons",
246
+ field_interface: "BoxWidget",
247
+ kind: "group",
248
+ fields: [
249
+ {
250
+ key: "cta",
251
+ label: "Apply Button",
252
+ field_interface: "ButtonWidget",
253
+ hint: {
254
+ prompt_description:
255
+ "Primary call-to-action button for job application. Should be compelling and action-oriented.",
256
+ min_characters: 6,
257
+ max_characters: 20,
258
+ },
259
+ },
260
+ ],
214
261
  },
215
262
  ],
216
263
  hint: {
@@ -226,31 +273,8 @@ export const Cards8: IBlock = {
226
273
  title: "Default",
227
274
  key: "default",
228
275
  styles: {
229
- layout: {
230
- "padding-top": "6xl",
231
- "padding-bottom": "6xl",
232
- "padding-left": "xl",
233
- "padding-right": "xl",
234
- "background-color": "oklch(0.9643 0.0169 61.9599)",
235
- tablet: {
236
- "padding-top": "4xl",
237
- "padding-bottom": "4xl",
238
- "padding-left": "lg",
239
- "padding-right": "lg",
240
- },
241
- mobile: {
242
- "padding-top": "3xl",
243
- "padding-bottom": "3xl",
244
- "padding-left": "base",
245
- "padding-right": "base",
246
- },
247
- },
248
- container: {
249
- "max-width": "1280px",
250
- "margin-left": "auto",
251
- "margin-right": "auto",
252
- filter: "none",
253
- },
276
+ layout: {},
277
+ container: {},
254
278
  header_section: {
255
279
  display: "flex",
256
280
  "justify-content": "space-between",
@@ -265,16 +289,15 @@ export const Cards8: IBlock = {
265
289
  },
266
290
  filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
267
291
  },
268
- header_button: {
269
- color: "text-3",
270
- "font-size": "base",
271
- "font-weight": "500",
292
+ header_buttons_levoGroup: {
272
293
  display: "flex",
273
- "align-items": "center",
294
+ "flex-direction": "row",
274
295
  "column-gap": "xs",
275
- filter: "none",
276
- "text-decoration": "none",
296
+ "row-gap": "xs",
297
+ "flex-wrap": "wrap",
298
+ "align-items": "center",
277
299
  },
300
+ header_buttons: [{}, {}],
278
301
  grid_levoGroup: {
279
302
  filter: "none",
280
303
  display: "grid",
@@ -286,8 +309,9 @@ export const Cards8: IBlock = {
286
309
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
287
310
  },
288
311
  },
289
- grid: [
290
- {
312
+ grid: Array(4)
313
+ .fill(0)
314
+ .map((v) => ({
291
315
  card: {
292
316
  filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
293
317
  display: "block",
@@ -312,12 +336,13 @@ export const Cards8: IBlock = {
312
336
  "padding-bottom": "xl",
313
337
  },
314
338
  },
339
+ title: {
340
+ "font-weight": 700,
341
+ },
315
342
  badge: {
316
- filter: "none",
317
- "font-size": "sm",
318
- "font-weight": "500",
319
- "background-color": "oklch(0.9289 0.0214 142.4953)",
320
- color: "oklch(0.4451 0.1328 142.4953)",
343
+ "font-weight": 500,
344
+ "background-color": "brandSecondary",
345
+ color: "brandSecondaryForeground",
321
346
  "padding-top": "xs",
322
347
  "padding-bottom": "xs",
323
348
  "padding-left": "sm",
@@ -350,341 +375,135 @@ export const Cards8: IBlock = {
350
375
  "row-gap": "sm",
351
376
  "flex-grow": "1",
352
377
  },
353
- title: {
354
- filter: "none",
355
- "font-size": "2xl",
356
- "font-weight": "700",
357
- color: "text-1",
358
- "line-height": "1.3",
359
- },
360
378
  description: {
361
- filter: "none",
362
- "font-size": "base",
363
- color: "text-2",
364
- "line-height": "1.5",
365
379
  display: "none",
366
380
  },
367
- cta: {
381
+ ctas_levoGroup: {
382
+ display: "flex",
383
+ "flex-direction": "row",
384
+ "align-items": "center",
385
+ gap: "sm",
368
386
  filter: "none",
369
387
  "border-radius": "base",
370
388
  "flex-shrink": "0",
371
389
  mobile: {
372
390
  filter: "none",
391
+ "flex-direction": "column",
373
392
  width: "100%",
374
393
  },
375
394
  tablet: {
376
395
  filter: "none",
396
+ "flex-direction": "column",
377
397
  width: "100%",
378
398
  },
379
399
  },
400
+ ctas: [
401
+ {
402
+ cta: {},
403
+ },
404
+ {
405
+ cta: {},
406
+ },
407
+ ],
408
+ })),
409
+ header_button_rightIcon: {
410
+ width: "18px",
411
+ filter: "none",
412
+ },
413
+ header_buttons_levoGroupItem: {
414
+ header_button: {},
415
+ },
416
+ },
417
+ content: DEFAULT_CONTENT,
418
+ config: {
419
+ main_title: {
420
+ selectedVariants: {
421
+ Heading_Level: "H2",
380
422
  },
423
+ },
424
+ "grid.0.ctas": [null, null],
425
+ "grid.1.ctas": [null, null],
426
+ "grid.2.ctas": [null, null],
427
+ "grid.3.ctas": [null, null],
428
+ header_buttons: [
381
429
  {
382
- card: {
383
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
384
- display: "block",
385
- "background-color": "white",
386
- "padding-top": "3xl",
387
- "padding-bottom": "3xl",
388
- "padding-left": "3xl",
389
- "padding-right": "3xl",
390
- "border-radius": "xl",
391
- mobile: {
392
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
393
- "padding-top": "xl",
394
- "padding-left": "xl",
395
- "padding-right": "xl",
396
- "padding-bottom": "xl",
397
- },
398
- tablet: {
399
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
400
- "padding-top": "xl",
401
- "padding-right": "xl",
402
- "padding-left": "xl",
403
- "padding-bottom": "xl",
430
+ header_button: {
431
+ selectedVariants: {},
432
+ button_icons: {
433
+ right: {
434
+ enabled: true,
435
+ },
404
436
  },
405
437
  },
406
- badge: {
407
- filter: "none",
408
- "font-size": "sm",
409
- "font-weight": "500",
410
- "background-color": "oklch(0.9289 0.0214 142.4953)",
411
- color: "oklch(0.4451 0.1328 142.4953)",
412
- "padding-top": "xs",
413
- "padding-bottom": "xs",
414
- "padding-left": "sm",
415
- "padding-right": "sm",
416
- "border-radius": "3xl",
417
- display: "inline-block",
418
- "margin-bottom": "lg",
438
+ },
439
+ {
440
+ header_button: {
441
+ selectedVariants: {},
419
442
  },
420
- content_container: {
421
- filter: "none",
422
- display: "flex",
423
- "align-items": "flex-start",
424
- "column-gap": "lg",
425
- mobile: {
426
- filter: "none",
427
- "flex-direction": "column",
428
- "row-gap": "lg",
443
+ },
444
+ ],
445
+ grid: [
446
+ {
447
+ title: {
448
+ heading: {
449
+ level: "4",
429
450
  },
430
- tablet: {
431
- filter: "none",
432
- "flex-direction": "column",
433
- "row-gap": "lg",
451
+ selectedVariants: {
452
+ Heading_Level: "H5",
434
453
  },
435
454
  },
436
- text_section: {
437
- filter: "none",
438
- display: "flex",
439
- "flex-direction": "column",
440
- "row-gap": "sm",
441
- "flex-grow": "1",
442
- },
443
- title: {
444
- filter: "none",
445
- "font-size": "2xl",
446
- "font-weight": "700",
447
- color: "text-1",
448
- "line-height": "1.3",
449
- },
450
- description: {
451
- filter: "none",
452
- "font-size": "base",
453
- color: "text-2",
454
- "line-height": "1.5",
455
- display: "none",
456
- },
457
- cta: {
458
- filter: "none",
459
- "border-radius": "base",
460
- "flex-shrink": "0",
461
- mobile: {
462
- filter: "none",
463
- width: "100%",
464
- },
465
- tablet: {
466
- filter: "none",
467
- width: "100%",
455
+ badge: {
456
+ selectedVariants: {
457
+ Typography_Variants: "Small",
468
458
  },
469
459
  },
470
460
  },
471
461
  {
472
- card: {
473
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
474
- display: "block",
475
- "background-color": "white",
476
- "padding-top": "3xl",
477
- "padding-bottom": "3xl",
478
- "padding-left": "3xl",
479
- "padding-right": "3xl",
480
- "border-radius": "xl",
481
- mobile: {
482
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
483
- "padding-top": "xl",
484
- "padding-left": "xl",
485
- "padding-right": "xl",
486
- "padding-bottom": "xl",
462
+ title: {
463
+ selectedVariants: {
464
+ Heading_Level: "H5",
487
465
  },
488
- tablet: {
489
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
490
- "padding-top": "xl",
491
- "padding-right": "xl",
492
- "padding-left": "xl",
493
- "padding-bottom": "xl",
466
+ heading: {
467
+ level: "4",
494
468
  },
495
469
  },
496
470
  badge: {
497
- filter: "none",
498
- "font-size": "sm",
499
- "font-weight": "500",
500
- "background-color": "oklch(0.9289 0.0214 142.4953)",
501
- color: "oklch(0.4451 0.1328 142.4953)",
502
- "padding-top": "xs",
503
- "padding-bottom": "xs",
504
- "padding-left": "sm",
505
- "padding-right": "sm",
506
- "border-radius": "3xl",
507
- display: "inline-block",
508
- "margin-bottom": "lg",
509
- },
510
- content_container: {
511
- filter: "none",
512
- display: "flex",
513
- "align-items": "flex-start",
514
- "column-gap": "lg",
515
- mobile: {
516
- filter: "none",
517
- "flex-direction": "column",
518
- "row-gap": "lg",
519
- },
520
- tablet: {
521
- filter: "none",
522
- "flex-direction": "column",
523
- "row-gap": "lg",
524
- },
525
- },
526
- text_section: {
527
- filter: "none",
528
- display: "flex",
529
- "flex-direction": "column",
530
- "row-gap": "sm",
531
- "flex-grow": "1",
532
- },
533
- title: {
534
- filter: "none",
535
- "font-size": "2xl",
536
- "font-weight": "700",
537
- color: "text-1",
538
- "line-height": "1.3",
539
- },
540
- description: {
541
- filter: "none",
542
- "font-size": "base",
543
- color: "text-2",
544
- "line-height": "1.5",
545
- display: "none",
546
- },
547
- cta: {
548
- filter: "none",
549
- "border-radius": "base",
550
- "flex-shrink": "0",
551
- mobile: {
552
- filter: "none",
553
- width: "100%",
554
- },
555
- tablet: {
556
- filter: "none",
557
- width: "100%",
471
+ selectedVariants: {
472
+ Typography_Variants: "Small",
558
473
  },
559
474
  },
560
475
  },
561
476
  {
562
- card: {
563
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
564
- display: "block",
565
- "background-color": "white",
566
- "padding-top": "3xl",
567
- "padding-bottom": "3xl",
568
- "padding-left": "3xl",
569
- "padding-right": "3xl",
570
- "border-radius": "xl",
571
- mobile: {
572
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
573
- "padding-top": "xl",
574
- "padding-left": "xl",
575
- "padding-right": "xl",
576
- "padding-bottom": "xl",
477
+ title: {
478
+ selectedVariants: {
479
+ Heading_Level: "H5",
577
480
  },
578
- tablet: {
579
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
580
- "padding-top": "xl",
581
- "padding-right": "xl",
582
- "padding-left": "xl",
583
- "padding-bottom": "xl",
481
+ heading: {
482
+ level: "4",
584
483
  },
585
484
  },
586
485
  badge: {
587
- filter: "none",
588
- "font-size": "sm",
589
- "font-weight": "500",
590
- "background-color": "oklch(0.9289 0.0214 142.4953)",
591
- color: "oklch(0.4451 0.1328 142.4953)",
592
- "padding-top": "xs",
593
- "padding-bottom": "xs",
594
- "padding-left": "sm",
595
- "padding-right": "sm",
596
- "border-radius": "3xl",
597
- display: "inline-block",
598
- "margin-bottom": "lg",
486
+ selectedVariants: {
487
+ Typography_Variants: "Small",
488
+ },
599
489
  },
600
- content_container: {
601
- filter: "none",
602
- display: "flex",
603
- "align-items": "flex-start",
604
- "column-gap": "lg",
605
- mobile: {
606
- filter: "none",
607
- "flex-direction": "column",
608
- "row-gap": "lg",
490
+ },
491
+ {
492
+ title: {
493
+ selectedVariants: {
494
+ Heading_Level: "H5",
609
495
  },
610
- tablet: {
611
- filter: "none",
612
- "flex-direction": "column",
613
- "row-gap": "lg",
496
+ heading: {
497
+ level: "4",
614
498
  },
615
499
  },
616
- text_section: {
617
- filter: "none",
618
- display: "flex",
619
- "flex-direction": "column",
620
- "row-gap": "sm",
621
- "flex-grow": "1",
622
- },
623
- description: {
624
- filter: "none",
625
- "font-size": "base",
626
- color: "text-2",
627
- "line-height": "1.5",
628
- display: "none",
629
- },
630
- cta: {
631
- filter: "none",
632
- "border-radius": "base",
633
- "flex-shrink": "0",
634
- mobile: {
635
- filter: "none",
636
- width: "100%",
637
- },
638
- tablet: {
639
- filter: "none",
640
- width: "100%",
500
+ badge: {
501
+ selectedVariants: {
502
+ Typography_Variants: "Small",
641
503
  },
642
504
  },
643
505
  },
644
506
  ],
645
- header_button_rightIcon: {
646
- width: "18px",
647
- filter: "none",
648
- },
649
- },
650
- content: DEFAULT_CONTENT,
651
- config: {
652
- main_title: {
653
- selectedVariants: {
654
- Heading_Level: "H2",
655
- },
656
- },
657
-
658
- "grid.0.cta": {
659
- selectedVariants: {
660
- Button_Variants: "Primary",
661
- },
662
- },
663
- "grid.1.cta": {
664
- selectedVariants: {
665
- Button_Variants: "Primary",
666
- },
667
- },
668
- "grid.2.cta": {
669
- selectedVariants: {
670
- Button_Variants: "Primary",
671
- },
672
- },
673
- "grid.3.cta": {
674
- selectedVariants: {
675
- Button_Variants: "Primary",
676
- },
677
- },
678
- header_button: {
679
- selectedVariants: {
680
- Button_Variants: "Link",
681
- },
682
- button_icons: {
683
- right: {
684
- enabled: true,
685
- },
686
- },
687
- },
688
507
  },
689
508
  },
690
509
  ],