@levo-so/blocks 0.1.100 → 0.1.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/package.json +5 -4
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,72 +1,68 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  const MEDIA_1 = {
4
- id: "GLUYscijECWgI",
5
- filename: "timeline-1-1.png",
4
+ id: "7453468596406147400",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT.png",
6
+ location: "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg",
7
+ mimetype: "image/jpeg",
8
8
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/timeline-1-1-moxJj3I3mugnT-640w.webp 640w",
9
+ "320w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
10
+ "640w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
11
+ "750w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
12
+ "828w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
13
+ "1080w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
14
+ "1200w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
15
+ "1920w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
16
+ path: "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
17
  },
18
- mimetype: "image/png",
19
18
  };
20
19
  const MEDIA_2 = {
21
- id: "Lkp6xHvj8fVkB",
22
- filename: "timeline-1-2.png",
20
+ id: "7453468599275451870",
23
21
  kind: "image",
24
- location: "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx.png",
22
+ location: "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg",
23
+ mimetype: "image/jpeg",
25
24
  srcset: {
26
- "1080w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1080w.webp",
27
- "1200w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1200w.webp",
28
- "1920w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1920w.webp",
29
- "320w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-320w.webp",
30
- "640w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-640w.webp",
31
- "750w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-750w.webp",
32
- "828w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-828w.webp",
33
- path: "https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/timeline-1-2-yCrPF3F9Y2ZCx-1080w.webp 1080w",
25
+ "320w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
26
+ "640w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
27
+ "750w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
28
+ "828w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
29
+ "1080w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
30
+ "1200w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
31
+ "1920w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
32
+ path: "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
34
33
  },
35
- mimetype: "image/png",
36
34
  };
37
35
  const MEDIA_3 = {
38
- id: "1d7spLgELC8c9",
39
- filename: "timeline-1-3.png",
36
+ id: "7453468645314273241",
40
37
  kind: "image",
41
- location: "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI.png",
38
+ location: "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg",
39
+ mimetype: "image/jpeg",
42
40
  srcset: {
43
- "1080w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1080w.webp",
44
- "1200w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1200w.webp",
45
- "1920w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1920w.webp",
46
- "320w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-320w.webp",
47
- "640w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-640w.webp",
48
- "750w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-750w.webp",
49
- "828w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-828w.webp",
50
- path: "https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/timeline-1-3-30Wc2pd1aoNSI-1080w.webp 1080w",
41
+ "320w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
42
+ "640w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
43
+ "750w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
44
+ "828w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
45
+ "1080w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
46
+ "1200w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
47
+ "1920w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
48
+ path: "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
51
49
  },
52
- mimetype: "image/png",
53
50
  };
54
51
  const MEDIA_4 = {
55
- id: "KQ5FOQXeC8s1x",
56
- filename: "timeline-1-4.png",
52
+ id: "7453468604088759891",
57
53
  kind: "image",
58
- location: "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3.png",
54
+ location: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg",
55
+ mimetype: "image/jpeg",
59
56
  srcset: {
60
- "1080w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1080w.webp",
61
- "1200w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1200w.webp",
62
- "1920w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1920w.webp",
63
- "320w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-320w.webp",
64
- "640w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-640w.webp",
65
- "750w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-750w.webp",
66
- "828w": "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-828w.webp",
67
- path: "https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/timeline-1-4-9GFuZq5ABn6P3-1920w.webp 1920w",
57
+ "320w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
58
+ "640w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
59
+ "750w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
60
+ "828w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
61
+ "1080w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
62
+ "1200w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
63
+ "1920w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
64
+ path: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
68
65
  },
69
- mimetype: "image/png",
70
66
  };
71
67
 
72
68
  const DEFAULT_CONTENT = {
@@ -74,41 +70,53 @@ const DEFAULT_CONTENT = {
74
70
  container: null,
75
71
  events: [
76
72
  {
77
- title: "Celebrating 25 Years of Innovation",
78
- subtitle: "Digital Transformation Excellence",
79
- description: "<p>Celebrating 25 Years of Innovation</p>",
73
+ title: "Global Volunteer Week",
74
+ subtitle: "50,000 service hours mobilized",
75
+ description:
76
+ "<p>Volunteers across 34 countries delivered 50,000 service hours in a single week — our largest coordinated mobilization to date.</p>",
80
77
  year: "2025",
81
78
  image: MEDIA_1,
82
79
  },
83
80
  {
84
- title: "New Office in Australia",
85
- subtitle: "Expanded into ANZ Region",
86
- description: "<p>New Office in Australia expanded into ANZ region</p>",
87
- year: "2023",
81
+ title: "Pandemic Relief Response",
82
+ subtitle: "Reached 1.2M families",
83
+ description:
84
+ "<p>Deployed emergency food, medical supplies, and cash assistance to 1.2 million families across twelve regions during the COVID-19 crisis.</p>",
85
+ year: "2020",
88
86
  image: MEDIA_2,
89
87
  },
90
88
  {
91
- title: "Opened Office in Philippines",
92
- subtitle: "Connecting Large Client Base",
93
- description: "<p>Opened Office on Philippines that connects large client base</p>",
94
- year: "2016",
89
+ title: "Scholars Program Launched",
90
+ subtitle: "Scholarships in 12 countries",
91
+ description:
92
+ "<p>Launched the Scholars Program, funding secondary education for first-generation students across twelve partner countries.</p>",
93
+ year: "2015",
95
94
  image: MEDIA_3,
96
95
  },
97
96
  {
98
- title: "First International Office in India",
99
- subtitle: "Global Expansion Beginning",
100
- description: "<p>Opened our first office in India, the first global expansion</p>",
101
- year: "2005",
97
+ title: "The Foundation Begins",
98
+ subtitle: "Six volunteers, one mission",
99
+ description:
100
+ "<p>Six volunteers pooled $4,000 to register the Foundation and open our first community center in rural Kenya.</p>",
101
+ year: "2008",
102
102
  image: MEDIA_4,
103
103
  },
104
104
  ],
105
- title: "Our Journey Through the Years",
105
+ title: "Sixteen years of showing up",
106
106
  description:
107
- "<p>Lorem Ipsum was founded in Silicon Valley to help large enterprises maintain consistent branding across printed materials. By 2004, the company evolved into a business consulting firm.</p>",
107
+ "<p>From six volunteers in one village to a coalition serving 30+ countries every milestone below was earned alongside the communities we stand with.</p>",
108
108
  };
109
109
 
110
110
  export type ITimeline1 = typeof DEFAULT_CONTENT;
111
111
 
112
+ const IMAGE_POLISH = {
113
+ width: "100%",
114
+ height: "auto",
115
+ "aspect-ratio": "16 / 9",
116
+ "object-fit": "cover",
117
+ "border-radius": "lg",
118
+ };
119
+
112
120
  export const Timeline1: IBlock = {
113
121
  category_id: "timeline",
114
122
  title: "Timeline 1",
@@ -290,7 +298,7 @@ export const Timeline1: IBlock = {
290
298
  width: "1.5rem",
291
299
  "border-radius": "9999px",
292
300
  transform: "translateX(50%) translateY(-50%)",
293
- "box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
301
+ "box-shadow": "default",
294
302
  "z-index": "2",
295
303
  },
296
304
  timeline_line: {
@@ -327,9 +335,7 @@ export const Timeline1: IBlock = {
327
335
  },
328
336
  },
329
337
  timeline_dot_wrapper: {},
330
- image: {
331
- mobile: {},
332
- },
338
+ image: IMAGE_POLISH,
333
339
  title: {
334
340
  "font-weight": 700,
335
341
  },
@@ -390,7 +396,7 @@ export const Timeline1: IBlock = {
390
396
  width: "1.5rem",
391
397
  "border-radius": "9999px",
392
398
  transform: "translateX(50%) translateY(-50%)",
393
- "box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
399
+ "box-shadow": "default",
394
400
  "z-index": "2",
395
401
  },
396
402
  timeline_right: {
@@ -414,6 +420,7 @@ export const Timeline1: IBlock = {
414
420
  "align-items": "center",
415
421
  "column-gap": "8xl",
416
422
  },
423
+ image: IMAGE_POLISH,
417
424
  title: {
418
425
  "font-weight": 700,
419
426
  },
@@ -476,7 +483,7 @@ export const Timeline1: IBlock = {
476
483
  width: "1.5rem",
477
484
  "border-radius": "9999px",
478
485
  transform: "translateX(50%) translateY(-50%)",
479
- "box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
486
+ "box-shadow": "default",
480
487
  "z-index": "2",
481
488
  },
482
489
  timeline_line: {
@@ -496,6 +503,7 @@ export const Timeline1: IBlock = {
496
503
  "justify-content": "start",
497
504
  "align-items": "center",
498
505
  },
506
+ image: IMAGE_POLISH,
499
507
  title: {
500
508
  "font-weight": 700,
501
509
  },
@@ -557,7 +565,7 @@ export const Timeline1: IBlock = {
557
565
  width: "1.5rem",
558
566
  "border-radius": "9999px",
559
567
  transform: "translateX(50%) translateY(-50%)",
560
- "box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
568
+ "box-shadow": "default",
561
569
  "z-index": "2",
562
570
  },
563
571
  timeline_line: {
@@ -578,77 +586,11 @@ export const Timeline1: IBlock = {
578
586
  "align-items": "center",
579
587
  "column-gap": "8xl",
580
588
  },
589
+ image: IMAGE_POLISH,
581
590
  title: {
582
591
  "font-weight": 700,
583
592
  },
584
593
  },
585
- {
586
- wrapper: {
587
- display: "flex",
588
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
589
- "align-items": "center",
590
- gap: "2xl",
591
- },
592
- year: {
593
- "background-color": "brand",
594
- width: "fit-content",
595
- "font-size": "xl",
596
- "padding-left": "base",
597
- "padding-right": "base",
598
- "padding-top": "6xs",
599
- "padding-bottom": "6xs",
600
- color: "white",
601
- "border-radius": "3xl",
602
- mobile: {
603
- "font-size": "sm",
604
- },
605
- "margin-left": "10xl",
606
- },
607
- timeline_left: {
608
- position: "relative",
609
- display: "flex",
610
- width: "100%",
611
- "align-items": "center",
612
- "justify-content": "start",
613
- },
614
- content_wrapper: {
615
- display: "flex",
616
- "flex-direction": "column",
617
- "row-gap": "base",
618
- width: "40%",
619
- },
620
- description: {
621
- color: "text-1",
622
- "font-size": "2xl",
623
- "font-weight": 700,
624
- mobile: {
625
- "font-size": "base",
626
- },
627
- },
628
- timeline_dot: {
629
- "background-color": "brand",
630
- position: "absolute",
631
- left: "50%",
632
- height: "1.5rem",
633
- width: "1.5rem",
634
- "border-radius": "9999px",
635
- transform: "translateX(-50%) translateY(-50%)",
636
- },
637
- timeline_line: {
638
- "background-color": "brand",
639
- position: "absolute",
640
- left: "57%",
641
- height: "0.25rem",
642
- width: "65px",
643
- transform: "translateX(-100%) translateY(-50%)",
644
- },
645
- timeline_wrapper: {
646
- display: "flex",
647
- "justify-content": "center",
648
- "align-items": "center",
649
- "column-gap": "8xl",
650
- },
651
- },
652
594
  ],
653
595
  center_line: {
654
596
  position: "absolute",
@@ -658,7 +600,8 @@ export const Timeline1: IBlock = {
658
600
  "z-index": "-40",
659
601
  width: "0.25rem",
660
602
  transform: "translateX(-50%)",
661
- "background-color": "#fbeae0",
603
+ "background-color": "brand",
604
+ opacity: 0.15,
662
605
  },
663
606
  header_wrapper: {
664
607
  display: "flex",
@@ -685,6 +628,9 @@ export const Timeline1: IBlock = {
685
628
  },
686
629
  },
687
630
  events_levoGroup: {
631
+ display: "flex",
632
+ "flex-direction": "column",
633
+ "row-gap": "4xl",
688
634
  mobile: {
689
635
  display: "block",
690
636
  width: "100%",
@@ -750,5 +696,301 @@ export const Timeline1: IBlock = {
750
696
  ],
751
697
  },
752
698
  },
699
+ {
700
+ key: "vertical",
701
+ title: "Vertical",
702
+ styles: {
703
+ layout: {
704
+ "padding-top": "5xl",
705
+ "padding-bottom": "5xl",
706
+ "padding-left": "3xl",
707
+ "padding-right": "3xl",
708
+ },
709
+ container: {
710
+ display: "flex",
711
+ "flex-direction": "column",
712
+ "max-width": "720px",
713
+ "margin-left": "auto",
714
+ "margin-right": "auto",
715
+ position: "relative",
716
+ },
717
+ header_wrapper: {
718
+ display: "flex",
719
+ "flex-direction": "column",
720
+ "row-gap": "sm",
721
+ "margin-bottom": "3xl",
722
+ "text-align": "center",
723
+ "align-items": "center",
724
+ },
725
+ title: { width: "100%" },
726
+ description: { width: "100%", "max-width": "520px" },
727
+ center_line: {
728
+ position: "absolute",
729
+ top: "0",
730
+ bottom: "0",
731
+ left: "60px",
732
+ width: "2px",
733
+ "background-color": "brand",
734
+ opacity: 0.15,
735
+ },
736
+ events_levoGroup: {
737
+ display: "flex",
738
+ "flex-direction": "column",
739
+ "row-gap": "2xl",
740
+ },
741
+ events_levoGroupItem: {
742
+ wrapper: {
743
+ display: "flex",
744
+ "flex-direction": "row-reverse",
745
+ "column-gap": "lg",
746
+ "align-items": "flex-start",
747
+ position: "relative",
748
+ },
749
+ timeline_wrapper: {
750
+ display: "flex",
751
+ "flex-direction": "column",
752
+ "align-items": "center",
753
+ "row-gap": "xs",
754
+ width: "72px",
755
+ "flex-shrink": 0,
756
+ position: "relative",
757
+ "padding-top": "4px",
758
+ },
759
+ timeline_dot_wrapper: {},
760
+ timeline_dot: {
761
+ width: "1rem",
762
+ height: "1rem",
763
+ "border-radius": "9999px",
764
+ "background-color": "brand",
765
+ "box-shadow": "default",
766
+ },
767
+ timeline_line: { display: "none" },
768
+ timeline_left: { display: "none" },
769
+ timeline_right: { display: "none" },
770
+ content_wrapper: {
771
+ display: "flex",
772
+ "flex-direction": "column",
773
+ "row-gap": "xs",
774
+ flex: "1",
775
+ "padding-bottom": "md",
776
+ },
777
+ content: { display: "flex", "flex-direction": "column", "row-gap": "xs" },
778
+ year: {
779
+ "background-color": "brand",
780
+ color: "brandForeground",
781
+ "padding-left": "sm",
782
+ "padding-right": "sm",
783
+ "padding-top": "6xs",
784
+ "padding-bottom": "6xs",
785
+ "border-radius": "3xl",
786
+ width: "fit-content",
787
+ "font-size": "xs",
788
+ "font-weight": 600,
789
+ },
790
+ title: { "font-weight": 700 },
791
+ description: {},
792
+ image: { display: "none" },
793
+ },
794
+ },
795
+ content: DEFAULT_CONTENT,
796
+ config: {
797
+ title: { heading: { level: "2" }, selectedVariants: { Heading_Level: "H2" } },
798
+ events: Array(4).fill(0).map(() => ({
799
+ title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
800
+ year: { selectedVariants: { Typography_Variants: "Small" } },
801
+ })),
802
+ },
803
+ },
804
+ {
805
+ key: "horizontal",
806
+ title: "Horizontal",
807
+ styles: {
808
+ layout: {
809
+ "padding-top": "5xl",
810
+ "padding-bottom": "5xl",
811
+ "padding-left": "3xl",
812
+ "padding-right": "3xl",
813
+ },
814
+ container: {
815
+ display: "flex",
816
+ "flex-direction": "column",
817
+ position: "relative",
818
+ },
819
+ header_wrapper: {
820
+ display: "flex",
821
+ "flex-direction": "column",
822
+ "row-gap": "sm",
823
+ "margin-bottom": "4xl",
824
+ "text-align": "center",
825
+ "align-items": "center",
826
+ },
827
+ title: { width: "100%" },
828
+ description: { width: "100%", "max-width": "640px" },
829
+ center_line: {
830
+ position: "absolute",
831
+ left: "0",
832
+ right: "0",
833
+ top: "20px",
834
+ height: "2px",
835
+ "background-color": "brand",
836
+ opacity: 0.2,
837
+ "z-index": "0",
838
+ },
839
+ events_levoGroup: {
840
+ display: "grid",
841
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
842
+ "column-gap": "lg",
843
+ "row-gap": "2xl",
844
+ position: "relative",
845
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
846
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
847
+ },
848
+ events_levoGroupItem: {
849
+ wrapper: {
850
+ display: "flex",
851
+ "flex-direction": "column",
852
+ "align-items": "center",
853
+ "text-align": "center",
854
+ "row-gap": "md",
855
+ position: "relative",
856
+ height: "100%",
857
+ },
858
+ timeline_dot: {
859
+ width: "1rem",
860
+ height: "1rem",
861
+ "border-radius": "9999px",
862
+ "background-color": "brand",
863
+ "box-shadow": "default",
864
+ "z-index": "1",
865
+ },
866
+ timeline_line: { display: "none" },
867
+ timeline_wrapper: {
868
+ display: "flex",
869
+ "flex-direction": "column",
870
+ "align-items": "center",
871
+ "row-gap": "sm",
872
+ position: "relative",
873
+ "z-index": "1",
874
+ "padding-top": "12px",
875
+ order: 1,
876
+ },
877
+ timeline_dot_wrapper: {},
878
+ timeline_left: { display: "none" },
879
+ timeline_right: { display: "none" },
880
+ content_wrapper: {
881
+ display: "flex",
882
+ "flex-direction": "column",
883
+ "row-gap": "xs",
884
+ "align-items": "center",
885
+ width: "100%",
886
+ order: 2,
887
+ },
888
+ content: { display: "flex", "flex-direction": "column", "row-gap": "xs", "align-items": "center" },
889
+ year: {
890
+ "background-color": "brand",
891
+ color: "brandForeground",
892
+ "padding-left": "sm",
893
+ "padding-right": "sm",
894
+ "padding-top": "6xs",
895
+ "padding-bottom": "6xs",
896
+ "border-radius": "3xl",
897
+ width: "fit-content",
898
+ "font-size": "xs",
899
+ "font-weight": 600,
900
+ },
901
+ title: { "font-weight": 700 },
902
+ description: {},
903
+ image: { display: "none" },
904
+ },
905
+ },
906
+ content: DEFAULT_CONTENT,
907
+ config: {
908
+ title: { heading: { level: "2" }, selectedVariants: { Heading_Level: "H2" } },
909
+ events: Array(4).fill(0).map(() => ({
910
+ title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H5" } },
911
+ year: { selectedVariants: { Typography_Variants: "Small" } },
912
+ })),
913
+ },
914
+ },
915
+ {
916
+ key: "compact",
917
+ title: "Compact",
918
+ styles: {
919
+ layout: {
920
+ "padding-top": "3xl",
921
+ "padding-bottom": "3xl",
922
+ "padding-left": "2xl",
923
+ "padding-right": "2xl",
924
+ },
925
+ container: {
926
+ display: "flex",
927
+ "flex-direction": "column",
928
+ "max-width": "640px",
929
+ "margin-left": "auto",
930
+ "margin-right": "auto",
931
+ position: "relative",
932
+ },
933
+ header_wrapper: {
934
+ display: "flex",
935
+ "flex-direction": "column",
936
+ "row-gap": "3xs",
937
+ "margin-bottom": "2xl",
938
+ },
939
+ title: { width: "100%" },
940
+ description: { width: "100%", color: "text-2" },
941
+ center_line: { display: "none" },
942
+ events_levoGroup: {
943
+ display: "flex",
944
+ "flex-direction": "column",
945
+ },
946
+ events_levoGroupItem: {
947
+ wrapper: {
948
+ display: "flex",
949
+ "flex-direction": "row-reverse",
950
+ "column-gap": "md",
951
+ "align-items": "flex-start",
952
+ "padding-top": "md",
953
+ "padding-bottom": "md",
954
+ "border-bottom-style": "solid",
955
+ "border-bottom-width": "1px",
956
+ "border-bottom-color": "var(--color-border)",
957
+ },
958
+ timeline_dot: { display: "none" },
959
+ timeline_line: { display: "none" },
960
+ timeline_wrapper: {
961
+ display: "flex",
962
+ "align-items": "center",
963
+ width: "72px",
964
+ "flex-shrink": 0,
965
+ "padding-top": "3xs",
966
+ },
967
+ timeline_dot_wrapper: { display: "none" },
968
+ timeline_left: { display: "none" },
969
+ timeline_right: { display: "none" },
970
+ content_wrapper: {
971
+ display: "flex",
972
+ "flex-direction": "column",
973
+ flex: "1",
974
+ },
975
+ content: { display: "flex", "flex-direction": "column" },
976
+ year: {
977
+ color: "brand",
978
+ "font-weight": 700,
979
+ "font-size": "sm",
980
+ },
981
+ title: { "font-weight": 600 },
982
+ description: { color: "text-2", "font-size": "sm" },
983
+ image: { display: "none" },
984
+ },
985
+ },
986
+ content: DEFAULT_CONTENT,
987
+ config: {
988
+ title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H3" } },
989
+ events: Array(4).fill(0).map(() => ({
990
+ title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H6" } },
991
+ year: { selectedVariants: { Typography_Variants: "Small" } },
992
+ })),
993
+ },
994
+ },
753
995
  ],
754
996
  };