@levo-so/blocks 0.1.59 → 0.1.61

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 (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -4,6 +4,8 @@ const DEFAULT_CONTENT = {
4
4
  layout: null,
5
5
  container: null,
6
6
  title: "Comprehensive Solutions Overview",
7
+ description:
8
+ "Comprehensive Solutions Overview Comprehensive Solutions Overview Comprehensive Solutions Overview Comprehensive Solutions Overview Comprehensive Solutions Overview",
7
9
  sections: [
8
10
  {
9
11
  wrapper: null,
@@ -232,6 +234,11 @@ export const Content9: IBlock = {
232
234
  label: "Container",
233
235
  field_interface: "ContainerWidget",
234
236
  },
237
+ {
238
+ key: "header",
239
+ label: "Header",
240
+ field_interface: "BoxWidget",
241
+ },
235
242
  {
236
243
  key: "title",
237
244
  label: "Title",
@@ -243,6 +250,11 @@ export const Content9: IBlock = {
243
250
  max_characters: 40,
244
251
  },
245
252
  },
253
+ {
254
+ key: "description",
255
+ label: "Description",
256
+ field_interface: "TypographyWidget",
257
+ },
246
258
  {
247
259
  key: "sections",
248
260
  label: "Sections",
@@ -298,7 +310,7 @@ export const Content9: IBlock = {
298
310
  {
299
311
  key: "title",
300
312
  label: "Title",
301
- field_interface: "TypographyWidget",
313
+ field_interface: "HeadingWidget",
302
314
  hint: {
303
315
  prompt_description:
304
316
  "The main title that appears below the icon and label. Should provide context for the cards that follow.",
@@ -341,7 +353,7 @@ export const Content9: IBlock = {
341
353
  {
342
354
  key: "title",
343
355
  label: "Card Title",
344
- field_interface: "TypographyWidget",
356
+ field_interface: "HeadingWidget",
345
357
  hint: {
346
358
  prompt_description:
347
359
  "The main title for the card. Should be compelling and informative, clearly stating what the card is about.",
@@ -382,50 +394,23 @@ export const Content9: IBlock = {
382
394
  key: "default",
383
395
  title: "Default",
384
396
  styles: {
385
- layout: {
386
- "padding-top": "5xl",
387
- "padding-bottom": "5xl",
388
- "padding-left": "3xl",
389
- "padding-right": "3xl",
390
- width: "100%",
391
- tablet: {
392
- "padding-top": "4xl",
393
- "padding-bottom": "4xl",
394
- "padding-left": "2xl",
395
- "padding-right": "2xl",
396
- },
397
- mobile: {
398
- "padding-top": "3xl",
399
- "padding-bottom": "3xl",
400
- "padding-left": "base",
401
- "padding-right": "base",
402
- },
403
- },
397
+ layout: {},
404
398
  container: {
405
- "max-width": "1280px",
406
- "margin-left": "auto",
407
- "margin-right": "auto",
408
399
  display: "flex",
409
400
  "flex-direction": "column",
410
401
  "row-gap": "4xl",
411
402
  },
412
403
  title: {
413
- "font-size": "5xl",
414
- "font-weight": 700,
415
- color: "text-1",
416
- margin: "0",
417
404
  "text-align": "center",
418
- mobile: {
419
- "font-size": "3xl",
420
- },
421
405
  },
422
406
  accordions_container: {
423
407
  display: "flex",
424
408
  "flex-direction": "column",
425
409
  "row-gap": "lg",
426
410
  },
427
- sections: [
428
- {
411
+ sections: Array(4)
412
+ .fill(0)
413
+ .map((v) => ({
429
414
  wrapper: {
430
415
  "padding-top": "none",
431
416
  "padding-bottom": "none",
@@ -480,15 +465,9 @@ export const Content9: IBlock = {
480
465
  "text-transform": "uppercase",
481
466
  "letter-spacing": "0.05em",
482
467
  color: "brand",
483
- "font-size": "sm",
484
468
  },
485
469
  title: {
486
- "font-size": "xl",
487
470
  "font-weight": 700,
488
- color: "text-1",
489
- tablet: {
490
- "font-size": "xl",
491
- },
492
471
  mobile: {
493
472
  "text-align": "left",
494
473
  },
@@ -507,8 +486,9 @@ export const Content9: IBlock = {
507
486
  "row-gap": "sm",
508
487
  },
509
488
  },
510
- cards: [
511
- {
489
+ cards: Array(4)
490
+ .fill(0)
491
+ .map(() => ({
512
492
  card: {
513
493
  "background-color": "background-3",
514
494
  "padding-left": "base",
@@ -521,8 +501,6 @@ export const Content9: IBlock = {
521
501
  color: "brand",
522
502
  },
523
503
  title: {
524
- color: "text-1",
525
- "font-size": "lg",
526
504
  "font-weight": 700,
527
505
  "padding-top": "2xs",
528
506
  "padding-bottom": "2xs",
@@ -538,2192 +516,70 @@ export const Content9: IBlock = {
538
516
  "align-items": "center",
539
517
  "column-gap": "3xs",
540
518
  },
519
+ })),
520
+ })),
521
+ description: {
522
+ "text-align": "center",
523
+ },
524
+ },
525
+ content: DEFAULT_CONTENT,
526
+ config: {
527
+ title: {
528
+ selectedVariants: {
529
+ Heading_Level: "H2",
530
+ },
531
+ },
532
+ sections: Array(4)
533
+ .fill(0)
534
+ .map(() => ({
535
+ label: {
536
+ selectedVariants: {
537
+ Typography_Variants: "Small",
541
538
  },
542
- {
543
- card: {
544
- "background-color": "background-3",
545
- "padding-left": "base",
546
- "padding-right": "base",
547
- "padding-top": "base",
548
- "padding-bottom": "base",
549
- "border-radius": "base",
550
- },
551
- label: {
552
- color: "brand",
553
- },
554
- title: {
555
- color: "text-1",
556
- "font-size": "lg",
557
- "font-weight": 700,
558
- "padding-top": "2xs",
559
- "padding-bottom": "2xs",
560
- },
561
- label_divider: {
562
- width: "20px",
563
- height: "1px",
564
- "background-color": "brand",
565
- },
566
- label_container: {
567
- display: "flex",
568
- "justify-content": "start",
569
- "align-items": "center",
570
- "column-gap": "3xs",
571
- },
539
+ },
540
+ title: {
541
+ heading: {
542
+ level: "4",
572
543
  },
573
- {
574
- card: {
575
- "background-color": "background-3",
576
- "padding-left": "base",
577
- "padding-right": "base",
578
- "padding-top": "base",
579
- "padding-bottom": "base",
580
- "border-radius": "base",
581
- },
582
- label: {
583
- color: "brand",
584
- },
585
- title: {
586
- color: "text-1",
587
- "font-size": "lg",
588
- "font-weight": 700,
589
- "padding-top": "2xs",
590
- "padding-bottom": "2xs",
591
- },
592
- label_divider: {
593
- width: "20px",
594
- height: "1px",
595
- "background-color": "brand",
596
- },
597
- label_container: {
598
- display: "flex",
599
- "justify-content": "start",
600
- "align-items": "center",
601
- "column-gap": "3xs",
602
- },
544
+ selectedVariants: {
545
+ Heading_Level: "H5",
603
546
  },
547
+ },
548
+ cards: [
604
549
  {
605
- card: {
606
- "background-color": "background-3",
607
- "padding-left": "base",
608
- "padding-right": "base",
609
- "padding-top": "base",
610
- "padding-bottom": "base",
611
- "border-radius": "base",
612
- },
613
- label: {
614
- color: "brand",
615
- },
616
550
  title: {
617
- color: "text-1",
618
- "font-size": "lg",
619
- "font-weight": 700,
620
- "padding-top": "2xs",
621
- "padding-bottom": "2xs",
622
- },
623
- label_divider: {
624
- width: "20px",
625
- height: "1px",
626
- "background-color": "brand",
627
- },
628
- label_container: {
629
- display: "flex",
630
- "justify-content": "start",
631
- "align-items": "center",
632
- "column-gap": "3xs",
551
+ heading: {
552
+ level: "5",
553
+ },
554
+ selectedVariants: {
555
+ Heading_Level: "H6",
556
+ },
633
557
  },
634
558
  },
635
559
  {
636
- card: {
637
- "background-color": "background-3",
638
- "padding-left": "base",
639
- "padding-right": "base",
640
- "padding-top": "base",
641
- "padding-bottom": "base",
642
- "border-radius": "base",
643
- },
644
- label: {
645
- color: "brand",
646
- },
647
560
  title: {
648
- color: "text-1",
649
- "font-size": "lg",
650
- "font-weight": 700,
651
- "padding-top": "2xs",
652
- "padding-bottom": "2xs",
561
+ selectedVariants: {
562
+ Heading_Level: "H6",
563
+ },
653
564
  },
654
565
  },
655
566
  {
656
- card: {
657
- "background-color": "background-3",
658
- "padding-left": "base",
659
- "padding-right": "base",
660
- "padding-top": "base",
661
- "padding-bottom": "base",
662
- "border-radius": "base",
663
- },
664
- label: {
665
- color: "brand",
666
- },
667
567
  title: {
668
- color: "text-1",
669
- "font-size": "lg",
670
- "font-weight": 700,
671
- "padding-top": "2xs",
672
- "padding-bottom": "2xs",
568
+ selectedVariants: {
569
+ Heading_Level: "H6",
570
+ },
673
571
  },
674
572
  },
675
573
  {
676
- card: {
677
- "background-color": "background-3",
678
- "padding-left": "base",
679
- "padding-right": "base",
680
- "padding-top": "base",
681
- "padding-bottom": "base",
682
- "border-radius": "base",
683
- },
684
- label: {
685
- color: "brand",
686
- },
687
574
  title: {
688
- color: "text-1",
689
- "font-size": "lg",
690
- "font-weight": 700,
691
- "padding-top": "2xs",
692
- "padding-bottom": "2xs",
693
- },
694
- },
695
- {
696
- card: {
697
- "background-color": "background-3",
698
- },
699
- },
700
- {
701
- card: {
702
- "background-color": "background-3",
703
- },
704
- },
705
- {
706
- card: {
707
- "background-color": "background-3",
575
+ selectedVariants: {
576
+ Heading_Level: "H6",
577
+ },
708
578
  },
709
579
  },
710
580
  ],
711
- },
712
- {
713
- wrapper: {
714
- "padding-top": "none",
715
- "padding-bottom": "none",
716
- "border-color": "border",
717
- "border-bottom-width": "1px",
718
- "border-style": "solid",
719
- },
720
- sectionTitle: {
721
- "font-size": "xl",
722
- "font-weight": 600,
723
- color: "text-1",
724
- tablet: {
725
- "font-size": "lg",
726
- },
727
- },
728
- content: {
729
- "padding-top": "none",
730
- "padding-bottom": "lg",
731
- },
732
- trigger: {
733
- "padding-top": "lg",
734
- "padding-bottom": "lg",
735
- display: "flex",
736
- },
737
- container: {
738
- display: "flex",
739
- "flex-direction": "column",
740
- "row-gap": "lg",
741
- },
742
- headerContainer: {
743
- display: "flex",
744
- "flex-direction": "row",
745
- "row-gap": "base",
746
- "column-gap": "lg",
747
- mobile: {
748
- "flex-direction": "column",
749
- },
750
- },
751
- iconLabelContainer: {
752
- display: "flex",
753
- "align-items": "center",
754
- "column-gap": "2xs",
755
- "background-color": "background-3",
756
- width: "fit-content",
757
- "padding-left": "2xs",
758
- "padding-right": "2xs",
759
- "padding-top": "4xs",
760
- "padding-bottom": "4xs",
761
- "border-radius": "3xl",
762
- },
763
- label: {
764
- "text-transform": "uppercase",
765
- "letter-spacing": "0.05em",
766
- color: "brand",
767
- "font-size": "sm",
768
- },
769
- title: {
770
- "font-size": "xl",
771
- "font-weight": 700,
772
- color: "text-1",
773
- tablet: {
774
- "font-size": "xl",
775
- },
776
- mobile: {
777
- "text-align": "left",
778
- },
779
- },
780
- icon: {
781
- height: "22px",
782
- width: "22px",
783
- "font-size": "22px",
784
- },
785
- cards_levoGroup: {
786
- display: "flex",
787
- "column-gap": "sm",
788
- tablet: {
789
- display: "flex",
790
- "flex-direction": "column",
791
- "row-gap": "sm",
792
- },
793
- },
794
- cards: [
795
- {
796
- card: {
797
- "background-color": "background-3",
798
- "padding-left": "base",
799
- "padding-right": "base",
800
- "padding-top": "base",
801
- "padding-bottom": "base",
802
- "border-radius": "base",
803
- },
804
- label: {
805
- color: "brand",
806
- },
807
- title: {
808
- color: "text-1",
809
- "font-size": "lg",
810
- "font-weight": 700,
811
- "padding-top": "2xs",
812
- "padding-bottom": "2xs",
813
- },
814
- label_divider: {
815
- width: "20px",
816
- height: "1px",
817
- "background-color": "brand",
818
- },
819
- label_container: {
820
- display: "flex",
821
- "justify-content": "start",
822
- "align-items": "center",
823
- "column-gap": "3xs",
824
- },
825
- },
826
- {
827
- card: {
828
- "background-color": "background-3",
829
- "padding-left": "base",
830
- "padding-right": "base",
831
- "padding-top": "base",
832
- "padding-bottom": "base",
833
- "border-radius": "base",
834
- },
835
- label: {
836
- color: "brand",
837
- },
838
- title: {
839
- color: "text-1",
840
- "font-size": "lg",
841
- "font-weight": 700,
842
- "padding-top": "2xs",
843
- "padding-bottom": "2xs",
844
- },
845
- label_divider: {
846
- width: "20px",
847
- height: "1px",
848
- "background-color": "brand",
849
- },
850
- label_container: {
851
- display: "flex",
852
- "justify-content": "start",
853
- "align-items": "center",
854
- "column-gap": "3xs",
855
- },
856
- },
857
- {
858
- card: {
859
- "background-color": "background-3",
860
- "padding-left": "base",
861
- "padding-right": "base",
862
- "padding-top": "base",
863
- "padding-bottom": "base",
864
- "border-radius": "base",
865
- },
866
- label: {
867
- color: "brand",
868
- },
869
- title: {
870
- color: "text-1",
871
- "font-size": "lg",
872
- "font-weight": 700,
873
- "padding-top": "2xs",
874
- "padding-bottom": "2xs",
875
- },
876
- label_divider: {
877
- width: "20px",
878
- height: "1px",
879
- "background-color": "brand",
880
- },
881
- label_container: {
882
- display: "flex",
883
- "justify-content": "start",
884
- "align-items": "center",
885
- "column-gap": "3xs",
886
- },
887
- },
888
- {
889
- card: {
890
- "background-color": "background-3",
891
- "padding-left": "base",
892
- "padding-right": "base",
893
- "padding-top": "base",
894
- "padding-bottom": "base",
895
- "border-radius": "base",
896
- },
897
- label: {
898
- color: "brand",
899
- },
900
- title: {
901
- color: "text-1",
902
- "font-size": "lg",
903
- "font-weight": 700,
904
- "padding-top": "2xs",
905
- "padding-bottom": "2xs",
906
- },
907
- label_divider: {
908
- width: "20px",
909
- height: "1px",
910
- "background-color": "brand",
911
- },
912
- label_container: {
913
- display: "flex",
914
- "justify-content": "start",
915
- "align-items": "center",
916
- "column-gap": "3xs",
917
- },
918
- },
919
- {
920
- card: {
921
- "background-color": "background-3",
922
- "padding-left": "base",
923
- "padding-right": "base",
924
- "padding-top": "base",
925
- "padding-bottom": "base",
926
- "border-radius": "base",
927
- },
928
- label: {
929
- color: "brand",
930
- },
931
- title: {
932
- color: "text-1",
933
- "font-size": "lg",
934
- "font-weight": 700,
935
- "padding-top": "2xs",
936
- "padding-bottom": "2xs",
937
- },
938
- },
939
- {
940
- card: {
941
- "background-color": "background-3",
942
- "padding-left": "base",
943
- "padding-right": "base",
944
- "padding-top": "base",
945
- "padding-bottom": "base",
946
- "border-radius": "base",
947
- },
948
- label: {
949
- color: "brand",
950
- },
951
- title: {
952
- color: "text-1",
953
- "font-size": "lg",
954
- "font-weight": 700,
955
- "padding-top": "2xs",
956
- "padding-bottom": "2xs",
957
- },
958
- },
959
- {
960
- card: {
961
- "background-color": "background-3",
962
- "padding-left": "base",
963
- "padding-right": "base",
964
- "padding-top": "base",
965
- "padding-bottom": "base",
966
- "border-radius": "base",
967
- },
968
- label: {
969
- color: "brand",
970
- },
971
- title: {
972
- color: "text-1",
973
- "font-size": "lg",
974
- "font-weight": 700,
975
- "padding-top": "2xs",
976
- "padding-bottom": "2xs",
977
- },
978
- },
979
- {
980
- card: {
981
- "background-color": "background-3",
982
- },
983
- },
984
- {
985
- card: {
986
- "background-color": "background-3",
987
- },
988
- },
989
- {
990
- card: {
991
- "background-color": "background-3",
992
- },
993
- },
994
- ],
995
- },
996
- {
997
- wrapper: {
998
- "padding-top": "none",
999
- "padding-bottom": "none",
1000
- "border-color": "border",
1001
- "border-bottom-width": "1px",
1002
- "border-style": "solid",
1003
- },
1004
- sectionTitle: {
1005
- "font-size": "xl",
1006
- "font-weight": 600,
1007
- color: "text-1",
1008
- tablet: {
1009
- "font-size": "lg",
1010
- },
1011
- },
1012
- content: {
1013
- "padding-top": "none",
1014
- "padding-bottom": "lg",
1015
- },
1016
- trigger: {
1017
- "padding-top": "lg",
1018
- "padding-bottom": "lg",
1019
- display: "flex",
1020
- },
1021
- container: {
1022
- display: "flex",
1023
- "flex-direction": "column",
1024
- "row-gap": "lg",
1025
- },
1026
- headerContainer: {
1027
- display: "flex",
1028
- "flex-direction": "row",
1029
- "row-gap": "base",
1030
- "column-gap": "lg",
1031
- mobile: {
1032
- "flex-direction": "column",
1033
- },
1034
- },
1035
- iconLabelContainer: {
1036
- display: "flex",
1037
- "align-items": "center",
1038
- "column-gap": "2xs",
1039
- "background-color": "background-3",
1040
- width: "fit-content",
1041
- "padding-left": "2xs",
1042
- "padding-right": "2xs",
1043
- "padding-top": "4xs",
1044
- "padding-bottom": "4xs",
1045
- "border-radius": "3xl",
1046
- },
1047
- label: {
1048
- "text-transform": "uppercase",
1049
- "letter-spacing": "0.05em",
1050
- color: "brand",
1051
- "font-size": "sm",
1052
- },
1053
- title: {
1054
- "font-size": "xl",
1055
- "font-weight": 700,
1056
- color: "text-1",
1057
- tablet: {
1058
- "font-size": "xl",
1059
- },
1060
- mobile: {
1061
- "text-align": "left",
1062
- },
1063
- },
1064
- icon: {
1065
- height: "22px",
1066
- width: "22px",
1067
- "font-size": "22px",
1068
- },
1069
- cards_levoGroup: {
1070
- display: "flex",
1071
- "column-gap": "sm",
1072
- tablet: {
1073
- display: "flex",
1074
- "flex-direction": "column",
1075
- "row-gap": "sm",
1076
- },
1077
- },
1078
- cards: [
1079
- {
1080
- card: {
1081
- "background-color": "background-3",
1082
- "padding-left": "base",
1083
- "padding-right": "base",
1084
- "padding-top": "base",
1085
- "padding-bottom": "base",
1086
- "border-radius": "base",
1087
- },
1088
- label: {
1089
- color: "brand",
1090
- },
1091
- title: {
1092
- color: "text-1",
1093
- "font-size": "lg",
1094
- "font-weight": 700,
1095
- "padding-top": "2xs",
1096
- "padding-bottom": "2xs",
1097
- },
1098
- label_divider: {
1099
- width: "20px",
1100
- height: "1px",
1101
- "background-color": "brand",
1102
- },
1103
- label_container: {
1104
- display: "flex",
1105
- "justify-content": "start",
1106
- "align-items": "center",
1107
- "column-gap": "3xs",
1108
- },
1109
- },
1110
- {
1111
- card: {
1112
- "background-color": "background-3",
1113
- "padding-left": "base",
1114
- "padding-right": "base",
1115
- "padding-top": "base",
1116
- "padding-bottom": "base",
1117
- "border-radius": "base",
1118
- },
1119
- label: {
1120
- color: "brand",
1121
- },
1122
- title: {
1123
- color: "text-1",
1124
- "font-size": "lg",
1125
- "font-weight": 700,
1126
- "padding-top": "2xs",
1127
- "padding-bottom": "2xs",
1128
- },
1129
- label_divider: {
1130
- width: "20px",
1131
- height: "1px",
1132
- "background-color": "brand",
1133
- },
1134
- label_container: {
1135
- display: "flex",
1136
- "justify-content": "start",
1137
- "align-items": "center",
1138
- "column-gap": "3xs",
1139
- },
1140
- },
1141
- {
1142
- card: {
1143
- "background-color": "background-3",
1144
- "padding-left": "base",
1145
- "padding-right": "base",
1146
- "padding-top": "base",
1147
- "padding-bottom": "base",
1148
- "border-radius": "base",
1149
- },
1150
- label: {
1151
- color: "brand",
1152
- },
1153
- title: {
1154
- color: "text-1",
1155
- "font-size": "lg",
1156
- "font-weight": 700,
1157
- "padding-top": "2xs",
1158
- "padding-bottom": "2xs",
1159
- },
1160
- label_divider: {
1161
- width: "20px",
1162
- height: "1px",
1163
- "background-color": "brand",
1164
- },
1165
- label_container: {
1166
- display: "flex",
1167
- "justify-content": "start",
1168
- "align-items": "center",
1169
- "column-gap": "3xs",
1170
- },
1171
- },
1172
- {
1173
- card: {
1174
- "background-color": "background-3",
1175
- "padding-left": "base",
1176
- "padding-right": "base",
1177
- "padding-top": "base",
1178
- "padding-bottom": "base",
1179
- "border-radius": "base",
1180
- },
1181
- label: {
1182
- color: "brand",
1183
- },
1184
- title: {
1185
- color: "text-1",
1186
- "font-size": "lg",
1187
- "font-weight": 700,
1188
- "padding-top": "2xs",
1189
- "padding-bottom": "2xs",
1190
- },
1191
- label_divider: {
1192
- width: "20px",
1193
- height: "1px",
1194
- "background-color": "brand",
1195
- },
1196
- label_container: {
1197
- display: "flex",
1198
- "justify-content": "start",
1199
- "align-items": "center",
1200
- "column-gap": "3xs",
1201
- },
1202
- },
1203
- {
1204
- card: {
1205
- "background-color": "background-3",
1206
- "padding-left": "base",
1207
- "padding-right": "base",
1208
- "padding-top": "base",
1209
- "padding-bottom": "base",
1210
- "border-radius": "base",
1211
- },
1212
- label: {
1213
- color: "brand",
1214
- },
1215
- title: {
1216
- color: "text-1",
1217
- "font-size": "lg",
1218
- "font-weight": 700,
1219
- "padding-top": "2xs",
1220
- "padding-bottom": "2xs",
1221
- },
1222
- },
1223
- {
1224
- card: {
1225
- "background-color": "background-3",
1226
- "padding-left": "base",
1227
- "padding-right": "base",
1228
- "padding-top": "base",
1229
- "padding-bottom": "base",
1230
- "border-radius": "base",
1231
- },
1232
- label: {
1233
- color: "brand",
1234
- },
1235
- title: {
1236
- color: "text-1",
1237
- "font-size": "lg",
1238
- "font-weight": 700,
1239
- "padding-top": "2xs",
1240
- "padding-bottom": "2xs",
1241
- },
1242
- },
1243
- {
1244
- card: {
1245
- "background-color": "background-3",
1246
- "padding-left": "base",
1247
- "padding-right": "base",
1248
- "padding-top": "base",
1249
- "padding-bottom": "base",
1250
- "border-radius": "base",
1251
- },
1252
- label: {
1253
- color: "brand",
1254
- },
1255
- title: {
1256
- color: "text-1",
1257
- "font-size": "lg",
1258
- "font-weight": 700,
1259
- "padding-top": "2xs",
1260
- "padding-bottom": "2xs",
1261
- },
1262
- },
1263
- {
1264
- card: {
1265
- "background-color": "background-3",
1266
- },
1267
- },
1268
- {
1269
- card: {
1270
- "background-color": "background-3",
1271
- },
1272
- },
1273
- {
1274
- card: {
1275
- "background-color": "background-3",
1276
- },
1277
- },
1278
- ],
1279
- },
1280
- {
1281
- wrapper: {
1282
- "padding-top": "none",
1283
- "padding-bottom": "none",
1284
- "border-color": "border",
1285
- "border-bottom-width": "1px",
1286
- "border-style": "solid",
1287
- },
1288
- sectionTitle: {
1289
- "font-size": "xl",
1290
- "font-weight": 600,
1291
- color: "text-1",
1292
- tablet: {
1293
- "font-size": "lg",
1294
- },
1295
- },
1296
- content: {
1297
- "padding-top": "none",
1298
- "padding-bottom": "lg",
1299
- },
1300
- trigger: {
1301
- "padding-top": "lg",
1302
- "padding-bottom": "lg",
1303
- display: "flex",
1304
- },
1305
- container: {
1306
- display: "flex",
1307
- "flex-direction": "column",
1308
- "row-gap": "lg",
1309
- },
1310
- headerContainer: {
1311
- display: "flex",
1312
- "flex-direction": "row",
1313
- "row-gap": "base",
1314
- "column-gap": "lg",
1315
- mobile: {
1316
- "flex-direction": "column",
1317
- },
1318
- },
1319
- iconLabelContainer: {
1320
- display: "flex",
1321
- "align-items": "center",
1322
- "column-gap": "2xs",
1323
- "background-color": "background-3",
1324
- width: "fit-content",
1325
- "padding-left": "2xs",
1326
- "padding-right": "2xs",
1327
- "padding-top": "4xs",
1328
- "padding-bottom": "4xs",
1329
- "border-radius": "3xl",
1330
- },
1331
- label: {
1332
- "text-transform": "uppercase",
1333
- "letter-spacing": "0.05em",
1334
- color: "brand",
1335
- "font-size": "sm",
1336
- },
1337
- title: {
1338
- "font-size": "xl",
1339
- "font-weight": 700,
1340
- color: "text-1",
1341
- tablet: {
1342
- "font-size": "xl",
1343
- },
1344
- mobile: {
1345
- "text-align": "left",
1346
- },
1347
- },
1348
- icon: {
1349
- height: "22px",
1350
- width: "22px",
1351
- "font-size": "22px",
1352
- },
1353
- cards_levoGroup: {
1354
- display: "flex",
1355
- "column-gap": "sm",
1356
- tablet: {
1357
- display: "flex",
1358
- "flex-direction": "column",
1359
- "row-gap": "sm",
1360
- },
1361
- },
1362
- cards: [
1363
- {
1364
- card: {
1365
- "background-color": "background-3",
1366
- "padding-left": "base",
1367
- "padding-right": "base",
1368
- "padding-top": "base",
1369
- "padding-bottom": "base",
1370
- "border-radius": "base",
1371
- },
1372
- label: {
1373
- color: "brand",
1374
- },
1375
- title: {
1376
- color: "text-1",
1377
- "font-size": "lg",
1378
- "font-weight": 700,
1379
- "padding-top": "2xs",
1380
- "padding-bottom": "2xs",
1381
- },
1382
- label_divider: {
1383
- width: "20px",
1384
- height: "1px",
1385
- "background-color": "brand",
1386
- },
1387
- label_container: {
1388
- display: "flex",
1389
- "justify-content": "start",
1390
- "align-items": "center",
1391
- "column-gap": "3xs",
1392
- },
1393
- },
1394
- {
1395
- card: {
1396
- "background-color": "background-3",
1397
- "padding-left": "base",
1398
- "padding-right": "base",
1399
- "padding-top": "base",
1400
- "padding-bottom": "base",
1401
- "border-radius": "base",
1402
- },
1403
- label: {
1404
- color: "brand",
1405
- },
1406
- title: {
1407
- color: "text-1",
1408
- "font-size": "lg",
1409
- "font-weight": 700,
1410
- "padding-top": "2xs",
1411
- "padding-bottom": "2xs",
1412
- },
1413
- label_divider: {
1414
- width: "20px",
1415
- height: "1px",
1416
- "background-color": "brand",
1417
- },
1418
- label_container: {
1419
- display: "flex",
1420
- "justify-content": "start",
1421
- "align-items": "center",
1422
- "column-gap": "3xs",
1423
- },
1424
- },
1425
- {
1426
- card: {
1427
- "background-color": "background-3",
1428
- "padding-left": "base",
1429
- "padding-right": "base",
1430
- "padding-top": "base",
1431
- "padding-bottom": "base",
1432
- "border-radius": "base",
1433
- },
1434
- label: {
1435
- color: "brand",
1436
- },
1437
- title: {
1438
- color: "text-1",
1439
- "font-size": "lg",
1440
- "font-weight": 700,
1441
- "padding-top": "2xs",
1442
- "padding-bottom": "2xs",
1443
- },
1444
- label_divider: {
1445
- width: "20px",
1446
- height: "1px",
1447
- "background-color": "brand",
1448
- },
1449
- label_container: {
1450
- display: "flex",
1451
- "justify-content": "start",
1452
- "align-items": "center",
1453
- "column-gap": "3xs",
1454
- },
1455
- },
1456
- {
1457
- card: {
1458
- "background-color": "background-3",
1459
- "padding-left": "base",
1460
- "padding-right": "base",
1461
- "padding-top": "base",
1462
- "padding-bottom": "base",
1463
- "border-radius": "base",
1464
- },
1465
- label: {
1466
- color: "brand",
1467
- },
1468
- title: {
1469
- color: "text-1",
1470
- "font-size": "lg",
1471
- "font-weight": 700,
1472
- "padding-top": "2xs",
1473
- "padding-bottom": "2xs",
1474
- },
1475
- label_divider: {
1476
- width: "20px",
1477
- height: "1px",
1478
- "background-color": "brand",
1479
- },
1480
- label_container: {
1481
- display: "flex",
1482
- "justify-content": "start",
1483
- "align-items": "center",
1484
- "column-gap": "3xs",
1485
- },
1486
- },
1487
- {
1488
- card: {
1489
- "background-color": "background-3",
1490
- "padding-left": "base",
1491
- "padding-right": "base",
1492
- "padding-top": "base",
1493
- "padding-bottom": "base",
1494
- "border-radius": "base",
1495
- },
1496
- label: {
1497
- color: "brand",
1498
- },
1499
- title: {
1500
- color: "text-1",
1501
- "font-size": "lg",
1502
- "font-weight": 700,
1503
- "padding-top": "2xs",
1504
- "padding-bottom": "2xs",
1505
- },
1506
- },
1507
- {
1508
- card: {
1509
- "background-color": "background-3",
1510
- "padding-left": "base",
1511
- "padding-right": "base",
1512
- "padding-top": "base",
1513
- "padding-bottom": "base",
1514
- "border-radius": "base",
1515
- },
1516
- label: {
1517
- color: "brand",
1518
- },
1519
- title: {
1520
- color: "text-1",
1521
- "font-size": "lg",
1522
- "font-weight": 700,
1523
- "padding-top": "2xs",
1524
- "padding-bottom": "2xs",
1525
- },
1526
- },
1527
- {
1528
- card: {
1529
- "background-color": "background-3",
1530
- "padding-left": "base",
1531
- "padding-right": "base",
1532
- "padding-top": "base",
1533
- "padding-bottom": "base",
1534
- "border-radius": "base",
1535
- },
1536
- label: {
1537
- color: "brand",
1538
- },
1539
- title: {
1540
- color: "text-1",
1541
- "font-size": "lg",
1542
- "font-weight": 700,
1543
- "padding-top": "2xs",
1544
- "padding-bottom": "2xs",
1545
- },
1546
- },
1547
- {
1548
- card: {
1549
- "background-color": "background-3",
1550
- },
1551
- },
1552
- {
1553
- card: {
1554
- "background-color": "background-3",
1555
- },
1556
- },
1557
- {
1558
- card: {
1559
- "background-color": "background-3",
1560
- },
1561
- },
1562
- ],
1563
- },
1564
- {
1565
- wrapper: {
1566
- "padding-top": "none",
1567
- "padding-bottom": "none",
1568
- "border-color": "border",
1569
- "border-bottom-width": "1px",
1570
- "border-style": "solid",
1571
- },
1572
- sectionTitle: {
1573
- "font-size": "xl",
1574
- "font-weight": 600,
1575
- color: "text-1",
1576
- tablet: {
1577
- "font-size": "lg",
1578
- },
1579
- },
1580
- content: {
1581
- "padding-top": "none",
1582
- "padding-bottom": "lg",
1583
- },
1584
- trigger: {
1585
- "padding-top": "lg",
1586
- "padding-bottom": "lg",
1587
- display: "flex",
1588
- },
1589
- container: {
1590
- display: "flex",
1591
- "flex-direction": "column",
1592
- "row-gap": "lg",
1593
- },
1594
- headerContainer: {
1595
- display: "flex",
1596
- "flex-direction": "row",
1597
- "row-gap": "base",
1598
- "column-gap": "lg",
1599
- mobile: {
1600
- "flex-direction": "column",
1601
- },
1602
- },
1603
- iconLabelContainer: {
1604
- display: "flex",
1605
- "align-items": "center",
1606
- "column-gap": "2xs",
1607
- "background-color": "background-3",
1608
- width: "fit-content",
1609
- "padding-left": "2xs",
1610
- "padding-right": "2xs",
1611
- "padding-top": "4xs",
1612
- "padding-bottom": "4xs",
1613
- "border-radius": "3xl",
1614
- },
1615
- label: {
1616
- "text-transform": "uppercase",
1617
- "letter-spacing": "0.05em",
1618
- color: "brand",
1619
- "font-size": "sm",
1620
- },
1621
- title: {
1622
- "font-size": "xl",
1623
- "font-weight": 700,
1624
- color: "text-1",
1625
- tablet: {
1626
- "font-size": "xl",
1627
- },
1628
- mobile: {
1629
- "text-align": "left",
1630
- },
1631
- },
1632
- icon: {
1633
- height: "22px",
1634
- width: "22px",
1635
- "font-size": "22px",
1636
- },
1637
- cards_levoGroup: {
1638
- display: "flex",
1639
- "column-gap": "sm",
1640
- tablet: {
1641
- display: "flex",
1642
- "flex-direction": "column",
1643
- "row-gap": "sm",
1644
- },
1645
- },
1646
- cards: [
1647
- {
1648
- card: {
1649
- "background-color": "background-3",
1650
- "padding-left": "base",
1651
- "padding-right": "base",
1652
- "padding-top": "base",
1653
- "padding-bottom": "base",
1654
- "border-radius": "base",
1655
- },
1656
- label: {
1657
- color: "brand",
1658
- },
1659
- title: {
1660
- color: "text-1",
1661
- "font-size": "lg",
1662
- "font-weight": 700,
1663
- "padding-top": "2xs",
1664
- "padding-bottom": "2xs",
1665
- },
1666
- },
1667
- {
1668
- card: {
1669
- "background-color": "background-3",
1670
- "padding-left": "base",
1671
- "padding-right": "base",
1672
- "padding-top": "base",
1673
- "padding-bottom": "base",
1674
- "border-radius": "base",
1675
- },
1676
- label: {
1677
- color: "brand",
1678
- },
1679
- title: {
1680
- color: "text-1",
1681
- "font-size": "lg",
1682
- "font-weight": 700,
1683
- "padding-top": "2xs",
1684
- "padding-bottom": "2xs",
1685
- },
1686
- },
1687
- {
1688
- card: {
1689
- "background-color": "background-3",
1690
- "padding-left": "base",
1691
- "padding-right": "base",
1692
- "padding-top": "base",
1693
- "padding-bottom": "base",
1694
- "border-radius": "base",
1695
- },
1696
- label: {
1697
- color: "brand",
1698
- },
1699
- title: {
1700
- color: "text-1",
1701
- "font-size": "lg",
1702
- "font-weight": 700,
1703
- "padding-top": "2xs",
1704
- "padding-bottom": "2xs",
1705
- },
1706
- },
1707
- {
1708
- card: {
1709
- "background-color": "background-3",
1710
- "padding-left": "base",
1711
- "padding-right": "base",
1712
- "padding-top": "base",
1713
- "padding-bottom": "base",
1714
- "border-radius": "base",
1715
- },
1716
- label: {
1717
- color: "brand",
1718
- },
1719
- title: {
1720
- color: "text-1",
1721
- "font-size": "lg",
1722
- "font-weight": 700,
1723
- "padding-top": "2xs",
1724
- "padding-bottom": "2xs",
1725
- },
1726
- },
1727
- {
1728
- card: {
1729
- "background-color": "background-3",
1730
- },
1731
- },
1732
- {
1733
- card: {
1734
- "background-color": "background-3",
1735
- },
1736
- },
1737
- {
1738
- card: {
1739
- "background-color": "background-3",
1740
- },
1741
- },
1742
- ],
1743
- },
1744
- {
1745
- wrapper: {
1746
- "padding-top": "none",
1747
- "padding-bottom": "none",
1748
- "border-color": "border",
1749
- "border-bottom-width": "1px",
1750
- "border-style": "solid",
1751
- },
1752
- sectionTitle: {
1753
- "font-size": "xl",
1754
- "font-weight": 600,
1755
- color: "text-1",
1756
- tablet: {
1757
- "font-size": "lg",
1758
- },
1759
- },
1760
- content: {
1761
- "padding-top": "none",
1762
- "padding-bottom": "lg",
1763
- },
1764
- trigger: {
1765
- "padding-top": "lg",
1766
- "padding-bottom": "lg",
1767
- display: "flex",
1768
- },
1769
- container: {
1770
- display: "flex",
1771
- "flex-direction": "column",
1772
- "row-gap": "lg",
1773
- },
1774
- headerContainer: {
1775
- display: "flex",
1776
- "flex-direction": "row",
1777
- "row-gap": "base",
1778
- "column-gap": "lg",
1779
- mobile: {
1780
- "flex-direction": "column",
1781
- },
1782
- },
1783
- iconLabelContainer: {
1784
- display: "flex",
1785
- "align-items": "center",
1786
- "column-gap": "2xs",
1787
- "background-color": "background-3",
1788
- width: "fit-content",
1789
- "padding-left": "2xs",
1790
- "padding-right": "2xs",
1791
- "padding-top": "4xs",
1792
- "padding-bottom": "4xs",
1793
- "border-radius": "3xl",
1794
- },
1795
- label: {
1796
- "text-transform": "uppercase",
1797
- "letter-spacing": "0.05em",
1798
- color: "brand",
1799
- "font-size": "sm",
1800
- },
1801
- title: {
1802
- "font-size": "xl",
1803
- "font-weight": 700,
1804
- color: "text-1",
1805
- tablet: {
1806
- "font-size": "xl",
1807
- },
1808
- mobile: {
1809
- "text-align": "left",
1810
- },
1811
- },
1812
- icon: {
1813
- height: "22px",
1814
- width: "22px",
1815
- "font-size": "22px",
1816
- },
1817
- cards_levoGroup: {
1818
- display: "flex",
1819
- "column-gap": "sm",
1820
- tablet: {
1821
- display: "flex",
1822
- "flex-direction": "column",
1823
- "row-gap": "sm",
1824
- },
1825
- },
1826
- cards: [
1827
- {
1828
- card: {
1829
- "background-color": "background-3",
1830
- "padding-left": "base",
1831
- "padding-right": "base",
1832
- "padding-top": "base",
1833
- "padding-bottom": "base",
1834
- "border-radius": "base",
1835
- },
1836
- label: {
1837
- color: "brand",
1838
- },
1839
- title: {
1840
- color: "text-1",
1841
- "font-size": "lg",
1842
- "font-weight": 700,
1843
- "padding-top": "2xs",
1844
- "padding-bottom": "2xs",
1845
- },
1846
- },
1847
- {
1848
- card: {
1849
- "background-color": "background-3",
1850
- "padding-left": "base",
1851
- "padding-right": "base",
1852
- "padding-top": "base",
1853
- "padding-bottom": "base",
1854
- "border-radius": "base",
1855
- },
1856
- label: {
1857
- color: "brand",
1858
- },
1859
- title: {
1860
- color: "text-1",
1861
- "font-size": "lg",
1862
- "font-weight": 700,
1863
- "padding-top": "2xs",
1864
- "padding-bottom": "2xs",
1865
- },
1866
- },
1867
- {
1868
- card: {
1869
- "background-color": "background-3",
1870
- "padding-left": "base",
1871
- "padding-right": "base",
1872
- "padding-top": "base",
1873
- "padding-bottom": "base",
1874
- "border-radius": "base",
1875
- },
1876
- label: {
1877
- color: "brand",
1878
- },
1879
- title: {
1880
- color: "text-1",
1881
- "font-size": "lg",
1882
- "font-weight": 700,
1883
- "padding-top": "2xs",
1884
- "padding-bottom": "2xs",
1885
- },
1886
- },
1887
- {
1888
- card: {
1889
- "background-color": "background-3",
1890
- "padding-left": "base",
1891
- "padding-right": "base",
1892
- "padding-top": "base",
1893
- "padding-bottom": "base",
1894
- "border-radius": "base",
1895
- },
1896
- label: {
1897
- color: "brand",
1898
- },
1899
- title: {
1900
- color: "text-1",
1901
- "font-size": "lg",
1902
- "font-weight": 700,
1903
- "padding-top": "2xs",
1904
- "padding-bottom": "2xs",
1905
- },
1906
- },
1907
- {
1908
- card: {
1909
- "background-color": "background-3",
1910
- },
1911
- },
1912
- {
1913
- card: {
1914
- "background-color": "background-3",
1915
- },
1916
- },
1917
- {
1918
- card: {
1919
- "background-color": "background-3",
1920
- },
1921
- },
1922
- ],
1923
- },
1924
- {
1925
- wrapper: {
1926
- "padding-top": "none",
1927
- "padding-bottom": "none",
1928
- "border-color": "border",
1929
- "border-bottom-width": "1px",
1930
- "border-style": "solid",
1931
- },
1932
- sectionTitle: {
1933
- "font-size": "xl",
1934
- "font-weight": 600,
1935
- color: "text-1",
1936
- tablet: {
1937
- "font-size": "lg",
1938
- },
1939
- },
1940
- content: {
1941
- "padding-top": "none",
1942
- "padding-bottom": "lg",
1943
- },
1944
- trigger: {
1945
- "padding-top": "lg",
1946
- "padding-bottom": "lg",
1947
- display: "flex",
1948
- },
1949
- container: {
1950
- display: "flex",
1951
- "flex-direction": "column",
1952
- "row-gap": "lg",
1953
- },
1954
- headerContainer: {
1955
- display: "flex",
1956
- "flex-direction": "row",
1957
- "row-gap": "base",
1958
- "column-gap": "lg",
1959
- mobile: {
1960
- "flex-direction": "column",
1961
- },
1962
- },
1963
- iconLabelContainer: {
1964
- display: "flex",
1965
- "align-items": "center",
1966
- "column-gap": "2xs",
1967
- "background-color": "background-3",
1968
- width: "fit-content",
1969
- "padding-left": "2xs",
1970
- "padding-right": "2xs",
1971
- "padding-top": "4xs",
1972
- "padding-bottom": "4xs",
1973
- "border-radius": "3xl",
1974
- },
1975
- label: {
1976
- "text-transform": "uppercase",
1977
- "letter-spacing": "0.05em",
1978
- color: "brand",
1979
- "font-size": "sm",
1980
- },
1981
- title: {
1982
- "font-size": "xl",
1983
- "font-weight": 700,
1984
- color: "text-1",
1985
- tablet: {
1986
- "font-size": "xl",
1987
- },
1988
- mobile: {
1989
- "text-align": "left",
1990
- },
1991
- },
1992
- icon: {
1993
- height: "22px",
1994
- width: "22px",
1995
- "font-size": "22px",
1996
- },
1997
- cards_levoGroup: {
1998
- display: "flex",
1999
- "column-gap": "sm",
2000
- tablet: {
2001
- display: "flex",
2002
- "flex-direction": "column",
2003
- "row-gap": "sm",
2004
- },
2005
- },
2006
- cards: [
2007
- {
2008
- card: {
2009
- "background-color": "background-3",
2010
- "padding-left": "base",
2011
- "padding-right": "base",
2012
- "padding-top": "base",
2013
- "padding-bottom": "base",
2014
- "border-radius": "base",
2015
- },
2016
- label: {
2017
- color: "brand",
2018
- },
2019
- title: {
2020
- color: "text-1",
2021
- "font-size": "lg",
2022
- "font-weight": 700,
2023
- "padding-top": "2xs",
2024
- "padding-bottom": "2xs",
2025
- },
2026
- },
2027
- {
2028
- card: {
2029
- "background-color": "background-3",
2030
- "padding-left": "base",
2031
- "padding-right": "base",
2032
- "padding-top": "base",
2033
- "padding-bottom": "base",
2034
- "border-radius": "base",
2035
- },
2036
- label: {
2037
- color: "brand",
2038
- },
2039
- title: {
2040
- color: "text-1",
2041
- "font-size": "lg",
2042
- "font-weight": 700,
2043
- "padding-top": "2xs",
2044
- "padding-bottom": "2xs",
2045
- },
2046
- },
2047
- {
2048
- card: {
2049
- "background-color": "background-3",
2050
- "padding-left": "base",
2051
- "padding-right": "base",
2052
- "padding-top": "base",
2053
- "padding-bottom": "base",
2054
- "border-radius": "base",
2055
- },
2056
- label: {
2057
- color: "brand",
2058
- },
2059
- title: {
2060
- color: "text-1",
2061
- "font-size": "lg",
2062
- "font-weight": 700,
2063
- "padding-top": "2xs",
2064
- "padding-bottom": "2xs",
2065
- },
2066
- },
2067
- {
2068
- card: {
2069
- "background-color": "background-3",
2070
- "padding-left": "base",
2071
- "padding-right": "base",
2072
- "padding-top": "base",
2073
- "padding-bottom": "base",
2074
- "border-radius": "base",
2075
- },
2076
- label: {
2077
- color: "brand",
2078
- },
2079
- title: {
2080
- color: "text-1",
2081
- "font-size": "lg",
2082
- "font-weight": 700,
2083
- "padding-top": "2xs",
2084
- "padding-bottom": "2xs",
2085
- },
2086
- },
2087
- {
2088
- card: {
2089
- "background-color": "background-3",
2090
- },
2091
- },
2092
- {
2093
- card: {
2094
- "background-color": "background-3",
2095
- },
2096
- },
2097
- {
2098
- card: {
2099
- "background-color": "background-3",
2100
- },
2101
- },
2102
- ],
2103
- },
2104
- {
2105
- wrapper: {
2106
- "padding-top": "none",
2107
- "padding-bottom": "none",
2108
- "border-color": "border",
2109
- "border-bottom-width": "1px",
2110
- "border-style": "solid",
2111
- },
2112
- sectionTitle: {
2113
- "font-size": "xl",
2114
- "font-weight": 600,
2115
- color: "text-1",
2116
- tablet: {
2117
- "font-size": "lg",
2118
- },
2119
- },
2120
- content: {
2121
- "padding-top": "none",
2122
- "padding-bottom": "lg",
2123
- },
2124
- trigger: {
2125
- "padding-top": "lg",
2126
- "padding-bottom": "lg",
2127
- display: "flex",
2128
- },
2129
- container: {
2130
- display: "flex",
2131
- "flex-direction": "column",
2132
- "row-gap": "lg",
2133
- },
2134
- headerContainer: {
2135
- display: "flex",
2136
- "flex-direction": "row",
2137
- "row-gap": "base",
2138
- "column-gap": "lg",
2139
- },
2140
- iconLabelContainer: {
2141
- display: "flex",
2142
- "align-items": "center",
2143
- "column-gap": "2xs",
2144
- "background-color": "background-3",
2145
- width: "fit-content",
2146
- "padding-left": "2xs",
2147
- "padding-right": "2xs",
2148
- "padding-top": "4xs",
2149
- "padding-bottom": "4xs",
2150
- "border-radius": "3xl",
2151
- },
2152
- label: {
2153
- "text-transform": "uppercase",
2154
- "letter-spacing": "0.05em",
2155
- color: "brand",
2156
- "font-size": "sm",
2157
- },
2158
- title: {
2159
- "font-size": "xl",
2160
- "font-weight": 700,
2161
- color: "text-1",
2162
- tablet: {
2163
- "font-size": "xl",
2164
- },
2165
- },
2166
- icon: {
2167
- height: "22px",
2168
- width: "22px",
2169
- "font-size": "22px",
2170
- },
2171
- cards_levoGroup: {
2172
- display: "flex",
2173
- "column-gap": "sm",
2174
- },
2175
- cards: [
2176
- {
2177
- card: {
2178
- "background-color": "background-3",
2179
- "padding-left": "base",
2180
- "padding-right": "base",
2181
- "padding-top": "base",
2182
- "padding-bottom": "base",
2183
- "border-radius": "base",
2184
- },
2185
- label: {
2186
- color: "brand",
2187
- },
2188
- title: {
2189
- color: "text-1",
2190
- "font-size": "lg",
2191
- "font-weight": 700,
2192
- "padding-top": "2xs",
2193
- "padding-bottom": "2xs",
2194
- },
2195
- },
2196
- {
2197
- card: {
2198
- "background-color": "background-3",
2199
- "padding-left": "base",
2200
- "padding-right": "base",
2201
- "padding-top": "base",
2202
- "padding-bottom": "base",
2203
- "border-radius": "base",
2204
- },
2205
- label: {
2206
- color: "brand",
2207
- },
2208
- title: {
2209
- color: "text-1",
2210
- "font-size": "lg",
2211
- "font-weight": 700,
2212
- "padding-top": "2xs",
2213
- "padding-bottom": "2xs",
2214
- },
2215
- },
2216
- {
2217
- card: {
2218
- "background-color": "background-3",
2219
- "padding-left": "base",
2220
- "padding-right": "base",
2221
- "padding-top": "base",
2222
- "padding-bottom": "base",
2223
- "border-radius": "base",
2224
- },
2225
- label: {
2226
- color: "brand",
2227
- },
2228
- title: {
2229
- color: "text-1",
2230
- "font-size": "lg",
2231
- "font-weight": 700,
2232
- "padding-top": "2xs",
2233
- "padding-bottom": "2xs",
2234
- },
2235
- },
2236
- {
2237
- card: {
2238
- "background-color": "background-3",
2239
- "padding-left": "base",
2240
- "padding-right": "base",
2241
- "padding-top": "base",
2242
- "padding-bottom": "base",
2243
- "border-radius": "base",
2244
- },
2245
- label: {
2246
- color: "brand",
2247
- },
2248
- title: {
2249
- color: "text-1",
2250
- "font-size": "lg",
2251
- "font-weight": 700,
2252
- "padding-top": "2xs",
2253
- "padding-bottom": "2xs",
2254
- },
2255
- },
2256
- {
2257
- card: {
2258
- "background-color": "background-3",
2259
- },
2260
- },
2261
- {
2262
- card: {
2263
- "background-color": "background-3",
2264
- },
2265
- },
2266
- {
2267
- card: {
2268
- "background-color": "background-3",
2269
- },
2270
- },
2271
- ],
2272
- },
2273
- {
2274
- wrapper: {
2275
- "padding-top": "none",
2276
- "padding-bottom": "none",
2277
- "border-color": "border",
2278
- "border-bottom-width": "1px",
2279
- "border-style": "solid",
2280
- },
2281
- sectionTitle: {
2282
- "font-size": "xl",
2283
- "font-weight": 600,
2284
- color: "text-1",
2285
- tablet: {
2286
- "font-size": "lg",
2287
- },
2288
- },
2289
- content: {
2290
- "padding-top": "none",
2291
- "padding-bottom": "lg",
2292
- },
2293
- trigger: {
2294
- "padding-top": "lg",
2295
- "padding-bottom": "lg",
2296
- display: "flex",
2297
- },
2298
- container: {
2299
- display: "flex",
2300
- "flex-direction": "column",
2301
- "row-gap": "lg",
2302
- },
2303
- headerContainer: {
2304
- display: "flex",
2305
- "flex-direction": "row",
2306
- "row-gap": "base",
2307
- "column-gap": "lg",
2308
- },
2309
- iconLabelContainer: {
2310
- display: "flex",
2311
- "align-items": "center",
2312
- "column-gap": "2xs",
2313
- "background-color": "background-3",
2314
- width: "fit-content",
2315
- "padding-left": "2xs",
2316
- "padding-right": "2xs",
2317
- "padding-top": "4xs",
2318
- "padding-bottom": "4xs",
2319
- "border-radius": "3xl",
2320
- },
2321
- label: {
2322
- "text-transform": "uppercase",
2323
- "letter-spacing": "0.05em",
2324
- color: "brand",
2325
- "font-size": "sm",
2326
- },
2327
- title: {
2328
- "font-size": "xl",
2329
- "font-weight": 700,
2330
- color: "text-1",
2331
- tablet: {
2332
- "font-size": "xl",
2333
- },
2334
- },
2335
- icon: {
2336
- height: "22px",
2337
- width: "22px",
2338
- "font-size": "22px",
2339
- },
2340
- cards_levoGroup: {
2341
- display: "flex",
2342
- "column-gap": "sm",
2343
- },
2344
- cards: [
2345
- {
2346
- card: {
2347
- "background-color": "background-3",
2348
- "padding-left": "base",
2349
- "padding-right": "base",
2350
- "padding-top": "base",
2351
- "padding-bottom": "base",
2352
- "border-radius": "base",
2353
- },
2354
- label: {
2355
- color: "brand",
2356
- },
2357
- title: {
2358
- color: "text-1",
2359
- "font-size": "lg",
2360
- "font-weight": 700,
2361
- "padding-top": "2xs",
2362
- "padding-bottom": "2xs",
2363
- },
2364
- },
2365
- {
2366
- card: {
2367
- "background-color": "background-3",
2368
- "padding-left": "base",
2369
- "padding-right": "base",
2370
- "padding-top": "base",
2371
- "padding-bottom": "base",
2372
- "border-radius": "base",
2373
- },
2374
- label: {
2375
- color: "brand",
2376
- },
2377
- title: {
2378
- color: "text-1",
2379
- "font-size": "lg",
2380
- "font-weight": 700,
2381
- "padding-top": "2xs",
2382
- "padding-bottom": "2xs",
2383
- },
2384
- },
2385
- {
2386
- card: {
2387
- "background-color": "background-3",
2388
- "padding-left": "base",
2389
- "padding-right": "base",
2390
- "padding-top": "base",
2391
- "padding-bottom": "base",
2392
- "border-radius": "base",
2393
- },
2394
- label: {
2395
- color: "brand",
2396
- },
2397
- title: {
2398
- color: "text-1",
2399
- "font-size": "lg",
2400
- "font-weight": 700,
2401
- "padding-top": "2xs",
2402
- "padding-bottom": "2xs",
2403
- },
2404
- },
2405
- {
2406
- card: {
2407
- "background-color": "background-3",
2408
- "padding-left": "base",
2409
- "padding-right": "base",
2410
- "padding-top": "base",
2411
- "padding-bottom": "base",
2412
- "border-radius": "base",
2413
- },
2414
- label: {
2415
- color: "brand",
2416
- },
2417
- title: {
2418
- color: "text-1",
2419
- "font-size": "lg",
2420
- "font-weight": 700,
2421
- "padding-top": "2xs",
2422
- "padding-bottom": "2xs",
2423
- },
2424
- },
2425
- {
2426
- card: {
2427
- "background-color": "background-3",
2428
- },
2429
- },
2430
- {
2431
- card: {
2432
- "background-color": "background-3",
2433
- },
2434
- },
2435
- {
2436
- card: {
2437
- "background-color": "background-3",
2438
- },
2439
- },
2440
- ],
2441
- },
2442
- {
2443
- wrapper: {
2444
- "padding-top": "none",
2445
- "padding-bottom": "none",
2446
- "border-color": "border",
2447
- "border-bottom-width": "1px",
2448
- "border-style": "solid",
2449
- },
2450
- sectionTitle: {
2451
- "font-size": "xl",
2452
- "font-weight": 600,
2453
- color: "text-1",
2454
- tablet: {
2455
- "font-size": "lg",
2456
- },
2457
- },
2458
- content: {
2459
- "padding-top": "none",
2460
- "padding-bottom": "lg",
2461
- },
2462
- trigger: {
2463
- "padding-top": "lg",
2464
- "padding-bottom": "lg",
2465
- display: "flex",
2466
- },
2467
- container: {
2468
- display: "flex",
2469
- "flex-direction": "column",
2470
- "row-gap": "lg",
2471
- },
2472
- headerContainer: {
2473
- display: "flex",
2474
- "flex-direction": "row",
2475
- "row-gap": "base",
2476
- "column-gap": "lg",
2477
- },
2478
- iconLabelContainer: {
2479
- display: "flex",
2480
- "align-items": "center",
2481
- "column-gap": "2xs",
2482
- "background-color": "background-3",
2483
- width: "fit-content",
2484
- "padding-left": "2xs",
2485
- "padding-right": "2xs",
2486
- "padding-top": "4xs",
2487
- "padding-bottom": "4xs",
2488
- "border-radius": "3xl",
2489
- },
2490
- label: {
2491
- "text-transform": "uppercase",
2492
- "letter-spacing": "0.05em",
2493
- color: "brand",
2494
- "font-size": "sm",
2495
- },
2496
- title: {
2497
- "font-size": "xl",
2498
- "font-weight": 700,
2499
- color: "text-1",
2500
- tablet: {
2501
- "font-size": "xl",
2502
- },
2503
- },
2504
- icon: {
2505
- height: "22px",
2506
- width: "22px",
2507
- "font-size": "22px",
2508
- },
2509
- cards_levoGroup: {
2510
- display: "flex",
2511
- "column-gap": "sm",
2512
- },
2513
- cards: [
2514
- {
2515
- card: {
2516
- "background-color": "background-3",
2517
- "padding-left": "base",
2518
- "padding-right": "base",
2519
- "padding-top": "base",
2520
- "padding-bottom": "base",
2521
- "border-radius": "base",
2522
- },
2523
- label: {
2524
- color: "brand",
2525
- },
2526
- title: {
2527
- color: "text-1",
2528
- "font-size": "lg",
2529
- "font-weight": 700,
2530
- "padding-top": "2xs",
2531
- "padding-bottom": "2xs",
2532
- },
2533
- },
2534
- {
2535
- card: {
2536
- "background-color": "background-3",
2537
- "padding-left": "base",
2538
- "padding-right": "base",
2539
- "padding-top": "base",
2540
- "padding-bottom": "base",
2541
- "border-radius": "base",
2542
- },
2543
- label: {
2544
- color: "brand",
2545
- },
2546
- title: {
2547
- color: "text-1",
2548
- "font-size": "lg",
2549
- "font-weight": 700,
2550
- "padding-top": "2xs",
2551
- "padding-bottom": "2xs",
2552
- },
2553
- },
2554
- {
2555
- card: {
2556
- "background-color": "background-3",
2557
- "padding-left": "base",
2558
- "padding-right": "base",
2559
- "padding-top": "base",
2560
- "padding-bottom": "base",
2561
- "border-radius": "base",
2562
- },
2563
- label: {
2564
- color: "brand",
2565
- },
2566
- title: {
2567
- color: "text-1",
2568
- "font-size": "lg",
2569
- "font-weight": 700,
2570
- "padding-top": "2xs",
2571
- "padding-bottom": "2xs",
2572
- },
2573
- },
2574
- {
2575
- card: {
2576
- "background-color": "background-3",
2577
- "padding-left": "base",
2578
- "padding-right": "base",
2579
- "padding-top": "base",
2580
- "padding-bottom": "base",
2581
- "border-radius": "base",
2582
- },
2583
- label: {
2584
- color: "brand",
2585
- },
2586
- title: {
2587
- color: "text-1",
2588
- "font-size": "lg",
2589
- "font-weight": 700,
2590
- "padding-top": "2xs",
2591
- "padding-bottom": "2xs",
2592
- },
2593
- },
2594
- {
2595
- card: {
2596
- "background-color": "background-3",
2597
- },
2598
- },
2599
- {
2600
- card: {
2601
- "background-color": "background-3",
2602
- },
2603
- },
2604
- {
2605
- card: {
2606
- "background-color": "background-3",
2607
- },
2608
- },
2609
- ],
2610
- },
2611
- {
2612
- wrapper: {
2613
- "padding-top": "none",
2614
- "padding-bottom": "none",
2615
- "border-color": "border",
2616
- "border-bottom-width": "1px",
2617
- "border-style": "solid",
2618
- },
2619
- sectionTitle: {
2620
- "font-size": "xl",
2621
- "font-weight": 600,
2622
- color: "text-1",
2623
- tablet: {
2624
- "font-size": "lg",
2625
- },
2626
- },
2627
- content: {
2628
- "padding-top": "none",
2629
- "padding-bottom": "lg",
2630
- },
2631
- trigger: {
2632
- "padding-top": "lg",
2633
- "padding-bottom": "lg",
2634
- display: "flex",
2635
- },
2636
- container: {
2637
- display: "flex",
2638
- "flex-direction": "column",
2639
- "row-gap": "lg",
2640
- },
2641
- headerContainer: {
2642
- display: "flex",
2643
- "flex-direction": "column",
2644
- "row-gap": "base",
2645
- },
2646
- iconLabelContainer: {
2647
- display: "flex",
2648
- "align-items": "center",
2649
- "column-gap": "base",
2650
- },
2651
- label: {
2652
- "font-size": "sm",
2653
- "font-weight": 600,
2654
- color: "primary",
2655
- "text-transform": "uppercase",
2656
- "letter-spacing": "0.05em",
2657
- },
2658
- title: {
2659
- "font-size": "2xl",
2660
- "font-weight": 700,
2661
- color: "text-1",
2662
- tablet: {
2663
- "font-size": "xl",
2664
- },
2665
- },
2666
- },
2667
- {
2668
- wrapper: {
2669
- "padding-top": "none",
2670
- "padding-bottom": "none",
2671
- "border-color": "border",
2672
- "border-bottom-width": "1px",
2673
- "border-style": "solid",
2674
- },
2675
- sectionTitle: {
2676
- "font-size": "xl",
2677
- "font-weight": 600,
2678
- color: "text-1",
2679
- tablet: {
2680
- "font-size": "lg",
2681
- },
2682
- },
2683
- content: {
2684
- "padding-top": "none",
2685
- "padding-bottom": "lg",
2686
- },
2687
- trigger: {
2688
- "padding-top": "lg",
2689
- "padding-bottom": "lg",
2690
- display: "flex",
2691
- },
2692
- container: {
2693
- display: "flex",
2694
- "flex-direction": "column",
2695
- "row-gap": "lg",
2696
- },
2697
- headerContainer: {
2698
- display: "flex",
2699
- "flex-direction": "column",
2700
- "row-gap": "base",
2701
- },
2702
- iconLabelContainer: {
2703
- display: "flex",
2704
- "align-items": "center",
2705
- "column-gap": "base",
2706
- },
2707
- label: {
2708
- "font-size": "sm",
2709
- "font-weight": 600,
2710
- color: "primary",
2711
- "text-transform": "uppercase",
2712
- "letter-spacing": "0.05em",
2713
- },
2714
- title: {
2715
- "font-size": "2xl",
2716
- "font-weight": 700,
2717
- color: "text-1",
2718
- tablet: {
2719
- "font-size": "xl",
2720
- },
2721
- },
2722
- },
2723
- ],
581
+ })),
2724
582
  },
2725
- content: DEFAULT_CONTENT,
2726
- config: {},
2727
583
  },
2728
584
  ],
2729
585
  };