@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
@@ -18,22 +18,9 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
18
18
  "flex-direction": "column",
19
19
  "align-items": "center",
20
20
  "row-gap": "7xl",
21
- "max-width": "1280px",
22
- tablet: {
23
- "padding-top": "5xl",
24
- "padding-bottom": "5xl",
25
- "padding-left": "5xl",
26
- "padding-right": "5xl",
27
- },
28
21
  mobile: {
29
22
  "row-gap": "5xl",
30
- "padding-top": "2xl",
31
- "padding-bottom": "2xl",
32
- "padding-left": "2xl",
33
- "padding-right": "2xl",
34
23
  },
35
- "padding-top": "10xl",
36
- "padding-bottom": "10xl",
37
24
  },
38
25
  text_wrapper: {
39
26
  display: "flex",
@@ -52,33 +39,16 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
52
39
  },
53
40
  title: {
54
41
  "text-align": "left",
55
- "font-size": "5xl",
56
- "font-weight": 500,
57
- mobile: {
58
- "font-size": "3xl",
59
- "text-align": "center",
60
- },
61
42
  tablet: {
62
- "font-size": "3xl",
63
43
  "text-align": "center",
64
44
  width: "100%",
65
45
  },
66
- "line-height": 1.375,
67
46
  },
68
47
  description: {
69
48
  "max-width": "453px",
70
- "text-align": "left",
71
- mobile: {
72
- "text-align": "center",
73
- },
74
- color: "black",
75
- "line-height": 1.5,
76
- "font-size": "lg",
77
49
  tablet: {
78
50
  "text-align": "center",
79
- "font-size": "base",
80
51
  },
81
- "font-weight": 100,
82
52
  },
83
53
  specialties_levoGroup: {
84
54
  display: "grid",
@@ -140,21 +110,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
140
110
  "justify-content": "center",
141
111
  },
142
112
  title: {
143
- "font-size": "5xl",
144
- "font-weight": 500,
145
- mobile: {
146
- "font-size": "4xl",
147
- },
148
- tablet: {
149
- "font-size": "3xl",
150
- },
113
+ color: "brandSecondaryForeground",
151
114
  },
152
115
  description: {
153
- "text-align": "left",
154
116
  "max-width": "266px",
155
- "font-size": "xl",
156
- color: "black",
157
- "font-family": "var(--font-heading)",
117
+ color: "brandSecondaryForeground",
158
118
  },
159
119
  caption: {
160
120
  color: "black",
@@ -204,21 +164,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
204
164
  "justify-content": "center",
205
165
  },
206
166
  title: {
207
- "font-size": "5xl",
208
- "font-weight": 500,
209
- mobile: {
210
- "font-size": "4xl",
211
- },
212
- tablet: {
213
- "font-size": "3xl",
214
- },
167
+ color: "brandSecondaryForeground",
215
168
  },
216
169
  description: {
217
- "text-align": "left",
218
170
  "max-width": "266px",
219
- "font-size": "xl",
220
- color: "black",
221
- "font-family": "var(--font-heading)",
171
+ color: "brandSecondaryForeground",
222
172
  },
223
173
  caption: {
224
174
  color: "black",
@@ -268,21 +218,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
268
218
  "justify-content": "center",
269
219
  },
270
220
  title: {
271
- "font-size": "5xl",
272
- "font-weight": 500,
273
- mobile: {
274
- "font-size": "4xl",
275
- },
276
- tablet: {
277
- "font-size": "3xl",
278
- },
221
+ color: "brandSecondaryForeground",
279
222
  },
280
223
  description: {
281
- "text-align": "left",
282
224
  "max-width": "266px",
283
- "font-size": "xl",
284
- color: "black",
285
- "font-family": "var(--font-heading)",
225
+ color: "brandSecondaryForeground",
286
226
  },
287
227
  caption: {
288
228
  color: "black",
@@ -332,21 +272,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
332
272
  "justify-content": "center",
333
273
  },
334
274
  title: {
335
- "font-size": "5xl",
336
- "font-weight": 500,
337
- mobile: {
338
- "font-size": "4xl",
339
- },
340
- tablet: {
341
- "font-size": "3xl",
342
- },
275
+ color: "brandSecondaryForeground",
343
276
  },
344
277
  description: {
345
- "text-align": "left",
346
278
  "max-width": "266px",
347
- "font-size": "xl",
348
- color: "black",
349
- "font-family": "var(--font-heading)",
279
+ color: "brandSecondaryForeground",
350
280
  },
351
281
  caption: {
352
282
  color: "black",
@@ -396,21 +326,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
396
326
  "justify-content": "center",
397
327
  },
398
328
  title: {
399
- "font-size": "5xl",
400
- "font-weight": 500,
401
- mobile: {
402
- "font-size": "4xl",
403
- },
404
- tablet: {
405
- "font-size": "3xl",
406
- },
329
+ color: "brandSecondaryForeground",
407
330
  },
408
331
  description: {
409
- "text-align": "left",
410
332
  "max-width": "266px",
411
- "font-size": "xl",
412
- color: "black",
413
- "font-family": "var(--font-heading)",
333
+ color: "brandSecondaryForeground",
414
334
  },
415
335
  caption: {
416
336
  color: "black",
@@ -460,21 +380,11 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
460
380
  "justify-content": "center",
461
381
  },
462
382
  title: {
463
- "font-size": "5xl",
464
- "font-weight": 500,
465
- mobile: {
466
- "font-size": "4xl",
467
- },
468
- tablet: {
469
- "font-size": "3xl",
470
- },
383
+ color: "brandSecondaryForeground",
471
384
  },
472
385
  description: {
473
- "text-align": "left",
474
386
  "max-width": "266px",
475
- "font-size": "xl",
476
- color: "black",
477
- "font-family": "var(--font-heading)",
387
+ color: "brandSecondaryForeground",
478
388
  },
479
389
  caption: {
480
390
  color: "black",
@@ -483,5 +393,111 @@ export const stylizedCardsV2Features1Variant: IBlockLayouts = {
483
393
  ],
484
394
  },
485
395
  content: DEFAULT_CONTENT,
486
- config: {},
396
+ config: {
397
+ title: {
398
+ selectedVariants: {
399
+ Heading_Level: "H2",
400
+ },
401
+ },
402
+ description: {
403
+ selectedVariants: {
404
+ Typography_Variants: "Large",
405
+ },
406
+ },
407
+ specialties: [
408
+ {
409
+ title: {
410
+ heading: {
411
+ level: "4",
412
+ },
413
+ selectedVariants: {
414
+ Heading_Level: "H3",
415
+ },
416
+ },
417
+ description: {
418
+ selectedVariants: {
419
+ Typography_Variants: "Large",
420
+ },
421
+ },
422
+ cta: {
423
+ selectedVariants: {},
424
+ },
425
+ },
426
+ {
427
+ title: {
428
+ selectedVariants: {
429
+ Heading_Level: "H3",
430
+ },
431
+ },
432
+ description: {
433
+ selectedVariants: {
434
+ Typography_Variants: "Large",
435
+ },
436
+ },
437
+ cta: {
438
+ selectedVariants: {},
439
+ },
440
+ },
441
+ {
442
+ title: {
443
+ selectedVariants: {
444
+ Heading_Level: "H3",
445
+ },
446
+ },
447
+ description: {
448
+ selectedVariants: {
449
+ Typography_Variants: "Large",
450
+ },
451
+ },
452
+ cta: {
453
+ selectedVariants: {},
454
+ },
455
+ },
456
+ {
457
+ title: {
458
+ selectedVariants: {
459
+ Heading_Level: "H3",
460
+ },
461
+ },
462
+ description: {
463
+ selectedVariants: {
464
+ Typography_Variants: "Large",
465
+ },
466
+ },
467
+ cta: {
468
+ selectedVariants: {},
469
+ },
470
+ },
471
+ {
472
+ title: {
473
+ selectedVariants: {
474
+ Heading_Level: "H3",
475
+ },
476
+ },
477
+ description: {
478
+ selectedVariants: {
479
+ Typography_Variants: "Large",
480
+ },
481
+ },
482
+ cta: {
483
+ selectedVariants: {},
484
+ },
485
+ },
486
+ {
487
+ title: {
488
+ selectedVariants: {
489
+ Heading_Level: "H3",
490
+ },
491
+ },
492
+ description: {
493
+ selectedVariants: {
494
+ Typography_Variants: "Large",
495
+ },
496
+ },
497
+ cta: {
498
+ selectedVariants: {},
499
+ },
500
+ },
501
+ ],
502
+ },
487
503
  };
@@ -75,16 +75,8 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
75
75
  styles: {
76
76
  layout: {
77
77
  display: "flex",
78
- width: "100%",
79
- padding: "80px 112px",
80
78
  "flex-direction": "column",
81
79
  "align-items": "center",
82
- tablet: {
83
- padding: "60px 60px",
84
- },
85
- mobile: {
86
- padding: "40px",
87
- },
88
80
  },
89
81
  container: {
90
82
  display: "flex",
@@ -94,7 +86,6 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
94
86
  mobile: {
95
87
  "row-gap": "5xl",
96
88
  },
97
- "max-width": "auto",
98
89
  },
99
90
  text_wrapper: {
100
91
  display: "none",
@@ -162,8 +153,7 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
162
153
  "justify-content": "start",
163
154
  },
164
155
  title: {
165
- "font-size": "3xl",
166
- "font-weight": "bold",
156
+ "font-weight": 700,
167
157
  },
168
158
  description: {
169
159
  "text-align": "left",
@@ -211,8 +201,7 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
211
201
  "justify-content": "start",
212
202
  },
213
203
  title: {
214
- "font-size": "3xl",
215
- "font-weight": "bold",
204
+ "font-weight": 700,
216
205
  },
217
206
  description: {
218
207
  "text-align": "left",
@@ -224,197 +213,12 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
224
213
  "column-gap": "xs",
225
214
  },
226
215
  cta_rightIcon: {
216
+ display: "inline",
227
217
  height: "22px",
228
218
  width: "22px",
229
219
  "font-size": "22px",
230
220
  },
231
221
  },
232
- {
233
- content_wrapper: {
234
- display: "flex",
235
- "flex-direction": "column",
236
- "row-gap": "lg",
237
- padding: "2xl",
238
- },
239
- icon_wrapper: {
240
- display: "flex",
241
- "justify-content": "center",
242
- "align-items": "center",
243
- },
244
- icon: {
245
- height: "16",
246
- width: "16",
247
- "border-radius": "none",
248
- "background-color": "brandSecondary",
249
- },
250
- text_wrapper: {
251
- display: "flex",
252
- width: "100%",
253
- "flex-direction": "column",
254
- "align-items": "center",
255
- "row-gap": "sm",
256
- },
257
- title: {
258
- "font-size": "2xl",
259
- "font-weight": "bold",
260
- },
261
- description: {
262
- "text-align": "center",
263
- "max-width": "266px",
264
- },
265
- },
266
- {
267
- content_wrapper: {
268
- "border-radius": "xl",
269
- "border-width": "1px",
270
- "border-style": "solid",
271
- "border-color": "var(--color-border)",
272
- display: "flex",
273
- "flex-direction": "column",
274
- "row-gap": "lg",
275
- padding: "2xl",
276
- },
277
- icon_wrapper: {
278
- display: "flex",
279
- "justify-content": "center",
280
- "align-items": "center",
281
- },
282
- icon: {
283
- height: "16",
284
- width: "16",
285
- "border-radius": "none",
286
- "background-color": "brandSecondary",
287
- },
288
- text_wrapper: {
289
- display: "flex",
290
- width: "100%",
291
- "flex-direction": "column",
292
- "align-items": "center",
293
- "row-gap": "sm",
294
- },
295
- title: {
296
- "font-size": "2xl",
297
- "font-weight": "bold",
298
- },
299
- description: {
300
- "text-align": "center",
301
- "max-width": "266px",
302
- },
303
- },
304
- {
305
- content_wrapper: {
306
- "border-radius": "xl",
307
- "border-width": "1px",
308
- "border-style": "solid",
309
- "border-color": "var(--color-border)",
310
- display: "flex",
311
- "flex-direction": "column",
312
- "row-gap": "lg",
313
- padding: "2xl",
314
- },
315
- icon_wrapper: {
316
- display: "flex",
317
- "justify-content": "center",
318
- "align-items": "center",
319
- },
320
- icon: {
321
- height: "16",
322
- width: "16",
323
- "border-radius": "none",
324
- "background-color": "brandSecondary",
325
- },
326
- text_wrapper: {
327
- display: "flex",
328
- width: "100%",
329
- "flex-direction": "column",
330
- "align-items": "center",
331
- "row-gap": "sm",
332
- },
333
- title: {
334
- "font-size": "2xl",
335
- "font-weight": "bold",
336
- },
337
- description: {
338
- "text-align": "center",
339
- "max-width": "266px",
340
- },
341
- },
342
- {
343
- content_wrapper: {
344
- "border-radius": "xl",
345
- "border-width": "1px",
346
- "border-style": "solid",
347
- "border-color": "var(--color-border)",
348
- display: "flex",
349
- "flex-direction": "column",
350
- "row-gap": "lg",
351
- padding: "2xl",
352
- },
353
- icon_wrapper: {
354
- display: "flex",
355
- "justify-content": "center",
356
- "align-items": "center",
357
- },
358
- icon: {
359
- height: "16",
360
- width: "16",
361
- "border-radius": "none",
362
- "background-color": "brandSecondary",
363
- },
364
- text_wrapper: {
365
- display: "flex",
366
- width: "100%",
367
- "flex-direction": "column",
368
- "align-items": "center",
369
- "row-gap": "sm",
370
- },
371
- title: {
372
- "font-size": "2xl",
373
- "font-weight": "bold",
374
- },
375
- description: {
376
- "text-align": "center",
377
- "max-width": "266px",
378
- },
379
- },
380
- {
381
- content_wrapper: {
382
- "border-radius": "xl",
383
- "border-width": "1px",
384
- "border-style": "solid",
385
- "border-color": "var(--color-border)",
386
- display: "flex",
387
- "flex-direction": "column",
388
- "row-gap": "lg",
389
- padding: "2xl",
390
- },
391
- icon_wrapper: {
392
- display: "flex",
393
- "justify-content": "center",
394
- "align-items": "center",
395
- },
396
- icon: {
397
- height: "16",
398
- width: "16",
399
- "border-radius": "none",
400
- "background-color": "brandSecondary",
401
- },
402
- text_wrapper: {
403
- display: "flex",
404
- width: "100%",
405
- "flex-direction": "column",
406
- "align-items": "center",
407
- "row-gap": "sm",
408
- },
409
- title: {
410
- "font-size": "2xl",
411
- "font-weight": "bold",
412
- },
413
- description: {
414
- "text-align": "center",
415
- "max-width": "266px",
416
- },
417
- },
418
222
  ],
419
223
  },
420
224
  content: DEFAULT_CONTENT,
@@ -436,6 +240,14 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
436
240
  },
437
241
  },
438
242
  },
243
+ title: {
244
+ heading: {
245
+ level: "3",
246
+ },
247
+ selectedVariants: {
248
+ Heading_Level: "H4",
249
+ },
250
+ },
439
251
  },
440
252
  {
441
253
  cta: {
@@ -445,6 +257,11 @@ export const stylizedCardsV3Features1Variant: IBlockLayouts = {
445
257
  },
446
258
  },
447
259
  },
260
+ title: {
261
+ selectedVariants: {
262
+ Heading_Level: "H4",
263
+ },
264
+ },
448
265
  },
449
266
  ],
450
267
  },