@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
@@ -5,7 +5,10 @@ const DEFAULT_CONTENT = {
5
5
  container: null,
6
6
  header_section: null,
7
7
  main_title: "Career Opportunity",
8
- header_button: "View All",
8
+ main_description:
9
+ "Career Opportunity Career Opportunity Career Opportunity Career Opportunity Career Opportunity ",
10
+ header_buttons_levoGroup: null,
11
+ header_buttons: [{ header_button: "View All" }, { header_button: "Learn More" }],
9
12
  grid: [
10
13
  {
11
14
  card: null,
@@ -15,7 +18,8 @@ const DEFAULT_CONTENT = {
15
18
  title: "Senior Software Engineer",
16
19
  description:
17
20
  "Join our innovative development team to build cutting-edge solutions using modern technologies and agile methodologies.",
18
- cta: "Apply Now",
21
+ ctas_levoGroup: null,
22
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
19
23
  },
20
24
  {
21
25
  card: null,
@@ -25,7 +29,8 @@ const DEFAULT_CONTENT = {
25
29
  title: "Product Marketing Manager",
26
30
  description:
27
31
  "Drive product growth and market expansion through strategic marketing campaigns and data-driven insights.",
28
- cta: "Apply Now",
32
+ ctas_levoGroup: null,
33
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
29
34
  },
30
35
  {
31
36
  card: null,
@@ -35,7 +40,8 @@ const DEFAULT_CONTENT = {
35
40
  title: "UX Research Specialist",
36
41
  description:
37
42
  "Lead user research initiatives to enhance product experiences and inform design decisions across our platform.",
38
- cta: "Apply Now",
43
+ ctas_levoGroup: null,
44
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
39
45
  },
40
46
  {
41
47
  card: null,
@@ -45,7 +51,8 @@ const DEFAULT_CONTENT = {
45
51
  title: "Data Science Lead",
46
52
  description:
47
53
  "Spearhead machine learning projects and analytics initiatives to unlock business insights and drive innovation.",
48
- cta: "Apply Now",
54
+ ctas_levoGroup: null,
55
+ ctas: [{ cta: "Apply Now" }, { cta: "Learn More" }],
49
56
  },
50
57
  ],
51
58
  header_button_rightIcon: {
@@ -56,20 +63,13 @@ const DEFAULT_CONTENT = {
56
63
  mimetype: "image/png",
57
64
  kind: "image",
58
65
  srcset: {
59
- "1080w":
60
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
61
- "1200w":
62
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
63
- "1920w":
64
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
65
- "320w":
66
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
67
- "640w":
68
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
69
- "750w":
70
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
71
- "828w":
72
- "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
66
+ "1080w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp",
67
+ "1200w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp",
68
+ "1920w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp",
69
+ "320w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp",
70
+ "640w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp",
71
+ "750w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp",
72
+ "828w": "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp",
73
73
  path: "https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-sR8IjbcW18vs-1080w.webp 1080w",
74
74
  },
75
75
  },
@@ -100,8 +100,7 @@ export const Cards8: IBlock = {
100
100
  label: "Container",
101
101
  field_interface: "ContainerWidget",
102
102
  hint: {
103
- prompt_description:
104
- "Main container for centering and constraining the content width.",
103
+ prompt_description: "Main container for centering and constraining the content width.",
105
104
  },
106
105
  },
107
106
  {
@@ -113,6 +112,11 @@ export const Cards8: IBlock = {
113
112
  "Header area containing the main title and view all button, positioned horizontally.",
114
113
  },
115
114
  },
115
+ {
116
+ key: "title_container",
117
+ label: "Title Container",
118
+ field_interface: "BoxWidget",
119
+ },
116
120
  {
117
121
  key: "main_title",
118
122
  label: "Main Title",
@@ -125,14 +129,33 @@ export const Cards8: IBlock = {
125
129
  },
126
130
  },
127
131
  {
128
- key: "header_button",
129
- label: "Header Button",
130
- field_interface: "ButtonWidget",
132
+ key: "main_description",
133
+ label: "Main Description",
134
+ field_interface: "TypographyWidget",
135
+ },
136
+ {
137
+ key: "header_buttons",
138
+ label: "Header Button Group",
139
+ field_interface: "BoxWidget",
140
+ kind: "group",
141
+ fields: [
142
+ {
143
+ key: "header_button",
144
+ label: "Header Button",
145
+ field_interface: "ButtonWidget",
146
+ hint: {
147
+ prompt_description:
148
+ "Action button for career opportunities. Should encourage exploration.",
149
+ min_characters: 6,
150
+ max_characters: 20,
151
+ },
152
+ },
153
+ ],
131
154
  hint: {
132
155
  prompt_description:
133
- "Secondary action button for viewing all career opportunities. Should encourage exploration.",
134
- min_characters: 6,
135
- max_characters: 20,
156
+ "Group of header action buttons for viewing career opportunities and related actions.",
157
+ min_items: 1,
158
+ max_items: 3,
136
159
  },
137
160
  },
138
161
  {
@@ -202,15 +225,28 @@ export const Cards8: IBlock = {
202
225
  },
203
226
  },
204
227
  {
205
- key: "cta",
206
- label: "Apply Button",
207
- field_interface: "ButtonWidget",
208
- hint: {
209
- prompt_description:
210
- "Primary call-to-action button for job application. Should be compelling and action-oriented.",
211
- min_characters: 6,
212
- max_characters: 20,
213
- },
228
+ key: "ctas_levoGroup",
229
+ label: "Apply Buttons Group",
230
+ field_interface: "BoxWidget",
231
+ },
232
+ {
233
+ key: "ctas",
234
+ label: "Apply Buttons",
235
+ field_interface: "BoxWidget",
236
+ kind: "group",
237
+ fields: [
238
+ {
239
+ key: "cta",
240
+ label: "Apply Button",
241
+ field_interface: "ButtonWidget",
242
+ hint: {
243
+ prompt_description:
244
+ "Primary call-to-action button for job application. Should be compelling and action-oriented.",
245
+ min_characters: 6,
246
+ max_characters: 20,
247
+ },
248
+ },
249
+ ],
214
250
  },
215
251
  ],
216
252
  hint: {
@@ -226,31 +262,8 @@ export const Cards8: IBlock = {
226
262
  title: "Default",
227
263
  key: "default",
228
264
  styles: {
229
- layout: {
230
- "padding-top": "6xl",
231
- "padding-bottom": "6xl",
232
- "padding-left": "xl",
233
- "padding-right": "xl",
234
- "background-color": "oklch(0.9643 0.0169 61.9599)",
235
- tablet: {
236
- "padding-top": "4xl",
237
- "padding-bottom": "4xl",
238
- "padding-left": "lg",
239
- "padding-right": "lg",
240
- },
241
- mobile: {
242
- "padding-top": "3xl",
243
- "padding-bottom": "3xl",
244
- "padding-left": "base",
245
- "padding-right": "base",
246
- },
247
- },
248
- container: {
249
- "max-width": "1280px",
250
- "margin-left": "auto",
251
- "margin-right": "auto",
252
- filter: "none",
253
- },
265
+ layout: {},
266
+ container: {},
254
267
  header_section: {
255
268
  display: "flex",
256
269
  "justify-content": "space-between",
@@ -265,16 +278,15 @@ export const Cards8: IBlock = {
265
278
  },
266
279
  filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
267
280
  },
268
- header_button: {
269
- color: "text-3",
270
- "font-size": "base",
271
- "font-weight": "500",
281
+ header_buttons_levoGroup: {
272
282
  display: "flex",
273
- "align-items": "center",
283
+ "flex-direction": "row",
274
284
  "column-gap": "xs",
275
- filter: "none",
276
- "text-decoration": "none",
285
+ "row-gap": "xs",
286
+ "flex-wrap": "wrap",
287
+ "align-items": "center",
277
288
  },
289
+ header_buttons: [{}, {}],
278
290
  grid_levoGroup: {
279
291
  filter: "none",
280
292
  display: "grid",
@@ -286,8 +298,9 @@ export const Cards8: IBlock = {
286
298
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
287
299
  },
288
300
  },
289
- grid: [
290
- {
301
+ grid: Array(4)
302
+ .fill(0)
303
+ .map((v) => ({
291
304
  card: {
292
305
  filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
293
306
  display: "block",
@@ -312,12 +325,13 @@ export const Cards8: IBlock = {
312
325
  "padding-bottom": "xl",
313
326
  },
314
327
  },
328
+ title: {
329
+ "font-weight": 700,
330
+ },
315
331
  badge: {
316
- filter: "none",
317
- "font-size": "sm",
318
- "font-weight": "500",
319
- "background-color": "oklch(0.9289 0.0214 142.4953)",
320
- color: "oklch(0.4451 0.1328 142.4953)",
332
+ "font-weight": 500,
333
+ "background-color": "brandSecondary",
334
+ color: "brandSecondaryForeground",
321
335
  "padding-top": "xs",
322
336
  "padding-bottom": "xs",
323
337
  "padding-left": "sm",
@@ -350,341 +364,135 @@ export const Cards8: IBlock = {
350
364
  "row-gap": "sm",
351
365
  "flex-grow": "1",
352
366
  },
353
- title: {
354
- filter: "none",
355
- "font-size": "2xl",
356
- "font-weight": "700",
357
- color: "text-1",
358
- "line-height": "1.3",
359
- },
360
367
  description: {
361
- filter: "none",
362
- "font-size": "base",
363
- color: "text-2",
364
- "line-height": "1.5",
365
368
  display: "none",
366
369
  },
367
- cta: {
370
+ ctas_levoGroup: {
371
+ display: "flex",
372
+ "flex-direction": "row",
373
+ "align-items": "center",
374
+ gap: "sm",
368
375
  filter: "none",
369
376
  "border-radius": "base",
370
377
  "flex-shrink": "0",
371
378
  mobile: {
372
379
  filter: "none",
380
+ "flex-direction": "column",
373
381
  width: "100%",
374
382
  },
375
383
  tablet: {
376
384
  filter: "none",
385
+ "flex-direction": "column",
377
386
  width: "100%",
378
387
  },
379
388
  },
389
+ ctas: [
390
+ {
391
+ cta: {},
392
+ },
393
+ {
394
+ cta: {},
395
+ },
396
+ ],
397
+ })),
398
+ header_button_rightIcon: {
399
+ width: "18px",
400
+ filter: "none",
401
+ },
402
+ header_buttons_levoGroupItem: {
403
+ header_button: {},
404
+ },
405
+ },
406
+ content: DEFAULT_CONTENT,
407
+ config: {
408
+ main_title: {
409
+ selectedVariants: {
410
+ Heading_Level: "H2",
380
411
  },
412
+ },
413
+ "grid.0.ctas": [null, null],
414
+ "grid.1.ctas": [null, null],
415
+ "grid.2.ctas": [null, null],
416
+ "grid.3.ctas": [null, null],
417
+ header_buttons: [
381
418
  {
382
- card: {
383
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
384
- display: "block",
385
- "background-color": "white",
386
- "padding-top": "3xl",
387
- "padding-bottom": "3xl",
388
- "padding-left": "3xl",
389
- "padding-right": "3xl",
390
- "border-radius": "xl",
391
- mobile: {
392
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
393
- "padding-top": "xl",
394
- "padding-left": "xl",
395
- "padding-right": "xl",
396
- "padding-bottom": "xl",
397
- },
398
- tablet: {
399
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
400
- "padding-top": "xl",
401
- "padding-right": "xl",
402
- "padding-left": "xl",
403
- "padding-bottom": "xl",
419
+ header_button: {
420
+ selectedVariants: {},
421
+ button_icons: {
422
+ right: {
423
+ enabled: true,
424
+ },
404
425
  },
405
426
  },
406
- badge: {
407
- filter: "none",
408
- "font-size": "sm",
409
- "font-weight": "500",
410
- "background-color": "oklch(0.9289 0.0214 142.4953)",
411
- color: "oklch(0.4451 0.1328 142.4953)",
412
- "padding-top": "xs",
413
- "padding-bottom": "xs",
414
- "padding-left": "sm",
415
- "padding-right": "sm",
416
- "border-radius": "3xl",
417
- display: "inline-block",
418
- "margin-bottom": "lg",
427
+ },
428
+ {
429
+ header_button: {
430
+ selectedVariants: {},
419
431
  },
420
- content_container: {
421
- filter: "none",
422
- display: "flex",
423
- "align-items": "flex-start",
424
- "column-gap": "lg",
425
- mobile: {
426
- filter: "none",
427
- "flex-direction": "column",
428
- "row-gap": "lg",
432
+ },
433
+ ],
434
+ grid: [
435
+ {
436
+ title: {
437
+ heading: {
438
+ level: "4",
429
439
  },
430
- tablet: {
431
- filter: "none",
432
- "flex-direction": "column",
433
- "row-gap": "lg",
440
+ selectedVariants: {
441
+ Heading_Level: "H5",
434
442
  },
435
443
  },
436
- text_section: {
437
- filter: "none",
438
- display: "flex",
439
- "flex-direction": "column",
440
- "row-gap": "sm",
441
- "flex-grow": "1",
442
- },
443
- title: {
444
- filter: "none",
445
- "font-size": "2xl",
446
- "font-weight": "700",
447
- color: "text-1",
448
- "line-height": "1.3",
449
- },
450
- description: {
451
- filter: "none",
452
- "font-size": "base",
453
- color: "text-2",
454
- "line-height": "1.5",
455
- display: "none",
456
- },
457
- cta: {
458
- filter: "none",
459
- "border-radius": "base",
460
- "flex-shrink": "0",
461
- mobile: {
462
- filter: "none",
463
- width: "100%",
464
- },
465
- tablet: {
466
- filter: "none",
467
- width: "100%",
444
+ badge: {
445
+ selectedVariants: {
446
+ Typography_Variants: "Small",
468
447
  },
469
448
  },
470
449
  },
471
450
  {
472
- card: {
473
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
474
- display: "block",
475
- "background-color": "white",
476
- "padding-top": "3xl",
477
- "padding-bottom": "3xl",
478
- "padding-left": "3xl",
479
- "padding-right": "3xl",
480
- "border-radius": "xl",
481
- mobile: {
482
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
483
- "padding-top": "xl",
484
- "padding-left": "xl",
485
- "padding-right": "xl",
486
- "padding-bottom": "xl",
451
+ title: {
452
+ selectedVariants: {
453
+ Heading_Level: "H5",
487
454
  },
488
- tablet: {
489
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
490
- "padding-top": "xl",
491
- "padding-right": "xl",
492
- "padding-left": "xl",
493
- "padding-bottom": "xl",
455
+ heading: {
456
+ level: "4",
494
457
  },
495
458
  },
496
459
  badge: {
497
- filter: "none",
498
- "font-size": "sm",
499
- "font-weight": "500",
500
- "background-color": "oklch(0.9289 0.0214 142.4953)",
501
- color: "oklch(0.4451 0.1328 142.4953)",
502
- "padding-top": "xs",
503
- "padding-bottom": "xs",
504
- "padding-left": "sm",
505
- "padding-right": "sm",
506
- "border-radius": "3xl",
507
- display: "inline-block",
508
- "margin-bottom": "lg",
509
- },
510
- content_container: {
511
- filter: "none",
512
- display: "flex",
513
- "align-items": "flex-start",
514
- "column-gap": "lg",
515
- mobile: {
516
- filter: "none",
517
- "flex-direction": "column",
518
- "row-gap": "lg",
519
- },
520
- tablet: {
521
- filter: "none",
522
- "flex-direction": "column",
523
- "row-gap": "lg",
524
- },
525
- },
526
- text_section: {
527
- filter: "none",
528
- display: "flex",
529
- "flex-direction": "column",
530
- "row-gap": "sm",
531
- "flex-grow": "1",
532
- },
533
- title: {
534
- filter: "none",
535
- "font-size": "2xl",
536
- "font-weight": "700",
537
- color: "text-1",
538
- "line-height": "1.3",
539
- },
540
- description: {
541
- filter: "none",
542
- "font-size": "base",
543
- color: "text-2",
544
- "line-height": "1.5",
545
- display: "none",
546
- },
547
- cta: {
548
- filter: "none",
549
- "border-radius": "base",
550
- "flex-shrink": "0",
551
- mobile: {
552
- filter: "none",
553
- width: "100%",
554
- },
555
- tablet: {
556
- filter: "none",
557
- width: "100%",
460
+ selectedVariants: {
461
+ Typography_Variants: "Small",
558
462
  },
559
463
  },
560
464
  },
561
465
  {
562
- card: {
563
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
564
- display: "block",
565
- "background-color": "white",
566
- "padding-top": "3xl",
567
- "padding-bottom": "3xl",
568
- "padding-left": "3xl",
569
- "padding-right": "3xl",
570
- "border-radius": "xl",
571
- mobile: {
572
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
573
- "padding-top": "xl",
574
- "padding-left": "xl",
575
- "padding-right": "xl",
576
- "padding-bottom": "xl",
466
+ title: {
467
+ selectedVariants: {
468
+ Heading_Level: "H5",
577
469
  },
578
- tablet: {
579
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
580
- "padding-top": "xl",
581
- "padding-right": "xl",
582
- "padding-left": "xl",
583
- "padding-bottom": "xl",
470
+ heading: {
471
+ level: "4",
584
472
  },
585
473
  },
586
474
  badge: {
587
- filter: "none",
588
- "font-size": "sm",
589
- "font-weight": "500",
590
- "background-color": "oklch(0.9289 0.0214 142.4953)",
591
- color: "oklch(0.4451 0.1328 142.4953)",
592
- "padding-top": "xs",
593
- "padding-bottom": "xs",
594
- "padding-left": "sm",
595
- "padding-right": "sm",
596
- "border-radius": "3xl",
597
- display: "inline-block",
598
- "margin-bottom": "lg",
475
+ selectedVariants: {
476
+ Typography_Variants: "Small",
477
+ },
599
478
  },
600
- content_container: {
601
- filter: "none",
602
- display: "flex",
603
- "align-items": "flex-start",
604
- "column-gap": "lg",
605
- mobile: {
606
- filter: "none",
607
- "flex-direction": "column",
608
- "row-gap": "lg",
479
+ },
480
+ {
481
+ title: {
482
+ selectedVariants: {
483
+ Heading_Level: "H5",
609
484
  },
610
- tablet: {
611
- filter: "none",
612
- "flex-direction": "column",
613
- "row-gap": "lg",
485
+ heading: {
486
+ level: "4",
614
487
  },
615
488
  },
616
- text_section: {
617
- filter: "none",
618
- display: "flex",
619
- "flex-direction": "column",
620
- "row-gap": "sm",
621
- "flex-grow": "1",
622
- },
623
- description: {
624
- filter: "none",
625
- "font-size": "base",
626
- color: "text-2",
627
- "line-height": "1.5",
628
- display: "none",
629
- },
630
- cta: {
631
- filter: "none",
632
- "border-radius": "base",
633
- "flex-shrink": "0",
634
- mobile: {
635
- filter: "none",
636
- width: "100%",
637
- },
638
- tablet: {
639
- filter: "none",
640
- width: "100%",
489
+ badge: {
490
+ selectedVariants: {
491
+ Typography_Variants: "Small",
641
492
  },
642
493
  },
643
494
  },
644
495
  ],
645
- header_button_rightIcon: {
646
- width: "18px",
647
- filter: "none",
648
- },
649
- },
650
- content: DEFAULT_CONTENT,
651
- config: {
652
- main_title: {
653
- selectedVariants: {
654
- Heading_Level: "H2",
655
- },
656
- },
657
-
658
- "grid.0.cta": {
659
- selectedVariants: {
660
- Button_Variants: "Primary",
661
- },
662
- },
663
- "grid.1.cta": {
664
- selectedVariants: {
665
- Button_Variants: "Primary",
666
- },
667
- },
668
- "grid.2.cta": {
669
- selectedVariants: {
670
- Button_Variants: "Primary",
671
- },
672
- },
673
- "grid.3.cta": {
674
- selectedVariants: {
675
- Button_Variants: "Primary",
676
- },
677
- },
678
- header_button: {
679
- selectedVariants: {
680
- Button_Variants: "Link",
681
- },
682
- button_icons: {
683
- right: {
684
- enabled: true,
685
- },
686
- },
687
- },
688
496
  },
689
497
  },
690
498
  ],