@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
@@ -1,10 +1,10 @@
1
1
  import {
2
- type ILevoBlockBaseProps,
3
2
  Box,
4
3
  Button,
5
4
  Container,
6
5
  Heading,
7
6
  Icon,
7
+ type ILevoBlockBaseProps,
8
8
  Media,
9
9
  Section,
10
10
  Typography,
@@ -12,9 +12,7 @@ import {
12
12
 
13
13
  import type { IFeatures4Content } from "./features-4.schema";
14
14
 
15
- const Features4: React.FC<ILevoBlockBaseProps<IFeatures4Content>> = ({
16
- content,
17
- }) => (
15
+ const Features4: React.FC<ILevoBlockBaseProps<IFeatures4Content>> = ({ content }) => (
18
16
  <Section elementKey="layout">
19
17
  <Container elementKey="container">
20
18
  <Box elementKey="header_section">
@@ -53,14 +51,20 @@ const Features4: React.FC<ILevoBlockBaseProps<IFeatures4Content>> = ({
53
51
  <Icon elementKey={`specifications_2.${index}.icon`} />
54
52
  <Box elementKey={`specifications_2.${index}.text_wrapper`}>
55
53
  <Heading elementKey={`specifications_2.${index}.value`} />
56
- <Typography
57
- elementKey={`specifications_2.${index}.label`}
58
- />
54
+ <Typography elementKey={`specifications_2.${index}.label`} />
59
55
  </Box>
60
56
  </Box>
61
57
  ))}
62
58
  </Box>
63
- <Button elementKey={`cta`} />
59
+ <Box elementKey="ctas_levoGroup" data-levo_group>
60
+ {(content?.ctas ?? []).map((_: any, index: number) => (
61
+ <Button
62
+ key={`ctas.${index}.cta`}
63
+ elementKey={`ctas.${index}.cta`}
64
+ data-levo_group_item
65
+ />
66
+ ))}
67
+ </Box>
64
68
  </Box>
65
69
  </Box>
66
70
  <Media
@@ -23,7 +23,8 @@ const DEFAULT_CONTENT = {
23
23
  content_wrapper: null,
24
24
  title: "Become a Volunteer",
25
25
  description: "Join us to create meaningful change.",
26
- cta: "Register",
26
+ ctas_levoGroup: null,
27
+ ctas: [{ cta: "Register" }, { cta: "Learn More" }],
27
28
  separator: null,
28
29
  },
29
30
  {
@@ -33,7 +34,8 @@ const DEFAULT_CONTENT = {
33
34
  content_wrapper: null,
34
35
  title: "Partner with Us",
35
36
  description: "Collaborate as a business or organization.",
36
- cta: "Get Started",
37
+ ctas_levoGroup: null,
38
+ ctas: [{ cta: "Get Started" }, { cta: "Contact Us" }],
37
39
  separator: null,
38
40
  },
39
41
  {
@@ -42,9 +44,9 @@ const DEFAULT_CONTENT = {
42
44
  icon: DUMMY_ICON,
43
45
  content_wrapper: null,
44
46
  title: "Join as Member",
45
- description:
46
- "Be part of a strong network dedicated to community support.",
47
- cta: "Join Today",
47
+ description: "Be part of a strong network dedicated to community support.",
48
+ ctas_levoGroup: null,
49
+ ctas: [{ cta: "Join Today" }, { cta: "View Benefits" }],
48
50
  separator: null,
49
51
  },
50
52
  {
@@ -54,7 +56,8 @@ const DEFAULT_CONTENT = {
54
56
  content_wrapper: null,
55
57
  title: "Donate",
56
58
  description: "Your contributions help sustain our programs.",
57
- cta: "Donate Now",
59
+ ctas_levoGroup: null,
60
+ ctas: [{ cta: "Donate Now" }, { cta: "Other Ways" }],
58
61
  separator: null,
59
62
  },
60
63
  ],
@@ -156,13 +159,17 @@ export const Features5: IBlock = {
156
159
  },
157
160
  },
158
161
  {
159
- key: "cta",
160
- label: "CTA",
161
- field_interface: "ButtonWidget",
162
- hint: {
163
- prompt_description:
164
- "Call-to-action button for the feature. Use action verbs that encourage engagement.",
165
- },
162
+ key: "ctas",
163
+ label: "CTA Buttons Group",
164
+ field_interface: "BoxWidget",
165
+ kind: "group",
166
+ fields: [
167
+ {
168
+ key: "cta",
169
+ label: "CTA Button",
170
+ field_interface: "ButtonWidget",
171
+ },
172
+ ],
166
173
  },
167
174
  {
168
175
  key: "separator",
@@ -187,40 +194,8 @@ export const Features5: IBlock = {
187
194
  key: "default",
188
195
  title: "Default",
189
196
  styles: {
190
- layout: {
191
- display: "flex",
192
- width: "100%",
193
- "padding-top": "3xl",
194
- "padding-bottom": "3xl",
195
- "padding-left": "lg",
196
- "padding-right": "lg",
197
- "background-color": "white",
198
- mobile: {
199
- "padding-top": "2xl",
200
- "padding-bottom": "2xl",
201
- "padding-left": "base",
202
- "padding-right": "base",
203
- filter: "none",
204
- },
205
- filter: "none",
206
- tablet: {
207
- filter: "none",
208
- },
209
- },
210
- container: {
211
- display: "flex",
212
- width: "100%",
213
- "max-width": "1280px",
214
- "margin-left": "auto",
215
- "margin-right": "auto",
216
- filter: "none",
217
- tablet: {
218
- filter: "none",
219
- },
220
- mobile: {
221
- filter: "none",
222
- },
223
- },
197
+ layout: {},
198
+ container: {},
224
199
  features_levoGroup: {
225
200
  display: "flex",
226
201
  width: "100%",
@@ -276,14 +251,15 @@ export const Features5: IBlock = {
276
251
  "justify-content": "start",
277
252
  },
278
253
  icon: {
279
- width: "48px",
280
- height: "48px",
281
254
  "flex-shrink": "0",
282
255
  mobile: {
283
256
  width: "40px",
284
257
  height: "40px",
285
258
  },
286
259
  filter: "none",
260
+ height: "36px",
261
+ width: "36px",
262
+ "font-size": "36px",
287
263
  },
288
264
  content_wrapper: {
289
265
  display: "flex",
@@ -299,50 +275,29 @@ export const Features5: IBlock = {
299
275
  },
300
276
  },
301
277
  title: {
302
- color: "text-1",
303
278
  mobile: {
304
279
  "text-align": "center",
305
280
  },
281
+ "font-weight": 700,
306
282
  },
307
283
  description: {
308
- "font-family": "var(--font-body)",
309
- color: "text-2",
310
-
311
- "line-height": "normal",
312
284
  "max-width": "200px",
313
285
  mobile: {
314
286
  "max-width": "180px",
315
287
  "text-align": "left",
316
- filter: "none",
317
288
  },
318
289
  },
319
- cta: {
320
- "background-color": "white",
321
- color: "text-1",
322
- "padding-top": "xs",
323
- "padding-bottom": "xs",
324
- "padding-left": "none",
325
- "padding-right": "sm",
326
- "border-radius": "base",
327
- "border-width": "1px",
328
- "border-color": "border",
329
-
330
- "text-decoration": "none",
331
- "margin-top": "xs",
332
- mobile: {
333
- "padding-top": "xs",
334
- "padding-bottom": "xs",
335
- "padding-left": "base",
336
- "padding-right": "base",
337
- },
338
- filter: "none",
339
- tablet: {
340
- filter: "none",
341
- "margin-top": "none",
342
- "padding-top": "none",
343
- "padding-bottom": "none",
344
- },
290
+ ctas_levoGroup: {
291
+ display: "flex",
292
+ "flex-direction": "row",
293
+ "column-gap": "md",
294
+ "row-gap": "md",
295
+ "flex-wrap": "wrap",
296
+ "align-items": "center",
345
297
  },
298
+ ctas: Array(2)
299
+ .fill(0)
300
+ .map(() => ({ cta: {} })),
346
301
  separator: {
347
302
  width: "1px",
348
303
  height: "150px",
@@ -371,6 +326,8 @@ export const Features5: IBlock = {
371
326
  mobile: {
372
327
  "flex-direction": "column",
373
328
  width: "100%",
329
+ filter: "none",
330
+ "border-bottom": "1px s",
374
331
  },
375
332
  tablet: {
376
333
  filter: "none",
@@ -393,14 +350,15 @@ export const Features5: IBlock = {
393
350
  "justify-content": "start",
394
351
  },
395
352
  icon: {
396
- width: "48px",
397
- height: "48px",
398
353
  "flex-shrink": "0",
399
354
  mobile: {
400
355
  width: "40px",
401
356
  height: "40px",
402
357
  },
403
358
  filter: "none",
359
+ height: "36px",
360
+ width: "36px",
361
+ "font-size": "36px",
404
362
  },
405
363
  content_wrapper: {
406
364
  display: "flex",
@@ -416,55 +374,29 @@ export const Features5: IBlock = {
416
374
  },
417
375
  },
418
376
  title: {
419
- color: "text-1",
420
377
  mobile: {
421
378
  "text-align": "center",
422
379
  },
380
+ "font-weight": 700,
423
381
  },
424
382
  description: {
425
- color: "text-2",
426
383
  "max-width": "200px",
427
384
  mobile: {
428
385
  "max-width": "180px",
429
386
  "text-align": "left",
430
- filter: "none",
431
387
  },
432
388
  },
433
- cta: {
389
+ ctas_levoGroup: {
434
390
  display: "flex",
391
+ "flex-direction": "row",
392
+ "column-gap": "md",
393
+ "row-gap": "md",
394
+ "flex-wrap": "wrap",
435
395
  "align-items": "center",
436
- "justify-content": "center",
437
- "border-radius": "base",
438
- "background-color": "white",
439
- color: "text-1",
440
- cursor: "pointer",
441
-
442
- "padding-top": "xs",
443
- "padding-bottom": "xs",
444
- "padding-left": "none",
445
- "padding-right": "sm",
446
- "border-color": "border",
447
- "border-width": "1px",
448
- "border-style": "solid",
449
- _hover: {
450
- opacity: "0.9",
451
- },
452
- "text-decoration": "none",
453
- "margin-top": "xs",
454
- mobile: {
455
- "padding-top": "xs",
456
- "padding-bottom": "xs",
457
- "padding-left": "base",
458
- "padding-right": "base",
459
- },
460
- filter: "none",
461
- tablet: {
462
- filter: "none",
463
- "margin-top": "none",
464
- "padding-top": "none",
465
- "padding-bottom": "none",
466
- },
467
396
  },
397
+ ctas: Array(2)
398
+ .fill(0)
399
+ .map(() => ({ cta: {} })),
468
400
  separator: {
469
401
  width: "1px",
470
402
  height: "150px",
@@ -473,11 +405,15 @@ export const Features5: IBlock = {
473
405
  "margin-right": "xl",
474
406
  mobile: {
475
407
  display: "none",
408
+ filter: "none",
476
409
  },
477
410
  filter: "none",
478
411
  tablet: {
479
412
  filter: "none",
480
413
  display: "none",
414
+ height: "80px",
415
+ "margin-left": "none",
416
+ "margin-right": "none",
481
417
  },
482
418
  },
483
419
  },
@@ -489,6 +425,11 @@ export const Features5: IBlock = {
489
425
  mobile: {
490
426
  "flex-direction": "column",
491
427
  width: "100%",
428
+ filter: "none",
429
+ "border-bottom": "1px s",
430
+ },
431
+ tablet: {
432
+ filter: "none",
492
433
  },
493
434
  },
494
435
  icon_content_wrapper: {
@@ -508,14 +449,15 @@ export const Features5: IBlock = {
508
449
  "justify-content": "start",
509
450
  },
510
451
  icon: {
511
- width: "48px",
512
- height: "48px",
513
452
  "flex-shrink": "0",
514
453
  mobile: {
515
454
  width: "40px",
516
455
  height: "40px",
517
456
  },
518
457
  filter: "none",
458
+ height: "36px",
459
+ width: "36px",
460
+ "font-size": "36px",
519
461
  },
520
462
  content_wrapper: {
521
463
  display: "flex",
@@ -531,58 +473,29 @@ export const Features5: IBlock = {
531
473
  },
532
474
  },
533
475
  title: {
534
- color: "text-1",
535
476
  mobile: {
536
477
  "text-align": "center",
537
478
  },
479
+ "font-weight": 700,
538
480
  },
539
481
  description: {
540
- "font-family": "var(--font-body)",
541
- color: "text-2",
542
-
543
- "line-height": "normal",
544
482
  "max-width": "200px",
545
483
  mobile: {
546
484
  "max-width": "180px",
547
485
  "text-align": "left",
548
- filter: "none",
549
486
  },
550
487
  },
551
- cta: {
488
+ ctas_levoGroup: {
552
489
  display: "flex",
490
+ "flex-direction": "row",
491
+ "column-gap": "md",
492
+ "row-gap": "md",
493
+ "flex-wrap": "wrap",
553
494
  "align-items": "center",
554
- "justify-content": "center",
555
- "border-radius": "base",
556
- "background-color": "white",
557
- color: "text-1",
558
- cursor: "pointer",
559
-
560
- "padding-top": "xs",
561
- "padding-bottom": "xs",
562
- "padding-left": "none",
563
- "padding-right": "sm",
564
- "border-color": "border",
565
- "border-width": "1px",
566
- "border-style": "solid",
567
- _hover: {
568
- opacity: "0.9",
569
- },
570
- "text-decoration": "none",
571
- "margin-top": "xs",
572
- mobile: {
573
- "padding-top": "xs",
574
- "padding-bottom": "xs",
575
- "padding-left": "base",
576
- "padding-right": "base",
577
- },
578
- filter: "none",
579
- tablet: {
580
- filter: "none",
581
- "margin-top": "none",
582
- "padding-top": "none",
583
- "padding-bottom": "none",
584
- },
585
495
  },
496
+ ctas: Array(2)
497
+ .fill(0)
498
+ .map(() => ({ cta: {} })),
586
499
  separator: {
587
500
  width: "1px",
588
501
  height: "150px",
@@ -591,11 +504,15 @@ export const Features5: IBlock = {
591
504
  "margin-right": "xl",
592
505
  mobile: {
593
506
  display: "none",
507
+ filter: "none",
594
508
  },
595
509
  filter: "none",
596
510
  tablet: {
597
511
  filter: "none",
598
512
  display: "none",
513
+ height: "80px",
514
+ "margin-left": "none",
515
+ "margin-right": "none",
599
516
  },
600
517
  },
601
518
  },
@@ -607,6 +524,11 @@ export const Features5: IBlock = {
607
524
  mobile: {
608
525
  "flex-direction": "column",
609
526
  width: "100%",
527
+ filter: "none",
528
+ "border-bottom": "1px s",
529
+ },
530
+ tablet: {
531
+ filter: "none",
610
532
  },
611
533
  },
612
534
  icon_content_wrapper: {
@@ -626,15 +548,15 @@ export const Features5: IBlock = {
626
548
  "justify-content": "start",
627
549
  },
628
550
  icon: {
629
- width: "48px",
630
- height: "48px",
631
551
  "flex-shrink": "0",
632
552
  mobile: {
633
553
  width: "40px",
634
554
  height: "40px",
635
- filter: "none",
636
555
  },
637
556
  filter: "none",
557
+ height: "36px",
558
+ width: "36px",
559
+ "font-size": "36px",
638
560
  },
639
561
  content_wrapper: {
640
562
  display: "flex",
@@ -650,66 +572,46 @@ export const Features5: IBlock = {
650
572
  },
651
573
  },
652
574
  title: {
653
- color: "text-1",
654
575
  mobile: {
655
576
  "text-align": "center",
656
577
  },
578
+ "font-weight": 700,
657
579
  },
658
580
  description: {
659
- "font-family": "var(--font-body)",
660
- color: "text-2",
661
-
662
- "line-height": "normal",
663
581
  "max-width": "200px",
664
582
  mobile: {
665
583
  "max-width": "180px",
666
584
  "text-align": "left",
667
- filter: "none",
668
585
  },
669
586
  },
670
- cta: {
587
+ ctas_levoGroup: {
671
588
  display: "flex",
589
+ "flex-direction": "row",
590
+ "column-gap": "md",
591
+ "row-gap": "md",
592
+ "flex-wrap": "wrap",
672
593
  "align-items": "center",
673
- "justify-content": "center",
674
- "border-radius": "base",
675
- "background-color": "white",
676
- color: "text-1",
677
- cursor: "pointer",
678
-
679
- "padding-top": "xs",
680
- "padding-bottom": "xs",
681
- "padding-left": "none",
682
- "padding-right": "sm",
683
- "border-color": "border",
684
- "border-width": "1px",
685
- "border-style": "solid",
686
- _hover: {
687
- opacity: "0.9",
688
- },
689
- "text-decoration": "none",
690
- "margin-top": "xs",
691
- mobile: {
692
- "padding-top": "xs",
693
- "padding-bottom": "xs",
694
- "padding-left": "base",
695
- "padding-right": "base",
696
- },
697
- filter: "none",
698
- tablet: {
699
- filter: "none",
700
- "margin-top": "none",
701
- "padding-top": "none",
702
- "padding-bottom": "none",
703
- },
704
594
  },
595
+ ctas: Array(2)
596
+ .fill(0)
597
+ .map(() => ({ cta: {} })),
705
598
  separator: {
706
599
  width: "1px",
707
- height: "80px",
600
+ height: "150px",
708
601
  "background-color": "var(--color-border)",
709
602
  "margin-left": "xl",
710
603
  "margin-right": "xl",
711
604
  mobile: {
712
605
  display: "none",
606
+ filter: "none",
607
+ },
608
+ filter: "none",
609
+ tablet: {
610
+ filter: "none",
611
+ display: "none",
612
+ height: "80px",
613
+ "margin-left": "none",
614
+ "margin-right": "none",
713
615
  },
714
616
  },
715
617
  },
@@ -722,6 +624,99 @@ export const Features5: IBlock = {
722
624
  level: 2,
723
625
  },
724
626
  },
627
+ features: [
628
+ {
629
+ title: {
630
+ heading: {
631
+ level: "4",
632
+ },
633
+ selectedVariants: {
634
+ Heading_Level: "H4",
635
+ },
636
+ },
637
+ description: {
638
+ selectedVariants: {},
639
+ },
640
+ ctas: Array(2)
641
+ .fill(0)
642
+ .map(() => ({
643
+ cta: {
644
+ selectedVariants: {
645
+ Button_Variants: "Outline",
646
+ },
647
+ },
648
+ })),
649
+ icon: {
650
+ selectedVariants: {},
651
+ },
652
+ },
653
+ {
654
+ title: {
655
+ selectedVariants: {
656
+ Heading_Level: "H4",
657
+ },
658
+ },
659
+ description: {
660
+ selectedVariants: {},
661
+ },
662
+ ctas: Array(2)
663
+ .fill(0)
664
+ .map(() => ({
665
+ cta: {
666
+ selectedVariants: {
667
+ Button_Variants: "Outline",
668
+ },
669
+ },
670
+ })),
671
+ icon: {
672
+ selectedVariants: {},
673
+ },
674
+ },
675
+ {
676
+ title: {
677
+ selectedVariants: {
678
+ Heading_Level: "H4",
679
+ },
680
+ },
681
+ description: {
682
+ selectedVariants: {},
683
+ },
684
+ ctas: Array(2)
685
+ .fill(0)
686
+ .map(() => ({
687
+ cta: {
688
+ selectedVariants: {
689
+ Button_Variants: "Outline",
690
+ },
691
+ },
692
+ })),
693
+ icon: {
694
+ selectedVariants: {},
695
+ },
696
+ },
697
+ {
698
+ title: {
699
+ selectedVariants: {
700
+ Heading_Level: "H4",
701
+ },
702
+ },
703
+ description: {
704
+ selectedVariants: {},
705
+ },
706
+ ctas: Array(2)
707
+ .fill(0)
708
+ .map(() => ({
709
+ cta: {
710
+ selectedVariants: {
711
+ Button_Variants: "Outline",
712
+ },
713
+ },
714
+ })),
715
+ icon: {
716
+ selectedVariants: {},
717
+ },
718
+ },
719
+ ],
725
720
  },
726
721
  },
727
722
  ],