@levo-so/blocks 0.1.101 → 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 +6 -5
  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,31 +1,97 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- id: "vxmyzMseZ4pK",
5
- filename: "hero-2.png",
3
+ const HERO_IMAGE = {
4
+ id: "7453352427682930486",
6
5
  kind: "image",
7
- location: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo.png",
6
+ location:
7
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg",
8
+ mimetype: "image/jpeg",
8
9
  srcset: {
9
- "1080w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp",
10
- "1200w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp",
11
- "1920w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp",
12
- "320w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp",
13
- "640w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp",
14
- "750w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp",
15
- "828w": "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp",
16
- path: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo-1920w.webp 1920w",
10
+ "320w":
11
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
12
+ "640w":
13
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
14
+ "750w":
15
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
16
+ "828w":
17
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
18
+ "1080w":
19
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
20
+ "1200w":
21
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
22
+ "1920w":
23
+ "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
24
+ path: "https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5686124/pexels-photo-5686124.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
17
25
  },
18
- mimetype: "image/png",
19
26
  };
20
27
 
21
- const DUMMY_ICON = {
28
+ const ICON_LINKEDIN = {
22
29
  kind: "icon",
23
30
  data: {
24
- id: "archive-minus",
25
- label: "Archive Minus",
26
- tags: ["archive", "custom", "directional", "minus"],
31
+ id: "linkedin",
32
+ label: "Linkedin",
27
33
  svgCode:
28
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
34
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_4945)">\n<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="var(--color-icon-primary)"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="var(--color-icon-primary)"/>\n</clipPath>\n</defs>\n</svg>',
35
+ },
36
+ };
37
+
38
+ const ICON_TWITTER = {
39
+ kind: "icon",
40
+ data: {
41
+ id: "twitter",
42
+ label: "Twitter",
43
+ svgCode:
44
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
45
+ },
46
+ };
47
+
48
+ const ICON_FACEBOOK = {
49
+ kind: "icon",
50
+ data: {
51
+ id: "facebook",
52
+ label: "Facebook",
53
+ svgCode:
54
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
55
+ },
56
+ };
57
+
58
+ const ICON_BRIEFCASE = {
59
+ kind: "icon",
60
+ data: {
61
+ id: "briefcase",
62
+ label: "Briefcase",
63
+ svgCode:
64
+ '<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>',
65
+ },
66
+ };
67
+
68
+ const ICON_LOCATION = {
69
+ kind: "icon",
70
+ data: {
71
+ id: "location",
72
+ label: "Location",
73
+ svgCode:
74
+ '<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>',
75
+ },
76
+ };
77
+
78
+ const ICON_CALENDAR = {
79
+ kind: "icon",
80
+ data: {
81
+ id: "calendar",
82
+ label: "Calendar",
83
+ svgCode:
84
+ '<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="M15 22.75H9C3.38 22.75 2.25 20.1 2.25 15.82V9.65C2.25 4.91 3.85 2.98 7.96 2.75H16C16.01 2.75 16.03 2.75 16.04 2.75C20.15 2.98 21.75 4.91 21.75 9.65V15.82C21.75 20.1 20.62 22.75 15 22.75ZM8 4.25C5.2 4.41 3.75 5.29 3.75 9.65V15.82C3.75 19.65 4.48 21.25 9 21.25H15C19.52 21.25 20.25 19.65 20.25 15.82V9.65C20.25 5.3 18.81 4.41 15.98 4.25H8Z" fill="var(--color-icon-primary)"/>\n<path d="M20.75 18.35H3.25C2.84 18.35 2.5 18.01 2.5 17.6C2.5 17.19 2.84 16.85 3.25 16.85H20.75C21.16 16.85 21.5 17.19 21.5 17.6C21.5 18.01 21.16 18.35 20.75 18.35Z" fill="var(--color-icon-primary)"/>\n</svg>',
85
+ },
86
+ };
87
+
88
+ const ICON_CLOCK = {
89
+ kind: "icon",
90
+ data: {
91
+ id: "clock",
92
+ label: "Clock",
93
+ svgCode:
94
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
29
95
  },
30
96
  };
31
97
 
@@ -37,15 +103,15 @@ const DEFAULT_CONTENT = {
37
103
  hero_layout: null,
38
104
  hero_container: null,
39
105
  hero_content_wrapper: null,
40
- hero_tagline: "We're Hiring",
41
- hero_title: "Join Our Team and Shape the Future",
106
+ hero_tagline: "We're hiring",
107
+ hero_title: "Build the payments stack of the next decade",
42
108
  hero_description:
43
- "We're looking for passionate individuals to join our growing team. Explore exciting career opportunities and be part of a company that values innovation, collaboration, and personal growth.",
44
- hero_button: "View All Jobs",
109
+ "Join a team shipping PCI DSS Level 1 rails, real-time settlement, and risk tooling trusted by 12,000+ merchants across 40 markets.",
110
+ hero_button: "View open roles",
45
111
  hero_ctas: [] as { button: string }[],
46
112
  hero_image_wrapper: null,
47
- hero_image_desktop: MEDIA,
48
- hero_image_mobile: MEDIA,
113
+ hero_image_desktop: HERO_IMAGE,
114
+ hero_image_mobile: HERO_IMAGE,
49
115
 
50
116
  // Job Details Section
51
117
  details_layout: null,
@@ -57,37 +123,41 @@ const DEFAULT_CONTENT = {
57
123
  info_cards: [
58
124
  {
59
125
  card: null,
60
- heading: "Job Overview",
126
+ heading: "Role overview",
61
127
  items: [
62
128
  {
63
129
  item_wrapper: null,
64
- label: "Job Type",
65
- value: "Full-time",
130
+ label: "Role type",
131
+ value: "Full-time, permanent",
66
132
  },
67
133
  {
68
134
  item_wrapper: null,
69
135
  label: "Experience",
70
- value: "3-5 years",
136
+ value: "4–7 years, backend-heavy",
71
137
  },
72
138
  {
73
139
  item_wrapper: null,
74
- label: "Work Mode",
75
- value: "Remote / Hybrid",
140
+ label: "Work mode",
141
+ value: "Hybrid · 2 days in-office",
76
142
  },
77
143
  {
78
144
  item_wrapper: null,
79
- label: "Schedule",
80
- value: "9 AM to 6 PM",
145
+ label: "Compensation",
146
+ value: "₹28–42L + meaningful equity",
81
147
  },
82
148
  ],
83
- button: "Apply Now",
149
+ button: "Apply now",
84
150
  },
85
151
  ],
86
152
 
87
153
  // Social section
88
154
  social_section: null,
89
- social_title: "Share This Job",
90
- social_icons: [{ icon: DUMMY_ICON }, { icon: DUMMY_ICON }, { icon: DUMMY_ICON }],
155
+ social_title: "Share this role",
156
+ social_icons: [
157
+ { icon: ICON_LINKEDIN },
158
+ { icon: ICON_TWITTER },
159
+ { icon: ICON_FACEBOOK },
160
+ ],
91
161
 
92
162
  // Job content
93
163
  job_content: null,
@@ -97,28 +167,28 @@ const DEFAULT_CONTENT = {
97
167
  meta_icons: [
98
168
  {
99
169
  icon_wrapper: null,
100
- icon: DUMMY_ICON,
101
- text: "Engineering",
170
+ icon: ICON_BRIEFCASE,
171
+ text: "Payments Engineering",
102
172
  },
103
173
  {
104
174
  icon_wrapper: null,
105
- icon: DUMMY_ICON,
106
- text: "San Francisco",
175
+ icon: ICON_LOCATION,
176
+ text: "Bengaluru, India",
107
177
  },
108
178
  ],
109
179
  meta_details: null,
110
180
  date_wrapper: null,
111
- calendar_icon: DUMMY_ICON,
112
- posted_date: "2025-01-16T10:23:31.297Z",
181
+ calendar_icon: ICON_CALENDAR,
182
+ posted_date: "2026-04-10T09:00:00.000Z",
113
183
  duration_wrapper: null,
114
- duration_icon: DUMMY_ICON,
115
- application_deadline: "30 Days Left",
184
+ duration_icon: ICON_CLOCK,
185
+ application_deadline: "Closes in 18 days",
116
186
 
117
187
  // Description
118
188
  description_section: null,
119
- description_title: "Job Description",
189
+ description_title: "About the role",
120
190
  description_content:
121
- "We are seeking a talented and motivated individual to join our team. In this role, you will be responsible for developing innovative solutions, collaborating with cross-functional teams, and contributing to our company's growth. The ideal candidate has strong technical skills, excellent communication abilities, and a passion for creating impactful work.",
191
+ "You'll own services that move over ₹9,000 crore a month — authorization, tokenization, settlement reconciliation, and the risk signals that protect them. Expect to design idempotent APIs under card-network latency budgets, ship Go and Rust services on a PCI-DSS-audited platform, and work directly with operations, treasury, and compliance. We hire engineers who care about correctness, observability, and the merchants depending on every basis point of uptime.",
122
192
 
123
193
  // Application Form
124
194
  application_form: null,
@@ -261,7 +331,8 @@ export const Jobs1: IBlock = {
261
331
  label: "Hero Image (Mobile)",
262
332
  field_interface: "MediaWidget",
263
333
  hint: {
264
- prompt_description: "Optimized version of the hero image for mobile screens.",
334
+ prompt_description:
335
+ "Optimized version of the hero image for mobile screens.",
265
336
  orientation: "portrait",
266
337
  size: "medium",
267
338
  usecase: "hero",
@@ -292,7 +363,8 @@ export const Jobs1: IBlock = {
292
363
  label: "Details Content Wrapper",
293
364
  field_interface: "BoxWidget",
294
365
  hint: {
295
- prompt_description: "Main wrapper for the two-column layout of job details.",
366
+ prompt_description:
367
+ "Main wrapper for the two-column layout of job details.",
296
368
  },
297
369
  },
298
370
 
@@ -302,7 +374,8 @@ export const Jobs1: IBlock = {
302
374
  label: "Sidebar",
303
375
  field_interface: "BoxWidget",
304
376
  hint: {
305
- prompt_description: "Left sidebar container for job info cards and social sharing.",
377
+ prompt_description:
378
+ "Left sidebar container for job info cards and social sharing.",
306
379
  },
307
380
  },
308
381
  {
@@ -337,7 +410,8 @@ export const Jobs1: IBlock = {
337
410
  field_interface: "BoxWidget",
338
411
  kind: "group",
339
412
  hint: {
340
- prompt_description: "Repeatable label-value pairs for job information.",
413
+ prompt_description:
414
+ "Repeatable label-value pairs for job information.",
341
415
  },
342
416
  fields: [
343
417
  {
@@ -362,7 +436,8 @@ export const Jobs1: IBlock = {
362
436
  label: "Value",
363
437
  field_interface: "TypographyWidget",
364
438
  hint: {
365
- prompt_description: "Value for the job attribute (e.g., Full-time, 3-5 years).",
439
+ prompt_description:
440
+ "Value for the job attribute (e.g., Full-time, 3-5 years).",
366
441
  usecase: "description",
367
442
  min_characters: 3,
368
443
  max_characters: 50,
@@ -375,7 +450,8 @@ export const Jobs1: IBlock = {
375
450
  label: "Card Button",
376
451
  field_interface: "ButtonWidget",
377
452
  hint: {
378
- prompt_description: "Call-to-action button for the card (e.g., Apply Now).",
453
+ prompt_description:
454
+ "Call-to-action button for the card (e.g., Apply Now).",
379
455
  usecase: "button",
380
456
  min_characters: 5,
381
457
  max_characters: 20,
@@ -410,7 +486,8 @@ export const Jobs1: IBlock = {
410
486
  field_interface: "BoxWidget",
411
487
  kind: "group",
412
488
  hint: {
413
- prompt_description: "Social media platform icons for sharing the job listing.",
489
+ prompt_description:
490
+ "Social media platform icons for sharing the job listing.",
414
491
  },
415
492
  fields: [
416
493
  {
@@ -433,7 +510,8 @@ export const Jobs1: IBlock = {
433
510
  label: "Job Content Area",
434
511
  field_interface: "BoxWidget",
435
512
  hint: {
436
- prompt_description: "Main job content area containing meta info and description.",
513
+ prompt_description:
514
+ "Main job content area containing meta info and description.",
437
515
  },
438
516
  },
439
517
 
@@ -443,7 +521,8 @@ export const Jobs1: IBlock = {
443
521
  label: "Job Meta Information",
444
522
  field_interface: "BoxWidget",
445
523
  hint: {
446
- prompt_description: "Container for job metadata like department, location, and dates.",
524
+ prompt_description:
525
+ "Container for job metadata like department, location, and dates.",
447
526
  },
448
527
  },
449
528
  {
@@ -491,7 +570,8 @@ export const Jobs1: IBlock = {
491
570
  label: "Meta Details",
492
571
  field_interface: "BoxWidget",
493
572
  hint: {
494
- prompt_description: "Container for posting date and application deadline.",
573
+ prompt_description:
574
+ "Container for posting date and application deadline.",
495
575
  },
496
576
  },
497
577
  {
@@ -593,8 +673,23 @@ export const Jobs1: IBlock = {
593
673
  title: "Default",
594
674
  styles: {
595
675
  layout: {},
596
- hero_layout: {},
597
- hero_container: {},
676
+ hero_layout: {
677
+ "padding-top": "4xl",
678
+ "padding-bottom": "4xl",
679
+ "padding-left": "3xl",
680
+ "padding-right": "3xl",
681
+ mobile: {
682
+ "padding-top": "3xl",
683
+ "padding-bottom": "3xl",
684
+ "padding-left": "2xl",
685
+ "padding-right": "2xl",
686
+ },
687
+ },
688
+ hero_container: {
689
+ "max-width": "1120px",
690
+ "margin-left": "auto",
691
+ "margin-right": "auto",
692
+ },
598
693
  hero_content_wrapper: {
599
694
  display: "flex",
600
695
  "flex-direction": "column",
@@ -606,20 +701,31 @@ export const Jobs1: IBlock = {
606
701
  hero_tagline: {
607
702
  "text-align": "center",
608
703
  "text-transform": "uppercase",
704
+ "letter-spacing": "0.08em",
705
+ "font-weight": 600,
706
+ "font-size": "xs",
707
+ color: "brand",
609
708
  },
610
709
  hero_title: {
611
710
  "text-align": "center",
711
+ "max-width": "720px",
612
712
  },
613
713
  hero_description: {
614
- "max-width": "600px",
714
+ "max-width": "640px",
615
715
  "text-align": "center",
716
+ color: "text-2",
616
717
  },
617
718
  hero_button: {},
618
- hero_image_wrapper: {},
719
+ hero_image_wrapper: {
720
+ width: "100%",
721
+ "margin-top": "2xl",
722
+ },
619
723
  hero_image_desktop: {
620
- "object-fit": "contain",
724
+ "object-fit": "cover",
725
+ "aspect-ratio": "16 / 9",
726
+ width: "100%",
621
727
  display: "block",
622
- "border-radius": "base",
728
+ "border-radius": "lg",
623
729
  tablet: {
624
730
  display: "block",
625
731
  },
@@ -628,23 +734,27 @@ export const Jobs1: IBlock = {
628
734
  },
629
735
  },
630
736
  hero_image_mobile: {
631
- "object-fit": "contain",
737
+ "object-fit": "cover",
738
+ "aspect-ratio": "4 / 3",
739
+ width: "100%",
632
740
  display: "none",
633
- "border-radius": "base",
741
+ "border-radius": "lg",
634
742
  tablet: {
635
743
  display: "none",
636
744
  },
637
- mobile: {},
745
+ mobile: {
746
+ display: "block",
747
+ },
638
748
  },
639
749
  details_layout: {
640
750
  width: "100%",
641
- "padding-top": "8xl",
642
- "padding-bottom": "8xl",
643
- "padding-left": "6xl",
644
- "padding-right": "6xl",
751
+ "padding-top": "5xl",
752
+ "padding-bottom": "5xl",
753
+ "padding-left": "3xl",
754
+ "padding-right": "3xl",
645
755
  mobile: {
646
- "padding-top": "5xl",
647
- "padding-bottom": "5xl",
756
+ "padding-top": "3xl",
757
+ "padding-bottom": "3xl",
648
758
  "padding-left": "2xl",
649
759
  "padding-right": "2xl",
650
760
  },
@@ -683,141 +793,77 @@ export const Jobs1: IBlock = {
683
793
  info_cards: [
684
794
  {
685
795
  card: {
686
- "padding-top": "xl",
687
- "padding-bottom": "xl",
688
- "padding-left": "lg",
689
- "padding-right": "lg",
796
+ "padding-top": "2xl",
797
+ "padding-bottom": "2xl",
798
+ "padding-left": "xl",
799
+ "padding-right": "xl",
690
800
  "border-radius": "lg",
691
801
  border: "1px solid",
692
- "border-color": "brand",
802
+ "border-color": "border",
803
+ "background-color": "background-1",
693
804
  display: "flex",
694
805
  "flex-direction": "column",
695
- "row-gap": "base",
806
+ "row-gap": "lg",
696
807
  },
697
808
  heading: {
698
- "margin-bottom": "base",
809
+ "margin-bottom": "xs",
810
+ "font-weight": 600,
699
811
  },
700
812
  items_levoGroup: {
701
813
  display: "flex",
702
814
  "flex-direction": "column",
703
- "row-gap": "sm",
815
+ "row-gap": "base",
704
816
  "margin-bottom": "xs",
705
817
  },
706
- items: [
707
- {
708
- item_wrapper: {
709
- display: "flex",
710
- "flex-direction": "column",
711
- "row-gap": "none",
712
- },
713
- label: {
714
- color: "text-1",
715
- "font-weight": 700,
716
- display: "block",
717
- "flex-direction": "column",
718
- "row-gap": "none",
719
- },
720
- value: {
721
- "font-size": "sm",
722
- color: "text-2",
723
- "line-height": "1.5",
724
- },
818
+ items_levoGroupItem: {
819
+ item_wrapper: {
820
+ display: "flex",
821
+ "flex-direction": "column",
822
+ "row-gap": "2xs",
725
823
  },
726
- {
727
- item_wrapper: {
728
- display: "flex",
729
- "flex-direction": "column",
730
- "row-gap": "none",
731
- },
732
- label: {
733
- color: "text-1",
734
- "font-weight": 700,
735
- display: "block",
736
- "flex-direction": "column",
737
- "row-gap": "none",
738
- },
739
- value: {
740
- "font-size": "sm",
741
- color: "text-2",
742
- "line-height": "1.5",
743
- },
744
- },
745
- {
746
- item_wrapper: {
747
- display: "flex",
748
- "flex-direction": "column",
749
- "row-gap": "none",
750
- },
751
- label: {
752
- color: "text-1",
753
- "font-weight": 700,
754
- display: "block",
755
- "flex-direction": "column",
756
- "row-gap": "none",
757
- },
758
- value: {
759
- "font-size": "sm",
760
- color: "text-2",
761
- "line-height": "1.5",
762
- },
824
+ label: {
825
+ color: "text-2",
826
+ "font-weight": 500,
827
+ "font-size": "xs",
828
+ "text-transform": "uppercase",
829
+ "letter-spacing": "0.06em",
830
+ display: "block",
763
831
  },
764
- {
765
- item_wrapper: {
766
- display: "flex",
767
- "flex-direction": "column",
768
- "row-gap": "none",
769
- },
770
- label: {
771
- color: "text-1",
772
- "font-weight": 700,
773
- display: "block",
774
- "flex-direction": "column",
775
- "row-gap": "none",
776
- },
777
- value: {
778
- "font-size": "sm",
779
- color: "text-2",
780
- "line-height": "1.5",
781
- },
832
+ value: {
833
+ "font-size": "sm",
834
+ color: "text-1",
835
+ "font-weight": 500,
836
+ "line-height": "1.5",
782
837
  },
783
- ],
838
+ },
839
+ items: [{}, {}, {}, {}],
784
840
  },
785
841
  ],
786
842
  social_section: {
787
- "padding-top": "2xl",
843
+ "padding-top": "xl",
788
844
  "border-top": "1px solid",
789
- "border-color": "brand",
845
+ "border-color": "border",
790
846
  },
791
847
  social_title: {
792
- "font-size": "lg",
793
- "font-weight": "semibold",
794
- "margin-bottom": "lg",
848
+ "font-size": "sm",
849
+ "font-weight": 600,
850
+ "margin-bottom": "base",
795
851
  color: "text-1",
852
+ "text-transform": "uppercase",
853
+ "letter-spacing": "0.06em",
796
854
  },
797
855
  social_icons_levoGroup: {
798
856
  display: "flex",
799
857
  "column-gap": "base",
800
858
  },
801
- social_icons: [
802
- {
803
- icon: {
804
- width: "32px",
805
- height: "32px",
806
- },
859
+ social_icons_levoGroupItem: {
860
+ icon: {
861
+ width: "28px",
862
+ height: "28px",
863
+ "flex-shrink": "0",
807
864
  },
808
- {
809
- icon: {
810
- width: "32px",
811
- height: "32px",
812
- },
813
- },
814
- {
815
- icon: {
816
- width: "32px",
817
- height: "32px",
818
- },
819
- },
820
- ],
865
+ },
866
+ social_icons: [{}, {}, {}],
821
867
  job_content: {
822
868
  flex: "2",
823
869
  display: "flex",
@@ -840,40 +886,23 @@ export const Jobs1: IBlock = {
840
886
  "row-gap": "lg",
841
887
  "flex-wrap": "wrap",
842
888
  },
843
- meta_icons: [
844
- {
845
- icon_wrapper: {
846
- display: "flex",
847
- "align-items": "center",
848
- "column-gap": "xs",
849
- },
850
- icon: {
851
- width: "24px",
852
- height: "24px",
853
- },
854
- text: {
855
- "font-size": "sm",
856
- "font-weight": "medium",
857
- color: "text-1",
858
- },
889
+ meta_icons_levoGroupItem: {
890
+ icon_wrapper: {
891
+ display: "flex",
892
+ "align-items": "center",
893
+ "column-gap": "xs",
859
894
  },
860
- {
861
- icon_wrapper: {
862
- display: "flex",
863
- "align-items": "center",
864
- "column-gap": "xs",
865
- },
866
- icon: {
867
- width: "24px",
868
- height: "24px",
869
- },
870
- text: {
871
- "font-size": "sm",
872
- "font-weight": "medium",
873
- color: "text-1",
874
- },
895
+ icon: {
896
+ width: "24px",
897
+ height: "24px",
875
898
  },
876
- ],
899
+ text: {
900
+ "font-size": "sm",
901
+ "font-weight": "medium",
902
+ color: "text-1",
903
+ },
904
+ },
905
+ meta_icons: [{}, {}],
877
906
  meta_details: {
878
907
  display: "flex",
879
908
  "column-gap": "2xl",
@@ -912,9 +941,9 @@ export const Jobs1: IBlock = {
912
941
  },
913
942
  description_title: {
914
943
  color: "text-1",
915
- "font-size": "3xl",
944
+ "font-size": "2xl",
916
945
  "font-weight": 700,
917
- "margin-bottom": "5xl",
946
+ "margin-bottom": "lg",
918
947
  },
919
948
  description_content: {
920
949
  "font-size": "base",
@@ -957,23 +986,31 @@ export const Jobs1: IBlock = {
957
986
  },
958
987
  items: [
959
988
  {
960
- item_wrapper: {
961
- selectedVariants: {},
989
+ item_wrapper: { selectedVariants: {} },
990
+ label: {
991
+ heading: { level: "6" },
992
+ selectedVariants: { Heading_Level: "H6" },
962
993
  },
963
994
  },
964
995
  {
965
- item_wrapper: {
966
- selectedVariants: {},
996
+ item_wrapper: { selectedVariants: {} },
997
+ label: {
998
+ heading: { level: "6" },
999
+ selectedVariants: { Heading_Level: "H6" },
967
1000
  },
968
1001
  },
969
1002
  {
970
- item_wrapper: {
971
- selectedVariants: {},
1003
+ item_wrapper: { selectedVariants: {} },
1004
+ label: {
1005
+ heading: { level: "6" },
1006
+ selectedVariants: { Heading_Level: "H6" },
972
1007
  },
973
1008
  },
974
1009
  {
975
- item_wrapper: {
976
- selectedVariants: {},
1010
+ item_wrapper: { selectedVariants: {} },
1011
+ label: {
1012
+ heading: { level: "6" },
1013
+ selectedVariants: { Heading_Level: "H6" },
977
1014
  },
978
1015
  },
979
1016
  ],
@@ -986,5 +1023,490 @@ export const Jobs1: IBlock = {
986
1023
  },
987
1024
  },
988
1025
  },
1026
+ {
1027
+ key: "grid-cards",
1028
+ title: "Grid Cards",
1029
+ styles: {
1030
+ layout: {},
1031
+ hero_layout: {
1032
+ "padding-top": "4xl",
1033
+ "padding-bottom": "4xl",
1034
+ "padding-left": "3xl",
1035
+ "padding-right": "3xl",
1036
+ "background-color": "background-3",
1037
+ },
1038
+ hero_container: {
1039
+ "max-width": "1120px",
1040
+ "margin-left": "auto",
1041
+ "margin-right": "auto",
1042
+ },
1043
+ hero_content_wrapper: {
1044
+ display: "flex",
1045
+ "flex-direction": "column",
1046
+ "align-items": "center",
1047
+ "row-gap": "lg",
1048
+ "text-align": "center",
1049
+ },
1050
+ hero_tagline: {
1051
+ "text-align": "center",
1052
+ "text-transform": "uppercase",
1053
+ "letter-spacing": "0.08em",
1054
+ "font-weight": 600,
1055
+ "font-size": "xs",
1056
+ color: "brand",
1057
+ },
1058
+ hero_title: { "text-align": "center", "max-width": "720px" },
1059
+ hero_description: {
1060
+ "max-width": "640px",
1061
+ "text-align": "center",
1062
+ color: "text-2",
1063
+ },
1064
+ hero_button: {},
1065
+ hero_image_wrapper: { display: "none" },
1066
+ hero_image_desktop: { display: "none" },
1067
+ hero_image_mobile: { display: "none" },
1068
+ details_layout: {
1069
+ "padding-top": "5xl",
1070
+ "padding-bottom": "5xl",
1071
+ "padding-left": "3xl",
1072
+ "padding-right": "3xl",
1073
+ },
1074
+ details_container: {
1075
+ "max-width": "1120px",
1076
+ "margin-left": "auto",
1077
+ "margin-right": "auto",
1078
+ },
1079
+ details_content: {
1080
+ display: "grid",
1081
+ "grid-template-columns": "minmax(0, 320px) minmax(0, 1fr)",
1082
+ "column-gap": "3xl",
1083
+ "row-gap": "2xl",
1084
+ "align-items": "start",
1085
+ tablet: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
1086
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
1087
+ },
1088
+ details_sidebar: {
1089
+ "max-width": "none",
1090
+ width: "100%",
1091
+ display: "flex",
1092
+ "flex-direction": "column",
1093
+ "row-gap": "md",
1094
+ },
1095
+ info_cards_levoGroup: {
1096
+ display: "flex",
1097
+ "flex-direction": "column",
1098
+ "row-gap": "lg",
1099
+ },
1100
+ info_cards: [
1101
+ {
1102
+ card: {
1103
+ "padding-top": "2xl",
1104
+ "padding-bottom": "2xl",
1105
+ "padding-left": "xl",
1106
+ "padding-right": "xl",
1107
+ "border-radius": "xl",
1108
+ "border-style": "solid",
1109
+ "border-width": "1px",
1110
+ "border-color": "var(--color-border)",
1111
+ display: "flex",
1112
+ "flex-direction": "column",
1113
+ "row-gap": "lg",
1114
+ "background-color": "background-1",
1115
+ "box-shadow": "default",
1116
+ },
1117
+ heading: { "margin-bottom": "xs", "font-weight": 600 },
1118
+ items_levoGroup: {
1119
+ display: "flex",
1120
+ "flex-direction": "column",
1121
+ "row-gap": "base",
1122
+ },
1123
+ items_levoGroupItem: {
1124
+ item_wrapper: {
1125
+ display: "flex",
1126
+ "flex-direction": "column",
1127
+ "row-gap": "2xs",
1128
+ },
1129
+ label: {
1130
+ "font-weight": 500,
1131
+ "font-size": "xs",
1132
+ color: "text-2",
1133
+ "text-transform": "uppercase",
1134
+ "letter-spacing": "0.06em",
1135
+ },
1136
+ value: { "font-size": "sm", color: "text-1", "font-weight": 500 },
1137
+ },
1138
+ items: [{}, {}, {}, {}],
1139
+ },
1140
+ ],
1141
+ social_section: { display: "none" },
1142
+ social_title: {},
1143
+ social_icons_levoGroup: { display: "none" },
1144
+ social_icons_levoGroupItem: { icon: {} },
1145
+ social_icons: [{}, {}, {}],
1146
+ job_content: {
1147
+ display: "flex",
1148
+ "flex-direction": "column",
1149
+ "row-gap": "xl",
1150
+ "padding-top": "lg",
1151
+ "padding-bottom": "lg",
1152
+ "padding-left": "xl",
1153
+ "padding-right": "xl",
1154
+ "border-radius": "xl",
1155
+ "border-style": "solid",
1156
+ "border-width": "1px",
1157
+ "border-color": "var(--color-border)",
1158
+ "background-color": "background-1",
1159
+ },
1160
+ job_meta: {
1161
+ display: "flex",
1162
+ "flex-direction": "column",
1163
+ "row-gap": "md",
1164
+ },
1165
+ meta_icons_levoGroup: {
1166
+ display: "flex",
1167
+ "column-gap": "lg",
1168
+ "flex-wrap": "wrap",
1169
+ },
1170
+ meta_icons_levoGroupItem: {
1171
+ icon_wrapper: {
1172
+ display: "flex",
1173
+ "column-gap": "xs",
1174
+ "align-items": "center",
1175
+ },
1176
+ icon: { width: "18px", height: "18px", "flex-shrink": "0" },
1177
+ text: { "font-size": "sm", color: "text-1", "font-weight": 500 },
1178
+ },
1179
+ meta_icons: [{}, {}],
1180
+ meta_details: {
1181
+ display: "flex",
1182
+ "column-gap": "lg",
1183
+ "flex-wrap": "wrap",
1184
+ },
1185
+ date_wrapper: {
1186
+ display: "flex",
1187
+ "column-gap": "xs",
1188
+ "align-items": "center",
1189
+ },
1190
+ calendar_icon: { width: "16px", height: "16px", "flex-shrink": "0" },
1191
+ posted_date: { "font-size": "xs", color: "text-2" },
1192
+ duration_wrapper: {
1193
+ display: "flex",
1194
+ "column-gap": "xs",
1195
+ "align-items": "center",
1196
+ },
1197
+ duration_icon: { width: "16px", height: "16px", "flex-shrink": "0" },
1198
+ application_deadline: { "font-size": "xs", color: "text-2" },
1199
+ description_section: {
1200
+ display: "flex",
1201
+ "flex-direction": "column",
1202
+ "padding-top": "lg",
1203
+ "border-top-style": "solid",
1204
+ "border-top-width": "1px",
1205
+ "border-top-color": "var(--color-border)",
1206
+ },
1207
+ description_title: {
1208
+ "margin-bottom": "base",
1209
+ "font-size": "lg",
1210
+ "font-weight": 700,
1211
+ color: "text-1",
1212
+ },
1213
+ description_content: {
1214
+ "line-height": "1.7",
1215
+ "font-size": "sm",
1216
+ color: "text-1",
1217
+ },
1218
+ application_form: { display: "none" },
1219
+ },
1220
+ content: DEFAULT_CONTENT,
1221
+ config: {
1222
+ hero_title: {
1223
+ selectedVariants: { Heading_Level: "H1" },
1224
+ heading: { level: "1" },
1225
+ },
1226
+ hero_tagline: { selectedVariants: {} },
1227
+ hero_description: { selectedVariants: {} },
1228
+ info_cards: [
1229
+ {
1230
+ heading: {
1231
+ heading: { level: "4" },
1232
+ selectedVariants: { Heading_Level: "H5" },
1233
+ },
1234
+ items: [
1235
+ {
1236
+ item_wrapper: { selectedVariants: {} },
1237
+ label: {
1238
+ heading: { level: "6" },
1239
+ selectedVariants: { Heading_Level: "H6" },
1240
+ },
1241
+ },
1242
+ {
1243
+ item_wrapper: { selectedVariants: {} },
1244
+ label: {
1245
+ heading: { level: "6" },
1246
+ selectedVariants: { Heading_Level: "H6" },
1247
+ },
1248
+ },
1249
+ {
1250
+ item_wrapper: { selectedVariants: {} },
1251
+ label: {
1252
+ heading: { level: "6" },
1253
+ selectedVariants: { Heading_Level: "H6" },
1254
+ },
1255
+ },
1256
+ {
1257
+ item_wrapper: { selectedVariants: {} },
1258
+ label: {
1259
+ heading: { level: "6" },
1260
+ selectedVariants: { Heading_Level: "H6" },
1261
+ },
1262
+ },
1263
+ ],
1264
+ },
1265
+ ],
1266
+ application_form: {
1267
+ form: { submit_button_label: "Submit Application" },
1268
+ },
1269
+ },
1270
+ },
1271
+ {
1272
+ key: "list-view",
1273
+ title: "List View",
1274
+ styles: {
1275
+ layout: {},
1276
+ hero_layout: {
1277
+ "padding-top": "4xl",
1278
+ "padding-bottom": "2xl",
1279
+ "padding-left": "3xl",
1280
+ "padding-right": "3xl",
1281
+ },
1282
+ hero_container: {
1283
+ "max-width": "760px",
1284
+ "margin-left": "auto",
1285
+ "margin-right": "auto",
1286
+ },
1287
+ hero_content_wrapper: {
1288
+ display: "flex",
1289
+ "flex-direction": "column",
1290
+ "row-gap": "base",
1291
+ "align-items": "flex-start",
1292
+ },
1293
+ hero_tagline: {
1294
+ "text-transform": "uppercase",
1295
+ "letter-spacing": "0.08em",
1296
+ "font-weight": 600,
1297
+ "font-size": "xs",
1298
+ color: "brand",
1299
+ },
1300
+ hero_title: {
1301
+ "max-width": "680px",
1302
+ },
1303
+ hero_description: {
1304
+ "max-width": "680px",
1305
+ color: "text-2",
1306
+ "line-height": "1.6",
1307
+ },
1308
+ hero_button: { display: "none" },
1309
+ hero_image_wrapper: { display: "none" },
1310
+ hero_image_desktop: { display: "none" },
1311
+ hero_image_mobile: { display: "none" },
1312
+ details_layout: {
1313
+ "padding-top": "2xl",
1314
+ "padding-bottom": "4xl",
1315
+ "padding-left": "3xl",
1316
+ "padding-right": "3xl",
1317
+ },
1318
+ details_container: {
1319
+ "max-width": "760px",
1320
+ "margin-left": "auto",
1321
+ "margin-right": "auto",
1322
+ },
1323
+ details_content: {
1324
+ display: "flex",
1325
+ "flex-direction": "column",
1326
+ "row-gap": "2xl",
1327
+ },
1328
+ details_sidebar: {
1329
+ "max-width": "none",
1330
+ width: "100%",
1331
+ },
1332
+ info_cards_levoGroup: {
1333
+ display: "flex",
1334
+ "flex-direction": "column",
1335
+ width: "100%",
1336
+ },
1337
+ info_cards: [
1338
+ {
1339
+ card: {
1340
+ display: "flex",
1341
+ "flex-direction": "column",
1342
+ "row-gap": "xl",
1343
+ "padding-top": "xl",
1344
+ "padding-bottom": "xl",
1345
+ "border-top-style": "solid",
1346
+ "border-top-width": "1px",
1347
+ "border-top-color": "var(--color-border)",
1348
+ "border-bottom-style": "solid",
1349
+ "border-bottom-width": "1px",
1350
+ "border-bottom-color": "var(--color-border)",
1351
+ width: "100%",
1352
+ },
1353
+ heading: { display: "none" },
1354
+ items_levoGroup: {
1355
+ display: "grid",
1356
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
1357
+ "column-gap": "lg",
1358
+ "row-gap": "lg",
1359
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
1360
+ mobile: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
1361
+ },
1362
+ items_levoGroupItem: {
1363
+ item_wrapper: {
1364
+ display: "flex",
1365
+ "flex-direction": "column",
1366
+ "row-gap": "2xs",
1367
+ },
1368
+ label: {
1369
+ "font-weight": 500,
1370
+ "font-size": "xs",
1371
+ color: "text-2",
1372
+ "text-transform": "uppercase",
1373
+ "letter-spacing": "0.06em",
1374
+ },
1375
+ value: {
1376
+ "font-size": "base",
1377
+ color: "text-1",
1378
+ "font-weight": 600,
1379
+ "line-height": "1.4",
1380
+ },
1381
+ },
1382
+ items: [{}, {}, {}, {}],
1383
+ button: {
1384
+ width: "100%",
1385
+ "margin-top": "xs",
1386
+ "padding-top": "base",
1387
+ "padding-bottom": "base",
1388
+ "font-size": "base",
1389
+ "font-weight": 600,
1390
+ },
1391
+ },
1392
+ ],
1393
+ social_section: { display: "none" },
1394
+ social_title: {},
1395
+ social_icons_levoGroup: {},
1396
+ social_icons_levoGroupItem: { icon: {} },
1397
+ social_icons: [{}, {}, {}],
1398
+ job_content: {
1399
+ display: "flex",
1400
+ "flex-direction": "column",
1401
+ "row-gap": "xl",
1402
+ },
1403
+ job_meta: {
1404
+ display: "flex",
1405
+ "column-gap": "lg",
1406
+ "row-gap": "sm",
1407
+ "flex-wrap": "wrap",
1408
+ "align-items": "center",
1409
+ },
1410
+ meta_icons_levoGroup: {
1411
+ display: "flex",
1412
+ "column-gap": "lg",
1413
+ "row-gap": "sm",
1414
+ "flex-wrap": "wrap",
1415
+ },
1416
+ meta_icons_levoGroupItem: {
1417
+ icon_wrapper: {
1418
+ display: "flex",
1419
+ "column-gap": "xs",
1420
+ "align-items": "center",
1421
+ },
1422
+ icon: { width: "16px", height: "16px", "flex-shrink": "0" },
1423
+ text: { "font-size": "sm", color: "text-2", "font-weight": 500 },
1424
+ },
1425
+ meta_icons: [{}, {}],
1426
+ meta_details: {
1427
+ display: "flex",
1428
+ "column-gap": "lg",
1429
+ "row-gap": "sm",
1430
+ "flex-wrap": "wrap",
1431
+ },
1432
+ date_wrapper: {
1433
+ display: "flex",
1434
+ "column-gap": "xs",
1435
+ "align-items": "center",
1436
+ },
1437
+ calendar_icon: { width: "16px", height: "16px", "flex-shrink": "0" },
1438
+ posted_date: { "font-size": "sm", color: "text-2" },
1439
+ duration_wrapper: {
1440
+ display: "flex",
1441
+ "column-gap": "xs",
1442
+ "align-items": "center",
1443
+ },
1444
+ duration_icon: { width: "16px", height: "16px", "flex-shrink": "0" },
1445
+ application_deadline: { "font-size": "sm", color: "text-2" },
1446
+ description_section: { display: "flex", "flex-direction": "column" },
1447
+ description_title: {
1448
+ "margin-bottom": "base",
1449
+ "font-size": "xl",
1450
+ "font-weight": 700,
1451
+ color: "text-1",
1452
+ },
1453
+ description_content: {
1454
+ "line-height": "1.75",
1455
+ "font-size": "base",
1456
+ color: "text-1",
1457
+ },
1458
+ application_form: { display: "none" },
1459
+ },
1460
+ content: DEFAULT_CONTENT,
1461
+ config: {
1462
+ hero_title: {
1463
+ selectedVariants: { Heading_Level: "H2" },
1464
+ heading: { level: "2" },
1465
+ },
1466
+ hero_tagline: { selectedVariants: {} },
1467
+ hero_description: { selectedVariants: {} },
1468
+ info_cards: [
1469
+ {
1470
+ heading: {
1471
+ heading: { level: "5" },
1472
+ selectedVariants: { Heading_Level: "H5" },
1473
+ },
1474
+ items: [
1475
+ {
1476
+ item_wrapper: { selectedVariants: {} },
1477
+ label: {
1478
+ heading: { level: "6" },
1479
+ selectedVariants: { Heading_Level: "H6" },
1480
+ },
1481
+ },
1482
+ {
1483
+ item_wrapper: { selectedVariants: {} },
1484
+ label: {
1485
+ heading: { level: "6" },
1486
+ selectedVariants: { Heading_Level: "H6" },
1487
+ },
1488
+ },
1489
+ {
1490
+ item_wrapper: { selectedVariants: {} },
1491
+ label: {
1492
+ heading: { level: "6" },
1493
+ selectedVariants: { Heading_Level: "H6" },
1494
+ },
1495
+ },
1496
+ {
1497
+ item_wrapper: { selectedVariants: {} },
1498
+ label: {
1499
+ heading: { level: "6" },
1500
+ selectedVariants: { Heading_Level: "H6" },
1501
+ },
1502
+ },
1503
+ ],
1504
+ },
1505
+ ],
1506
+ application_form: {
1507
+ form: { submit_button_label: "Submit Application" },
1508
+ },
1509
+ },
1510
+ },
989
1511
  ],
990
1512
  };