@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,5 +1,58 @@
1
1
  import type { IBlockLayouts } from "@levo-so/studio";
2
2
 
3
+ const MEDIA_AVATAR_1 = {
4
+ id: "R6eXNbORkdbl",
5
+ filename: "testimonial-5-avatar-1.png",
6
+ kind: "image",
7
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL.png",
8
+ srcset: {
9
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp",
10
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp",
11
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp",
12
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp",
13
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp",
14
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp",
15
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp",
16
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp 1920w",
17
+ },
18
+ mimetype: "image/png",
19
+ };
20
+
21
+ const MEDIA_AVATAR_2 = {
22
+ id: "6Hg6xxyV3ZKJ",
23
+ filename: "testimonial-5-avatar-2.png",
24
+ kind: "image",
25
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc.png",
26
+ srcset: {
27
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp",
28
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp",
29
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp",
30
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp",
31
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp",
32
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp",
33
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp",
34
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp 1200w",
35
+ },
36
+ mimetype: "image/png",
37
+ };
38
+ const MEDIA_AVATAR_3 = {
39
+ id: "VbXFFm7BySJX9",
40
+ filename: "testimonial-5-avatar-3.png",
41
+ kind: "image",
42
+ location: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY.png",
43
+ srcset: {
44
+ "1080w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp",
45
+ "1200w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp",
46
+ "1920w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp",
47
+ "320w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp",
48
+ "640w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp",
49
+ "750w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp",
50
+ "828w": "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp",
51
+ path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp 750w",
52
+ },
53
+ mimetype: "image/png",
54
+ };
55
+
3
56
  const TESTIMONIAL_WITH_RATINGS_CONTENT = {
4
57
  layout: null,
5
58
  container: null,
@@ -66,14 +119,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
66
119
  "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
67
120
  profileSection: null,
68
121
  avatar: {
69
- kind: "icon",
70
- data: {
71
- id: "user",
72
- label: "User",
73
- tags: ["custom", "user", "users"],
74
- svgCode:
75
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
76
- },
122
+ kind: "custom",
123
+ data: MEDIA_AVATAR_1,
77
124
  },
78
125
  clientInfo: null,
79
126
  name: "John Smith",
@@ -136,14 +183,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
136
183
  "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
137
184
  profileSection: null,
138
185
  avatar: {
139
- kind: "icon",
140
- data: {
141
- id: "user",
142
- label: "User",
143
- tags: ["custom", "user", "users"],
144
- svgCode:
145
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
146
- },
186
+ kind: "custom",
187
+ data: MEDIA_AVATAR_2,
147
188
  },
148
189
  clientInfo: null,
149
190
  name: "John Smith",
@@ -206,14 +247,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
206
247
  "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
207
248
  profileSection: null,
208
249
  avatar: {
209
- kind: "icon",
210
- data: {
211
- id: "user",
212
- label: "User",
213
- tags: ["custom", "user", "users"],
214
- svgCode:
215
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
216
- },
250
+ kind: "custom",
251
+ data: MEDIA_AVATAR_3,
217
252
  },
218
253
  clientInfo: null,
219
254
  name: "John Smith",
@@ -276,14 +311,8 @@ const TESTIMONIAL_WITH_RATINGS_CONTENT = {
276
311
  "I never thought healthy eating could be this simple. The plan was easy to follow and showed results within weeks.",
277
312
  profileSection: null,
278
313
  avatar: {
279
- kind: "icon",
280
- data: {
281
- id: "user",
282
- label: "User",
283
- tags: ["custom", "user", "users"],
284
- svgCode:
285
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5901 22.75C20.1801 22.75 19.8401 22.41 19.8401 22C19.8401 18.55 16.3202 15.75 12.0002 15.75C7.68015 15.75 4.16016 18.55 4.16016 22C4.16016 22.41 3.82016 22.75 3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85015 14.25 12.0002 14.25C17.1502 14.25 21.3401 17.73 21.3401 22C21.3401 22.41 21.0001 22.75 20.5901 22.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
286
- },
314
+ kind: "custom",
315
+ data: MEDIA_AVATAR_1,
287
316
  },
288
317
  clientInfo: null,
289
318
  name: "John Smith",
@@ -299,34 +328,16 @@ export const testimonialWithRatings: IBlockLayouts = {
299
328
  key: "reversed",
300
329
  title: "Reversed Layout with Stars",
301
330
  styles: {
302
- layout: {
303
- width: "100%",
304
- "padding-top": "8xl",
305
- "padding-bottom": "8xl",
306
- "padding-right": "6xl",
307
- "padding-left": "6xl",
308
- "media:max:768px": {
309
- "padding-top": "4xl",
310
- "padding-bottom": "4xl",
311
- "padding-right": "4xl",
312
- "padding-left": "4xl",
313
- },
314
- "media:max:480px": {
315
- "padding-top": "2xl",
316
- "padding-bottom": "2xl",
317
- "padding-right": "xl",
318
- "padding-left": "xl",
319
- },
320
- },
331
+ layout: {},
321
332
  container: {
322
333
  width: "100%",
323
334
  display: "flex",
324
335
  "flex-direction": "column",
325
336
  "row-gap": "6xl",
326
- "media:max:768px": {
337
+ tablet: {
327
338
  "row-gap": "3xl",
328
339
  },
329
- "media:max:480px": {
340
+ mobile: {
330
341
  "row-gap": "3xl",
331
342
  },
332
343
  },
@@ -346,21 +357,8 @@ export const testimonialWithRatings: IBlockLayouts = {
346
357
  "row-gap": "base",
347
358
  "max-width": "600px",
348
359
  },
349
- title: {
350
- "font-size": "2xl",
351
- "font-weight": "700",
352
- color: "var(--color-text-1)",
353
- tablet: {
354
- "font-size": "xl",
355
- },
356
- },
357
- description: {
358
- "font-size": "base",
359
- color: "var(--color-text-2)",
360
- tablet: {
361
- "font-size": "sm",
362
- },
363
- },
360
+ title: {},
361
+ description: {},
364
362
  testimonials_levoGroup: {
365
363
  number_of_slides: 2,
366
364
  tablet: {
@@ -400,14 +398,9 @@ export const testimonialWithRatings: IBlockLayouts = {
400
398
  color: "#FFD700",
401
399
  },
402
400
  quote: {
403
- color: "var(--color-text-1)",
404
- "font-size": "lg",
405
- "line-height": 1.6,
406
- "font-style": "normal",
407
- "font-weight": "500",
401
+ "font-weight": 500,
408
402
  "margin-bottom": "lg",
409
403
  mobile: {
410
- "font-size": "base",
411
404
  "margin-bottom": "base",
412
405
  },
413
406
  },
@@ -435,24 +428,12 @@ export const testimonialWithRatings: IBlockLayouts = {
435
428
  clientInfo: {
436
429
  display: "flex",
437
430
  "flex-direction": "column",
438
- "row-gap": "2xs",
431
+ "row-gap": "4xs",
439
432
  },
440
433
  name: {
441
- color: "var(--color-text-1)",
442
- "font-size": "base",
443
- "font-weight": "600",
444
- mobile: {
445
- "font-size": "sm",
446
- },
447
- },
448
- position: {
449
- color: "var(--color-text-2)",
450
- "font-size": "sm",
451
- "font-weight": "normal",
452
- mobile: {
453
- "font-size": "xs",
454
- },
434
+ "font-weight": 600,
455
435
  },
436
+ position: {},
456
437
  stars: [{}, {}, {}],
457
438
  stars_levoGroup: {
458
439
  display: "flex",
@@ -488,14 +469,9 @@ export const testimonialWithRatings: IBlockLayouts = {
488
469
  color: "#FFD700",
489
470
  },
490
471
  quote: {
491
- color: "var(--color-text-1)",
492
- "font-size": "lg",
493
- "line-height": 1.6,
494
- "font-style": "normal",
495
- "font-weight": "500",
472
+ "font-weight": 500,
496
473
  "margin-bottom": "lg",
497
474
  mobile: {
498
- "font-size": "base",
499
475
  "margin-bottom": "base",
500
476
  },
501
477
  },
@@ -523,24 +499,12 @@ export const testimonialWithRatings: IBlockLayouts = {
523
499
  clientInfo: {
524
500
  display: "flex",
525
501
  "flex-direction": "column",
526
- "row-gap": "2xs",
502
+ "row-gap": "4xs",
527
503
  },
528
504
  name: {
529
- color: "var(--color-text-1)",
530
- "font-size": "base",
531
- "font-weight": "600",
532
- mobile: {
533
- "font-size": "sm",
534
- },
535
- },
536
- position: {
537
- color: "var(--color-text-2)",
538
- "font-size": "sm",
539
- "font-weight": "normal",
540
- mobile: {
541
- "font-size": "xs",
542
- },
505
+ "font-weight": 600,
543
506
  },
507
+ position: {},
544
508
  stars: [{}, {}, {}],
545
509
  stars_levoGroup: {
546
510
  display: "flex",
@@ -576,14 +540,9 @@ export const testimonialWithRatings: IBlockLayouts = {
576
540
  color: "#FFD700",
577
541
  },
578
542
  quote: {
579
- color: "var(--color-text-1)",
580
- "font-size": "lg",
581
- "line-height": 1.6,
582
- "font-style": "normal",
583
- "font-weight": "500",
543
+ "font-weight": 500,
584
544
  "margin-bottom": "lg",
585
545
  mobile: {
586
- "font-size": "base",
587
546
  "margin-bottom": "base",
588
547
  },
589
548
  },
@@ -611,24 +570,12 @@ export const testimonialWithRatings: IBlockLayouts = {
611
570
  clientInfo: {
612
571
  display: "flex",
613
572
  "flex-direction": "column",
614
- "row-gap": "2xs",
573
+ "row-gap": "4xs",
615
574
  },
616
575
  name: {
617
- color: "var(--color-text-1)",
618
- "font-size": "base",
619
- "font-weight": "600",
620
- mobile: {
621
- "font-size": "sm",
622
- },
623
- },
624
- position: {
625
- color: "var(--color-text-2)",
626
- "font-size": "sm",
627
- "font-weight": "normal",
628
- mobile: {
629
- "font-size": "xs",
630
- },
576
+ "font-weight": 600,
631
577
  },
578
+ position: {},
632
579
  stars: [{}, {}, {}],
633
580
  stars_levoGroup: {
634
581
  display: "flex",
@@ -664,14 +611,9 @@ export const testimonialWithRatings: IBlockLayouts = {
664
611
  color: "#FFD700",
665
612
  },
666
613
  quote: {
667
- color: "var(--color-text-1)",
668
- "font-size": "lg",
669
- "line-height": 1.6,
670
- "font-style": "normal",
671
- "font-weight": "500",
614
+ "font-weight": 500,
672
615
  "margin-bottom": "lg",
673
616
  mobile: {
674
- "font-size": "base",
675
617
  "margin-bottom": "base",
676
618
  },
677
619
  },
@@ -699,194 +641,18 @@ export const testimonialWithRatings: IBlockLayouts = {
699
641
  clientInfo: {
700
642
  display: "flex",
701
643
  "flex-direction": "column",
702
- "row-gap": "2xs",
644
+ "row-gap": "4xs",
703
645
  },
704
646
  name: {
705
- color: "var(--color-text-1)",
706
- "font-size": "base",
707
- "font-weight": "600",
708
- mobile: {
709
- "font-size": "sm",
710
- },
711
- },
712
- position: {
713
- color: "var(--color-text-2)",
714
- "font-size": "sm",
715
- "font-weight": "normal",
716
- mobile: {
717
- "font-size": "xs",
718
- },
647
+ "font-weight": 600,
719
648
  },
649
+ position: {},
720
650
  stars: [{}, {}, {}],
721
651
  stars_levoGroup: {
722
652
  display: "flex",
723
653
  "column-gap": "2xs",
724
654
  },
725
655
  },
726
- {
727
- card: {
728
- display: "flex",
729
- "flex-direction": "column",
730
- "background-color": "var(--color-background)",
731
- "border-radius": "lg",
732
- "box-shadow": "sm",
733
- padding: "xl",
734
- "row-gap": "lg",
735
- border: "1px solid",
736
- "border-color": "var(--color-border)",
737
- height: "100%",
738
- mobile: {
739
- padding: "lg",
740
- "row-gap": "base",
741
- },
742
- },
743
- stars_wrapper: {
744
- display: "flex",
745
- "align-items": "center",
746
- "column-gap": "xs",
747
- "margin-bottom": "sm",
748
- },
749
- "stars.*.star": {
750
- width: "16px",
751
- height: "16px",
752
- color: "#FFD700",
753
- },
754
- quote: {
755
- color: "var(--color-text-1)",
756
- "font-size": "lg",
757
- "line-height": 1.6,
758
- "font-style": "normal",
759
- "font-weight": "500",
760
- "margin-bottom": "lg",
761
- mobile: {
762
- "font-size": "base",
763
- "margin-bottom": "base",
764
- },
765
- },
766
- profileSection: {
767
- display: "flex",
768
- "align-items": "center",
769
- "column-gap": "base",
770
- mobile: {
771
- "column-gap": "sm",
772
- },
773
- },
774
- avatar: {
775
- height: "48px",
776
- width: "48px",
777
- "border-radius": "50%",
778
- "object-fit": "cover",
779
- border: "2px solid",
780
- "border-color": "var(--color-border)",
781
- mobile: {
782
- height: "40px",
783
- width: "40px",
784
- },
785
- },
786
- clientInfo: {
787
- display: "flex",
788
- "flex-direction": "column",
789
- "row-gap": "2xs",
790
- },
791
- name: {
792
- color: "var(--color-text-1)",
793
- "font-size": "base",
794
- "font-weight": "600",
795
- mobile: {
796
- "font-size": "sm",
797
- },
798
- },
799
- position: {
800
- color: "var(--color-text-2)",
801
- "font-size": "sm",
802
- "font-weight": "normal",
803
- mobile: {
804
- "font-size": "xs",
805
- },
806
- },
807
- },
808
- {
809
- card: {
810
- display: "flex",
811
- "flex-direction": "column",
812
- "background-color": "var(--color-background)",
813
- "border-radius": "lg",
814
- "box-shadow": "sm",
815
- padding: "xl",
816
- "row-gap": "lg",
817
- border: "1px solid",
818
- "border-color": "var(--color-border)",
819
- height: "100%",
820
- mobile: {
821
- padding: "lg",
822
- "row-gap": "base",
823
- },
824
- },
825
- stars_wrapper: {
826
- display: "flex",
827
- "align-items": "center",
828
- "column-gap": "xs",
829
- "margin-bottom": "sm",
830
- },
831
- "stars.*.star": {
832
- width: "16px",
833
- height: "16px",
834
- color: "#FFD700",
835
- },
836
- quote: {
837
- color: "var(--color-text-1)",
838
- "font-size": "lg",
839
- "line-height": 1.6,
840
- "font-style": "normal",
841
- "font-weight": "500",
842
- "margin-bottom": "lg",
843
- mobile: {
844
- "font-size": "base",
845
- "margin-bottom": "base",
846
- },
847
- },
848
- profileSection: {
849
- display: "flex",
850
- "align-items": "center",
851
- "column-gap": "base",
852
- mobile: {
853
- "column-gap": "sm",
854
- },
855
- },
856
- avatar: {
857
- height: "48px",
858
- width: "48px",
859
- "border-radius": "50%",
860
- "object-fit": "cover",
861
- border: "2px solid",
862
- "border-color": "var(--color-border)",
863
- mobile: {
864
- height: "40px",
865
- width: "40px",
866
- },
867
- },
868
- clientInfo: {
869
- display: "flex",
870
- "flex-direction": "column",
871
- "row-gap": "2xs",
872
- },
873
- name: {
874
- color: "var(--color-text-1)",
875
- "font-size": "base",
876
- "font-weight": "600",
877
- mobile: {
878
- "font-size": "sm",
879
- },
880
- },
881
- position: {
882
- color: "var(--color-text-2)",
883
- "font-size": "sm",
884
- "font-weight": "normal",
885
- mobile: {
886
- "font-size": "xs",
887
- },
888
- },
889
- },
890
656
  ],
891
657
  "carousel-navigation-container": {
892
658
  display: "flex",
@@ -919,5 +685,89 @@ export const testimonialWithRatings: IBlockLayouts = {
919
685
  autoPlay: false,
920
686
  },
921
687
  },
688
+ title: {
689
+ selectedVariants: {
690
+ Heading_Level: "H2",
691
+ },
692
+ },
693
+ testimonials: [
694
+ {
695
+ name: {
696
+ heading: {
697
+ level: "4",
698
+ },
699
+ selectedVariants: {
700
+ Heading_Level: "H6",
701
+ },
702
+ },
703
+ position: {
704
+ selectedVariants: {
705
+ Typography_Variants: "Small",
706
+ },
707
+ },
708
+ quote: {
709
+ selectedVariants: {
710
+ Typography_Variants: "Large",
711
+ },
712
+ },
713
+ clientInfo: {
714
+ selectedVariants: {},
715
+ },
716
+ },
717
+ {
718
+ name: {
719
+ selectedVariants: {
720
+ Heading_Level: "H6",
721
+ },
722
+ heading: {
723
+ level: "4",
724
+ },
725
+ },
726
+ quote: {
727
+ selectedVariants: {
728
+ Typography_Variants: "Large",
729
+ },
730
+ },
731
+ clientInfo: {
732
+ selectedVariants: {},
733
+ },
734
+ },
735
+ {
736
+ name: {
737
+ selectedVariants: {
738
+ Heading_Level: "H6",
739
+ },
740
+ heading: {
741
+ level: "4",
742
+ },
743
+ },
744
+ quote: {
745
+ selectedVariants: {
746
+ Typography_Variants: "Large",
747
+ },
748
+ },
749
+ clientInfo: {
750
+ selectedVariants: {},
751
+ },
752
+ },
753
+ {
754
+ name: {
755
+ selectedVariants: {
756
+ Heading_Level: "H6",
757
+ },
758
+ heading: {
759
+ level: "4",
760
+ },
761
+ },
762
+ quote: {
763
+ selectedVariants: {
764
+ Typography_Variants: "Large",
765
+ },
766
+ },
767
+ clientInfo: {
768
+ selectedVariants: {},
769
+ },
770
+ },
771
+ ],
922
772
  },
923
773
  };
@@ -2,8 +2,8 @@ import type { IBlock } from "@levo-so/studio";
2
2
 
3
3
  import type { DEFAULT_CONTENT } from "./testimonial-5/variants";
4
4
  import { defaultTestimonial5Variant } from "./testimonial-5/variants";
5
- import { testimonialWithRatings } from "./testimonial-5/variants/testimonialWithRatings";
6
5
  import { testimonialWithLogo } from "./testimonial-5/variants/testimonialWithLogo";
6
+ import { testimonialWithRatings } from "./testimonial-5/variants/testimonialWithRatings";
7
7
 
8
8
  export type ITestimonial5Content = typeof DEFAULT_CONTENT;
9
9
 
@@ -242,9 +242,5 @@ export const Testimonial5: IBlock = {
242
242
  },
243
243
  },
244
244
  ],
245
- layouts: [
246
- defaultTestimonial5Variant,
247
- testimonialWithRatings,
248
- testimonialWithLogo,
249
- ],
245
+ layouts: [defaultTestimonial5Variant, testimonialWithRatings, testimonialWithLogo],
250
246
  };