@levo-so/blocks 0.1.59 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -0,0 +1,990 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const MEDIA = {
4
+ id: "vxmyzMseZ4pK",
5
+ filename: "hero-2.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/hero-2-MqnYyg8ypOfo.png",
8
+ 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",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+
21
+ const DUMMY_ICON = {
22
+ kind: "icon",
23
+ data: {
24
+ id: "archive-minus",
25
+ label: "Archive Minus",
26
+ tags: ["archive", "custom", "directional", "minus"],
27
+ 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>',
29
+ },
30
+ };
31
+
32
+ const DEFAULT_CONTENT = {
33
+ // Main Layout
34
+ layout: null,
35
+
36
+ // Hero Section
37
+ hero_layout: null,
38
+ hero_container: null,
39
+ hero_content_wrapper: null,
40
+ hero_tagline: "We're Hiring",
41
+ hero_title: "Join Our Team and Shape the Future",
42
+ 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",
45
+ hero_ctas: [] as { button: string }[],
46
+ hero_image_wrapper: null,
47
+ hero_image_desktop: MEDIA,
48
+ hero_image_mobile: MEDIA,
49
+
50
+ // Job Details Section
51
+ details_layout: null,
52
+ details_container: null,
53
+ details_content: null,
54
+
55
+ // Sidebar
56
+ details_sidebar: null,
57
+ info_cards: [
58
+ {
59
+ card: null,
60
+ heading: "Job Overview",
61
+ items: [
62
+ {
63
+ item_wrapper: null,
64
+ label: "Job Type",
65
+ value: "Full-time",
66
+ },
67
+ {
68
+ item_wrapper: null,
69
+ label: "Experience",
70
+ value: "3-5 years",
71
+ },
72
+ {
73
+ item_wrapper: null,
74
+ label: "Work Mode",
75
+ value: "Remote / Hybrid",
76
+ },
77
+ {
78
+ item_wrapper: null,
79
+ label: "Schedule",
80
+ value: "9 AM to 6 PM",
81
+ },
82
+ ],
83
+ button: "Apply Now",
84
+ },
85
+ ],
86
+
87
+ // Social section
88
+ social_section: null,
89
+ social_title: "Share This Job",
90
+ social_icons: [{ icon: DUMMY_ICON }, { icon: DUMMY_ICON }, { icon: DUMMY_ICON }],
91
+
92
+ // Job content
93
+ job_content: null,
94
+
95
+ // Job meta
96
+ job_meta: null,
97
+ meta_icons: [
98
+ {
99
+ icon_wrapper: null,
100
+ icon: DUMMY_ICON,
101
+ text: "Engineering",
102
+ },
103
+ {
104
+ icon_wrapper: null,
105
+ icon: DUMMY_ICON,
106
+ text: "San Francisco",
107
+ },
108
+ ],
109
+ meta_details: null,
110
+ date_wrapper: null,
111
+ calendar_icon: DUMMY_ICON,
112
+ posted_date: "2025-01-16T10:23:31.297Z",
113
+ duration_wrapper: null,
114
+ duration_icon: DUMMY_ICON,
115
+ application_deadline: "30 Days Left",
116
+
117
+ // Description
118
+ description_section: null,
119
+ description_title: "Job Description",
120
+ 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.",
122
+
123
+ // Application Form
124
+ application_form: null,
125
+ };
126
+
127
+ export type IJobs1Content = typeof DEFAULT_CONTENT;
128
+
129
+ export const Jobs1: IBlock = {
130
+ category_id: "jobs",
131
+ title: "Jobs 1",
132
+ key: "jobs-1",
133
+ version: "v1",
134
+ prompt_description:
135
+ "Full job listing page with a hero section featuring tagline, title, description, and CTA buttons, followed by a two-column job details section with sidebar containing job info cards and social sharing, and main content area with job description and application form.",
136
+ content_schema: [
137
+ // Main Layout
138
+ {
139
+ key: "layout",
140
+ label: "Page Layout",
141
+ field_interface: "LayoutWidget",
142
+ hint: {
143
+ prompt_description:
144
+ "Main wrapper for the entire job listing page. Contains both the hero section and job details section.",
145
+ },
146
+ },
147
+
148
+ // Hero Section
149
+ {
150
+ key: "hero_layout",
151
+ label: "Hero Section Layout",
152
+ field_interface: "LayoutWidget",
153
+ hint: {
154
+ prompt_description:
155
+ "Layout wrapper for the hero section. Controls spacing, background, and overall structure of the hero area.",
156
+ },
157
+ },
158
+ {
159
+ key: "hero_container",
160
+ label: "Hero Container",
161
+ field_interface: "ContainerWidget",
162
+ hint: {
163
+ prompt_description:
164
+ "Container for hero content. Ensures proper horizontal margins and centers content for desktop and mobile.",
165
+ },
166
+ },
167
+ {
168
+ key: "hero_content_wrapper",
169
+ label: "Hero Content Wrapper",
170
+ field_interface: "BoxWidget",
171
+ hint: {
172
+ prompt_description:
173
+ "Wrapper providing padding and alignment for hero text content and call-to-action buttons.",
174
+ },
175
+ },
176
+ {
177
+ key: "hero_tagline",
178
+ label: "Hero Tagline",
179
+ field_interface: "TypographyWidget",
180
+ hint: {
181
+ prompt_description:
182
+ "Short, attention-grabbing phrase above the main headline. Should be concise and use an aspirational tone.",
183
+ min_characters: 10,
184
+ max_characters: 40,
185
+ },
186
+ },
187
+ {
188
+ key: "hero_title",
189
+ label: "Hero Title",
190
+ field_interface: "HeadingWidget",
191
+ hint: {
192
+ prompt_description:
193
+ "Main headline of the hero section. Should immediately communicate the opportunity and be bold and clear.",
194
+ min_characters: 30,
195
+ max_characters: 80,
196
+ },
197
+ },
198
+ {
199
+ key: "hero_description",
200
+ label: "Hero Description",
201
+ field_interface: "TypographyWidget",
202
+ hint: {
203
+ prompt_description:
204
+ "Supporting text that elaborates on the company culture and what makes this opportunity unique.",
205
+ min_characters: 100,
206
+ max_characters: 300,
207
+ },
208
+ },
209
+ {
210
+ key: "hero_button",
211
+ label: "Hero Button",
212
+ field_interface: "ButtonWidget",
213
+ hint: {
214
+ prompt_description:
215
+ "Primary call-to-action button. Clear, action-oriented text to prompt users to explore jobs.",
216
+ min_characters: 8,
217
+ max_characters: 24,
218
+ },
219
+ },
220
+ {
221
+ key: "hero_ctas",
222
+ label: "Additional CTA Buttons",
223
+ kind: "group",
224
+ field_interface: "BoxWidget",
225
+ fields: [
226
+ {
227
+ key: "button",
228
+ label: "Button",
229
+ field_interface: "ButtonWidget",
230
+ hint: {
231
+ prompt_description: "Additional call-to-action button",
232
+ min_characters: 8,
233
+ max_characters: 18,
234
+ },
235
+ },
236
+ ],
237
+ },
238
+ {
239
+ key: "hero_image_wrapper",
240
+ label: "Hero Image Wrapper",
241
+ field_interface: "BoxWidget",
242
+ hint: {
243
+ prompt_description:
244
+ "Container for positioning and scaling the hero illustration or imagery.",
245
+ },
246
+ },
247
+ {
248
+ key: "hero_image_desktop",
249
+ label: "Hero Image (Desktop)",
250
+ field_interface: "MediaWidget",
251
+ hint: {
252
+ prompt_description:
253
+ "Main illustrative image for desktop. Should visually reinforce the career opportunity theme.",
254
+ orientation: "landscape",
255
+ size: "large",
256
+ usecase: "hero",
257
+ },
258
+ },
259
+ {
260
+ key: "hero_image_mobile",
261
+ label: "Hero Image (Mobile)",
262
+ field_interface: "MediaWidget",
263
+ hint: {
264
+ prompt_description: "Optimized version of the hero image for mobile screens.",
265
+ orientation: "portrait",
266
+ size: "medium",
267
+ usecase: "hero",
268
+ },
269
+ },
270
+
271
+ // Job Details Section
272
+ {
273
+ key: "details_layout",
274
+ label: "Details Section Layout",
275
+ field_interface: "LayoutWidget",
276
+ hint: {
277
+ prompt_description:
278
+ "Layout wrapper for the job details section. Controls spacing and background of the details area.",
279
+ },
280
+ },
281
+ {
282
+ key: "details_container",
283
+ label: "Details Container",
284
+ field_interface: "ContainerWidget",
285
+ hint: {
286
+ prompt_description:
287
+ "Container for job details content. Ensures proper spacing and max-width constraints.",
288
+ },
289
+ },
290
+ {
291
+ key: "details_content",
292
+ label: "Details Content Wrapper",
293
+ field_interface: "BoxWidget",
294
+ hint: {
295
+ prompt_description: "Main wrapper for the two-column layout of job details.",
296
+ },
297
+ },
298
+
299
+ // Sidebar
300
+ {
301
+ key: "details_sidebar",
302
+ label: "Sidebar",
303
+ field_interface: "BoxWidget",
304
+ hint: {
305
+ prompt_description: "Left sidebar container for job info cards and social sharing.",
306
+ },
307
+ },
308
+ {
309
+ key: "info_cards",
310
+ label: "Job Info Cards",
311
+ field_interface: "BoxWidget",
312
+ kind: "group",
313
+ hint: {
314
+ prompt_description:
315
+ "Cards displaying key job information like type, experience, and work mode.",
316
+ },
317
+ fields: [
318
+ {
319
+ key: "card",
320
+ label: "Card",
321
+ field_interface: "BoxWidget",
322
+ },
323
+ {
324
+ key: "heading",
325
+ label: "Card Heading",
326
+ field_interface: "HeadingWidget",
327
+ hint: {
328
+ prompt_description: "Heading for the info card section.",
329
+ usecase: "title",
330
+ min_characters: 8,
331
+ max_characters: 30,
332
+ },
333
+ },
334
+ {
335
+ key: "items",
336
+ label: "Info Items",
337
+ field_interface: "BoxWidget",
338
+ kind: "group",
339
+ hint: {
340
+ prompt_description: "Repeatable label-value pairs for job information.",
341
+ },
342
+ fields: [
343
+ {
344
+ key: "item_wrapper",
345
+ label: "Item Wrapper",
346
+ field_interface: "BoxWidget",
347
+ },
348
+ {
349
+ key: "label",
350
+ label: "Label",
351
+ field_interface: "HeadingWidget",
352
+ hint: {
353
+ prompt_description:
354
+ "Label describing the job attribute (e.g., Job Type, Experience).",
355
+ usecase: "label",
356
+ min_characters: 5,
357
+ max_characters: 25,
358
+ },
359
+ },
360
+ {
361
+ key: "value",
362
+ label: "Value",
363
+ field_interface: "TypographyWidget",
364
+ hint: {
365
+ prompt_description: "Value for the job attribute (e.g., Full-time, 3-5 years).",
366
+ usecase: "description",
367
+ min_characters: 3,
368
+ max_characters: 50,
369
+ },
370
+ },
371
+ ],
372
+ },
373
+ {
374
+ key: "button",
375
+ label: "Card Button",
376
+ field_interface: "ButtonWidget",
377
+ hint: {
378
+ prompt_description: "Call-to-action button for the card (e.g., Apply Now).",
379
+ usecase: "button",
380
+ min_characters: 5,
381
+ max_characters: 20,
382
+ },
383
+ },
384
+ ],
385
+ },
386
+
387
+ // Social section
388
+ {
389
+ key: "social_section",
390
+ label: "Social Sharing Section",
391
+ field_interface: "BoxWidget",
392
+ hint: {
393
+ prompt_description: "Container for social media sharing section.",
394
+ },
395
+ },
396
+ {
397
+ key: "social_title",
398
+ label: "Social Section Title",
399
+ field_interface: "HeadingWidget",
400
+ hint: {
401
+ prompt_description: "Title for the social sharing section.",
402
+ usecase: "title",
403
+ min_characters: 5,
404
+ max_characters: 25,
405
+ },
406
+ },
407
+ {
408
+ key: "social_icons",
409
+ label: "Social Icons",
410
+ field_interface: "BoxWidget",
411
+ kind: "group",
412
+ hint: {
413
+ prompt_description: "Social media platform icons for sharing the job listing.",
414
+ },
415
+ fields: [
416
+ {
417
+ key: "icon",
418
+ label: "Icon",
419
+ field_interface: "IconWidget",
420
+ hint: {
421
+ prompt_description: "Social media platform icon.",
422
+ orientation: "square",
423
+ size: "icon",
424
+ usecase: "icon",
425
+ },
426
+ },
427
+ ],
428
+ },
429
+
430
+ // Job content
431
+ {
432
+ key: "job_content",
433
+ label: "Job Content Area",
434
+ field_interface: "BoxWidget",
435
+ hint: {
436
+ prompt_description: "Main job content area containing meta info and description.",
437
+ },
438
+ },
439
+
440
+ // Job meta
441
+ {
442
+ key: "job_meta",
443
+ label: "Job Meta Information",
444
+ field_interface: "BoxWidget",
445
+ hint: {
446
+ prompt_description: "Container for job metadata like department, location, and dates.",
447
+ },
448
+ },
449
+ {
450
+ key: "meta_icons",
451
+ label: "Meta Info Icons",
452
+ field_interface: "BoxWidget",
453
+ kind: "group",
454
+ hint: {
455
+ prompt_description:
456
+ "Icons with text displaying job attributes like department and location.",
457
+ },
458
+ fields: [
459
+ {
460
+ key: "icon_wrapper",
461
+ label: "Icon Wrapper",
462
+ field_interface: "BoxWidget",
463
+ },
464
+ {
465
+ key: "icon",
466
+ label: "Icon",
467
+ field_interface: "IconWidget",
468
+ hint: {
469
+ prompt_description: "Icon representing a job attribute.",
470
+ orientation: "square",
471
+ size: "icon",
472
+ usecase: "icon",
473
+ },
474
+ },
475
+ {
476
+ key: "text",
477
+ label: "Text",
478
+ field_interface: "TypographyWidget",
479
+ hint: {
480
+ prompt_description:
481
+ "Text describing the job attribute (e.g., Engineering, San Francisco).",
482
+ usecase: "label",
483
+ min_characters: 5,
484
+ max_characters: 30,
485
+ },
486
+ },
487
+ ],
488
+ },
489
+ {
490
+ key: "meta_details",
491
+ label: "Meta Details",
492
+ field_interface: "BoxWidget",
493
+ hint: {
494
+ prompt_description: "Container for posting date and application deadline.",
495
+ },
496
+ },
497
+ {
498
+ key: "date_wrapper",
499
+ label: "Date Wrapper",
500
+ field_interface: "BoxWidget",
501
+ },
502
+ {
503
+ key: "calendar_icon",
504
+ label: "Calendar Icon",
505
+ field_interface: "IconWidget",
506
+ hint: {
507
+ prompt_description: "Calendar icon for posting date.",
508
+ orientation: "square",
509
+ size: "icon",
510
+ usecase: "icon",
511
+ },
512
+ },
513
+ {
514
+ key: "posted_date",
515
+ label: "Posted Date",
516
+ field_interface: "TypographyWidget",
517
+ hint: {
518
+ prompt_description: "Date when the job was posted.",
519
+ usecase: "date",
520
+ min_characters: 8,
521
+ max_characters: 20,
522
+ },
523
+ },
524
+ {
525
+ key: "duration_wrapper",
526
+ label: "Deadline Wrapper",
527
+ field_interface: "BoxWidget",
528
+ },
529
+ {
530
+ key: "duration_icon",
531
+ label: "Deadline Icon",
532
+ field_interface: "IconWidget",
533
+ hint: {
534
+ prompt_description: "Clock or timer icon for application deadline.",
535
+ orientation: "square",
536
+ size: "icon",
537
+ usecase: "icon",
538
+ },
539
+ },
540
+ {
541
+ key: "application_deadline",
542
+ label: "Application Deadline",
543
+ field_interface: "TypographyWidget",
544
+ hint: {
545
+ prompt_description: "Time remaining or deadline for applications.",
546
+ usecase: "reading_time",
547
+ min_characters: 5,
548
+ max_characters: 20,
549
+ },
550
+ },
551
+
552
+ // Description
553
+ {
554
+ key: "description_section",
555
+ label: "Description Section",
556
+ field_interface: "BoxWidget",
557
+ hint: {
558
+ prompt_description: "Container for job description content.",
559
+ },
560
+ },
561
+ {
562
+ key: "description_title",
563
+ label: "Description Title",
564
+ field_interface: "HeadingWidget",
565
+ hint: {
566
+ prompt_description: "Title for the job description section.",
567
+ usecase: "title",
568
+ min_characters: 10,
569
+ max_characters: 30,
570
+ },
571
+ },
572
+ {
573
+ key: "description_content",
574
+ label: "Job Description",
575
+ field_interface: "TypographyWidget",
576
+ hint: {
577
+ prompt_description:
578
+ "Full job description including responsibilities, requirements, and benefits.",
579
+ usecase: "description",
580
+ min_characters: 200,
581
+ max_characters: 8000,
582
+ },
583
+ },
584
+ {
585
+ key: "application_form",
586
+ label: "Application Form",
587
+ field_interface: "FormWidget",
588
+ },
589
+ ],
590
+ layouts: [
591
+ {
592
+ key: "default",
593
+ title: "Default",
594
+ styles: {
595
+ layout: {},
596
+ hero_layout: {},
597
+ hero_container: {},
598
+ hero_content_wrapper: {
599
+ display: "flex",
600
+ "flex-direction": "column",
601
+ "align-items": "center",
602
+ "justify-content": "center",
603
+ "row-gap": "lg",
604
+ "column-gap": "lg",
605
+ },
606
+ hero_tagline: {
607
+ "text-align": "center",
608
+ "text-transform": "uppercase",
609
+ },
610
+ hero_title: {
611
+ "text-align": "center",
612
+ },
613
+ hero_description: {
614
+ "max-width": "600px",
615
+ "text-align": "center",
616
+ },
617
+ hero_button: {},
618
+ hero_image_wrapper: {},
619
+ hero_image_desktop: {
620
+ "object-fit": "contain",
621
+ display: "block",
622
+ "border-radius": "base",
623
+ tablet: {
624
+ display: "block",
625
+ },
626
+ mobile: {
627
+ display: "none",
628
+ },
629
+ },
630
+ hero_image_mobile: {
631
+ "object-fit": "contain",
632
+ display: "none",
633
+ "border-radius": "base",
634
+ tablet: {
635
+ display: "none",
636
+ },
637
+ mobile: {},
638
+ },
639
+ details_layout: {
640
+ width: "100%",
641
+ "padding-top": "8xl",
642
+ "padding-bottom": "8xl",
643
+ "padding-left": "6xl",
644
+ "padding-right": "6xl",
645
+ mobile: {
646
+ "padding-top": "5xl",
647
+ "padding-bottom": "5xl",
648
+ "padding-left": "2xl",
649
+ "padding-right": "2xl",
650
+ },
651
+ },
652
+ details_container: {
653
+ width: "100%",
654
+ "max-width": "1280px",
655
+ "margin-left": "auto",
656
+ "margin-right": "auto",
657
+ },
658
+ details_content: {
659
+ display: "flex",
660
+ "column-gap": "4xl",
661
+ "row-gap": "4xl",
662
+ mobile: {
663
+ "flex-direction": "column",
664
+ },
665
+ },
666
+ details_sidebar: {
667
+ width: "100%",
668
+ "flex-shrink": "0",
669
+ display: "flex",
670
+ "flex-direction": "column",
671
+ "row-gap": "3xl",
672
+ flex: "0.8 0 0%",
673
+ mobile: {
674
+ width: "100%",
675
+ },
676
+ "max-width": "256px",
677
+ },
678
+ info_cards_levoGroup: {
679
+ display: "flex",
680
+ "flex-direction": "column",
681
+ "row-gap": "2xl",
682
+ },
683
+ info_cards: [
684
+ {
685
+ card: {
686
+ "padding-top": "xl",
687
+ "padding-bottom": "xl",
688
+ "padding-left": "lg",
689
+ "padding-right": "lg",
690
+ "border-radius": "lg",
691
+ border: "1px solid",
692
+ "border-color": "brand",
693
+ display: "flex",
694
+ "flex-direction": "column",
695
+ "row-gap": "base",
696
+ },
697
+ heading: {
698
+ "margin-bottom": "base",
699
+ },
700
+ items_levoGroup: {
701
+ display: "flex",
702
+ "flex-direction": "column",
703
+ "row-gap": "sm",
704
+ "margin-bottom": "xs",
705
+ },
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
+ },
725
+ },
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
+ },
763
+ },
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
+ },
782
+ },
783
+ ],
784
+ },
785
+ ],
786
+ social_section: {
787
+ "padding-top": "2xl",
788
+ "border-top": "1px solid",
789
+ "border-color": "brand",
790
+ },
791
+ social_title: {
792
+ "font-size": "lg",
793
+ "font-weight": "semibold",
794
+ "margin-bottom": "lg",
795
+ color: "text-1",
796
+ },
797
+ social_icons_levoGroup: {
798
+ display: "flex",
799
+ "column-gap": "base",
800
+ },
801
+ social_icons: [
802
+ {
803
+ icon: {
804
+ width: "32px",
805
+ height: "32px",
806
+ },
807
+ },
808
+ {
809
+ icon: {
810
+ width: "32px",
811
+ height: "32px",
812
+ },
813
+ },
814
+ {
815
+ icon: {
816
+ width: "32px",
817
+ height: "32px",
818
+ },
819
+ },
820
+ ],
821
+ job_content: {
822
+ flex: "2",
823
+ display: "flex",
824
+ "flex-direction": "column",
825
+ "row-gap": "3xl",
826
+ },
827
+ job_meta: {
828
+ display: "flex",
829
+ "flex-direction": "column",
830
+ "row-gap": "lg",
831
+ "padding-top": "xl",
832
+ "padding-bottom": "xl",
833
+ "border-top": "1px solid",
834
+ "border-bottom": "1px solid",
835
+ "border-color": "brand",
836
+ },
837
+ meta_icons_levoGroup: {
838
+ display: "flex",
839
+ "column-gap": "2xl",
840
+ "row-gap": "lg",
841
+ "flex-wrap": "wrap",
842
+ },
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
+ },
859
+ },
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
+ },
875
+ },
876
+ ],
877
+ meta_details: {
878
+ display: "flex",
879
+ "column-gap": "2xl",
880
+ "row-gap": "lg",
881
+ "flex-wrap": "wrap",
882
+ },
883
+ date_wrapper: {
884
+ display: "flex",
885
+ "align-items": "center",
886
+ "column-gap": "xs",
887
+ },
888
+ calendar_icon: {
889
+ width: "20px",
890
+ height: "20px",
891
+ },
892
+ posted_date: {
893
+ "font-size": "sm",
894
+ color: "text-2",
895
+ },
896
+ duration_wrapper: {
897
+ display: "flex",
898
+ "align-items": "center",
899
+ "column-gap": "xs",
900
+ },
901
+ duration_icon: {
902
+ width: "20px",
903
+ height: "20px",
904
+ },
905
+ application_deadline: {
906
+ "font-size": "sm",
907
+ color: "text-2",
908
+ },
909
+ description_section: {
910
+ display: "flex",
911
+ "flex-direction": "column",
912
+ },
913
+ description_title: {
914
+ color: "text-1",
915
+ "font-size": "3xl",
916
+ "font-weight": 700,
917
+ "margin-bottom": "5xl",
918
+ },
919
+ description_content: {
920
+ "font-size": "base",
921
+ "line-height": "1.7",
922
+ color: "text-1",
923
+ },
924
+ application_form: {
925
+ width: "100%",
926
+ "background-color": "background-3",
927
+ height: "fit-content",
928
+ "max-width": "512px",
929
+ flex: "1.5 1 0",
930
+ },
931
+ },
932
+ content: DEFAULT_CONTENT,
933
+ config: {
934
+ hero_title: {
935
+ selectedVariants: {
936
+ Heading_Level: "H1",
937
+ },
938
+ heading: {
939
+ level: "1",
940
+ },
941
+ },
942
+ hero_tagline: {
943
+ selectedVariants: {},
944
+ },
945
+ hero_description: {
946
+ selectedVariants: {},
947
+ },
948
+ info_cards: [
949
+ {
950
+ heading: {
951
+ heading: {
952
+ level: "4",
953
+ },
954
+ selectedVariants: {
955
+ Heading_Level: "H5",
956
+ },
957
+ },
958
+ items: [
959
+ {
960
+ item_wrapper: {
961
+ selectedVariants: {},
962
+ },
963
+ },
964
+ {
965
+ item_wrapper: {
966
+ selectedVariants: {},
967
+ },
968
+ },
969
+ {
970
+ item_wrapper: {
971
+ selectedVariants: {},
972
+ },
973
+ },
974
+ {
975
+ item_wrapper: {
976
+ selectedVariants: {},
977
+ },
978
+ },
979
+ ],
980
+ },
981
+ ],
982
+ application_form: {
983
+ form: {
984
+ submit_button_label: "Submit Application",
985
+ },
986
+ },
987
+ },
988
+ },
989
+ ],
990
+ };