@levo-so/blocks 0.1.59 → 0.1.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (245) hide show
  1. package/package.json +6 -6
  2. package/src/blocks/about-us/about-us-1.schema.ts +60 -58
  3. package/src/blocks/about-us/about-us-1.tsx +2 -4
  4. package/src/blocks/about-us/about-us-2.schema.ts +165 -42
  5. package/src/blocks/about-us/about-us-2.tsx +7 -13
  6. package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
  7. package/src/blocks/blogs/blog-listing-1.tsx +27 -36
  8. package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
  9. package/src/blocks/blogs/blog-listing-2.tsx +21 -27
  10. package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
  11. package/src/blocks/blogs/blog-listing-3.tsx +21 -27
  12. package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
  13. package/src/blocks/blogs/blog-post-1.tsx +3 -14
  14. package/src/blocks/calendar/calendar-1.schema.ts +351 -180
  15. package/src/blocks/calendar/calendar-1.tsx +60 -25
  16. package/src/blocks/cards/cards-10.schema.ts +278 -331
  17. package/src/blocks/cards/cards-10.tsx +18 -15
  18. package/src/blocks/cards/cards-11.schema.ts +178 -356
  19. package/src/blocks/cards/cards-11.tsx +5 -11
  20. package/src/blocks/cards/cards-12.schema.ts +110 -196
  21. package/src/blocks/cards/cards-12.tsx +4 -10
  22. package/src/blocks/cards/cards-13.schema.ts +131 -120
  23. package/src/blocks/cards/cards-13.tsx +4 -6
  24. package/src/blocks/cards/cards-14.schema.ts +51 -154
  25. package/src/blocks/cards/cards-14.tsx +5 -11
  26. package/src/blocks/cards/cards-15.schema.ts +48 -32
  27. package/src/blocks/cards/cards-15.tsx +15 -6
  28. package/src/blocks/cards/cards-2.schema.ts +76 -88
  29. package/src/blocks/cards/cards-2.tsx +12 -17
  30. package/src/blocks/cards/cards-3.schema.ts +68 -70
  31. package/src/blocks/cards/cards-3.tsx +7 -13
  32. package/src/blocks/cards/cards-4.schema.ts +160 -115
  33. package/src/blocks/cards/cards-4.tsx +22 -17
  34. package/src/blocks/cards/cards-5.schema.ts +76 -70
  35. package/src/blocks/cards/cards-5.tsx +10 -10
  36. package/src/blocks/cards/cards-6.schema.ts +755 -985
  37. package/src/blocks/cards/cards-6.tsx +17 -9
  38. package/src/blocks/cards/cards-7.schema.ts +754 -2250
  39. package/src/blocks/cards/cards-7.tsx +18 -24
  40. package/src/blocks/cards/cards-8.schema.ts +171 -363
  41. package/src/blocks/cards/cards-8.tsx +15 -8
  42. package/src/blocks/cards/cards-9.schema.ts +283 -329
  43. package/src/blocks/cards/cards-9.tsx +28 -12
  44. package/src/blocks/carousel/carousel-1.schema.ts +418 -49
  45. package/src/blocks/carousel/carousel-1.tsx +8 -8
  46. package/src/blocks/carousel/carousel-2.schema.ts +153 -127
  47. package/src/blocks/carousel/carousel-2.tsx +16 -20
  48. package/src/blocks/community/community-1.schema.ts +612 -0
  49. package/src/blocks/community/community-1.tsx +557 -0
  50. package/src/blocks/community/community-post-1.schema.ts +408 -0
  51. package/src/blocks/community/community-post-1.tsx +405 -0
  52. package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
  53. package/src/blocks/contact-us/contact-us-1.tsx +2 -12
  54. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  55. package/src/blocks/contact-us/contact-us-2.tsx +21 -32
  56. package/src/blocks/content/content-1.schema.ts +163 -234
  57. package/src/blocks/content/content-1.tsx +46 -43
  58. package/src/blocks/content/content-2.schema.ts +117 -35
  59. package/src/blocks/content/content-2.tsx +19 -7
  60. package/src/blocks/content/content-3.schema.ts +215 -205
  61. package/src/blocks/content/content-3.tsx +14 -18
  62. package/src/blocks/content/content-4.schema.ts +105 -89
  63. package/src/blocks/content/content-4.tsx +10 -18
  64. package/src/blocks/content/content-5.schema.ts +301 -278
  65. package/src/blocks/content/content-5.tsx +23 -16
  66. package/src/blocks/content/content-6.schema.ts +432 -250
  67. package/src/blocks/content/content-6.tsx +24 -19
  68. package/src/blocks/content/content-7.schema.ts +200 -197
  69. package/src/blocks/content/content-7.tsx +29 -21
  70. package/src/blocks/content/content-8.schema.ts +28 -23
  71. package/src/blocks/content/content-8.tsx +3 -3
  72. package/src/blocks/content/content-9.schema.ts +64 -2208
  73. package/src/blocks/content/content-9.tsx +31 -43
  74. package/src/blocks/cta/cta-1.schema.ts +23 -128
  75. package/src/blocks/cta/cta-2.schema.ts +46 -69
  76. package/src/blocks/cta/cta-2.tsx +2 -6
  77. package/src/blocks/cta/cta-3.schema.ts +77 -72
  78. package/src/blocks/cta/cta-3.tsx +2 -6
  79. package/src/blocks/embed/embed-1.schema.ts +30 -52
  80. package/src/blocks/embed/embed-1.tsx +1 -9
  81. package/src/blocks/event/ClientOnly.tsx +1 -4
  82. package/src/blocks/event/event-details.schema.ts +23 -32
  83. package/src/blocks/event/event-details.tsx +9 -23
  84. package/src/blocks/event/event-listing-2.schema.ts +19 -38
  85. package/src/blocks/event/event-listing-2.tsx +29 -38
  86. package/src/blocks/event/event-listing-3.schema.ts +10 -20
  87. package/src/blocks/event/event-listing-3.tsx +26 -30
  88. package/src/blocks/event/event-listing-4.schema.ts +40 -80
  89. package/src/blocks/event/event-listing-4.tsx +22 -28
  90. package/src/blocks/event/event-listing.schema.ts +12 -24
  91. package/src/blocks/event/event-listing.tsx +26 -30
  92. package/src/blocks/faq/faq-1.schema.ts +150 -112
  93. package/src/blocks/faq/faq-1.tsx +31 -33
  94. package/src/blocks/faq/faq-2.schema.ts +132 -77
  95. package/src/blocks/faq/faq-2.tsx +21 -11
  96. package/src/blocks/faq/faq-3.schema.ts +178 -107
  97. package/src/blocks/faq/faq-3.tsx +30 -22
  98. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  99. package/src/blocks/features/features-1/features-1.tsx +12 -5
  100. package/src/blocks/features/features-1/variants/default.ts +176 -62
  101. package/src/blocks/features/features-1/variants/index.ts +1 -1
  102. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  103. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  104. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  105. package/src/blocks/features/features-2.schema.ts +149 -48
  106. package/src/blocks/features/features-2.tsx +18 -12
  107. package/src/blocks/features/features-3.schema.ts +255 -68
  108. package/src/blocks/features/features-3.tsx +25 -15
  109. package/src/blocks/features/features-4.schema.ts +367 -188
  110. package/src/blocks/features/features-4.tsx +12 -8
  111. package/src/blocks/features/features-5.schema.ts +195 -200
  112. package/src/blocks/features/features-5.tsx +14 -14
  113. package/src/blocks/features/features-6.schema.ts +230 -215
  114. package/src/blocks/features/features-6.tsx +28 -34
  115. package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
  116. package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
  117. package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
  118. package/src/blocks/footer/footer-1.schema.ts +110 -48
  119. package/src/blocks/footer/footer-1.tsx +17 -31
  120. package/src/blocks/footer/footer-2.schema.ts +230 -34
  121. package/src/blocks/footer/footer-2.tsx +19 -29
  122. package/src/blocks/footer/footer-3.schema.ts +335 -59
  123. package/src/blocks/footer/footer-3.tsx +11 -26
  124. package/src/blocks/footer/footer-4.schema.ts +139 -76
  125. package/src/blocks/footer/footer-4.tsx +37 -55
  126. package/src/blocks/footer/footer-5.schema.ts +138 -60
  127. package/src/blocks/footer/footer-5.tsx +16 -30
  128. package/src/blocks/footer/footer-6.schema.ts +62 -149
  129. package/src/blocks/footer/footer-6.tsx +30 -44
  130. package/src/blocks/form/form-1.schema.ts +144 -0
  131. package/src/blocks/form/form-1.tsx +33 -0
  132. package/src/blocks/hero/hero-1.schema.ts +153 -101
  133. package/src/blocks/hero/hero-1.tsx +4 -4
  134. package/src/blocks/hero/hero-10.schema.ts +9 -31
  135. package/src/blocks/hero/hero-10.tsx +4 -4
  136. package/src/blocks/hero/hero-11.schema.ts +196 -89
  137. package/src/blocks/hero/hero-11.tsx +5 -10
  138. package/src/blocks/hero/hero-12.schema.ts +111 -192
  139. package/src/blocks/hero/hero-12.tsx +4 -7
  140. package/src/blocks/hero/hero-13.schema.ts +36 -30
  141. package/src/blocks/hero/hero-13.tsx +1 -1
  142. package/src/blocks/hero/hero-2.schema.ts +30 -58
  143. package/src/blocks/hero/hero-2.tsx +3 -21
  144. package/src/blocks/hero/hero-3.schema.ts +70 -90
  145. package/src/blocks/hero/hero-3.tsx +6 -15
  146. package/src/blocks/hero/hero-4.schema.ts +246 -73
  147. package/src/blocks/hero/hero-4.tsx +22 -16
  148. package/src/blocks/hero/hero-5.schema.ts +104 -47
  149. package/src/blocks/hero/hero-5.tsx +21 -12
  150. package/src/blocks/hero/hero-6.schema.ts +127 -258
  151. package/src/blocks/hero/hero-6.tsx +6 -6
  152. package/src/blocks/hero/hero-7.schema.ts +90 -43
  153. package/src/blocks/hero/hero-7.tsx +6 -4
  154. package/src/blocks/hero/hero-8.schema.ts +342 -138
  155. package/src/blocks/hero/hero-8.tsx +23 -13
  156. package/src/blocks/hero/hero-9.schema.ts +111 -86
  157. package/src/blocks/hero/hero-9.tsx +12 -4
  158. package/src/blocks/index.ts +12 -8
  159. package/src/blocks/jobs/jobs-1.schema.ts +990 -0
  160. package/src/blocks/jobs/jobs-1.tsx +145 -0
  161. package/src/blocks/logos/logos-1.schema.ts +370 -36
  162. package/src/blocks/logos/logos-1.tsx +7 -7
  163. package/src/blocks/navbar/navbar-1.schema.ts +15 -28
  164. package/src/blocks/navbar/navbar-1.tsx +24 -60
  165. package/src/blocks/navbar/navbar-2.schema.ts +14 -28
  166. package/src/blocks/navbar/navbar-2.tsx +26 -56
  167. package/src/blocks/navbar/navbar-3.schema.ts +11 -22
  168. package/src/blocks/navbar/navbar-3.tsx +33 -82
  169. package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
  170. package/src/blocks/navbar/navbar-4.tsx +546 -0
  171. package/src/blocks/polling/polling-1.schema.ts +2 -21
  172. package/src/blocks/polling/polling-1.tsx +24 -39
  173. package/src/blocks/pricing/pricing-1.schema.ts +307 -290
  174. package/src/blocks/pricing/pricing-1.tsx +32 -42
  175. package/src/blocks/products/products-listing-1.schema.ts +115 -36
  176. package/src/blocks/products/products-listing-1.tsx +15 -13
  177. package/src/blocks/products/products-listing-2.schema.ts +178 -220
  178. package/src/blocks/products/products-listing-2.tsx +29 -16
  179. package/src/blocks/products/products-listing-3.schema.ts +412 -154
  180. package/src/blocks/products/products-listing-3.tsx +102 -73
  181. package/src/blocks/profile/profile-1.schema.ts +60 -49
  182. package/src/blocks/profile/profile-1.tsx +5 -10
  183. package/src/blocks/profile/profile-2.schema.ts +71 -92
  184. package/src/blocks/profile/profile-2.tsx +6 -7
  185. package/src/blocks/profile/profile-3.schema.ts +141 -529
  186. package/src/blocks/profile/profile-3.tsx +19 -41
  187. package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
  188. package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
  189. package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
  190. package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
  191. package/src/blocks/services/service-1.schema.ts +210 -830
  192. package/src/blocks/services/service-1.tsx +46 -59
  193. package/src/blocks/services/service-2.schema.ts +92 -80
  194. package/src/blocks/services/service-2.tsx +13 -7
  195. package/src/blocks/services/service-3.schema.ts +74 -86
  196. package/src/blocks/services/service-3.tsx +44 -45
  197. package/src/blocks/stats/stats-1.schema.ts +225 -21
  198. package/src/blocks/stats/stats-1.tsx +7 -14
  199. package/src/blocks/stats/stats-2.schema.ts +13 -5
  200. package/src/blocks/stats/stats-2.tsx +12 -15
  201. package/src/blocks/stats/variants/default.ts +59 -41
  202. package/src/blocks/stats/variants/hero.ts +64 -31
  203. package/src/blocks/stats/variants/index.ts +1 -1
  204. package/src/blocks/tabs/tab-1.schema.ts +103 -409
  205. package/src/blocks/tabs/tab-1.tsx +47 -53
  206. package/src/blocks/tabs/tab-2.schema.ts +207 -290
  207. package/src/blocks/tabs/tab-2.tsx +20 -9
  208. package/src/blocks/team/team-1.schema.ts +593 -76
  209. package/src/blocks/team/team-1.tsx +16 -22
  210. package/src/blocks/team/team-2.schema.ts +621 -1453
  211. package/src/blocks/team/team-2.tsx +19 -34
  212. package/src/blocks/team/team-3.schema.ts +127 -78
  213. package/src/blocks/team/team-3.tsx +9 -14
  214. package/src/blocks/team/team-4.schema.ts +197 -63
  215. package/src/blocks/team/team-4.tsx +25 -26
  216. package/src/blocks/team/team-5.schema.ts +65 -54
  217. package/src/blocks/team/team-5.tsx +13 -4
  218. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  219. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
  220. package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
  221. package/src/blocks/testimonial/testimonial-1.tsx +12 -23
  222. package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
  223. package/src/blocks/testimonial/testimonial-2.tsx +21 -37
  224. package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
  225. package/src/blocks/testimonial/testimonial-3.tsx +17 -27
  226. package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
  227. package/src/blocks/testimonial/testimonial-4.tsx +16 -34
  228. package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
  229. package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
  230. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
  231. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
  232. package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
  233. package/src/blocks/testimonial/testimonial-5.tsx +15 -25
  234. package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
  235. package/src/blocks/testimonial/testimonial-6.tsx +9 -25
  236. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  237. package/src/blocks/testimonial/testimonial-7.tsx +16 -27
  238. package/src/blocks/timeline/timeline-1.schema.ts +166 -153
  239. package/src/blocks/timeline/timeline-1.tsx +6 -7
  240. package/src/blocks/users/edit-profile.schema.ts +56 -44
  241. package/src/blocks/users/edit-profile.tsx +23 -28
  242. package/src/constants/index.ts +16 -0
  243. package/src/index.ts +1 -1
  244. package/src/schemas/blocks.ts +17 -5
  245. package/src/schemas/categories.ts +26 -2
@@ -0,0 +1,612 @@
1
+ import type { IBlock } from "@levo-so/studio";
2
+
3
+ const DEFAULT_CONTENT = {
4
+ layout: null,
5
+ container: null,
6
+ header: null,
7
+ title: "Community Feed",
8
+ description: "Community Feed to keep you close with your peers.",
9
+ sidebar_links_levoGroup: null,
10
+ sidebar_links: [
11
+ {
12
+ sidebar_link: "Discussion",
13
+ sidebar_link_leftIcon: {
14
+ kind: "icon",
15
+ data: {
16
+ id: "messages-2",
17
+ label: "Messages 2",
18
+ tags: ["custom", "directional", "emails-messages", "messages"],
19
+ svgCode:
20
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.8701 21.87C17.5601 21.87 17.2501 21.79 16.9701 21.62L12.9601 19.24C12.5401 19.23 12.1201 19.2 11.7201 19.14C11.4501 19.1 11.2201 18.92 11.1201 18.66C11.0201 18.4 11.0701 18.12 11.2501 17.91C11.9101 17.14 12.2501 16.22 12.2501 15.24C12.2501 12.82 10.1201 10.85 7.50008 10.85C6.52008 10.85 5.58007 11.12 4.79007 11.64C4.57007 11.78 4.30007 11.8 4.06007 11.69C3.83007 11.58 3.66008 11.36 3.63008 11.1C3.60008 10.82 3.58008 10.54 3.58008 10.25C3.58008 5.29 7.88008 1.26001 13.1601 1.26001C18.4401 1.26001 22.7401 5.29 22.7401 10.25C22.7401 12.97 21.4801 15.47 19.2601 17.18L19.6001 19.9C19.6801 20.58 19.3801 21.22 18.8101 21.59C18.5301 21.77 18.2001 21.87 17.8701 21.87ZM13.1501 17.73C13.2901 17.72 13.4301 17.76 13.5501 17.84L17.7401 20.33C17.8501 20.4 17.9401 20.37 18.0001 20.33C18.0501 20.3 18.1301 20.22 18.1101 20.08L17.7201 16.92C17.6901 16.64 17.8101 16.37 18.0301 16.21C20.0701 14.78 21.2401 12.6 21.2401 10.23C21.2401 6.09998 17.6201 2.73999 13.1601 2.73999C8.87008 2.73999 5.35007 5.86003 5.09007 9.78003C5.84007 9.49003 6.65008 9.33002 7.49008 9.33002C10.9401 9.33002 13.7401 11.97 13.7401 15.22C13.7501 16.1 13.5401 16.95 13.1501 17.73Z" fill="currentColor"/>\n<path d="M4.57977 22.7501C4.31977 22.7501 4.06977 22.6801 3.83977 22.5301C3.38977 22.2401 3.14978 21.7401 3.20978 21.2101L3.40977 19.67C2.05977 18.57 1.25977 16.94 1.25977 15.23C1.25977 13.28 2.27978 11.4601 3.98978 10.3701C5.01978 9.70006 6.23977 9.34009 7.50977 9.34009C10.9598 9.34009 13.7598 11.98 13.7598 15.23C13.7598 16.55 13.2798 17.8501 12.3998 18.8801C11.2698 20.2501 9.57977 21.05 7.71977 21.11L5.27977 22.5601C5.05977 22.6901 4.81977 22.7501 4.57977 22.7501ZM7.49977 10.8401C6.51977 10.8401 5.57976 11.1101 4.78976 11.6301C3.50976 12.4501 2.74977 13.79 2.74977 15.23C2.74977 16.62 3.42978 17.8901 4.62978 18.7101C4.85978 18.8701 4.97977 19.14 4.94977 19.42L4.72977 21.1301L7.11977 19.7101C7.23977 19.6401 7.36977 19.6 7.49977 19.6C8.96977 19.6 10.3598 18.9701 11.2398 17.9001C11.8998 17.1201 12.2498 16.2 12.2498 15.22C12.2498 12.81 10.1198 10.8401 7.49977 10.8401Z" fill="currentColor"/>\n</svg>',
21
+ },
22
+ },
23
+ },
24
+ ],
25
+ edit_profile_ctas_levoGroup: null,
26
+ edit_profile_ctas: [
27
+ {
28
+ edit_profile_cta: "Edit Profile",
29
+ edit_profile_cta_leftIcon: {
30
+ kind: "icon",
31
+ data: {
32
+ id: "user-edit",
33
+ label: "User Edit",
34
+ tags: ["custom", "directional", "edit", "user", "users"],
35
+ svgCode:
36
+ '<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="currentColor"/>\n<path d="M15.8196 22.75C15.4396 22.75 15.0796 22.61 14.8196 22.35C14.5096 22.04 14.3696 21.59 14.4396 21.12L14.6296 19.77C14.6796 19.42 14.8896 19.01 15.1396 18.75L18.6796 15.21C20.0996 13.79 21.3496 14.6 21.9596 15.21C22.4796 15.73 22.7496 16.29 22.7496 16.85C22.7496 17.42 22.4896 17.95 21.9596 18.48L18.4195 22.02C18.1695 22.27 17.7496 22.48 17.3996 22.53L16.0495 22.72C15.9695 22.74 15.8996 22.75 15.8196 22.75ZM20.3096 15.92C20.1296 15.92 19.9696 16.04 19.7396 16.27L16.1996 19.81C16.1696 19.84 16.1196 19.94 16.1196 19.98L15.9396 21.23L17.1896 21.05C17.2296 21.04 17.3295 20.99 17.3595 20.96L20.8996 17.42C21.0596 17.26 21.2496 17.03 21.2496 16.85C21.2496 16.7 21.1296 16.49 20.8996 16.27C20.6596 16.03 20.4796 15.92 20.3096 15.92Z" fill="currentColor"/>\n<path d="M20.9206 19.22C20.8506 19.22 20.7806 19.21 20.7206 19.19C19.4006 18.82 18.3506 17.77 17.9806 16.45C17.8706 16.05 18.1006 15.64 18.5006 15.53C18.9006 15.42 19.3106 15.65 19.4206 16.05C19.6506 16.87 20.3006 17.52 21.1206 17.75C21.5206 17.86 21.7506 18.28 21.6406 18.67C21.5506 19 21.2506 19.22 20.9206 19.22Z" fill="currentColor"/>\n<path d="M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85018 14.25 12.0002 14.25C13.0902 14.25 14.1702 14.41 15.1802 14.71C15.5802 14.83 15.8002 15.25 15.6802 15.64C15.5602 16.04 15.1402 16.26 14.7502 16.14C13.8702 15.88 12.9502 15.74 12.0002 15.74C7.68018 15.74 4.16016 18.54 4.16016 21.99C4.16016 22.41 3.82016 22.75 3.41016 22.75Z" fill="currentColor"/>\n</svg>',
37
+ },
38
+ },
39
+ },
40
+ ],
41
+ posts: null,
42
+ loading_container: null,
43
+ edit_profile_block_banner_image: {
44
+ id: "jfwLqpex6AK0J",
45
+ kind: "image",
46
+ location: "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq.png",
47
+ srcset: {
48
+ "1080w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1080w.webp",
49
+ "1200w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1200w.webp",
50
+ "1920w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1920w.webp",
51
+ "320w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-320w.webp",
52
+ "640w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-640w.webp",
53
+ "750w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-750w.webp",
54
+ "828w": "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-828w.webp",
55
+ path: "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-320w.webp 320w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-640w.webp 640w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-750w.webp 750w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-828w.webp 828w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1920w.webp 1920w",
56
+ },
57
+ },
58
+ edit_profile_block_logo: {
59
+ id: "zucZ9wWTU6qEL",
60
+ kind: "image",
61
+ location: "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw.jpeg",
62
+ srcset: {
63
+ "1080w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1080w.webp",
64
+ "1200w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1200w.webp",
65
+ "1920w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1920w.webp",
66
+ "320w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-320w.webp",
67
+ "640w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-640w.webp",
68
+ "750w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-750w.webp",
69
+ "828w": "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-828w.webp",
70
+ path: "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-320w.webp 320w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-640w.webp 640w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-750w.webp 750w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-828w.webp 828w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1080w.webp 1080w",
71
+ },
72
+ },
73
+ edit_profile_block_title: "Wanderlooms",
74
+ edit_profile_block_description: "<p>Joined on: 01/01/2026</p>",
75
+ post_detail_page_url: "/community",
76
+ forum_key: "forum",
77
+ };
78
+
79
+ export type ICommunity1Content = typeof DEFAULT_CONTENT;
80
+
81
+ export const Community1: IBlock = {
82
+ category_id: "community",
83
+ title: "Community 1",
84
+ key: "community-1",
85
+ version: "v1",
86
+ content_schema: [
87
+ {
88
+ key: "layout",
89
+ label: "Layout",
90
+ field_interface: "LayoutWidget",
91
+ },
92
+ {
93
+ key: "container",
94
+ label: "Container",
95
+ field_interface: "LayoutWidget",
96
+ },
97
+ {
98
+ key: "forum_key",
99
+ label: "Forum Key",
100
+ field_interface: "HeadingWidget",
101
+ },
102
+ {
103
+ key: "content_section",
104
+ label: "Content Section",
105
+ field_interface: "BoxWidget",
106
+ },
107
+ {
108
+ key: "left_container",
109
+ label: "Left Container",
110
+ field_interface: "BoxWidget",
111
+ },
112
+ {
113
+ key: "sidebar_links",
114
+ label: "Sidebar Links",
115
+ field_interface: "BoxWidget",
116
+ kind: "group",
117
+ fields: [
118
+ {
119
+ key: "sidebar_link",
120
+ label: "Sidebar Link",
121
+ field_interface: "ButtonWidget",
122
+ },
123
+ ],
124
+ },
125
+ {
126
+ key: "feed_container",
127
+ label: "Feed Container",
128
+ field_interface: "BoxWidget",
129
+ },
130
+ {
131
+ key: "header",
132
+ label: "Header",
133
+ field_interface: "BoxWidget",
134
+ },
135
+ {
136
+ key: "title",
137
+ label: "Title",
138
+ field_interface: "HeadingWidget",
139
+ },
140
+ {
141
+ key: "description",
142
+ label: "Description",
143
+ field_interface: "TypographyWidget",
144
+ },
145
+ {
146
+ key: "search_container",
147
+ label: "Search Container",
148
+ field_interface: "BoxWidget",
149
+ },
150
+ {
151
+ key: "new_post_cta",
152
+ label: "New Post CTA",
153
+ field_interface: "ButtonWidget",
154
+ },
155
+ {
156
+ key: "posts",
157
+ label: "Posts",
158
+ field_interface: "BoxWidget",
159
+ },
160
+ {
161
+ key: "post_detail_page_url",
162
+ label: "Post Detail Page URL",
163
+ field_interface: "HeadingWidget",
164
+ },
165
+ {
166
+ key: "loading_container",
167
+ label: "Loading Container",
168
+ field_interface: "BoxWidget",
169
+ },
170
+ {
171
+ key: "right_container",
172
+ label: "Right Container",
173
+ field_interface: "BoxWidget",
174
+ },
175
+ {
176
+ key: "category_container",
177
+ label: "Category Container",
178
+ field_interface: "BoxWidget",
179
+ },
180
+ {
181
+ key: "category_header",
182
+ label: "Category Header",
183
+ field_interface: "BoxWidget",
184
+ },
185
+ {
186
+ key: "category_title",
187
+ label: "Category Title",
188
+ field_interface: "HeadingWidget",
189
+ },
190
+ {
191
+ key: "category_description",
192
+ label: "Category Description",
193
+ field_interface: "TypographyWidget",
194
+ },
195
+ {
196
+ key: "category_list_container",
197
+ label: "Category List Container",
198
+ field_interface: "BoxWidget",
199
+ },
200
+ {
201
+ key: "edit_profile_block",
202
+ label: "Edit Profile Block",
203
+ field_interface: "BoxWidget",
204
+ },
205
+ {
206
+ key: "edit_profile_block_content_wrapper",
207
+ label: "Content Wrapper",
208
+ field_interface: "BoxWidget",
209
+ },
210
+ {
211
+ key: "edit_profile_block_banner_image",
212
+ label: "Banner Image",
213
+ field_interface: "MediaWidget",
214
+ },
215
+ {
216
+ key: "edit_profile_block_content",
217
+ label: "Content",
218
+ field_interface: "BoxWidget",
219
+ },
220
+ {
221
+ key: "edit_profile_block_logo",
222
+ label: "Logo",
223
+ field_interface: "MediaWidget",
224
+ },
225
+ {
226
+ key: "edit_profile_block_text_container",
227
+ label: "Text Container",
228
+ field_interface: "BoxWidget",
229
+ },
230
+ {
231
+ key: "edit_profile_block_title",
232
+ label: "Edit Profile Title",
233
+ field_interface: "HeadingWidget",
234
+ },
235
+ {
236
+ key: "edit_profile_block_description",
237
+ label: "Edit Profile Description",
238
+ field_interface: "TypographyWidget",
239
+ },
240
+ {
241
+ key: "edit_profile_ctas",
242
+ label: "Edit Profile CTAs",
243
+ field_interface: "BoxWidget",
244
+ kind: "group",
245
+ fields: [
246
+ {
247
+ key: "edit_profile_cta",
248
+ label: "Edit Profile CTA",
249
+ field_interface: "ButtonWidget",
250
+ },
251
+ ],
252
+ },
253
+ ],
254
+ layouts: [
255
+ {
256
+ key: "default",
257
+ title: "Default",
258
+ styles: {
259
+ layout: {
260
+ width: "100%",
261
+ "padding-top": "10xl",
262
+ "padding-bottom": "10xl",
263
+ "padding-right": "8xl",
264
+ "padding-left": "8xl",
265
+ tablet: {
266
+ "padding-top": "5xl",
267
+ "padding-bottom": "5xl",
268
+ "padding-right": "5xl",
269
+ "padding-left": "5xl",
270
+ },
271
+ mobile: {
272
+ "padding-top": "2xl",
273
+ "padding-bottom": "2xl",
274
+ "padding-right": "2xl",
275
+ "padding-left": "2xl",
276
+ },
277
+ },
278
+ container: {
279
+ width: "100%",
280
+ display: "flex",
281
+ "flex-direction": "column",
282
+ "row-gap": "xl",
283
+ tablet: {
284
+ "row-gap": "3xl",
285
+ },
286
+ mobile: {
287
+ "row-gap": "4xl",
288
+ },
289
+ },
290
+ header: {
291
+ "flex-direction": "column",
292
+ width: "100%",
293
+ "row-gap": "4xs",
294
+ display: "none",
295
+ },
296
+ title: {},
297
+ description: {},
298
+ posts: {
299
+ display: "flex",
300
+ "flex-direction": "column",
301
+ width: "100%",
302
+ flex: "1 1 0%",
303
+ "row-gap": "xl",
304
+ },
305
+ loading_container: {
306
+ display: "flex",
307
+ "flex-direction": "column",
308
+ "justify-content": "center",
309
+ "align-items": "center",
310
+ "min-height": "256px",
311
+ },
312
+ content_section: {
313
+ display: "flex",
314
+ "column-gap": "2xl",
315
+ position: "relative",
316
+ tablet: {
317
+ "flex-direction": "column",
318
+ "row-gap": "2xl",
319
+ },
320
+ },
321
+ left_container: {
322
+ display: "flex",
323
+ "flex-direction": "column",
324
+ "row-gap": "xl",
325
+ flex: "1 1 0%",
326
+ width: "100%",
327
+ "max-width": "256px",
328
+ },
329
+ sidebar_links_levoGroup: {
330
+ display: "flex",
331
+ "flex-direction": "column",
332
+ width: "100%",
333
+ "row-gap": "base",
334
+ "border-style": "solid",
335
+ "border-width": "1px",
336
+ "border-color": "border",
337
+ height: "fit-content",
338
+ "padding-top": "sm",
339
+ "padding-bottom": "sm",
340
+ "padding-left": "sm",
341
+ "padding-right": "sm",
342
+ "border-radius": "lg",
343
+ position: "sticky",
344
+ top: "2rem",
345
+ },
346
+ sidebar_links: [
347
+ {
348
+ sidebar_link: {
349
+ "justify-content": "start",
350
+ display: "flex",
351
+ "column-gap": "xs",
352
+ },
353
+ sidebar_link_leftIcon: {
354
+ height: "20px",
355
+ width: "20px",
356
+ "font-size": "20px",
357
+ },
358
+ },
359
+ {
360
+ sidebar_link: {
361
+ "justify-content": "start",
362
+ display: "flex",
363
+ "column-gap": "xs",
364
+ },
365
+ sidebar_link_leftIcon: {
366
+ height: "20px",
367
+ width: "20px",
368
+ "font-size": "20px",
369
+ },
370
+ },
371
+ {
372
+ sidebar_link: {
373
+ "justify-content": "start",
374
+ display: "flex",
375
+ "column-gap": "xs",
376
+ },
377
+ sidebar_link_leftIcon: {
378
+ height: "20px",
379
+ width: "20px",
380
+ "font-size": "20px",
381
+ },
382
+ },
383
+ {
384
+ sidebar_link: {
385
+ "justify-content": "start",
386
+ display: "flex",
387
+ "column-gap": "xs",
388
+ },
389
+ sidebar_link_leftIcon: {
390
+ height: "20px",
391
+ width: "20px",
392
+ "font-size": "20px",
393
+ },
394
+ },
395
+ {
396
+ sidebar_link: {
397
+ "justify-content": "start",
398
+ display: "flex",
399
+ "column-gap": "xs",
400
+ },
401
+ sidebar_link_leftIcon: {
402
+ height: "20px",
403
+ width: "20px",
404
+ "font-size": "20px",
405
+ },
406
+ },
407
+ {
408
+ sidebar_link: {
409
+ "justify-content": "start",
410
+ display: "flex",
411
+ "column-gap": "xs",
412
+ },
413
+ sidebar_link_leftIcon: {
414
+ height: "20px",
415
+ width: "20px",
416
+ "font-size": "20px",
417
+ },
418
+ },
419
+ {
420
+ sidebar_link: {
421
+ "justify-content": "start",
422
+ display: "flex",
423
+ "column-gap": "xs",
424
+ },
425
+ sidebar_link_leftIcon: {
426
+ height: "20px",
427
+ width: "20px",
428
+ "font-size": "20px",
429
+ },
430
+ },
431
+ {
432
+ sidebar_link: {
433
+ "justify-content": "start",
434
+ display: "flex",
435
+ "column-gap": "xs",
436
+ },
437
+ },
438
+ {
439
+ sidebar_link: {
440
+ "justify-content": "start",
441
+ },
442
+ },
443
+ {
444
+ sidebar_link: {
445
+ "justify-content": "start",
446
+ },
447
+ },
448
+ {
449
+ sidebar_link: {
450
+ "justify-content": "start",
451
+ },
452
+ },
453
+ ],
454
+ feed_container: {
455
+ display: "flex",
456
+ "flex-direction": "column",
457
+ "row-gap": "xl",
458
+ flex: "1 1 0%",
459
+ width: "100%",
460
+ },
461
+ right_container: {
462
+ display: "flex",
463
+ "flex-direction": "column",
464
+ "row-gap": "xl",
465
+ flex: "1 1 0%",
466
+ width: "100%",
467
+ "max-width": "256px",
468
+ tablet: {
469
+ display: "none",
470
+ },
471
+ "align-self": "start",
472
+ position: "sticky",
473
+ top: "2rem",
474
+ },
475
+ category_container: {
476
+ display: "none",
477
+ "flex-direction": "column",
478
+ width: "100%",
479
+ "row-gap": "2xs",
480
+ "border-style": "solid",
481
+ "border-width": "1px",
482
+ "border-color": "border",
483
+ height: "fit-content",
484
+ "padding-top": "sm",
485
+ "padding-bottom": "sm",
486
+ "padding-left": "sm",
487
+ "padding-right": "sm",
488
+ "border-radius": "lg",
489
+ },
490
+ category_title: {
491
+ "font-size": "base",
492
+ },
493
+ edit_profile_block: {
494
+ display: "flex",
495
+ "flex-direction": "column",
496
+ width: "100%",
497
+ "row-gap": "lg",
498
+ "border-style": "solid",
499
+ "border-width": "1px",
500
+ "border-color": "border",
501
+ height: "fit-content",
502
+ "padding-top": "sm",
503
+ "padding-bottom": "sm",
504
+ "padding-left": "sm",
505
+ "padding-right": "sm",
506
+ "border-radius": "lg",
507
+ position: "sticky",
508
+ top: "2rem",
509
+ },
510
+ edit_profile_block_banner_image: {
511
+ "border-radius": "lg",
512
+ },
513
+ edit_profile_block_logo: {
514
+ "border-radius": "full",
515
+ },
516
+ edit_profile_block_content: {
517
+ "margin-top": "-36px",
518
+ display: "none",
519
+ "flex-direction": "column",
520
+ "align-items": "center",
521
+ "row-gap": "xs",
522
+ },
523
+ edit_profile_block_text_container: {
524
+ width: "100%",
525
+ display: "flex",
526
+ "flex-direction": "column",
527
+ "row-gap": "2xs",
528
+ },
529
+ edit_profile_block_title: {
530
+ "text-align": "center",
531
+ },
532
+ edit_profile_block_description: {
533
+ "text-align": "center",
534
+ "font-weight": 500,
535
+ },
536
+ edit_profile_ctas: [
537
+ {
538
+ edit_profile_cta: {
539
+ width: "100%",
540
+ display: "flex",
541
+ "column-gap": "xs",
542
+ },
543
+ },
544
+ ],
545
+ edit_profile_ctas_levoGroup: {
546
+ display: "none",
547
+ },
548
+ },
549
+ content: DEFAULT_CONTENT,
550
+ config: {
551
+ title: {
552
+ heading: {
553
+ level: "2",
554
+ },
555
+ selectedVariants: {
556
+ Heading_Level: "H2",
557
+ },
558
+ },
559
+ description: {
560
+ selectedVariants: {
561
+ Typography_Variants: "Body",
562
+ },
563
+ },
564
+ sidebar_links: Array(1)
565
+ .fill(0)
566
+ .map((v) => ({
567
+ sidebar_link: {
568
+ selectedVariants: {
569
+ Button_Variants: "Secondary",
570
+ },
571
+ button_icons: {
572
+ left: {
573
+ enabled: true,
574
+ },
575
+ },
576
+ },
577
+ })),
578
+ edit_profile_block_logo: {
579
+ image: {
580
+ width: 72,
581
+ height: 72,
582
+ alt: "Brand Logo",
583
+ },
584
+ },
585
+ edit_profile_block_title: {
586
+ heading: {
587
+ level: "4",
588
+ },
589
+ selectedVariants: {
590
+ Heading_Level: "H6",
591
+ },
592
+ },
593
+ edit_profile_block_description: {
594
+ selectedVariants: {
595
+ Typography_Variants: "Small",
596
+ },
597
+ },
598
+ edit_profile_ctas: [
599
+ {
600
+ edit_profile_cta: {
601
+ button_icons: {
602
+ left: {
603
+ enabled: true,
604
+ },
605
+ },
606
+ },
607
+ },
608
+ ],
609
+ },
610
+ },
611
+ ],
612
+ };