@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,70 +1,109 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const ITEMS_COUNT = 6;
4
-
5
- const SINGLE_DAY_EVENT = {
3
+ const EVENT_BASE = {
6
4
  event: null,
7
5
  event_timing: null,
8
6
  event_starts: null,
9
- event_starts_date: "2025-11-23T18:30:00.000Z",
10
- event_starts_month: "2025-11-23T18:30:00.000Z",
11
7
  event_to: "to",
12
8
  event_ends: null,
13
- event_ends_date: "",
14
- event_ends_month: "",
15
9
  divider: null,
16
10
  event_content: null,
17
- event_category: "Levo",
18
11
  event_sub_content: null,
19
- event_title: "#WeAreLevo",
20
- event_description: "A collaborative event with industries top performers.",
21
12
  };
22
13
 
23
- const MULTI_DAY_EVENT = {
24
- event: null,
25
- event_timing: null,
26
- event_starts: null,
27
- event_starts_date: "2025-11-23T18:30:00.000Z",
28
- event_starts_month: "2025-11-23T18:30:00.000Z",
29
- event_to: "to",
30
- event_ends: null,
31
- event_ends_date: "2025-11-30T18:30:00.000Z",
32
- event_ends_month: "2025-11-30T18:30:00.000Z",
33
- divider: null,
34
- event_content: null,
35
- event_category: "Levo",
36
- event_sub_content: null,
37
- event_title: "#WeAreLevo",
38
- event_description: "A collaborative event with industries top performers.",
39
- };
14
+ const EVENTS = [
15
+ {
16
+ ...EVENT_BASE,
17
+ event_starts_date: "2026-05-12T04:00:00.000Z",
18
+ event_starts_month: "2026-05-12T04:00:00.000Z",
19
+ event_ends_date: "2026-05-13T04:00:00.000Z",
20
+ event_ends_month: "2026-05-13T04:00:00.000Z",
21
+ starts_at: "2026-05-12T04:00:00.000Z",
22
+ ends_at: "2026-05-13T23:59:00.000Z",
23
+ event_category: "Compliance",
24
+ event_title: "PCI DSS 4.0 Readiness Workshop",
25
+ event_description:
26
+ "Two-day hands-on deep dive into PCI DSS 4.0 controls, evidence packaging, and remediation plans for payment teams.",
27
+ },
28
+ {
29
+ ...EVENT_BASE,
30
+ event_starts_date: "2026-05-19T04:30:00.000Z",
31
+ event_starts_month: "2026-05-19T04:30:00.000Z",
32
+ event_ends_date: "",
33
+ event_ends_month: "",
34
+ starts_at: "2026-05-19T04:30:00.000Z",
35
+ ends_at: "2026-05-19T12:00:00.000Z",
36
+ event_category: "Payments",
37
+ event_title: "Cross-Border Payments Summit",
38
+ event_description:
39
+ "Operators share the playbook behind multi-corridor FX routing, sub-second settlement, and regulator-ready ledger design.",
40
+ },
41
+ {
42
+ ...EVENT_BASE,
43
+ event_starts_date: "2026-05-27T04:00:00.000Z",
44
+ event_starts_month: "2026-05-27T04:00:00.000Z",
45
+ event_ends_date: "2026-05-28T04:00:00.000Z",
46
+ event_ends_month: "2026-05-28T04:00:00.000Z",
47
+ starts_at: "2026-05-27T04:00:00.000Z",
48
+ ends_at: "2026-05-28T23:59:00.000Z",
49
+ event_category: "Settlement",
50
+ event_title: "Real-Time Settlement Forum",
51
+ event_description:
52
+ "Engineers, treasurers, and risk leads mapping FedNow, RTP, and UPI flows to production-grade reconciliation pipelines.",
53
+ },
54
+ {
55
+ ...EVENT_BASE,
56
+ event_starts_date: "2026-06-04T08:30:00.000Z",
57
+ event_starts_month: "2026-06-04T08:30:00.000Z",
58
+ event_ends_date: "",
59
+ event_ends_month: "",
60
+ starts_at: "2026-06-04T08:30:00.000Z",
61
+ ends_at: "2026-06-04T12:00:00.000Z",
62
+ event_category: "Identity",
63
+ event_title: "KYC & Identity Roundtable",
64
+ event_description:
65
+ "Closed-door session on liveness, sanctions screening, and reusable KYC under the evolving EU and US rulebooks.",
66
+ },
67
+ {
68
+ ...EVENT_BASE,
69
+ event_starts_date: "2026-06-11T04:00:00.000Z",
70
+ event_starts_month: "2026-06-11T04:00:00.000Z",
71
+ event_ends_date: "2026-06-12T04:00:00.000Z",
72
+ event_ends_month: "2026-06-12T04:00:00.000Z",
73
+ starts_at: "2026-06-11T04:00:00.000Z",
74
+ ends_at: "2026-06-12T23:59:00.000Z",
75
+ event_category: "Engineering",
76
+ event_title: "Open Banking DevDay",
77
+ event_description:
78
+ "Two days of API design clinics, FAPI 2.0 labs, and consent workflow teardowns from teams shipping open-finance apps.",
79
+ },
80
+ {
81
+ ...EVENT_BASE,
82
+ event_starts_date: "2026-06-18T04:00:00.000Z",
83
+ event_starts_month: "2026-06-18T04:00:00.000Z",
84
+ event_ends_date: "",
85
+ event_ends_month: "",
86
+ starts_at: "2026-06-18T04:00:00.000Z",
87
+ ends_at: "2026-06-18T11:00:00.000Z",
88
+ event_category: "Treasury",
89
+ event_title: "Treasury & FinOps Bootcamp",
90
+ event_description:
91
+ "Practical bootcamp on cash positioning, idle-balance sweeps, and tying FinOps telemetry to board-ready margin reports.",
92
+ },
93
+ ];
94
+
95
+ const ITEMS_COUNT = EVENTS.length;
40
96
 
41
97
  const DEFAULT_CONTENT = {
42
98
  layout: null,
43
99
  container: null,
44
100
  header: null,
45
- title: "Upcoming Events",
46
- description: "Showing 16 events out of Total 16 Events",
101
+ title: "Fintech events worth your calendar",
102
+ description:
103
+ "Six summits, workshops, and roundtables for teams shipping payments, compliance, and treasury products in 2026.",
47
104
  content: null,
48
105
  listing_section_levoGroup: null,
49
- listing_section: Array(ITEMS_COUNT)
50
- .fill(0)
51
- .map((v, index) => {
52
- const basePayload = index % 2 !== 0 ? SINGLE_DAY_EVENT : MULTI_DAY_EVENT;
53
- const randomStartDate = `2025-10-${Math.floor(Math.random() * 18) + 10}T18:30:00.000Z`;
54
- const randomEndDate = `2025-10-${Math.floor(Math.random() * 18) + 10}T18:30:00.000Z`;
55
-
56
- return {
57
- ...basePayload,
58
- ...(index % 2 !== 0
59
- ? { event_starts_date: randomStartDate }
60
- : {
61
- event_starts_date: randomStartDate,
62
- event_ends_date: randomEndDate,
63
- }),
64
- starts_at: randomStartDate,
65
- ends_at: randomEndDate,
66
- };
67
- }),
106
+ listing_section: EVENTS,
68
107
  empty_state: null,
69
108
  empty_state_icon: {
70
109
  kind: "icon",
@@ -76,15 +115,15 @@ const DEFAULT_CONTENT = {
76
115
  '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
77
116
  },
78
117
  },
79
- empty_state_title: "No Events",
118
+ empty_state_title: "Nothing scheduled this month",
80
119
  empty_state_description:
81
- "There are no events scheduled for this month. Check back later or select a different month to view upcoming events.",
82
- empty_state_cta: "Reset Calendar",
120
+ "No fintech events on the calendar for this month. Reset the filter or pick another month to see what's live.",
121
+ empty_state_cta: "Reset calendar",
83
122
  calendar_section: null,
84
123
  calendar_header: null,
85
- calendar_title: "Events Calendar",
124
+ calendar_title: "Jump to a month",
86
125
  calendar_description:
87
- "You can use the calendar to find the desired events and get the required information easily",
126
+ "Pick a month to filter the list, or browse every upcoming workshop, summit, and roundtable in one view.",
88
127
  calendar: null,
89
128
  calendar_ctas_levoGroup: null,
90
129
  calendar_ctas: [
@@ -101,19 +140,6 @@ const DEFAULT_CONTENT = {
101
140
  },
102
141
  },
103
142
  },
104
- {
105
- calendar_cta: "Search Events",
106
- calendar_cta_leftIcon: {
107
- kind: "icon",
108
- data: {
109
- id: "search-normal-1",
110
- label: "Search Normal 1",
111
- tags: ["custom", "directional", "normal", "search"],
112
- svgCode:
113
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z" fill="currentColor"/>\n<path d="M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z" fill="currentColor"/>\n</svg>',
114
- },
115
- },
116
- },
117
143
  ],
118
144
  empty_state_cta_leftIcon: {
119
145
  kind: "icon",
@@ -367,124 +393,126 @@ export const Calendar1: IBlock = {
367
393
  "row-gap": "7xl",
368
394
  "padding-bottom": "sm",
369
395
  },
370
- listing_section: Array(ITEMS_COUNT)
371
- .fill(0)
372
- .map((v) => ({
373
- event: {
374
- width: "100%",
375
- display: "flex",
376
- "padding-top": "3xl",
377
- "padding-right": "3xl",
378
- "padding-bottom": "3xl",
379
- "padding-left": "xl",
380
- "border-style": "solid",
381
- "border-right-width": "0px",
382
- "border-bottom-width": "0px",
383
- "border-top-width": "0px",
384
- "border-left-width": "8px",
385
- "border-color": "brand",
386
- "border-radius": "lg",
387
- "box-shadow": {
388
- x: 0,
389
- y: 4,
390
- blur: 84,
391
- spread: 0,
392
- color: "oklch(0.5193 0.0628 284.0011 / 0.13)",
393
- opacity: 13,
394
- },
395
- mobile: {
396
- "flex-direction": "column",
397
- "row-gap": "md",
398
- },
399
- },
400
- event_timing: {
401
- display: "flex",
402
- "flex-direction": "column",
403
- "min-width": "95px",
404
- "justify-content": "center",
405
- "align-items": "center",
406
- mobile: {
407
- "flex-direction": "row",
408
- "justify-content": "flex-start",
409
- "column-gap": "xs",
410
- },
396
+ listing_section_levoGroupItem: {
397
+ event: {
398
+ width: "100%",
399
+ display: "flex",
400
+ "padding-top": "3xl",
401
+ "padding-right": "3xl",
402
+ "padding-bottom": "3xl",
403
+ "padding-left": "xl",
404
+ "border-style": "solid",
405
+ "border-right-width": "0px",
406
+ "border-bottom-width": "0px",
407
+ "border-top-width": "0px",
408
+ "border-left-width": "8px",
409
+ "border-color": "brand",
410
+ "border-radius": "lg",
411
+ "box-shadow": {
412
+ x: 0,
413
+ y: 4,
414
+ blur: 84,
415
+ spread: 0,
416
+ color: "oklch(0.5193 0.0628 284.0011 / 0.13)",
417
+ opacity: 13,
411
418
  },
412
- event_to: {
413
- "font-weight": 600,
414
- "margin-top": "4xs",
415
- "margin-bottom": "4xs",
416
- mobile: {
417
- "padding-right": "none",
418
- "margin-right": "xs",
419
- },
420
- },
421
- event_starts: {
422
- display: "flex",
423
- "flex-direction": "column",
424
- "margin-bottom": "3xs",
425
- mobile: {
426
- "margin-bottom": "none",
427
- "align-items": "flex-start",
428
- },
429
- },
430
- event_starts_date: {
431
- "text-align": "center",
432
- },
433
- event_starts_month: {
434
- "text-align": "center",
435
- "font-weight": 600,
436
- },
437
- event_ends_date: {
438
- "text-align": "center",
439
- },
440
- event_ends_month: {
441
- "text-align": "center",
442
- "font-weight": 600,
443
- },
444
- divider: {
445
- "margin-left": "2xs",
446
- "margin-right": "3xl",
447
- "border-style": "solid",
448
- "border-top-width": "0px",
449
- "border-right-width": "0px",
450
- "border-bottom-width": "0px",
451
- "border-left-width": "1px",
452
- mobile: {
453
- display: "none",
454
- },
455
- },
456
- event_description: {
457
- "font-weight": 500,
458
- },
459
- event_content: {
460
- "align-self": "center",
461
- width: "100%",
462
- display: "flex",
419
+ mobile: {
463
420
  "flex-direction": "column",
464
421
  "row-gap": "md",
465
422
  },
466
- event_category: {
467
- "font-weight": 800,
468
- color: "brand",
423
+ },
424
+ event_timing: {
425
+ display: "flex",
426
+ "flex-direction": "column",
427
+ "min-width": "95px",
428
+ "justify-content": "center",
429
+ "align-items": "center",
430
+ mobile: {
431
+ "flex-direction": "row",
432
+ "justify-content": "flex-start",
433
+ "column-gap": "xs",
469
434
  },
470
- event_sub_content: {
471
- display: "flex",
472
- "flex-direction": "column",
473
- "row-gap": "2xs",
435
+ },
436
+ event_to: {
437
+ "font-weight": 600,
438
+ "margin-top": "4xs",
439
+ "margin-bottom": "4xs",
440
+ mobile: {
441
+ "padding-right": "none",
442
+ "margin-right": "xs",
474
443
  },
475
- event_ends: {
476
- display: "flex",
477
- "flex-direction": "column",
478
- "margin-bottom": "3xs",
479
- mobile: {
480
- "margin-bottom": "none",
481
- "align-items": "flex-start",
482
- },
444
+ },
445
+ event_starts: {
446
+ display: "flex",
447
+ "flex-direction": "column",
448
+ "margin-bottom": "3xs",
449
+ mobile: {
450
+ "margin-bottom": "none",
451
+ "align-items": "flex-start",
483
452
  },
484
- event_title: {
485
- "font-weight": 800,
453
+ },
454
+ event_starts_date: {
455
+ "text-align": "center",
456
+ },
457
+ event_starts_month: {
458
+ "text-align": "center",
459
+ "font-weight": 600,
460
+ },
461
+ event_ends_date: {
462
+ "text-align": "center",
463
+ },
464
+ event_ends_month: {
465
+ "text-align": "center",
466
+ "font-weight": 600,
467
+ },
468
+ divider: {
469
+ "margin-left": "2xs",
470
+ "margin-right": "3xl",
471
+ "border-style": "solid",
472
+ "border-top-width": "0px",
473
+ "border-right-width": "0px",
474
+ "border-bottom-width": "0px",
475
+ "border-left-width": "1px",
476
+ mobile: {
477
+ display: "none",
486
478
  },
487
- })),
479
+ },
480
+ event_description: {
481
+ "font-weight": 500,
482
+ },
483
+ event_content: {
484
+ "align-self": "center",
485
+ width: "100%",
486
+ display: "flex",
487
+ "flex-direction": "column",
488
+ "row-gap": "md",
489
+ },
490
+ event_category: {
491
+ color: "brand",
492
+ "font-size": "xs",
493
+ "font-weight": 700,
494
+ "text-transform": "uppercase",
495
+ "letter-spacing": "0.08em",
496
+ },
497
+ event_sub_content: {
498
+ display: "flex",
499
+ "flex-direction": "column",
500
+ "row-gap": "2xs",
501
+ },
502
+ event_ends: {
503
+ display: "flex",
504
+ "flex-direction": "column",
505
+ "margin-bottom": "3xs",
506
+ mobile: {
507
+ "margin-bottom": "none",
508
+ "align-items": "flex-start",
509
+ },
510
+ },
511
+ event_title: {
512
+ "font-weight": 800,
513
+ },
514
+ },
515
+ listing_section: Array(ITEMS_COUNT).fill({}),
488
516
  empty_state: {
489
517
  display: "flex",
490
518
  "flex-direction": "column",
@@ -564,14 +592,13 @@ export const Calendar1: IBlock = {
564
592
  "flex-direction": "column",
565
593
  "row-gap": "xs",
566
594
  },
567
- calendar_ctas: Array(2)
568
- .fill(0)
569
- .map(() => ({
570
- calendar_cta: {
571
- display: "flex",
572
- "column-gap": "xs",
573
- },
574
- })),
595
+ calendar_ctas_levoGroupItem: {
596
+ calendar_cta: {
597
+ display: "flex",
598
+ "column-gap": "xs",
599
+ },
600
+ },
601
+ calendar_ctas: [{}],
575
602
  },
576
603
  content: DEFAULT_CONTENT,
577
604
  config: {
@@ -689,20 +716,442 @@ export const Calendar1: IBlock = {
689
716
  },
690
717
  },
691
718
  },
719
+ ],
720
+ },
721
+ },
722
+ {
723
+ key: "grid-view",
724
+ title: "Grid View",
725
+ styles: {
726
+ layout: {},
727
+ container: {
728
+ display: "flex",
729
+ "flex-direction": "column",
730
+ "row-gap": "3xl",
731
+ },
732
+ header: {
733
+ display: "flex",
734
+ "flex-direction": "column",
735
+ "row-gap": "xs",
736
+ "text-align": "center",
737
+ "align-items": "center",
738
+ },
739
+ title: {},
740
+ description: {},
741
+ content: {
742
+ display: "flex",
743
+ "flex-direction": "column",
744
+ "row-gap": "2xl",
745
+ width: "100%",
746
+ },
747
+ listing_section_levoGroup: {
748
+ display: "grid",
749
+ "grid-template-columns": "repeat(3, minmax(0, 1fr))",
750
+ "column-gap": "lg",
751
+ "row-gap": "lg",
752
+ width: "100%",
753
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
754
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
755
+ },
756
+ listing_section_levoGroupItem: {
757
+ event: {
758
+ display: "flex",
759
+ "flex-direction": "column",
760
+ "row-gap": "md",
761
+ height: "100%",
762
+ "padding-top": "xl",
763
+ "padding-right": "xl",
764
+ "padding-bottom": "xl",
765
+ "padding-left": "xl",
766
+ "border-style": "solid",
767
+ "border-width": "1px",
768
+ "border-color": "var(--color-border)",
769
+ "border-radius": "xl",
770
+ "background-color": "background-1",
771
+ },
772
+ event_timing: {
773
+ display: "flex",
774
+ "column-gap": "xs",
775
+ "align-items": "center",
776
+ },
777
+ event_starts: { display: "flex", "flex-direction": "column" },
778
+ event_starts_date: {},
779
+ event_starts_month: { "font-weight": 600 },
780
+ event_ends: { display: "flex", "flex-direction": "column" },
781
+ event_ends_date: {},
782
+ event_ends_month: { "font-weight": 600 },
783
+ event_to: { "font-weight": 600, "margin-left": "2xs", "margin-right": "2xs" },
784
+ divider: { display: "none" },
785
+ event_content: {
786
+ display: "flex",
787
+ "flex-direction": "column",
788
+ "row-gap": "xs",
789
+ },
790
+ event_category: {
791
+ color: "brand",
792
+ "font-size": "xs",
793
+ "font-weight": 700,
794
+ "text-transform": "uppercase",
795
+ "letter-spacing": "0.08em",
796
+ },
797
+ event_sub_content: { display: "flex", "flex-direction": "column", "row-gap": "2xs" },
798
+ event_title: { "font-weight": 700 },
799
+ event_description: {},
800
+ },
801
+ listing_section: Array(ITEMS_COUNT).fill({}),
802
+ empty_state: {
803
+ display: "flex",
804
+ "flex-direction": "column",
805
+ "align-items": "center",
806
+ "text-align": "center",
807
+ "padding-top": "4xl",
808
+ "padding-bottom": "4xl",
809
+ },
810
+ empty_state_icon: { "font-size": "48px", opacity: 0.3, "margin-bottom": "md" },
811
+ empty_state_title: { "margin-bottom": "xs" },
812
+ empty_state_description: { "max-width": "400px", "margin-bottom": "md" },
813
+ empty_state_cta: { display: "flex", "column-gap": "xs" },
814
+ calendar_section: { display: "none" },
815
+ calendar_header: {},
816
+ calendar_title: {},
817
+ calendar_description: {},
818
+ calendar: {},
819
+ calendar_ctas_levoGroup: { display: "none" },
820
+ calendar_ctas_levoGroupItem: { calendar_cta: {} },
821
+ calendar_ctas: [{}],
822
+ },
823
+ content: DEFAULT_CONTENT,
824
+ config: {
825
+ title: { heading: { level: "2" }, selectedVariants: { Heading_Level: "H2" } },
826
+ description: { selectedVariants: { Typography_Variants: "Body" } },
827
+ calendar_title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H4" } },
828
+ calendar_description: { selectedVariants: { Typography_Variants: "Small" } },
829
+ listing_section: Array(ITEMS_COUNT)
830
+ .fill(0)
831
+ .map(() => ({
832
+ event_starts_date: {
833
+ selectedVariants: { Heading_Level: "H5" },
834
+ heading: { level: "5" },
835
+ },
836
+ event_ends_date: { selectedVariants: { Heading_Level: "H5" }, heading: { level: "5" } },
837
+ event_starts_month: { selectedVariants: { Typography_Variants: "Small" } },
838
+ event_ends_month: { selectedVariants: { Typography_Variants: "Small" } },
839
+ event_to: { selectedVariants: { Typography_Variants: "Small" } },
840
+ event_category: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H6" } },
841
+ event_title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
842
+ event_description: { selectedVariants: {} },
843
+ })),
844
+ empty_state_title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H3" } },
845
+ empty_state_description: { selectedVariants: { Typography_Variants: "Body" } },
846
+ empty_state_cta: {
847
+ selectedVariants: { Button_Variants: "Link" },
848
+ button_icons: { left: { enabled: true } },
849
+ },
850
+ calendar_ctas: [
851
+ { calendar_cta: { selectedVariants: {}, button_icons: { left: { enabled: true } } } },
852
+ ],
853
+ },
854
+ },
855
+ {
856
+ key: "compact",
857
+ title: "Compact",
858
+ styles: {
859
+ layout: {},
860
+ container: {
861
+ display: "flex",
862
+ "flex-direction": "column",
863
+ "row-gap": "xl",
864
+ },
865
+ header: {
866
+ display: "flex",
867
+ "flex-direction": "column",
868
+ "row-gap": "3xs",
869
+ },
870
+ title: {},
871
+ description: { color: "text-2" },
872
+ content: {
873
+ display: "flex",
874
+ "column-gap": "2xl",
875
+ width: "100%",
876
+ mobile: { "flex-direction": "column-reverse", "row-gap": "2xl" },
877
+ },
878
+ listing_section_levoGroup: {
879
+ display: "flex",
880
+ "flex-direction": "column",
881
+ flex: "1",
882
+ "row-gap": "xs",
883
+ },
884
+ listing_section_levoGroupItem: {
885
+ event: {
886
+ display: "flex",
887
+ "column-gap": "md",
888
+ "align-items": "center",
889
+ "padding-top": "sm",
890
+ "padding-bottom": "sm",
891
+ "padding-left": "md",
892
+ "padding-right": "md",
893
+ "border-bottom-style": "solid",
894
+ "border-bottom-width": "1px",
895
+ "border-bottom-color": "var(--color-border)",
896
+ },
897
+ event_timing: {
898
+ display: "flex",
899
+ "flex-wrap": "wrap",
900
+ "column-gap": "3xs",
901
+ "row-gap": "3xs",
902
+ "align-content": "flex-start",
903
+ "align-items": "baseline",
904
+ width: "160px",
905
+ "flex-shrink": 0,
906
+ },
907
+ event_starts: {
908
+ display: "flex",
909
+ "column-gap": "3xs",
910
+ "align-items": "baseline",
911
+ width: "100%",
912
+ },
913
+ event_starts_date: { "font-weight": 600 },
914
+ event_starts_month: {},
915
+ event_ends: {
916
+ display: "flex",
917
+ "column-gap": "3xs",
918
+ "align-items": "baseline",
919
+ width: "100%",
920
+ },
921
+ event_ends_date: { "font-weight": 600 },
922
+ event_ends_month: {},
923
+ event_to: { "font-size": "xs", color: "text-2" },
924
+ starts_at: { "font-size": "xs", color: "text-2" },
925
+ ends_at: { "font-size": "xs", color: "text-2" },
926
+ divider: { display: "none" },
927
+ event_content: {
928
+ display: "flex",
929
+ "flex-direction": "column",
930
+ flex: "1",
931
+ },
932
+ event_category: {
933
+ color: "brand",
934
+ "font-size": "xs",
935
+ "font-weight": 700,
936
+ "text-transform": "uppercase",
937
+ "letter-spacing": "0.08em",
938
+ },
939
+ event_sub_content: { display: "flex", "flex-direction": "column" },
940
+ event_title: { "font-weight": 600 },
941
+ event_description: { "font-size": "sm", color: "text-2" },
942
+ },
943
+ listing_section: Array(ITEMS_COUNT).fill({}),
944
+ empty_state: {
945
+ display: "flex",
946
+ "flex-direction": "column",
947
+ "align-items": "center",
948
+ "text-align": "center",
949
+ "padding-top": "3xl",
950
+ "padding-bottom": "3xl",
951
+ },
952
+ empty_state_icon: { "font-size": "40px", opacity: 0.3 },
953
+ empty_state_title: {},
954
+ empty_state_description: { "max-width": "360px" },
955
+ empty_state_cta: { display: "flex", "column-gap": "xs" },
956
+ calendar_section: {
957
+ display: "flex",
958
+ "flex-direction": "column",
959
+ "row-gap": "md",
960
+ "max-width": "280px",
961
+ },
962
+ calendar_header: { display: "flex", "flex-direction": "column", "row-gap": "3xs" },
963
+ calendar_title: {},
964
+ calendar_description: {},
965
+ calendar: {
966
+ "border-style": "solid",
967
+ "border-width": "1px",
968
+ "border-color": "var(--color-border)",
969
+ "border-radius": "base",
970
+ "padding-top": "sm",
971
+ "padding-bottom": "sm",
972
+ "padding-left": "sm",
973
+ "padding-right": "sm",
974
+ },
975
+ calendar_ctas_levoGroup: { display: "flex", "flex-direction": "column", "row-gap": "2xs" },
976
+ calendar_ctas_levoGroupItem: {
977
+ calendar_cta: { display: "flex", "column-gap": "xs" },
978
+ },
979
+ calendar_ctas: [{}],
980
+ },
981
+ content: DEFAULT_CONTENT,
982
+ config: {
983
+ title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H3" } },
984
+ description: { selectedVariants: { Typography_Variants: "Small" } },
985
+ calendar_title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
986
+ calendar_description: { selectedVariants: { Typography_Variants: "Small" } },
987
+ listing_section: Array(ITEMS_COUNT)
988
+ .fill(0)
989
+ .map(() => ({
990
+ event_starts_date: {
991
+ selectedVariants: { Heading_Level: "H6" },
992
+ heading: { level: "6" },
993
+ },
994
+ event_ends_date: { selectedVariants: { Heading_Level: "H6" }, heading: { level: "6" } },
995
+ event_starts_month: { selectedVariants: { Typography_Variants: "Small" } },
996
+ event_ends_month: { selectedVariants: { Typography_Variants: "Small" } },
997
+ event_to: { selectedVariants: { Typography_Variants: "Small" } },
998
+ event_category: { heading: { level: "6" }, selectedVariants: { Heading_Level: "H6" } },
999
+ event_title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H6" } },
1000
+ event_description: { selectedVariants: { Typography_Variants: "Small" } },
1001
+ })),
1002
+ empty_state_title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
1003
+ empty_state_description: { selectedVariants: { Typography_Variants: "Small" } },
1004
+ empty_state_cta: {
1005
+ selectedVariants: { Button_Variants: "Link" },
1006
+ button_icons: { left: { enabled: true } },
1007
+ },
1008
+ calendar_ctas: [
692
1009
  {
693
1010
  calendar_cta: {
694
- selectedVariants: {
695
- Button_Variants: "Secondary",
696
- },
697
- button_icons: {
698
- left: {
699
- enabled: true,
700
- },
701
- },
1011
+ selectedVariants: { Button_Variants: "Link" },
1012
+ button_icons: { left: { enabled: true } },
702
1013
  },
703
1014
  },
704
1015
  ],
705
1016
  },
706
1017
  },
1018
+ {
1019
+ key: "minimal-list",
1020
+ title: "Minimal List",
1021
+ styles: {
1022
+ layout: {},
1023
+ container: {
1024
+ display: "flex",
1025
+ "flex-direction": "column",
1026
+ "row-gap": "xl",
1027
+ "max-width": "720px",
1028
+ "margin-left": "auto",
1029
+ "margin-right": "auto",
1030
+ },
1031
+ header: {
1032
+ display: "flex",
1033
+ "flex-direction": "column",
1034
+ "row-gap": "3xs",
1035
+ },
1036
+ title: { "font-weight": 600 },
1037
+ description: { color: "text-2" },
1038
+ content: {
1039
+ display: "flex",
1040
+ "flex-direction": "column",
1041
+ width: "100%",
1042
+ "row-gap": "none",
1043
+ },
1044
+ listing_section_levoGroup: {
1045
+ display: "flex",
1046
+ "flex-direction": "column",
1047
+ },
1048
+ listing_section_levoGroupItem: {
1049
+ event: {
1050
+ display: "flex",
1051
+ "column-gap": "lg",
1052
+ "padding-top": "md",
1053
+ "padding-bottom": "md",
1054
+ "border-bottom-style": "solid",
1055
+ "border-bottom-width": "1px",
1056
+ "border-bottom-color": "var(--color-border)",
1057
+ },
1058
+ event_timing: {
1059
+ display: "flex",
1060
+ "flex-wrap": "wrap",
1061
+ "column-gap": "3xs",
1062
+ "row-gap": "3xs",
1063
+ "align-content": "flex-start",
1064
+ "align-items": "baseline",
1065
+ width: "150px",
1066
+ "flex-shrink": 0,
1067
+ },
1068
+ event_starts: {
1069
+ display: "flex",
1070
+ "column-gap": "3xs",
1071
+ "align-items": "baseline",
1072
+ width: "100%",
1073
+ },
1074
+ event_starts_date: { "font-weight": 600 },
1075
+ event_starts_month: { color: "text-2", "font-size": "xs" },
1076
+ event_ends: {
1077
+ display: "flex",
1078
+ "column-gap": "3xs",
1079
+ "align-items": "baseline",
1080
+ width: "100%",
1081
+ },
1082
+ event_ends_date: { "font-weight": 600 },
1083
+ event_ends_month: { color: "text-2", "font-size": "xs" },
1084
+ event_to: { "font-size": "xs", color: "text-2" },
1085
+ starts_at: { "font-size": "xs", color: "text-2" },
1086
+ ends_at: { "font-size": "xs", color: "text-2" },
1087
+ divider: { display: "none" },
1088
+ event_content: {
1089
+ display: "flex",
1090
+ "flex-direction": "column",
1091
+ flex: "1",
1092
+ },
1093
+ event_category: {
1094
+ color: "brand",
1095
+ "font-size": "xs",
1096
+ "font-weight": 700,
1097
+ "text-transform": "uppercase",
1098
+ "letter-spacing": "0.08em",
1099
+ },
1100
+ event_sub_content: { display: "flex", "flex-direction": "column" },
1101
+ event_title: { "font-weight": 600 },
1102
+ event_description: { color: "text-2", "font-size": "sm" },
1103
+ },
1104
+ listing_section: Array(ITEMS_COUNT).fill({}),
1105
+ empty_state: {
1106
+ display: "flex",
1107
+ "flex-direction": "column",
1108
+ "align-items": "center",
1109
+ "text-align": "center",
1110
+ "padding-top": "3xl",
1111
+ "padding-bottom": "3xl",
1112
+ },
1113
+ empty_state_icon: { "font-size": "40px", opacity: 0.3 },
1114
+ empty_state_title: {},
1115
+ empty_state_description: { "max-width": "360px" },
1116
+ empty_state_cta: { display: "flex", "column-gap": "xs" },
1117
+ calendar_section: { display: "none" },
1118
+ calendar_header: {},
1119
+ calendar_title: {},
1120
+ calendar_description: {},
1121
+ calendar: {},
1122
+ calendar_ctas_levoGroup: { display: "none" },
1123
+ calendar_ctas_levoGroupItem: { calendar_cta: {} },
1124
+ calendar_ctas: [{}],
1125
+ },
1126
+ content: DEFAULT_CONTENT,
1127
+ config: {
1128
+ title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H3" } },
1129
+ description: { selectedVariants: { Typography_Variants: "Small" } },
1130
+ calendar_title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H5" } },
1131
+ calendar_description: { selectedVariants: { Typography_Variants: "Small" } },
1132
+ listing_section: Array(ITEMS_COUNT)
1133
+ .fill(0)
1134
+ .map(() => ({
1135
+ event_starts_date: {
1136
+ selectedVariants: { Heading_Level: "H5" },
1137
+ heading: { level: "5" },
1138
+ },
1139
+ event_ends_date: { selectedVariants: { Heading_Level: "H5" }, heading: { level: "5" } },
1140
+ event_starts_month: { selectedVariants: { Typography_Variants: "Small" } },
1141
+ event_ends_month: { selectedVariants: { Typography_Variants: "Small" } },
1142
+ event_to: { selectedVariants: { Typography_Variants: "Small" } },
1143
+ event_category: { heading: { level: "6" }, selectedVariants: { Heading_Level: "H6" } },
1144
+ event_title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H6" } },
1145
+ event_description: { selectedVariants: { Typography_Variants: "Small" } },
1146
+ })),
1147
+ empty_state_title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
1148
+ empty_state_description: { selectedVariants: { Typography_Variants: "Small" } },
1149
+ empty_state_cta: {
1150
+ selectedVariants: { Button_Variants: "Link" },
1151
+ button_icons: { left: { enabled: true } },
1152
+ },
1153
+ calendar_ctas: [{ calendar_cta: { selectedVariants: {} } }],
1154
+ },
1155
+ },
707
1156
  ],
708
1157
  };