@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,32 +1,62 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
+ const MEDIA_1 = {
4
+ id: "w9fnJutydRjV",
5
+ filename: "profile-3-1.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK.png",
8
+ srcset: {
9
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1080w.webp",
10
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1200w.webp",
11
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1920w.webp",
12
+ "320w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-320w.webp",
13
+ "640w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-640w.webp",
14
+ "750w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-750w.webp",
15
+ "828w": "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-828w.webp",
16
+ path: "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1920w.webp 1920w",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+ const MEDIA_2 = {
21
+ id: "oilArpqbelCE",
22
+ filename: "profie-3-2.png",
23
+ kind: "image",
24
+ location: "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu.png",
25
+ srcset: {
26
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1080w.webp",
27
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1200w.webp",
28
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1920w.webp",
29
+ "320w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-320w.webp",
30
+ "640w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-640w.webp",
31
+ "750w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-750w.webp",
32
+ "828w": "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-828w.webp",
33
+ path: "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1080w.webp 1080w",
34
+ },
35
+ mimetype: "image/png",
36
+ };
37
+ const MEDIA_3 = {
38
+ id: "eg6Wl4GFzY5s",
39
+ filename: "profile-3-3.png",
40
+ kind: "image",
41
+ location: "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR.png",
42
+ srcset: {
43
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1080w.webp",
44
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1200w.webp",
45
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1920w.webp",
46
+ "320w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-320w.webp",
47
+ "640w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-640w.webp",
48
+ "750w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-750w.webp",
49
+ "828w": "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-828w.webp",
50
+ path: "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-828w.webp 828w",
51
+ },
52
+ mimetype: "image/png",
53
+ };
54
+
55
+ const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3];
56
+
3
57
  const PROFILE_CONTENT = {
4
58
  main_container: null,
5
59
  left_container: null,
6
- image: {
7
- id: "CISQRrr8Fa61r",
8
- filename: "image.png",
9
- kind: "image",
10
- location: "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV.png",
11
- srcset: {
12
- "1080w":
13
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1080w.webp",
14
- "1200w":
15
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1200w.webp",
16
- "1920w":
17
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1920w.webp",
18
- "320w":
19
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-320w.webp",
20
- "640w":
21
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-640w.webp",
22
- "750w":
23
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-750w.webp",
24
- "828w":
25
- "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-828w.webp",
26
- path: "https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-gVHXsJu0gnbHV-1920w.webp 1920w",
27
- },
28
- mimetype: "image/png",
29
- },
30
60
  ctas: [],
31
61
  right_container: null,
32
62
  content_container: null,
@@ -77,164 +107,18 @@ const DEFAULT_CONTENT = {
77
107
  header_container: null,
78
108
  title: "Meet Our Team",
79
109
  description: "<p>Dedicated professionals committed to success.</p>",
80
- profiles: [PROFILE_CONTENT, PROFILE_CONTENT, PROFILE_CONTENT],
110
+ profiles: Array(3)
111
+ .fill(0)
112
+ .map((v, index) => {
113
+ return {
114
+ ...PROFILE_CONTENT,
115
+ image: MEDIA_ARR[index],
116
+ };
117
+ }),
81
118
  };
82
119
 
83
120
  export type IProfile3Content = typeof DEFAULT_CONTENT;
84
121
 
85
- const PROFILE_ITEM_STYLES = {
86
- main_container: {
87
- display: "flex",
88
- "flex-direction": "row",
89
- "align-items": "flex-start",
90
- "column-gap": "48px",
91
- tablet: {
92
- "flex-direction": "column",
93
- },
94
- },
95
- left_container: {
96
- display: "flex",
97
- "flex-direction": "column",
98
- "align-items": "center",
99
- flex: "1",
100
- "max-width": "400px",
101
- tablet: {
102
- "max-width": "100%",
103
- },
104
- },
105
- image: {
106
- "border-radius": "12px",
107
- "margin-bottom": "24px",
108
- width: "100%",
109
- height: "300px",
110
- "object-fit": "cover",
111
- },
112
- social_icon_levoGroup: {
113
- display: "flex",
114
- "column-gap": "md",
115
- "margin-bottom": "24px",
116
- },
117
- social_icon: [
118
- {
119
- icon: {
120
- height: "40px",
121
- width: "40px",
122
- "font-size": "40px",
123
- "background-color": "background-1",
124
- color: "text-1",
125
- "padding-top": "8px",
126
- "padding-bottom": "8px",
127
- "padding-left": "8px",
128
- "padding-right": "8px",
129
- "border-radius": "50%",
130
- "border-color": "border",
131
- "border-width": "1px",
132
- },
133
- },
134
- {
135
- icon: {
136
- height: "40px",
137
- width: "40px",
138
- "font-size": "40px",
139
- "background-color": "background-1",
140
- color: "text-1",
141
- "padding-top": "8px",
142
- "padding-bottom": "8px",
143
- "padding-left": "8px",
144
- "padding-right": "8px",
145
- "border-radius": "50%",
146
- "border-color": "border",
147
- "border-width": "1px",
148
- },
149
- },
150
- {
151
- icon: {
152
- height: "40px",
153
- width: "40px",
154
- "font-size": "40px",
155
- "background-color": "background-1",
156
- color: "text-1",
157
- "padding-top": "8px",
158
- "padding-bottom": "8px",
159
- "padding-left": "8px",
160
- "padding-right": "8px",
161
- "border-radius": "50%",
162
- "border-color": "border",
163
- "border-width": "1px",
164
- },
165
- },
166
- ],
167
- right_container: {
168
- display: "flex",
169
- "flex-direction": "column",
170
- "align-items": "flex-start",
171
- flex: "2",
172
- "row-gap": "32px",
173
- },
174
- name: {
175
- "font-size": "5xl",
176
- "font-weight": 700,
177
- },
178
- groups_levoGroup: {
179
- display: "flex",
180
- "column-gap": "base",
181
- "flex-direction": "row",
182
- flex: 1,
183
- width: "100%",
184
- },
185
- groups: [
186
- {
187
- title: {
188
- "font-size": "2xl",
189
- "font-weight": 600,
190
- "margin-bottom": "8px",
191
- color: "text-1",
192
- },
193
- wrapper: {
194
- display: "flex",
195
- "flex-direction": "column",
196
- "row-gap": "base",
197
- flex: 1,
198
- },
199
- description: {
200
- "font-size": "16px",
201
- color: "text-2",
202
- "line-height": "1.6",
203
- },
204
- },
205
- {
206
- title: {
207
- "font-size": "2xl",
208
- "font-weight": 600,
209
- "margin-bottom": "8px",
210
- color: "text-1",
211
- },
212
- wrapper: {
213
- display: "flex",
214
- "flex-direction": "column",
215
- "row-gap": "base",
216
- flex: 1,
217
- },
218
- description: {
219
- "font-size": "16px",
220
- color: "text-2",
221
- "line-height": "1.6",
222
- },
223
- },
224
- ],
225
- content_container: {
226
- display: "flex",
227
- "flex-direction": "column",
228
- "align-items": "flex-start",
229
- },
230
- content_description: {
231
- "font-size": "16px",
232
- color: "text-2",
233
- "line-height": "1.6",
234
- },
235
- ctas: [],
236
- };
237
-
238
122
  export const Profile3: IBlock = {
239
123
  category_id: "profile",
240
124
  title: "Profile 3",
@@ -323,7 +207,7 @@ export const Profile3: IBlock = {
323
207
  {
324
208
  key: "name",
325
209
  label: "Name",
326
- field_interface: "TypographyWidget",
210
+ field_interface: "HeadingWidget",
327
211
  },
328
212
  {
329
213
  key: "groups",
@@ -339,7 +223,7 @@ export const Profile3: IBlock = {
339
223
  {
340
224
  key: "title",
341
225
  label: "Label Title",
342
- field_interface: "TypographyWidget",
226
+ field_interface: "HeadingWidget",
343
227
  },
344
228
  {
345
229
  key: "description",
@@ -365,349 +249,98 @@ export const Profile3: IBlock = {
365
249
  {
366
250
  title: "Default",
367
251
  key: "default",
368
- config: {},
369
- styles: {
370
- layout: {
371
- "padding-top": "5xl",
372
- "padding-bottom": "5xl",
373
- "padding-left": "xl",
374
- "padding-right": "xl",
375
- },
376
- container: {
377
- "max-width": "1280px",
378
- "margin-left": "auto",
379
- "margin-right": "auto",
380
- },
381
- header_container: {
382
- display: "flex",
383
- "flex-direction": "column",
384
- "align-items": "center",
385
- "margin-bottom": "5xl",
386
- "text-align": "center",
387
- "row-gap": "md",
388
- },
389
- title: {
390
- "font-size": "4xl",
391
- "font-weight": 700,
392
- },
252
+ config: {
393
253
  description: {
394
- "font-size": "lg",
395
- color: "text-2",
396
- },
397
- profiles_levoGroup: {
398
- display: "grid",
399
- "flex-direction": "column",
400
- "row-gap": "5xl",
401
- "grid-template-columns": "repeat(1, minmax(0, 1fr))",
402
- "column-gap": "5xl",
254
+ selectedVariants: {
255
+ Typography_Variants: "Large",
256
+ },
403
257
  },
404
258
  profiles: [
405
259
  {
406
- main_container: {
407
- display: "flex",
408
- "flex-direction": "row",
409
- "align-items": "flex-start",
410
- "column-gap": "48px",
411
- tablet: {
412
- "flex-direction": "column",
413
- },
414
- },
415
- left_container: {
416
- display: "flex",
417
- "flex-direction": "column",
418
- "align-items": "center",
419
- flex: "1",
420
- "max-width": "400px",
421
- tablet: {
422
- "max-width": "100%",
423
- },
424
- },
425
- image: {
426
- "border-radius": "12px",
427
- "margin-bottom": "24px",
428
- width: "100%",
429
- height: "300px",
430
- "object-fit": "cover",
431
- },
432
- social_icon_levoGroup: {
433
- display: "flex",
434
- "column-gap": "md",
435
- "margin-bottom": "24px",
436
- },
437
- social_icon: [
438
- {
439
- icon: {
440
- height: "40px",
441
- width: "40px",
442
- "font-size": "40px",
443
- "background-color": "background-1",
444
- color: "text-1",
445
- "padding-top": "8px",
446
- "padding-bottom": "8px",
447
- "padding-left": "8px",
448
- "padding-right": "8px",
449
- "border-radius": "50%",
450
- "border-color": "border",
451
- "border-width": "1px",
452
- },
453
- },
260
+ groups: [
454
261
  {
455
- icon: {
456
- height: "40px",
457
- width: "40px",
458
- "font-size": "40px",
459
- "background-color": "background-1",
460
- color: "text-1",
461
- "padding-top": "8px",
462
- "padding-bottom": "8px",
463
- "padding-left": "8px",
464
- "padding-right": "8px",
465
- "border-radius": "50%",
466
- "border-color": "border",
467
- "border-width": "1px",
262
+ description: {
263
+ selectedVariants: {},
468
264
  },
469
- },
470
- {
471
- icon: {
472
- height: "40px",
473
- width: "40px",
474
- "font-size": "40px",
475
- "background-color": "background-1",
476
- color: "text-1",
477
- "padding-top": "8px",
478
- "padding-bottom": "8px",
479
- "padding-left": "8px",
480
- "padding-right": "8px",
481
- "border-radius": "50%",
482
- "border-color": "border",
483
- "border-width": "1px",
265
+ title: {
266
+ heading: {
267
+ level: "4",
268
+ },
269
+ selectedVariants: {
270
+ Heading_Level: "H5",
271
+ },
484
272
  },
485
273
  },
486
- ],
487
- right_container: {
488
- display: "flex",
489
- "flex-direction": "column",
490
- "align-items": "flex-start",
491
- flex: "2",
492
- "row-gap": "32px",
493
- },
494
- name: {
495
- "font-size": "5xl",
496
- "font-weight": 700,
497
- color: "icon-primary",
498
- },
499
- groups_levoGroup: {
500
- display: "flex",
501
- "column-gap": "base",
502
- "flex-direction": "row",
503
- flex: 1,
504
- width: "100%",
505
- },
506
- groups: [
507
274
  {
508
- title: {
509
- "font-size": "2xl",
510
- "font-weight": 600,
511
- "margin-bottom": "8px",
512
- color: "text-1",
513
- },
514
- wrapper: {
515
- display: "flex",
516
- "flex-direction": "column",
517
- "row-gap": "base",
518
- flex: 1,
519
- },
520
275
  description: {
521
- "font-size": "16px",
522
- color: "text-2",
523
- "line-height": "1.6",
276
+ selectedVariants: {},
524
277
  },
525
- },
526
- {
527
278
  title: {
528
- "font-size": "2xl",
529
- "font-weight": 600,
530
- "margin-bottom": "8px",
531
- color: "text-1",
532
- },
533
- wrapper: {
534
- display: "flex",
535
- "flex-direction": "column",
536
- "row-gap": "base",
537
- flex: 1,
538
- },
539
- description: {
540
- "font-size": "16px",
541
- color: "text-2",
542
- "line-height": "1.6",
279
+ selectedVariants: {
280
+ Heading_Level: "H5",
281
+ },
282
+ heading: {
283
+ level: "4",
284
+ },
543
285
  },
544
286
  },
545
287
  ],
546
- content_container: {
547
- display: "flex",
548
- "flex-direction": "column",
549
- "align-items": "flex-start",
550
- },
551
- content_description: {
552
- "font-size": "16px",
553
- color: "text-2",
554
- "line-height": "1.6",
288
+ name: {
289
+ heading: {
290
+ level: "3",
291
+ },
292
+ selectedVariants: {
293
+ Heading_Level: "H2",
294
+ },
555
295
  },
556
- ctas: [],
557
296
  },
558
297
  {
559
- main_container: {
560
- display: "flex",
561
- "flex-direction": "row",
562
- "align-items": "flex-start",
563
- "column-gap": "48px",
564
- tablet: {
565
- "flex-direction": "column",
566
- },
567
- },
568
- left_container: {
569
- display: "flex",
570
- "flex-direction": "column",
571
- "align-items": "center",
572
- flex: "1",
573
- "max-width": "400px",
574
- tablet: {
575
- "max-width": "100%",
298
+ name: {
299
+ selectedVariants: {
300
+ Heading_Level: "H2",
576
301
  },
577
302
  },
578
- image: {
579
- "border-radius": "12px",
580
- "margin-bottom": "24px",
581
- width: "100%",
582
- height: "300px",
583
- "object-fit": "cover",
584
- },
585
- social_icon_levoGroup: {
586
- display: "flex",
587
- "column-gap": "md",
588
- "margin-bottom": "24px",
589
- },
590
- social_icon: [
591
- {
592
- icon: {
593
- height: "40px",
594
- width: "40px",
595
- "font-size": "40px",
596
- "background-color": "background-1",
597
- color: "text-1",
598
- "padding-top": "8px",
599
- "padding-bottom": "8px",
600
- "padding-left": "8px",
601
- "padding-right": "8px",
602
- "border-radius": "50%",
603
- "border-color": "border",
604
- "border-width": "1px",
605
- },
606
- },
607
- {
608
- icon: {
609
- height: "40px",
610
- width: "40px",
611
- "font-size": "40px",
612
- "background-color": "background-1",
613
- color: "text-1",
614
- "padding-top": "8px",
615
- "padding-bottom": "8px",
616
- "padding-left": "8px",
617
- "padding-right": "8px",
618
- "border-radius": "50%",
619
- "border-color": "border",
620
- "border-width": "1px",
621
- },
622
- },
623
- {
624
- icon: {
625
- height: "40px",
626
- width: "40px",
627
- "font-size": "40px",
628
- "background-color": "background-1",
629
- color: "text-1",
630
- "padding-top": "8px",
631
- "padding-bottom": "8px",
632
- "padding-left": "8px",
633
- "padding-right": "8px",
634
- "border-radius": "50%",
635
- "border-color": "border",
636
- "border-width": "1px",
637
- },
638
- },
639
- ],
640
- right_container: {
641
- display: "flex",
642
- "flex-direction": "column",
643
- "align-items": "flex-start",
644
- flex: "2",
645
- "row-gap": "32px",
646
- },
303
+ },
304
+ {
647
305
  name: {
648
- "font-size": "5xl",
649
- "font-weight": 700,
650
- },
651
- groups_levoGroup: {
652
- display: "flex",
653
- "column-gap": "base",
654
- "flex-direction": "row",
655
- flex: 1,
656
- width: "100%",
657
- },
658
- groups: [
659
- {
660
- title: {
661
- "font-size": "2xl",
662
- "font-weight": 600,
663
- "margin-bottom": "8px",
664
- color: "text-1",
665
- },
666
- wrapper: {
667
- display: "flex",
668
- "flex-direction": "column",
669
- "row-gap": "base",
670
- flex: 1,
671
- },
672
- description: {
673
- "font-size": "16px",
674
- color: "text-2",
675
- "line-height": "1.6",
676
- },
306
+ selectedVariants: {
307
+ Heading_Level: "H2",
677
308
  },
678
- {
679
- title: {
680
- "font-size": "2xl",
681
- "font-weight": 600,
682
- "margin-bottom": "8px",
683
- color: "text-1",
684
- },
685
- wrapper: {
686
- display: "flex",
687
- "flex-direction": "column",
688
- "row-gap": "base",
689
- flex: 1,
690
- },
691
- description: {
692
- "font-size": "16px",
693
- color: "text-2",
694
- "line-height": "1.6",
695
- },
696
- },
697
- ],
698
- content_container: {
699
- display: "flex",
700
- "flex-direction": "column",
701
- "align-items": "flex-start",
702
309
  },
703
- content_description: {
704
- "font-size": "16px",
705
- color: "text-2",
706
- "line-height": "1.6",
707
- },
708
- ctas: [],
709
310
  },
710
- {
311
+ ],
312
+ title: {
313
+ heading: {
314
+ level: "1",
315
+ },
316
+ selectedVariants: {
317
+ Heading_Level: "H1",
318
+ },
319
+ },
320
+ },
321
+ styles: {
322
+ layout: {},
323
+ container: {},
324
+ header_container: {
325
+ display: "flex",
326
+ "flex-direction": "column",
327
+ "align-items": "center",
328
+ "margin-bottom": "5xl",
329
+ "text-align": "center",
330
+ "row-gap": "md",
331
+ },
332
+ title: {},
333
+ description: {},
334
+ profiles_levoGroup: {
335
+ display: "grid",
336
+ "flex-direction": "column",
337
+ "row-gap": "5xl",
338
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
339
+ "column-gap": "5xl",
340
+ },
341
+ profiles: Array(3)
342
+ .fill(0)
343
+ .map((v) => ({
711
344
  main_container: {
712
345
  display: "flex",
713
346
  "flex-direction": "row",
@@ -796,10 +429,6 @@ export const Profile3: IBlock = {
796
429
  flex: "2",
797
430
  "row-gap": "32px",
798
431
  },
799
- name: {
800
- "font-size": "5xl",
801
- "font-weight": 700,
802
- },
803
432
  groups_levoGroup: {
804
433
  display: "flex",
805
434
  "column-gap": "base",
@@ -809,41 +438,25 @@ export const Profile3: IBlock = {
809
438
  },
810
439
  groups: [
811
440
  {
812
- title: {
813
- "font-size": "2xl",
814
- "font-weight": 600,
815
- "margin-bottom": "8px",
816
- color: "text-1",
817
- },
818
441
  wrapper: {
819
442
  display: "flex",
820
443
  "flex-direction": "column",
821
444
  "row-gap": "base",
822
445
  flex: 1,
823
446
  },
824
- description: {
825
- "font-size": "16px",
826
- color: "text-2",
827
- "line-height": "1.6",
828
- },
829
- },
830
- {
831
447
  title: {
832
- "font-size": "2xl",
833
448
  "font-weight": 600,
834
- "margin-bottom": "8px",
835
- color: "text-1",
836
449
  },
450
+ },
451
+ {
837
452
  wrapper: {
838
453
  display: "flex",
839
454
  "flex-direction": "column",
840
455
  "row-gap": "base",
841
456
  flex: 1,
842
457
  },
843
- description: {
844
- "font-size": "16px",
845
- color: "text-2",
846
- "line-height": "1.6",
458
+ title: {
459
+ "font-weight": 600,
847
460
  },
848
461
  },
849
462
  ],
@@ -852,14 +465,13 @@ export const Profile3: IBlock = {
852
465
  "flex-direction": "column",
853
466
  "align-items": "flex-start",
854
467
  },
855
- content_description: {
856
- "font-size": "16px",
857
- color: "text-2",
858
- "line-height": "1.6",
468
+ content_description: {},
469
+ description: {},
470
+ title: {
471
+ "font-weight": 600,
859
472
  },
860
473
  ctas: [],
861
- },
862
- ],
474
+ })),
863
475
  },
864
476
  content: DEFAULT_CONTENT,
865
477
  },