@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,120 +1,151 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const ICON_USER = {
4
+ kind: "icon",
5
+ data: {
6
+ id: "user",
7
+ label: "User",
8
+ svgCode:
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
10
+ },
11
+ };
12
+
13
+ const ICON_BRIEFCASE = {
14
+ kind: "icon",
15
+ data: {
16
+ id: "briefcase",
17
+ label: "Briefcase",
18
+ svgCode:
19
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M16.0002 22.75H8.00023C3.38023 22.75 2.52023 20.6 2.30023 18.51L1.55023 10.5C1.44023 9.45001 1.41023 7.90001 2.45023 6.74001C3.35023 5.74001 4.84023 5.26001 7.00023 5.26001H17.0002C19.1702 5.26001 20.6602 5.75001 21.5502 6.74001C22.5902 7.90001 22.5602 9.45001 22.4502 10.51L21.7002 18.5C21.4802 20.6 20.6202 22.75 16.0002 22.75ZM7.00023 6.75001C5.31023 6.75001 4.15023 7.08001 3.56023 7.74001C3.07023 8.28001 2.91023 9.11001 3.04023 10.35L3.79023 18.36C3.96023 19.94 4.39023 21.25 8.00023 21.25H16.0002C19.6002 21.25 20.0402 19.94 20.2102 18.35L20.9602 10.36C21.0902 9.11001 20.9302 8.28001 20.4402 7.74001C19.8502 7.08001 18.6902 6.75001 17.0002 6.75001H7.00023Z" fill="var(--color-icon-primary)"/>\n<path d="M16 6.75C15.59 6.75 15.25 6.41 15.25 6V5.2C15.25 3.42 15.25 2.75 12.8 2.75H11.2C8.75 2.75 8.75 3.42 8.75 5.2V6C8.75 6.41 8.41 6.75 8 6.75C7.59 6.75 7.25 6.41 7.25 6V5.2C7.25 3.44 7.25 1.25 11.2 1.25H12.8C16.75 1.25 16.75 3.44 16.75 5.2V6C16.75 6.41 16.41 6.75 16 6.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 16.75C9.25 16.75 9.25 15.05 9.25 14.03V13C9.25 11.59 9.59 11.25 11 11.25H13C14.41 11.25 14.75 11.59 14.75 13V14C14.75 15.04 14.75 16.75 12 16.75ZM10.75 12.75C10.75 12.83 10.75 12.92 10.75 13V14.03C10.75 15.06 10.75 15.25 12 15.25C13.25 15.25 13.25 15.09 13.25 14.02V13C13.25 12.92 13.25 12.83 13.25 12.75C13.17 12.75 13.08 12.75 13 12.75H11C10.92 12.75 10.83 12.75 10.75 12.75Z" fill="var(--color-icon-primary)"/>\n<path d="M13.9995 14.77C13.6295 14.77 13.2995 14.49 13.2595 14.11C13.2095 13.7 13.4995 13.32 13.9095 13.27C16.5495 12.94 19.0795 11.94 21.2095 10.39C21.5395 10.14 22.0095 10.22 22.2595 10.56C22.4995 10.89 22.4295 11.36 22.0895 11.61C19.7495 13.31 16.9895 14.4 14.0895 14.77C14.0595 14.77 14.0295 14.77 13.9995 14.77Z" fill="var(--color-icon-primary)"/>\n<path d="M9.99975 14.78C9.96975 14.78 9.93975 14.78 9.90975 14.78C7.16975 14.47 4.49975 13.47 2.18975 11.89C1.84975 11.66 1.75975 11.19 1.98975 10.85C2.21975 10.51 2.68975 10.42 3.02975 10.65C5.13975 12.09 7.56975 13 10.0697 13.29C10.4797 13.34 10.7797 13.71 10.7297 14.12C10.6997 14.5 10.3797 14.78 9.99975 14.78Z" fill="var(--color-icon-primary)"/>\n</svg>',
20
+ },
21
+ };
22
+
23
+ const ICON_LOCATION = {
24
+ kind: "icon",
25
+ data: {
26
+ id: "location",
27
+ label: "Location",
28
+ svgCode:
29
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9999 14.17C9.86988 14.17 8.12988 12.44 8.12988 10.3C8.12988 8.16 9.86988 6.44 11.9999 6.44C14.1299 6.44 15.8699 8.17 15.8699 10.31C15.8699 12.45 14.1299 14.17 11.9999 14.17ZM11.9999 7.94C10.6999 7.94 9.62988 9 9.62988 10.31C9.62988 11.62 10.6899 12.68 11.9999 12.68C13.3099 12.68 14.3699 11.62 14.3699 10.31C14.3699 9 13.2999 7.94 11.9999 7.94Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9997 22.76C10.5197 22.76 9.02969 22.2 7.86969 21.09C4.91969 18.25 1.65969 13.72 2.88969 8.33C3.99969 3.44 8.26969 1.25 11.9997 1.25C11.9997 1.25 11.9997 1.25 12.0097 1.25C15.7397 1.25 20.0097 3.44 21.1197 8.34C22.3397 13.73 19.0797 18.25 16.1297 21.09C14.9697 22.2 13.4797 22.76 11.9997 22.76ZM11.9997 2.75C9.08969 2.75 5.34969 4.3 4.35969 8.66C3.27969 13.37 6.23969 17.43 8.91969 20C10.6497 21.67 13.3597 21.67 15.0897 20C17.7597 17.43 20.7197 13.37 19.6597 8.66C18.6597 4.3 14.9097 2.75 11.9997 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
30
+ },
31
+ };
32
+
33
+ const ICON_CTA_RIGHT = {
34
+ kind: "icon",
35
+ data: {
36
+ id: "login-1",
37
+ label: "Login 1",
38
+ svgCode:
39
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.6801 15.3699C11.4901 15.3699 11.3001 15.2999 11.1501 15.1499C10.8601 14.8599 10.8601 14.3799 11.1501 14.0899L13.1801 12.0599L11.1501 10.0299C10.8601 9.73994 10.8601 9.25994 11.1501 8.96994C11.4401 8.67994 11.9201 8.67994 12.2101 8.96994L14.7701 11.5299C15.0601 11.8199 15.0601 12.2999 14.7701 12.5899L12.2101 15.1499C12.0701 15.2999 11.8701 15.3699 11.6801 15.3699Z" fill="var(--color-icon-primary)"/>\n<path d="M14.17 12.8101H4C3.59 12.8101 3.25 12.4701 3.25 12.0601C3.25 11.6501 3.59 11.3101 4 11.3101H14.17C14.58 11.3101 14.92 11.6501 14.92 12.0601C14.92 12.4701 14.58 12.8101 14.17 12.8101Z" fill="var(--color-icon-primary)"/>\n<path d="M12 20.75C11.59 20.75 11.25 20.41 11.25 20C11.25 19.59 11.59 19.25 12 19.25C16.27 19.25 19.25 16.27 19.25 12C19.25 7.73 16.27 4.75 12 4.75C11.59 4.75 11.25 4.41 11.25 4C11.25 3.59 11.59 3.25 12 3.25C17.15 3.25 20.75 6.85 20.75 12C20.75 17.15 17.15 20.75 12 20.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
40
+ },
41
+ };
42
+
3
43
  const DEFAULT_CONTENT = {
4
44
  layout: null,
5
45
  container: null,
6
46
  header_wrapper: null,
7
- title: "Job Opportunities",
47
+ title: "Build the rails that move money safely",
8
48
  description:
9
- "More than investors true partners in growth. The difference that sets our venture studio apart.",
49
+ "Join a payments team shipping PCI DSS Level 1 infrastructure, real-time ledgers, and fraud systems that settle billions without breaking.",
10
50
  jobs_levoGroup: null,
11
51
  bottom_ctas_levoGroup: null,
12
- bottom_ctas: [{ bottom_cta: "Explore All Job Roles" }, { bottom_cta: "View Internships" }],
52
+ bottom_ctas: [
53
+ { bottom_cta: "See all open roles" },
54
+ { bottom_cta: "Read engineering blog" },
55
+ ],
13
56
  jobs: [
14
57
  {
15
58
  job_item: null,
16
59
  designation_wrapper: null,
17
- designation_header: "Designation",
18
- designation_value: "Product Designer",
60
+ designation_header_wrapper: null,
61
+ designation_icon: ICON_USER,
62
+ designation_header: "Role",
63
+ designation_value: "Payments Platform Engineer",
19
64
  work_wrapper: null,
20
- work_header: "Work",
21
- work_value: "Full Time",
65
+ work_header_wrapper: null,
66
+ work_icon: ICON_BRIEFCASE,
67
+ work_header: "Type",
68
+ work_value: "Full-time",
22
69
  location_wrapper: null,
70
+ location_header_wrapper: null,
71
+ location_icon: ICON_LOCATION,
23
72
  location_header: "Location",
24
- location_value: "New York",
73
+ location_value: "Remote, Americas",
25
74
  ctas_levoGroup: null,
26
- ctas: [{ cta: "View" }, { cta: "Apply" }],
75
+ ctas: [{ cta: "View role" }, { cta: "Apply" }],
27
76
  separator: null,
28
- cta_rightIcon: {
29
- kind: "icon",
30
- data: {
31
- id: "arrow-right-1",
32
- label: "Arrow Right 1",
33
- tags: ["arrow", "custom", "directional", "right"],
34
- svgCode:
35
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
36
- },
37
- },
77
+ cta_rightIcon: ICON_CTA_RIGHT,
38
78
  },
39
79
  {
40
80
  job_item: null,
41
81
  designation_wrapper: null,
42
- designation_header: "Designation",
43
- designation_value: "Product Designer",
82
+ designation_header_wrapper: null,
83
+ designation_icon: ICON_USER,
84
+ designation_header: "Role",
85
+ designation_value: "Risk & Fraud Analyst",
44
86
  work_wrapper: null,
45
- work_header: "Work",
46
- work_value: "Full Time",
87
+ work_header_wrapper: null,
88
+ work_icon: ICON_BRIEFCASE,
89
+ work_header: "Type",
90
+ work_value: "Full-time",
47
91
  location_wrapper: null,
92
+ location_header_wrapper: null,
93
+ location_icon: ICON_LOCATION,
48
94
  location_header: "Location",
49
- location_value: "New York",
95
+ location_value: "London, UK",
50
96
  ctas_levoGroup: null,
51
- ctas: [{ cta: "View" }, { cta: "Apply" }],
97
+ ctas: [{ cta: "View role" }, { cta: "Apply" }],
52
98
  separator: null,
53
- cta_rightIcon: {
54
- kind: "icon",
55
- data: {
56
- id: "arrow-right-1",
57
- label: "Arrow Right 1",
58
- tags: ["arrow", "custom", "directional", "right"],
59
- svgCode:
60
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
61
- },
62
- },
99
+ cta_rightIcon: ICON_CTA_RIGHT,
63
100
  },
64
101
  {
65
102
  job_item: null,
66
103
  designation_wrapper: null,
67
- designation_header: "Designation",
68
- designation_value: "Product Designer",
104
+ designation_header_wrapper: null,
105
+ designation_icon: ICON_USER,
106
+ designation_header: "Role",
107
+ designation_value: "Compliance Lead, PCI DSS",
69
108
  work_wrapper: null,
70
- work_header: "Work",
71
- work_value: "Full Time",
109
+ work_header_wrapper: null,
110
+ work_icon: ICON_BRIEFCASE,
111
+ work_header: "Type",
112
+ work_value: "Full-time",
72
113
  location_wrapper: null,
114
+ location_header_wrapper: null,
115
+ location_icon: ICON_LOCATION,
73
116
  location_header: "Location",
74
- location_value: "New York",
117
+ location_value: "Singapore",
75
118
  ctas_levoGroup: null,
76
- ctas: [{ cta: "View" }, { cta: "Apply" }],
119
+ ctas: [{ cta: "View role" }, { cta: "Apply" }],
77
120
  separator: null,
78
- cta_rightIcon: {
79
- kind: "icon",
80
- data: {
81
- id: "arrow-right-1",
82
- label: "Arrow Right 1",
83
- tags: ["arrow", "custom", "directional", "right"],
84
- svgCode:
85
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
86
- },
87
- },
121
+ cta_rightIcon: ICON_CTA_RIGHT,
88
122
  },
89
123
  {
90
124
  job_item: null,
91
125
  designation_wrapper: null,
92
- designation_header: "Designation",
93
- designation_value: "Product Designer",
126
+ designation_header_wrapper: null,
127
+ designation_icon: ICON_USER,
128
+ designation_header: "Role",
129
+ designation_value: "Settlement Operations Manager",
94
130
  work_wrapper: null,
95
- work_header: "Work",
96
- work_value: "Full Time",
131
+ work_header_wrapper: null,
132
+ work_icon: ICON_BRIEFCASE,
133
+ work_header: "Type",
134
+ work_value: "Contract",
97
135
  location_wrapper: null,
136
+ location_header_wrapper: null,
137
+ location_icon: ICON_LOCATION,
98
138
  location_header: "Location",
99
- location_value: "New York",
139
+ location_value: "Berlin, DE",
100
140
  ctas_levoGroup: null,
101
- ctas: [{ cta: "View" }, { cta: "Apply" }],
141
+ ctas: [{ cta: "View role" }, { cta: "Apply" }],
102
142
  separator: null,
103
- cta_rightIcon: {
104
- kind: "icon",
105
- data: {
106
- id: "arrow-right-1",
107
- label: "Arrow Right 1",
108
- tags: ["arrow", "custom", "directional", "right"],
109
- svgCode:
110
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.4301 18.82C14.2401 18.82 14.0501 18.75 13.9001 18.6C13.6101 18.31 13.6101 17.83 13.9001 17.54L19.4401 12L13.9001 6.46C13.6101 6.17 13.6101 5.69 13.9001 5.4C14.1901 5.11 14.6701 5.11 14.9601 5.4L21.0301 11.47C21.3201 11.76 21.3201 12.24 21.0301 12.53L14.9601 18.6C14.8101 18.75 14.6201 18.82 14.4301 18.82Z" fill="currentColor"/>\n<path d="M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z" fill="currentColor"/>\n</svg>',
111
- },
112
- },
143
+ cta_rightIcon: ICON_CTA_RIGHT,
113
144
  },
114
145
  ],
115
146
  bottom_description:
116
- "<p>You can also send your application on email here<br>Email id - &nbsp;jobs@xyz.com.</p>",
117
- label: "CurrentJob Openings",
147
+ "<p>No role that fits? Send your CV to <br>careers@fintechco.com and we'll route it to the right team.</p>",
148
+ label: "Open Roles",
118
149
  };
119
150
 
120
151
  export type IContent5Content = typeof DEFAULT_CONTENT;
@@ -125,7 +156,7 @@ export const Content5: IBlock = {
125
156
  key: "content-5",
126
157
  version: "v1",
127
158
  prompt_description:
128
- "Job opportunities listing with title, description, and job items showing designation, work type, location, and CTA in a clean 4-column layout.",
159
+ "Fintech careers listing with title, description, and role cards showing designation, employment type, location, and apply CTAs.",
129
160
 
130
161
  content_schema: [
131
162
  {
@@ -312,8 +343,8 @@ export const Content5: IBlock = {
312
343
  ],
313
344
  layouts: [
314
345
  {
315
- key: "default",
316
- title: "Default",
346
+ key: "card_list",
347
+ title: "Card List",
317
348
  styles: {
318
349
  layout: {},
319
350
  container: {},
@@ -328,11 +359,14 @@ export const Content5: IBlock = {
328
359
  },
329
360
  description: {
330
361
  "text-align": "center",
362
+ "max-width": "640px",
363
+ "margin-left": "auto",
364
+ "margin-right": "auto",
331
365
  },
332
366
  jobs_levoGroup: {
333
367
  display: "flex",
334
368
  "flex-direction": "column",
335
- "row-gap": "4xs",
369
+ "row-gap": "base",
336
370
  "margin-bottom": "2xl",
337
371
  },
338
372
  bottom_ctas_levoGroup: {
@@ -346,595 +380,139 @@ export const Content5: IBlock = {
346
380
  "margin-left": "auto",
347
381
  "margin-right": "auto",
348
382
  },
349
- bottom_ctas: Array(2)
350
- .fill(0)
351
- .map(() => ({})),
352
- jobs: [
353
- {
354
- job_item: {
355
- display: "grid",
356
- "grid-template-columns": "1fr 1fr 1fr auto",
357
- "align-items": "start",
358
- "column-gap": "lg",
359
- "padding-top": "lg",
360
- "padding-bottom": "lg",
361
- tablet: {
362
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
363
- "column-gap": "base",
364
- },
365
- mobile: {
366
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
367
- "column-gap": "sm",
368
- "padding-top": "base",
369
- "padding-bottom": "base",
370
- "row-gap": "2xl",
371
- },
372
- "border-style": "solid",
373
- "border-width": "1px",
374
- "border-radius": "base",
375
- "padding-left": "2xl",
376
- "padding-right": "2xl",
377
- },
378
- designation_wrapper: {
379
- display: "flex",
380
- "flex-direction": "column",
381
- "row-gap": "xs",
382
- },
383
- designation_header_wrapper: {
384
- display: "flex",
385
- "align-items": "center",
386
- "column-gap": "2xs",
387
- },
388
- designation_icon: {
389
- width: "16px",
390
- height: "16px",
391
- },
392
- designation_header: {
393
- "font-weight": 500,
394
- "text-transform": "uppercase",
395
- "letter-spacing": "0.05em",
396
- },
397
- designation_value: {
398
- color: "text-1",
399
- "font-weight": "600",
400
- "margin-top": "xs",
401
- },
402
- work_wrapper: {
403
- display: "flex",
404
- "flex-direction": "column",
405
- "row-gap": "xs",
406
- tablet: {
407
- "justify-content": "center",
408
- "align-items": "center",
409
- },
410
- },
411
- work_header_wrapper: {
412
- display: "flex",
413
- "align-items": "center",
414
- "column-gap": "2xs",
415
- },
416
- work_icon: {
417
- width: "16px",
418
- height: "16px",
419
- },
420
- work_header: {
421
- "font-weight": 500,
422
- "text-transform": "uppercase",
423
- "letter-spacing": "0.05em",
424
- },
425
- work_value: {
426
- color: "text-1",
427
- "font-weight": "600",
428
- "margin-top": "xs",
429
- },
430
- location_wrapper: {
431
- display: "flex",
432
- "flex-direction": "column",
433
- "row-gap": "xs",
434
- tablet: {
435
- "justify-content": "center",
436
- "align-items": "center",
437
- },
438
- mobile: {
439
- "justify-content": "start",
440
- "align-items": "start",
441
- },
442
- },
443
- location_header_wrapper: {
444
- display: "flex",
445
- "align-items": "center",
446
- "column-gap": "2xs",
447
- },
448
- location_icon: {
449
- width: "16px",
450
- height: "16px",
451
- },
452
- location_header: {
453
- "font-weight": 500,
454
- "text-transform": "uppercase",
455
- "letter-spacing": "0.05em",
456
- },
457
- location_value: {
458
- color: "text-1",
459
- "font-weight": "600",
460
- "margin-top": "xs",
461
- },
462
- ctas_levoGroup: {
463
- display: "flex",
464
- "flex-direction": "row",
465
- "column-gap": "xs",
466
- "row-gap": "xs",
467
- "flex-wrap": "wrap",
468
- "align-items": "center",
469
- tablet: {
470
- "justify-content": "center",
471
- "align-items": "center",
472
- "margin-left": "5xl",
473
- },
474
- width: "fit-content",
475
- },
476
- ctas: Array(2)
477
- .fill(0)
478
- .map(() => ({
479
- cta: {
480
- "border-width": "0",
481
- cursor: "pointer",
482
- display: "flex",
483
- "column-gap": "none",
484
- width: "fit-content",
485
- },
486
- })),
487
- separator: {
488
- width: "100%",
489
- height: "1px",
490
- "background-color": "border",
491
- },
492
- cta_rightIcon: {
493
- height: "24px",
494
- width: "24px",
495
- "font-size": "24px",
496
- "border-radius": "3xl",
383
+ bottom_ctas: [{}, {}],
384
+ jobs_levoGroupItem: {
385
+ job_item: {
386
+ display: "grid",
387
+ "grid-template-columns": "1fr 1fr 1fr auto",
388
+ "align-items": "center",
389
+ "column-gap": "lg",
390
+ "padding-top": "xl",
391
+ "padding-bottom": "xl",
392
+ "padding-left": "2xl",
393
+ "padding-right": "2xl",
394
+ "background-color": "card",
395
+ "border-style": "solid",
396
+ "border-width": "1px",
397
+ "border-radius": "lg",
398
+ tablet: {
399
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
400
+ "column-gap": "base",
401
+ },
402
+ mobile: {
403
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
404
+ "column-gap": "sm",
405
+ "padding-top": "base",
406
+ "padding-bottom": "base",
407
+ "row-gap": "2xl",
497
408
  },
498
409
  },
499
- {
500
- job_item: {
501
- display: "grid",
502
- "grid-template-columns": "1fr 1fr 1fr auto",
503
- "align-items": "start",
504
- "column-gap": "lg",
505
- "padding-top": "lg",
506
- "padding-bottom": "lg",
507
- tablet: {
508
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
509
- "column-gap": "base",
510
- },
511
- mobile: {
512
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
513
- "column-gap": "sm",
514
- "padding-top": "base",
515
- "padding-bottom": "base",
516
- "row-gap": "2xl",
517
- },
518
- "border-style": "solid",
519
- "border-width": "1px",
520
- "border-radius": "base",
521
- "padding-left": "2xl",
522
- "padding-right": "2xl",
523
- },
524
- designation_wrapper: {
525
- display: "flex",
526
- "flex-direction": "column",
527
- "row-gap": "xs",
528
- },
529
- designation_header: {
530
- "font-weight": 500,
531
- "text-transform": "uppercase",
532
- "letter-spacing": "0.05em",
533
- },
534
- designation_value: {
535
- color: "text-1",
536
- "font-weight": "600",
537
- "margin-top": "xs",
538
- },
539
- work_wrapper: {
540
- display: "flex",
541
- "flex-direction": "column",
542
- "row-gap": "xs",
543
- tablet: {
544
- "justify-content": "center",
545
- "align-items": "center",
546
- },
547
- },
548
- work_header: {
549
- "font-weight": 500,
550
- "text-transform": "uppercase",
551
- "letter-spacing": "0.05em",
552
- },
553
- work_value: {
554
- color: "text-1",
555
- "font-weight": "600",
556
- "margin-top": "xs",
557
- },
558
- location_wrapper: {
559
- display: "flex",
560
- "flex-direction": "column",
561
- "row-gap": "xs",
562
- tablet: {
563
- "justify-content": "center",
564
- "align-items": "center",
565
- },
566
- mobile: {
567
- "justify-content": "start",
568
- "align-items": "start",
569
- },
570
- },
571
- location_header: {
572
- "font-weight": 500,
573
- "text-transform": "uppercase",
574
- "letter-spacing": "0.05em",
575
- },
576
- location_value: {
577
- color: "text-1",
578
- "font-weight": "600",
579
- "margin-top": "xs",
580
- },
581
- ctas_levoGroup: {
582
- display: "flex",
583
- "flex-direction": "row",
584
- "column-gap": "xs",
585
- "row-gap": "xs",
586
- "flex-wrap": "wrap",
587
- "align-items": "center",
588
- tablet: {
589
- "justify-content": "center",
590
- "align-items": "center",
591
- "margin-left": "5xl",
592
- },
593
- width: "fit-content",
594
- },
595
- ctas: Array(2)
596
- .fill(0)
597
- .map(() => ({
598
- cta: {
599
- "border-width": "0",
600
- cursor: "pointer",
601
- display: "flex",
602
- "column-gap": "none",
603
- width: "fit-content",
604
- },
605
- })),
606
- separator: {
607
- width: "100%",
608
- height: "1px",
609
- "background-color": "border",
610
- },
611
- cta_rightIcon: {
612
- height: "24px",
613
- width: "24px",
614
- "font-size": "24px",
615
- "border-radius": "3xl",
616
- },
617
- designation_header_wrapper: {
618
- display: "flex",
619
- "align-items": "center",
620
- "column-gap": "2xs",
621
- },
622
- designation_icon: {
623
- width: "16px",
624
- height: "16px",
625
- },
626
- work_header_wrapper: {
627
- display: "flex",
628
- "align-items": "center",
629
- "column-gap": "2xs",
630
- },
631
- work_icon: {
632
- width: "16px",
633
- height: "16px",
634
- },
635
- location_header_wrapper: {
636
- display: "flex",
637
- "align-items": "center",
638
- "column-gap": "2xs",
639
- },
640
- location_icon: {
641
- width: "16px",
642
- height: "16px",
643
- },
410
+ designation_wrapper: {
411
+ display: "flex",
412
+ "flex-direction": "column",
413
+ "row-gap": "xs",
644
414
  },
645
- {
646
- job_item: {
647
- display: "grid",
648
- "grid-template-columns": "1fr 1fr 1fr auto",
649
- "align-items": "start",
650
- "column-gap": "lg",
651
- "padding-top": "lg",
652
- "padding-bottom": "lg",
653
- tablet: {
654
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
655
- "column-gap": "base",
656
- },
657
- mobile: {
658
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
659
- "column-gap": "sm",
660
- "padding-top": "base",
661
- "padding-bottom": "base",
662
- "row-gap": "2xl",
663
- },
664
- "border-style": "solid",
665
- "border-width": "1px",
666
- "border-radius": "base",
667
- "padding-left": "2xl",
668
- "padding-right": "2xl",
669
- },
670
- designation_wrapper: {
671
- display: "flex",
672
- "flex-direction": "column",
673
- "row-gap": "xs",
674
- },
675
- designation_header: {
676
- "font-weight": 500,
677
- "text-transform": "uppercase",
678
- "letter-spacing": "0.05em",
679
- },
680
- designation_value: {
681
- color: "text-1",
682
- "font-weight": "600",
683
- "margin-top": "xs",
684
- },
685
- work_wrapper: {
686
- display: "flex",
687
- "flex-direction": "column",
688
- "row-gap": "xs",
689
- tablet: {
690
- "justify-content": "center",
691
- "align-items": "center",
692
- },
693
- },
694
- work_header: {
695
- "font-weight": 500,
696
- "text-transform": "uppercase",
697
- "letter-spacing": "0.05em",
698
- },
699
- work_value: {
700
- color: "text-1",
701
- "font-weight": "600",
702
- "margin-top": "xs",
703
- },
704
- location_wrapper: {
705
- display: "flex",
706
- "flex-direction": "column",
707
- "row-gap": "xs",
708
- tablet: {
709
- "justify-content": "center",
710
- "align-items": "center",
711
- },
712
- mobile: {
713
- "justify-content": "start",
714
- "align-items": "start",
715
- },
716
- },
717
- location_header: {
718
- "font-weight": 500,
719
- "text-transform": "uppercase",
720
- "letter-spacing": "0.05em",
721
- },
722
- location_value: {
723
- color: "text-1",
724
- "font-weight": "600",
725
- "margin-top": "xs",
726
- },
727
- ctas_levoGroup: {
728
- display: "flex",
729
- "flex-direction": "row",
730
- "column-gap": "xs",
731
- "row-gap": "xs",
732
- "flex-wrap": "wrap",
733
- "align-items": "center",
734
- tablet: {
735
- "justify-content": "center",
736
- "align-items": "center",
737
- "margin-left": "5xl",
738
- },
739
- width: "fit-content",
740
- },
741
- ctas: Array(2)
742
- .fill(0)
743
- .map(() => ({
744
- cta: {
745
- "border-width": "0",
746
- cursor: "pointer",
747
- display: "flex",
748
- "column-gap": "none",
749
- width: "fit-content",
750
- },
751
- })),
752
- separator: {
753
- width: "100%",
754
- height: "1px",
755
- "background-color": "border",
756
- },
757
- cta_rightIcon: {
758
- height: "24px",
759
- width: "24px",
760
- "font-size": "24px",
761
- "border-radius": "3xl",
762
- },
763
- designation_header_wrapper: {
764
- display: "flex",
765
- "align-items": "center",
766
- "column-gap": "2xs",
767
- },
768
- designation_icon: {
769
- width: "16px",
770
- height: "16px",
771
- },
772
- work_header_wrapper: {
773
- display: "flex",
774
- "align-items": "center",
775
- "column-gap": "2xs",
776
- },
777
- work_icon: {
778
- width: "16px",
779
- height: "16px",
780
- },
781
- location_header_wrapper: {
782
- display: "flex",
783
- "align-items": "center",
784
- "column-gap": "2xs",
785
- },
786
- location_icon: {
787
- width: "16px",
788
- height: "16px",
789
- },
415
+ designation_header_wrapper: {
416
+ display: "flex",
417
+ "align-items": "center",
418
+ "column-gap": "2xs",
790
419
  },
791
- {
792
- job_item: {
793
- display: "grid",
794
- "grid-template-columns": "1fr 1fr 1fr auto",
795
- "align-items": "start",
796
- "column-gap": "lg",
797
- "padding-top": "lg",
798
- "padding-bottom": "lg",
799
- tablet: {
800
- "grid-template-columns": "repeat(4, minmax(0, 1fr))",
801
- "column-gap": "base",
802
- },
803
- mobile: {
804
- "grid-template-columns": "repeat(2, minmax(0, 1fr))",
805
- "column-gap": "sm",
806
- "padding-top": "base",
807
- "padding-bottom": "base",
808
- "row-gap": "2xl",
809
- },
810
- "border-style": "solid",
811
- "border-width": "1px",
812
- "border-radius": "base",
813
- "padding-left": "2xl",
814
- "padding-right": "2xl",
815
- },
816
- designation_wrapper: {
817
- display: "flex",
818
- "flex-direction": "column",
819
- "row-gap": "xs",
820
- },
821
- designation_header: {
822
- "font-weight": 500,
823
- "text-transform": "uppercase",
824
- "letter-spacing": "0.05em",
825
- },
826
- designation_value: {
827
- color: "text-1",
828
- "font-weight": "600",
829
- "margin-top": "xs",
830
- },
831
- work_wrapper: {
832
- display: "flex",
833
- "flex-direction": "column",
834
- "row-gap": "xs",
835
- tablet: {
836
- "justify-content": "center",
837
- "align-items": "center",
838
- },
839
- },
840
- work_header: {
841
- "font-weight": 500,
842
- "text-transform": "uppercase",
843
- "letter-spacing": "0.05em",
844
- },
845
- work_value: {
846
- color: "text-1",
847
- "font-weight": "600",
848
- "margin-top": "xs",
849
- },
850
- location_wrapper: {
851
- display: "flex",
852
- "flex-direction": "column",
853
- "row-gap": "xs",
854
- tablet: {
855
- "justify-content": "center",
856
- "align-items": "center",
857
- },
858
- mobile: {
859
- "justify-content": "start",
860
- "align-items": "start",
861
- },
862
- },
863
- location_header: {
864
- "font-weight": 500,
865
- "text-transform": "uppercase",
866
- "letter-spacing": "0.05em",
867
- },
868
- location_value: {
869
- color: "text-1",
870
- "font-weight": "600",
871
- "margin-top": "xs",
872
- },
873
- ctas_levoGroup: {
420
+ designation_icon: {
421
+ width: "16px",
422
+ height: "16px",
423
+ "flex-shrink": "0",
424
+ },
425
+ designation_header: {
426
+ "font-weight": 500,
427
+ "text-transform": "uppercase",
428
+ "letter-spacing": "0.05em",
429
+ },
430
+ designation_value: {
431
+ color: "text-1",
432
+ "font-weight": "600",
433
+ "margin-top": "xs",
434
+ },
435
+ work_wrapper: {
436
+ display: "flex",
437
+ "flex-direction": "column",
438
+ "row-gap": "xs",
439
+ },
440
+ work_header_wrapper: {
441
+ display: "flex",
442
+ "align-items": "center",
443
+ "column-gap": "2xs",
444
+ },
445
+ work_icon: {
446
+ width: "16px",
447
+ height: "16px",
448
+ "flex-shrink": "0",
449
+ },
450
+ work_header: {
451
+ "font-weight": 500,
452
+ "text-transform": "uppercase",
453
+ "letter-spacing": "0.05em",
454
+ },
455
+ work_value: {
456
+ color: "text-1",
457
+ "font-weight": "600",
458
+ "margin-top": "xs",
459
+ },
460
+ location_wrapper: {
461
+ display: "flex",
462
+ "flex-direction": "column",
463
+ "row-gap": "xs",
464
+ },
465
+ location_header_wrapper: {
466
+ display: "flex",
467
+ "align-items": "center",
468
+ "column-gap": "2xs",
469
+ },
470
+ location_icon: {
471
+ width: "16px",
472
+ height: "16px",
473
+ "flex-shrink": "0",
474
+ },
475
+ location_header: {
476
+ "font-weight": 500,
477
+ "text-transform": "uppercase",
478
+ "letter-spacing": "0.05em",
479
+ },
480
+ location_value: {
481
+ color: "text-1",
482
+ "font-weight": "600",
483
+ "margin-top": "xs",
484
+ },
485
+ ctas_levoGroup: {
486
+ display: "flex",
487
+ "flex-direction": "row",
488
+ "column-gap": "sm",
489
+ "row-gap": "xs",
490
+ "flex-wrap": "wrap",
491
+ "align-items": "center",
492
+ width: "fit-content",
493
+ },
494
+ ctas_levoGroupItem: {
495
+ cta: {
496
+ "border-width": "0",
497
+ cursor: "pointer",
874
498
  display: "flex",
875
- "flex-direction": "row",
876
- "column-gap": "xs",
877
- "row-gap": "xs",
878
- "flex-wrap": "wrap",
879
- "align-items": "center",
880
- tablet: {
881
- "justify-content": "center",
882
- "align-items": "center",
883
- "margin-left": "5xl",
884
- },
499
+ "column-gap": "none",
885
500
  width: "fit-content",
886
501
  },
887
- ctas: Array(2)
888
- .fill(0)
889
- .map(() => ({
890
- cta: {
891
- "border-width": "0",
892
- cursor: "pointer",
893
- display: "flex",
894
- "column-gap": "none",
895
- width: "fit-content",
896
- },
897
- })),
898
- separator: {
899
- width: "100%",
900
- height: "1px",
901
- "background-color": "border",
902
- },
903
- cta_rightIcon: {
904
- height: "24px",
905
- width: "24px",
906
- "font-size": "24px",
907
- "border-radius": "3xl",
908
- },
909
- designation_header_wrapper: {
910
- display: "flex",
911
- "align-items": "center",
912
- "column-gap": "2xs",
913
- },
914
- designation_icon: {
915
- width: "16px",
916
- height: "16px",
917
- },
918
- work_header_wrapper: {
919
- display: "flex",
920
- "align-items": "center",
921
- "column-gap": "2xs",
922
- },
923
- work_icon: {
924
- width: "16px",
925
- height: "16px",
926
- },
927
- location_header_wrapper: {
928
- display: "flex",
929
- "align-items": "center",
930
- "column-gap": "2xs",
931
- },
932
- location_icon: {
933
- width: "16px",
934
- height: "16px",
935
- },
936
502
  },
937
- ],
503
+ ctas: [{}, {}],
504
+ separator: {
505
+ display: "none",
506
+ },
507
+ cta_rightIcon: {
508
+ height: "20px",
509
+ width: "20px",
510
+ "font-size": "20px",
511
+ "border-radius": "3xl",
512
+ "flex-shrink": "0",
513
+ },
514
+ },
515
+ jobs: [{}, {}, {}, {}],
938
516
  bottom_description: {
939
517
  "margin-left": "auto",
940
518
  "margin-right": "auto",
@@ -965,6 +543,910 @@ export const Content5: IBlock = {
965
543
  Heading_Level: "H2",
966
544
  },
967
545
  },
546
+ bottom_ctas: [
547
+ {},
548
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
549
+ ],
550
+ jobs: Array(4)
551
+ .fill(0)
552
+ .map(() => ({
553
+ designation_header: {
554
+ selectedVariants: { Typography_Variants: "Small" },
555
+ },
556
+ work_header: {
557
+ selectedVariants: { Typography_Variants: "Small" },
558
+ },
559
+ location_header: {
560
+ selectedVariants: { Typography_Variants: "Small" },
561
+ },
562
+ ctas: [
563
+ { cta: { selectedVariants: {} } },
564
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
565
+ ],
566
+ })),
567
+ },
568
+ },
569
+ {
570
+ key: "compact",
571
+ title: "Compact",
572
+ styles: {
573
+ layout: {},
574
+ container: {},
575
+ header_wrapper: {
576
+ "text-align": "left",
577
+ "margin-bottom": "2xl",
578
+ "row-gap": "xs",
579
+ },
580
+ title: {
581
+ "margin-bottom": "xs",
582
+ "text-align": "center",
583
+ },
584
+ description: {
585
+ "text-align": "center",
586
+ "max-width": "640px",
587
+ "margin-left": "auto",
588
+ "margin-right": "auto",
589
+ },
590
+ jobs_levoGroup: {
591
+ display: "flex",
592
+ "flex-direction": "column",
593
+ "row-gap": "none",
594
+ "margin-bottom": "xl",
595
+ },
596
+ bottom_ctas_levoGroup: {
597
+ display: "flex",
598
+ "flex-direction": "row",
599
+ "column-gap": "md",
600
+ "row-gap": "md",
601
+ "flex-wrap": "wrap",
602
+ "align-items": "center",
603
+ "justify-content": "center",
604
+ "margin-left": "auto",
605
+ "margin-right": "auto",
606
+ },
607
+ bottom_ctas: [{}, {}],
608
+ jobs_levoGroupItem: {
609
+ job_item: {
610
+ display: "grid",
611
+ "grid-template-columns": "1.5fr 1fr 1fr auto",
612
+ "align-items": "center",
613
+ "column-gap": "base",
614
+ "padding-top": "base",
615
+ "padding-bottom": "base",
616
+ "padding-left": "lg",
617
+ "padding-right": "lg",
618
+ mobile: {
619
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
620
+ "column-gap": "sm",
621
+ "row-gap": "sm",
622
+ },
623
+ },
624
+ designation_wrapper: {
625
+ display: "flex",
626
+ "flex-direction": "row",
627
+ "align-items": "center",
628
+ "column-gap": "xs",
629
+ },
630
+ designation_header_wrapper: {
631
+ display: "none",
632
+ },
633
+ designation_icon: {
634
+ width: "16px",
635
+ height: "16px",
636
+ "flex-shrink": "0",
637
+ },
638
+ designation_header: {
639
+ display: "none",
640
+ },
641
+ designation_value: {
642
+ color: "text-1",
643
+ "font-weight": "600",
644
+ },
645
+ work_wrapper: {
646
+ display: "flex",
647
+ "flex-direction": "row",
648
+ "align-items": "center",
649
+ "column-gap": "xs",
650
+ },
651
+ work_header_wrapper: {
652
+ display: "none",
653
+ },
654
+ work_icon: {
655
+ width: "16px",
656
+ height: "16px",
657
+ "flex-shrink": "0",
658
+ },
659
+ work_header: {
660
+ display: "none",
661
+ },
662
+ work_value: {
663
+ color: "text-2",
664
+ "font-weight": "500",
665
+ },
666
+ location_wrapper: {
667
+ display: "flex",
668
+ "flex-direction": "row",
669
+ "align-items": "center",
670
+ "column-gap": "xs",
671
+ },
672
+ location_header_wrapper: {
673
+ display: "none",
674
+ },
675
+ location_icon: {
676
+ width: "16px",
677
+ height: "16px",
678
+ "flex-shrink": "0",
679
+ },
680
+ location_header: {
681
+ display: "none",
682
+ },
683
+ location_value: {
684
+ color: "text-2",
685
+ "font-weight": "500",
686
+ },
687
+ ctas_levoGroup: {
688
+ display: "flex",
689
+ "flex-direction": "row",
690
+ "column-gap": "sm",
691
+ "row-gap": "xs",
692
+ "flex-wrap": "wrap",
693
+ "align-items": "center",
694
+ width: "fit-content",
695
+ },
696
+ ctas_levoGroupItem: {
697
+ cta: {
698
+ "border-width": "0",
699
+ cursor: "pointer",
700
+ display: "flex",
701
+ "column-gap": "none",
702
+ width: "fit-content",
703
+ },
704
+ },
705
+ ctas: [{}, {}],
706
+ separator: {
707
+ width: "100%",
708
+ height: "1px",
709
+ "background-color": "border",
710
+ },
711
+ cta_rightIcon: {
712
+ height: "20px",
713
+ width: "20px",
714
+ "font-size": "20px",
715
+ "border-radius": "3xl",
716
+ "flex-shrink": "0",
717
+ },
718
+ },
719
+ jobs: [{}, {}, {}, {}],
720
+ bottom_description: {
721
+ "margin-left": "auto",
722
+ "margin-right": "auto",
723
+ "text-align": "center",
724
+ "margin-top": "base",
725
+ },
726
+ label_left_divider: {
727
+ height: "2px",
728
+ width: "30px",
729
+ "background-color": "brand",
730
+ },
731
+ label_right_divider: {
732
+ height: "2px",
733
+ width: "30px",
734
+ "background-color": "brand",
735
+ },
736
+ label_container: {
737
+ display: "flex",
738
+ "align-items": "center",
739
+ "column-gap": "3xs",
740
+ "justify-content": "center",
741
+ },
742
+ },
743
+ content: DEFAULT_CONTENT,
744
+ config: {
745
+ title: {
746
+ selectedVariants: {
747
+ Heading_Level: "H2",
748
+ },
749
+ },
750
+ bottom_ctas: [
751
+ {},
752
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
753
+ ],
754
+ jobs: Array(4)
755
+ .fill(0)
756
+ .map(() => ({
757
+ designation_header: {
758
+ selectedVariants: { Typography_Variants: "Small" },
759
+ },
760
+ work_header: {
761
+ selectedVariants: { Typography_Variants: "Small" },
762
+ },
763
+ location_header: {
764
+ selectedVariants: { Typography_Variants: "Small" },
765
+ },
766
+ ctas: [
767
+ { cta: { selectedVariants: {} } },
768
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
769
+ ],
770
+ })),
771
+ },
772
+ },
773
+ {
774
+ key: "grid",
775
+ title: "Grid",
776
+ styles: {
777
+ layout: {},
778
+ container: {},
779
+ header_wrapper: {
780
+ "text-align": "left",
781
+ "margin-bottom": "3xl",
782
+ "row-gap": "base",
783
+ },
784
+ title: {
785
+ "margin-bottom": "base",
786
+ "text-align": "center",
787
+ },
788
+ description: {
789
+ "text-align": "center",
790
+ "max-width": "640px",
791
+ "margin-left": "auto",
792
+ "margin-right": "auto",
793
+ },
794
+ jobs_levoGroup: {
795
+ display: "grid",
796
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
797
+ "column-gap": "base",
798
+ "row-gap": "base",
799
+ "margin-bottom": "2xl",
800
+ mobile: {
801
+ "grid-template-columns": "1fr",
802
+ },
803
+ },
804
+ bottom_ctas_levoGroup: {
805
+ display: "flex",
806
+ "flex-direction": "row",
807
+ "column-gap": "md",
808
+ "row-gap": "md",
809
+ "flex-wrap": "wrap",
810
+ "align-items": "center",
811
+ "justify-content": "center",
812
+ "margin-left": "auto",
813
+ "margin-right": "auto",
814
+ },
815
+ bottom_ctas: [{}, {}],
816
+ jobs_levoGroupItem: {
817
+ job_item: {
818
+ display: "flex",
819
+ "flex-direction": "column",
820
+ "row-gap": "lg",
821
+ "padding-top": "xl",
822
+ "padding-bottom": "xl",
823
+ "padding-left": "xl",
824
+ "padding-right": "xl",
825
+ "background-color": "card",
826
+ "border-style": "solid",
827
+ "border-width": "1px",
828
+ "border-radius": "lg",
829
+ height: "100%",
830
+ },
831
+ designation_wrapper: {
832
+ display: "flex",
833
+ "flex-direction": "column",
834
+ "row-gap": "xs",
835
+ },
836
+ designation_header_wrapper: {
837
+ display: "flex",
838
+ "align-items": "center",
839
+ "column-gap": "2xs",
840
+ },
841
+ designation_icon: {
842
+ width: "16px",
843
+ height: "16px",
844
+ "flex-shrink": "0",
845
+ },
846
+ designation_header: {
847
+ "font-weight": 500,
848
+ "text-transform": "uppercase",
849
+ "letter-spacing": "0.05em",
850
+ },
851
+ designation_value: {
852
+ color: "text-1",
853
+ "font-weight": "600",
854
+ "font-size": "lg",
855
+ "margin-top": "xs",
856
+ },
857
+ work_wrapper: {
858
+ display: "flex",
859
+ "flex-direction": "column",
860
+ "row-gap": "xs",
861
+ },
862
+ work_header_wrapper: {
863
+ display: "flex",
864
+ "align-items": "center",
865
+ "column-gap": "2xs",
866
+ },
867
+ work_icon: {
868
+ width: "16px",
869
+ height: "16px",
870
+ "flex-shrink": "0",
871
+ },
872
+ work_header: {
873
+ "font-weight": 500,
874
+ "text-transform": "uppercase",
875
+ "letter-spacing": "0.05em",
876
+ },
877
+ work_value: {
878
+ color: "text-1",
879
+ "font-weight": "600",
880
+ "margin-top": "xs",
881
+ },
882
+ location_wrapper: {
883
+ display: "flex",
884
+ "flex-direction": "column",
885
+ "row-gap": "xs",
886
+ },
887
+ location_header_wrapper: {
888
+ display: "flex",
889
+ "align-items": "center",
890
+ "column-gap": "2xs",
891
+ },
892
+ location_icon: {
893
+ width: "16px",
894
+ height: "16px",
895
+ "flex-shrink": "0",
896
+ },
897
+ location_header: {
898
+ "font-weight": 500,
899
+ "text-transform": "uppercase",
900
+ "letter-spacing": "0.05em",
901
+ },
902
+ location_value: {
903
+ color: "text-1",
904
+ "font-weight": "600",
905
+ "margin-top": "xs",
906
+ },
907
+ ctas_levoGroup: {
908
+ display: "flex",
909
+ "flex-direction": "row",
910
+ "column-gap": "sm",
911
+ "row-gap": "xs",
912
+ "flex-wrap": "wrap",
913
+ "align-items": "center",
914
+ "margin-top": "auto",
915
+ width: "fit-content",
916
+ },
917
+ ctas_levoGroupItem: {
918
+ cta: {
919
+ "border-width": "0",
920
+ cursor: "pointer",
921
+ display: "flex",
922
+ "column-gap": "none",
923
+ width: "fit-content",
924
+ },
925
+ },
926
+ ctas: [{}, {}],
927
+ separator: {
928
+ display: "none",
929
+ },
930
+ cta_rightIcon: {
931
+ height: "20px",
932
+ width: "20px",
933
+ "font-size": "20px",
934
+ "border-radius": "3xl",
935
+ "flex-shrink": "0",
936
+ },
937
+ },
938
+ jobs: [{}, {}, {}, {}],
939
+ bottom_description: {
940
+ "margin-left": "auto",
941
+ "margin-right": "auto",
942
+ "text-align": "center",
943
+ "margin-top": "base",
944
+ },
945
+ label_left_divider: {
946
+ height: "2px",
947
+ width: "30px",
948
+ "background-color": "brand",
949
+ },
950
+ label_right_divider: {
951
+ height: "2px",
952
+ width: "30px",
953
+ "background-color": "brand",
954
+ },
955
+ label_container: {
956
+ display: "flex",
957
+ "align-items": "center",
958
+ "column-gap": "3xs",
959
+ "justify-content": "center",
960
+ },
961
+ },
962
+ content: DEFAULT_CONTENT,
963
+ config: {
964
+ title: {
965
+ selectedVariants: {
966
+ Heading_Level: "H2",
967
+ },
968
+ },
969
+ bottom_ctas: [
970
+ {},
971
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
972
+ ],
973
+ jobs: Array(4)
974
+ .fill(0)
975
+ .map(() => ({
976
+ designation_header: {
977
+ selectedVariants: { Typography_Variants: "Small" },
978
+ },
979
+ work_header: {
980
+ selectedVariants: { Typography_Variants: "Small" },
981
+ },
982
+ location_header: {
983
+ selectedVariants: { Typography_Variants: "Small" },
984
+ },
985
+ ctas: [
986
+ { cta: { selectedVariants: {} } },
987
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
988
+ ],
989
+ })),
990
+ },
991
+ },
992
+ {
993
+ key: "centered",
994
+ title: "Centered",
995
+ styles: {
996
+ layout: {},
997
+ container: {},
998
+ header_wrapper: {
999
+ "text-align": "center",
1000
+ "margin-bottom": "3xl",
1001
+ "row-gap": "base",
1002
+ },
1003
+ title: {
1004
+ "margin-bottom": "base",
1005
+ "text-align": "center",
1006
+ },
1007
+ description: {
1008
+ "text-align": "center",
1009
+ "margin-left": "auto",
1010
+ "margin-right": "auto",
1011
+ "max-width": "640px",
1012
+ },
1013
+ jobs_levoGroup: {
1014
+ display: "flex",
1015
+ "flex-direction": "column",
1016
+ "row-gap": "4xs",
1017
+ "margin-bottom": "2xl",
1018
+ "max-width": "800px",
1019
+ "margin-left": "auto",
1020
+ "margin-right": "auto",
1021
+ },
1022
+ bottom_ctas_levoGroup: {
1023
+ display: "flex",
1024
+ "flex-direction": "row",
1025
+ "column-gap": "md",
1026
+ "row-gap": "md",
1027
+ "flex-wrap": "wrap",
1028
+ "align-items": "center",
1029
+ "justify-content": "center",
1030
+ "margin-left": "auto",
1031
+ "margin-right": "auto",
1032
+ },
1033
+ bottom_ctas: [{}, {}],
1034
+ jobs_levoGroupItem: {
1035
+ job_item: {
1036
+ display: "grid",
1037
+ "grid-template-columns": "1fr 1fr 1fr auto",
1038
+ "align-items": "center",
1039
+ "column-gap": "lg",
1040
+ "padding-top": "lg",
1041
+ "padding-bottom": "lg",
1042
+ tablet: {
1043
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
1044
+ "column-gap": "base",
1045
+ },
1046
+ mobile: {
1047
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1048
+ "column-gap": "sm",
1049
+ "padding-top": "base",
1050
+ "padding-bottom": "base",
1051
+ "row-gap": "2xl",
1052
+ },
1053
+ "border-style": "solid",
1054
+ "border-width": "1px",
1055
+ "border-radius": "base",
1056
+ "padding-left": "2xl",
1057
+ "padding-right": "2xl",
1058
+ },
1059
+ designation_wrapper: {
1060
+ display: "flex",
1061
+ "flex-direction": "column",
1062
+ "row-gap": "xs",
1063
+ "text-align": "center",
1064
+ "align-items": "center",
1065
+ },
1066
+ designation_header_wrapper: {
1067
+ display: "flex",
1068
+ "align-items": "center",
1069
+ "column-gap": "2xs",
1070
+ },
1071
+ designation_icon: {
1072
+ width: "16px",
1073
+ height: "16px",
1074
+ "flex-shrink": "0",
1075
+ },
1076
+ designation_header: {
1077
+ "font-weight": 500,
1078
+ "text-transform": "uppercase",
1079
+ "letter-spacing": "0.05em",
1080
+ },
1081
+ designation_value: {
1082
+ color: "text-1",
1083
+ "font-weight": "600",
1084
+ "margin-top": "xs",
1085
+ },
1086
+ work_wrapper: {
1087
+ display: "flex",
1088
+ "flex-direction": "column",
1089
+ "row-gap": "xs",
1090
+ "text-align": "center",
1091
+ "align-items": "center",
1092
+ },
1093
+ work_header_wrapper: {
1094
+ display: "flex",
1095
+ "align-items": "center",
1096
+ "column-gap": "2xs",
1097
+ },
1098
+ work_icon: {
1099
+ width: "16px",
1100
+ height: "16px",
1101
+ "flex-shrink": "0",
1102
+ },
1103
+ work_header: {
1104
+ "font-weight": 500,
1105
+ "text-transform": "uppercase",
1106
+ "letter-spacing": "0.05em",
1107
+ },
1108
+ work_value: {
1109
+ color: "text-1",
1110
+ "font-weight": "600",
1111
+ "margin-top": "xs",
1112
+ },
1113
+ location_wrapper: {
1114
+ display: "flex",
1115
+ "flex-direction": "column",
1116
+ "row-gap": "xs",
1117
+ "text-align": "center",
1118
+ "align-items": "center",
1119
+ },
1120
+ location_header_wrapper: {
1121
+ display: "flex",
1122
+ "align-items": "center",
1123
+ "column-gap": "2xs",
1124
+ },
1125
+ location_icon: {
1126
+ width: "16px",
1127
+ height: "16px",
1128
+ "flex-shrink": "0",
1129
+ },
1130
+ location_header: {
1131
+ "font-weight": 500,
1132
+ "text-transform": "uppercase",
1133
+ "letter-spacing": "0.05em",
1134
+ },
1135
+ location_value: {
1136
+ color: "text-1",
1137
+ "font-weight": "600",
1138
+ "margin-top": "xs",
1139
+ },
1140
+ ctas_levoGroup: {
1141
+ display: "flex",
1142
+ "flex-direction": "row",
1143
+ "column-gap": "sm",
1144
+ "row-gap": "xs",
1145
+ "flex-wrap": "wrap",
1146
+ "align-items": "center",
1147
+ "justify-content": "center",
1148
+ width: "fit-content",
1149
+ },
1150
+ ctas_levoGroupItem: {
1151
+ cta: {
1152
+ "border-width": "0",
1153
+ cursor: "pointer",
1154
+ display: "flex",
1155
+ "column-gap": "none",
1156
+ width: "fit-content",
1157
+ },
1158
+ },
1159
+ ctas: [{}, {}],
1160
+ separator: {
1161
+ width: "100%",
1162
+ height: "1px",
1163
+ "background-color": "border",
1164
+ },
1165
+ cta_rightIcon: {
1166
+ height: "20px",
1167
+ width: "20px",
1168
+ "font-size": "20px",
1169
+ "border-radius": "3xl",
1170
+ "flex-shrink": "0",
1171
+ },
1172
+ },
1173
+ jobs: [{}, {}, {}, {}],
1174
+ bottom_description: {
1175
+ "margin-left": "auto",
1176
+ "margin-right": "auto",
1177
+ "text-align": "center",
1178
+ "margin-top": "base",
1179
+ },
1180
+ label_left_divider: {
1181
+ height: "2px",
1182
+ width: "30px",
1183
+ "background-color": "brand",
1184
+ },
1185
+ label_right_divider: {
1186
+ height: "2px",
1187
+ width: "30px",
1188
+ "background-color": "brand",
1189
+ },
1190
+ label_container: {
1191
+ display: "flex",
1192
+ "align-items": "center",
1193
+ "column-gap": "3xs",
1194
+ "justify-content": "center",
1195
+ },
1196
+ },
1197
+ content: DEFAULT_CONTENT,
1198
+ config: {
1199
+ title: {
1200
+ selectedVariants: {
1201
+ Heading_Level: "H2",
1202
+ },
1203
+ },
1204
+ bottom_ctas: [
1205
+ {},
1206
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1207
+ ],
1208
+ jobs: Array(4)
1209
+ .fill(0)
1210
+ .map(() => ({
1211
+ designation_header: {
1212
+ selectedVariants: { Typography_Variants: "Small" },
1213
+ },
1214
+ work_header: {
1215
+ selectedVariants: { Typography_Variants: "Small" },
1216
+ },
1217
+ location_header: {
1218
+ selectedVariants: { Typography_Variants: "Small" },
1219
+ },
1220
+ ctas: [
1221
+ { cta: { selectedVariants: {} } },
1222
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1223
+ ],
1224
+ })),
1225
+ },
1226
+ },
1227
+ {
1228
+ key: "default",
1229
+ title: "Default",
1230
+ styles: {
1231
+ layout: {},
1232
+ container: {},
1233
+ header_wrapper: {
1234
+ "text-align": "left",
1235
+ "margin-bottom": "3xl",
1236
+ "row-gap": "base",
1237
+ },
1238
+ title: {
1239
+ "margin-bottom": "base",
1240
+ "text-align": "center",
1241
+ },
1242
+ description: {
1243
+ "text-align": "center",
1244
+ "max-width": "640px",
1245
+ "margin-left": "auto",
1246
+ "margin-right": "auto",
1247
+ },
1248
+ jobs_levoGroup: {
1249
+ display: "flex",
1250
+ "flex-direction": "column",
1251
+ "row-gap": "4xs",
1252
+ "margin-bottom": "2xl",
1253
+ },
1254
+ bottom_ctas_levoGroup: {
1255
+ display: "flex",
1256
+ "flex-direction": "row",
1257
+ "column-gap": "md",
1258
+ "row-gap": "md",
1259
+ "flex-wrap": "wrap",
1260
+ "align-items": "center",
1261
+ "justify-content": "center",
1262
+ "margin-left": "auto",
1263
+ "margin-right": "auto",
1264
+ },
1265
+ bottom_ctas: [{}, {}],
1266
+ jobs_levoGroupItem: {
1267
+ job_item: {
1268
+ display: "grid",
1269
+ "grid-template-columns": "1fr 1fr 1fr auto",
1270
+ "align-items": "center",
1271
+ "column-gap": "lg",
1272
+ "padding-top": "lg",
1273
+ "padding-bottom": "lg",
1274
+ tablet: {
1275
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
1276
+ "column-gap": "base",
1277
+ },
1278
+ mobile: {
1279
+ "grid-template-columns": "repeat(2, minmax(0, 1fr))",
1280
+ "column-gap": "sm",
1281
+ "padding-top": "base",
1282
+ "padding-bottom": "base",
1283
+ "row-gap": "2xl",
1284
+ },
1285
+ "border-style": "solid",
1286
+ "border-width": "1px",
1287
+ "border-radius": "base",
1288
+ "padding-left": "2xl",
1289
+ "padding-right": "2xl",
1290
+ },
1291
+ designation_wrapper: {
1292
+ display: "flex",
1293
+ "flex-direction": "column",
1294
+ "row-gap": "xs",
1295
+ },
1296
+ designation_header_wrapper: {
1297
+ display: "flex",
1298
+ "align-items": "center",
1299
+ "column-gap": "2xs",
1300
+ },
1301
+ designation_icon: {
1302
+ width: "16px",
1303
+ height: "16px",
1304
+ "flex-shrink": "0",
1305
+ },
1306
+ designation_header: {
1307
+ "font-weight": 500,
1308
+ "text-transform": "uppercase",
1309
+ "letter-spacing": "0.05em",
1310
+ },
1311
+ designation_value: {
1312
+ color: "text-1",
1313
+ "font-weight": "600",
1314
+ "margin-top": "xs",
1315
+ },
1316
+ work_wrapper: {
1317
+ display: "flex",
1318
+ "flex-direction": "column",
1319
+ "row-gap": "xs",
1320
+ tablet: {
1321
+ "justify-content": "center",
1322
+ "align-items": "center",
1323
+ },
1324
+ },
1325
+ work_header_wrapper: {
1326
+ display: "flex",
1327
+ "align-items": "center",
1328
+ "column-gap": "2xs",
1329
+ },
1330
+ work_icon: {
1331
+ width: "16px",
1332
+ height: "16px",
1333
+ "flex-shrink": "0",
1334
+ },
1335
+ work_header: {
1336
+ "font-weight": 500,
1337
+ "text-transform": "uppercase",
1338
+ "letter-spacing": "0.05em",
1339
+ },
1340
+ work_value: {
1341
+ color: "text-1",
1342
+ "font-weight": "600",
1343
+ "margin-top": "xs",
1344
+ },
1345
+ location_wrapper: {
1346
+ display: "flex",
1347
+ "flex-direction": "column",
1348
+ "row-gap": "xs",
1349
+ tablet: {
1350
+ "justify-content": "center",
1351
+ "align-items": "center",
1352
+ },
1353
+ mobile: {
1354
+ "justify-content": "start",
1355
+ "align-items": "start",
1356
+ },
1357
+ },
1358
+ location_header_wrapper: {
1359
+ display: "flex",
1360
+ "align-items": "center",
1361
+ "column-gap": "2xs",
1362
+ },
1363
+ location_icon: {
1364
+ width: "16px",
1365
+ height: "16px",
1366
+ "flex-shrink": "0",
1367
+ },
1368
+ location_header: {
1369
+ "font-weight": 500,
1370
+ "text-transform": "uppercase",
1371
+ "letter-spacing": "0.05em",
1372
+ },
1373
+ location_value: {
1374
+ color: "text-1",
1375
+ "font-weight": "600",
1376
+ "margin-top": "xs",
1377
+ },
1378
+ ctas_levoGroup: {
1379
+ display: "flex",
1380
+ "flex-direction": "row",
1381
+ "column-gap": "sm",
1382
+ "row-gap": "xs",
1383
+ "flex-wrap": "wrap",
1384
+ "align-items": "center",
1385
+ tablet: {
1386
+ "justify-content": "center",
1387
+ "align-items": "center",
1388
+ "margin-left": "5xl",
1389
+ },
1390
+ width: "fit-content",
1391
+ },
1392
+ ctas_levoGroupItem: {
1393
+ cta: {
1394
+ "border-width": "0",
1395
+ cursor: "pointer",
1396
+ display: "flex",
1397
+ "column-gap": "none",
1398
+ width: "fit-content",
1399
+ },
1400
+ },
1401
+ ctas: [{}, {}],
1402
+ separator: {
1403
+ width: "100%",
1404
+ height: "1px",
1405
+ "background-color": "border",
1406
+ },
1407
+ cta_rightIcon: {
1408
+ height: "20px",
1409
+ width: "20px",
1410
+ "font-size": "20px",
1411
+ "border-radius": "3xl",
1412
+ "flex-shrink": "0",
1413
+ },
1414
+ },
1415
+ jobs: [{}, {}, {}, {}],
1416
+ bottom_description: {
1417
+ "margin-left": "auto",
1418
+ "margin-right": "auto",
1419
+ "text-align": "center",
1420
+ "margin-top": "base",
1421
+ },
1422
+ label_left_divider: {
1423
+ height: "2px",
1424
+ width: "30px",
1425
+ "background-color": "brand",
1426
+ },
1427
+ label_right_divider: {
1428
+ height: "2px",
1429
+ width: "30px",
1430
+ "background-color": "brand",
1431
+ },
1432
+ label_container: {
1433
+ display: "flex",
1434
+ "align-items": "center",
1435
+ "column-gap": "3xs",
1436
+ "justify-content": "center",
1437
+ },
1438
+ },
1439
+ content: DEFAULT_CONTENT,
1440
+ config: {
1441
+ title: {
1442
+ selectedVariants: {
1443
+ Heading_Level: "H2",
1444
+ },
1445
+ },
1446
+ bottom_ctas: [
1447
+ {},
1448
+ { bottom_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1449
+ ],
968
1450
  jobs: [
969
1451
  {
970
1452
  designation_header: {
@@ -982,13 +1464,10 @@ export const Content5: IBlock = {
982
1464
  Typography_Variants: "Small",
983
1465
  },
984
1466
  },
985
- ctas: Array(2)
986
- .fill(0)
987
- .map(() => ({
988
- cta: {
989
- selectedVariants: {},
990
- },
991
- })),
1467
+ ctas: [
1468
+ { cta: { selectedVariants: {} } },
1469
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1470
+ ],
992
1471
  },
993
1472
  {
994
1473
  designation_header: {
@@ -1006,13 +1485,10 @@ export const Content5: IBlock = {
1006
1485
  Typography_Variants: "Small",
1007
1486
  },
1008
1487
  },
1009
- ctas: Array(2)
1010
- .fill(0)
1011
- .map(() => ({
1012
- cta: {
1013
- selectedVariants: {},
1014
- },
1015
- })),
1488
+ ctas: [
1489
+ { cta: { selectedVariants: {} } },
1490
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1491
+ ],
1016
1492
  },
1017
1493
  {
1018
1494
  designation_header: {
@@ -1030,13 +1506,10 @@ export const Content5: IBlock = {
1030
1506
  Typography_Variants: "Small",
1031
1507
  },
1032
1508
  },
1033
- ctas: Array(2)
1034
- .fill(0)
1035
- .map(() => ({
1036
- cta: {
1037
- selectedVariants: {},
1038
- },
1039
- })),
1509
+ ctas: [
1510
+ { cta: { selectedVariants: {} } },
1511
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1512
+ ],
1040
1513
  },
1041
1514
  {
1042
1515
  designation_header: {
@@ -1054,13 +1527,10 @@ export const Content5: IBlock = {
1054
1527
  Typography_Variants: "Small",
1055
1528
  },
1056
1529
  },
1057
- ctas: Array(2)
1058
- .fill(0)
1059
- .map(() => ({
1060
- cta: {
1061
- selectedVariants: {},
1062
- },
1063
- })),
1530
+ ctas: [
1531
+ { cta: { selectedVariants: {} } },
1532
+ { cta: { selectedVariants: { Button_Variants: "Secondary" } } },
1533
+ ],
1064
1534
  },
1065
1535
  ],
1066
1536
  },