@levo-so/blocks 0.1.58 → 0.1.60

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 (191) hide show
  1. package/package.json +16 -15
  2. package/src/blocks/about-us/about-us-1.schema.ts +75 -58
  3. package/src/blocks/about-us/about-us-2.schema.ts +186 -39
  4. package/src/blocks/blogs/blog-listing-1.tsx +17 -15
  5. package/src/blocks/blogs/blog-listing-2.tsx +17 -15
  6. package/src/blocks/blogs/blog-listing-3.tsx +17 -15
  7. package/src/blocks/calendar/calendar-1.schema.ts +263 -181
  8. package/src/blocks/calendar/calendar-1.tsx +42 -11
  9. package/src/blocks/cards/cards-10.schema.ts +322 -313
  10. package/src/blocks/cards/cards-10.tsx +9 -1
  11. package/src/blocks/cards/cards-11.schema.ts +139 -248
  12. package/src/blocks/cards/cards-12.schema.ts +117 -196
  13. package/src/blocks/cards/cards-13.schema.ts +107 -56
  14. package/src/blocks/cards/cards-14.schema.ts +58 -154
  15. package/src/blocks/cards/cards-15.schema.ts +54 -31
  16. package/src/blocks/cards/cards-15.tsx +13 -2
  17. package/src/blocks/cards/cards-2.schema.ts +83 -88
  18. package/src/blocks/cards/cards-2.tsx +10 -2
  19. package/src/blocks/cards/cards-3.schema.ts +75 -70
  20. package/src/blocks/cards/cards-4.schema.ts +149 -91
  21. package/src/blocks/cards/cards-4.tsx +13 -2
  22. package/src/blocks/cards/cards-5.schema.ts +91 -68
  23. package/src/blocks/cards/cards-5.tsx +9 -1
  24. package/src/blocks/cards/cards-6.schema.ts +794 -972
  25. package/src/blocks/cards/cards-6.tsx +18 -2
  26. package/src/blocks/cards/cards-7.schema.ts +802 -2250
  27. package/src/blocks/cards/cards-7.tsx +14 -1
  28. package/src/blocks/cards/cards-8.schema.ts +166 -347
  29. package/src/blocks/cards/cards-8.tsx +14 -1
  30. package/src/blocks/cards/cards-9.schema.ts +300 -305
  31. package/src/blocks/cards/cards-9.tsx +27 -3
  32. package/src/blocks/carousel/carousel-1.schema.ts +479 -46
  33. package/src/blocks/carousel/carousel-1.tsx +2 -0
  34. package/src/blocks/carousel/carousel-2.schema.ts +170 -118
  35. package/src/blocks/carousel/carousel-2.tsx +10 -2
  36. package/src/blocks/community/community-1.schema.ts +566 -0
  37. package/src/blocks/community/community-1.tsx +690 -0
  38. package/src/blocks/community/community-post-1.schema.ts +417 -0
  39. package/src/blocks/community/community-post-1.tsx +155 -0
  40. package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
  41. package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
  42. package/src/blocks/contact-us/contact-us-2.tsx +1 -1
  43. package/src/blocks/content/content-1.schema.ts +184 -234
  44. package/src/blocks/content/content-1.tsx +48 -38
  45. package/src/blocks/content/content-2.schema.ts +143 -32
  46. package/src/blocks/content/content-2.tsx +15 -3
  47. package/src/blocks/content/content-3.schema.ts +215 -205
  48. package/src/blocks/content/content-3.tsx +13 -1
  49. package/src/blocks/content/content-4.schema.ts +124 -85
  50. package/src/blocks/content/content-4.tsx +2 -1
  51. package/src/blocks/content/content-5.schema.ts +296 -278
  52. package/src/blocks/content/content-5.tsx +23 -2
  53. package/src/blocks/content/content-6.schema.ts +474 -244
  54. package/src/blocks/content/content-6.tsx +23 -1
  55. package/src/blocks/content/content-7.schema.ts +173 -133
  56. package/src/blocks/content/content-7.tsx +27 -3
  57. package/src/blocks/content/content-8.schema.ts +27 -17
  58. package/src/blocks/content/content-9.schema.ts +64 -2208
  59. package/src/blocks/content/content-9.tsx +6 -3
  60. package/src/blocks/cta/cta-1.schema.ts +13 -108
  61. package/src/blocks/cta/cta-2.schema.ts +60 -69
  62. package/src/blocks/cta/cta-3.schema.ts +97 -66
  63. package/src/blocks/embed/embed-1.schema.ts +30 -52
  64. package/src/blocks/event/event-details.schema.ts +7 -0
  65. package/src/blocks/event/event-details.tsx +1 -0
  66. package/src/blocks/event/event-listing-2.tsx +17 -15
  67. package/src/blocks/event/event-listing-3.tsx +17 -15
  68. package/src/blocks/event/event-listing-4.tsx +17 -15
  69. package/src/blocks/event/event-listing.tsx +17 -15
  70. package/src/blocks/faq/faq-1.schema.ts +158 -112
  71. package/src/blocks/faq/faq-1.tsx +12 -3
  72. package/src/blocks/faq/faq-2.schema.ts +137 -74
  73. package/src/blocks/faq/faq-2.tsx +10 -1
  74. package/src/blocks/faq/faq-3.schema.ts +185 -105
  75. package/src/blocks/faq/faq-3.tsx +19 -3
  76. package/src/blocks/features/features-1/features-1.schema.ts +11 -3
  77. package/src/blocks/features/features-1/features-1.tsx +10 -1
  78. package/src/blocks/features/features-1/variants/default.ts +172 -54
  79. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
  80. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
  81. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
  82. package/src/blocks/features/features-2.schema.ts +178 -45
  83. package/src/blocks/features/features-2.tsx +10 -2
  84. package/src/blocks/features/features-3.schema.ts +284 -65
  85. package/src/blocks/features/features-3.tsx +22 -3
  86. package/src/blocks/features/features-4.schema.ts +380 -185
  87. package/src/blocks/features/features-4.tsx +9 -1
  88. package/src/blocks/features/features-5.schema.ts +194 -198
  89. package/src/blocks/features/features-5.tsx +12 -1
  90. package/src/blocks/features/features-6.schema.ts +240 -193
  91. package/src/blocks/features/features-6.tsx +16 -2
  92. package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
  93. package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
  94. package/src/blocks/footer/footer-1.schema.ts +118 -48
  95. package/src/blocks/footer/footer-1.tsx +2 -1
  96. package/src/blocks/footer/footer-2.schema.ts +235 -31
  97. package/src/blocks/footer/footer-2.tsx +2 -1
  98. package/src/blocks/footer/footer-3.schema.ts +334 -57
  99. package/src/blocks/footer/footer-3.tsx +2 -1
  100. package/src/blocks/footer/footer-4.schema.ts +147 -76
  101. package/src/blocks/footer/footer-4.tsx +2 -1
  102. package/src/blocks/footer/footer-5.schema.ts +144 -52
  103. package/src/blocks/footer/footer-5.tsx +2 -1
  104. package/src/blocks/footer/footer-6.schema.ts +68 -140
  105. package/src/blocks/footer/footer-6.tsx +2 -1
  106. package/src/blocks/hero/hero-1.schema.ts +184 -87
  107. package/src/blocks/hero/hero-10.schema.ts +8 -29
  108. package/src/blocks/hero/hero-11.schema.ts +192 -89
  109. package/src/blocks/hero/hero-11.tsx +1 -1
  110. package/src/blocks/hero/hero-12.schema.ts +107 -170
  111. package/src/blocks/hero/hero-12.tsx +1 -1
  112. package/src/blocks/hero/hero-13.schema.ts +42 -28
  113. package/src/blocks/hero/hero-2.schema.ts +33 -58
  114. package/src/blocks/hero/hero-3.schema.ts +42 -34
  115. package/src/blocks/hero/hero-4.schema.ts +265 -70
  116. package/src/blocks/hero/hero-4.tsx +19 -2
  117. package/src/blocks/hero/hero-5.schema.ts +122 -44
  118. package/src/blocks/hero/hero-5.tsx +14 -2
  119. package/src/blocks/hero/hero-6.schema.ts +159 -255
  120. package/src/blocks/hero/hero-7.schema.ts +105 -34
  121. package/src/blocks/hero/hero-7.tsx +4 -1
  122. package/src/blocks/hero/hero-8.schema.ts +363 -133
  123. package/src/blocks/hero/hero-8.tsx +27 -3
  124. package/src/blocks/hero/hero-9.schema.ts +116 -83
  125. package/src/blocks/hero/hero-9.tsx +9 -1
  126. package/src/blocks/index.ts +7 -0
  127. package/src/blocks/logos/logos-1.schema.ts +424 -30
  128. package/src/blocks/polling/polling-1.schema.ts +1 -19
  129. package/src/blocks/pricing/pricing-1.schema.ts +296 -266
  130. package/src/blocks/pricing/pricing-1.tsx +16 -2
  131. package/src/blocks/products/products-listing-1.schema.ts +144 -33
  132. package/src/blocks/products/products-listing-1.tsx +9 -1
  133. package/src/blocks/products/products-listing-2.schema.ts +199 -213
  134. package/src/blocks/products/products-listing-2.tsx +25 -3
  135. package/src/blocks/products/products-listing-3.schema.ts +439 -154
  136. package/src/blocks/products/products-listing-3.tsx +43 -8
  137. package/src/blocks/profile/profile-1.schema.ts +67 -49
  138. package/src/blocks/profile/profile-1.tsx +3 -2
  139. package/src/blocks/profile/profile-2.schema.ts +73 -85
  140. package/src/blocks/profile/profile-2.tsx +2 -1
  141. package/src/blocks/profile/profile-3.schema.ts +162 -529
  142. package/src/blocks/profile/profile-3.tsx +2 -2
  143. package/src/blocks/services/service-1.schema.ts +204 -804
  144. package/src/blocks/services/service-1.tsx +15 -2
  145. package/src/blocks/services/service-2.schema.ts +95 -75
  146. package/src/blocks/services/service-2.tsx +9 -1
  147. package/src/blocks/services/service-3.schema.ts +73 -73
  148. package/src/blocks/services/service-3.tsx +40 -39
  149. package/src/blocks/stats/stats-1.schema.ts +225 -21
  150. package/src/blocks/stats/stats-1.tsx +4 -0
  151. package/src/blocks/stats/stats-2.schema.ts +13 -5
  152. package/src/blocks/stats/stats-2.tsx +9 -1
  153. package/src/blocks/stats/variants/default.ts +59 -41
  154. package/src/blocks/stats/variants/hero.ts +64 -31
  155. package/src/blocks/tabs/tab-1.schema.ts +105 -407
  156. package/src/blocks/tabs/tab-1.tsx +15 -4
  157. package/src/blocks/tabs/tab-2.schema.ts +208 -278
  158. package/src/blocks/tabs/tab-2.tsx +14 -2
  159. package/src/blocks/team/team-1.schema.ts +621 -76
  160. package/src/blocks/team/team-1.tsx +9 -1
  161. package/src/blocks/team/team-2.schema.ts +693 -1421
  162. package/src/blocks/team/team-2.tsx +4 -1
  163. package/src/blocks/team/team-3.schema.ts +147 -74
  164. package/src/blocks/team/team-3.tsx +1 -0
  165. package/src/blocks/team/team-4.schema.ts +216 -57
  166. package/src/blocks/team/team-4.tsx +10 -2
  167. package/src/blocks/team/team-5.schema.ts +67 -42
  168. package/src/blocks/team/team-5.tsx +12 -3
  169. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
  170. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
  171. package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
  172. package/src/blocks/testimonial/testimonial-1.tsx +2 -4
  173. package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
  174. package/src/blocks/testimonial/testimonial-2.tsx +4 -1
  175. package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
  176. package/src/blocks/testimonial/testimonial-3.tsx +5 -2
  177. package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
  178. package/src/blocks/testimonial/testimonial-4.tsx +4 -1
  179. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
  180. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
  181. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
  182. package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
  183. package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
  184. package/src/blocks/testimonial/testimonial-7.tsx +2 -2
  185. package/src/blocks/timeline/timeline-1.schema.ts +196 -149
  186. package/src/blocks/timeline/timeline-1.tsx +4 -1
  187. package/src/blocks/users/edit-profile.schema.ts +56 -44
  188. package/src/blocks/users/edit-profile.tsx +13 -6
  189. package/src/constants/index.ts +19 -0
  190. package/src/schemas/blocks.ts +6 -0
  191. package/src/schemas/categories.ts +12 -0
@@ -1,32 +1,83 @@
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":
10
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1080w.webp",
11
+ "1200w":
12
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1200w.webp",
13
+ "1920w":
14
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-1920w.webp",
15
+ "320w":
16
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-320w.webp",
17
+ "640w":
18
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-640w.webp",
19
+ "750w":
20
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-750w.webp",
21
+ "828w":
22
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-1-jfwLpeT68VGK-828w.webp",
23
+ 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",
24
+ },
25
+ mimetype: "image/png",
26
+ };
27
+ const MEDIA_2 = {
28
+ id: "oilArpqbelCE",
29
+ filename: "profie-3-2.png",
30
+ kind: "image",
31
+ location: "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu.png",
32
+ srcset: {
33
+ "1080w":
34
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1080w.webp",
35
+ "1200w":
36
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1200w.webp",
37
+ "1920w":
38
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-1920w.webp",
39
+ "320w":
40
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-320w.webp",
41
+ "640w":
42
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-640w.webp",
43
+ "750w":
44
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-750w.webp",
45
+ "828w":
46
+ "https://static.levocdn.com/WLZ1TXTD/profie-3-2-1d7BLgEL9Jzu-828w.webp",
47
+ 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",
48
+ },
49
+ mimetype: "image/png",
50
+ };
51
+ const MEDIA_3 = {
52
+ id: "eg6Wl4GFzY5s",
53
+ filename: "profile-3-3.png",
54
+ kind: "image",
55
+ location: "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR.png",
56
+ srcset: {
57
+ "1080w":
58
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1080w.webp",
59
+ "1200w":
60
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1200w.webp",
61
+ "1920w":
62
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-1920w.webp",
63
+ "320w":
64
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-320w.webp",
65
+ "640w":
66
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-640w.webp",
67
+ "750w":
68
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-750w.webp",
69
+ "828w":
70
+ "https://static.levocdn.com/WLZ1TXTD/profile-3-3-FUGPXfupVIYR-828w.webp",
71
+ 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",
72
+ },
73
+ mimetype: "image/png",
74
+ };
75
+
76
+ const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3];
77
+
3
78
  const PROFILE_CONTENT = {
4
79
  main_container: null,
5
80
  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
81
  ctas: [],
31
82
  right_container: null,
32
83
  content_container: null,
@@ -77,164 +128,18 @@ const DEFAULT_CONTENT = {
77
128
  header_container: null,
78
129
  title: "Meet Our Team",
79
130
  description: "<p>Dedicated professionals committed to success.</p>",
80
- profiles: [PROFILE_CONTENT, PROFILE_CONTENT, PROFILE_CONTENT],
131
+ profiles: Array(3)
132
+ .fill(0)
133
+ .map((v, index) => {
134
+ return {
135
+ ...PROFILE_CONTENT,
136
+ image: MEDIA_ARR[index],
137
+ };
138
+ }),
81
139
  };
82
140
 
83
141
  export type IProfile3Content = typeof DEFAULT_CONTENT;
84
142
 
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
143
  export const Profile3: IBlock = {
239
144
  category_id: "profile",
240
145
  title: "Profile 3",
@@ -323,7 +228,7 @@ export const Profile3: IBlock = {
323
228
  {
324
229
  key: "name",
325
230
  label: "Name",
326
- field_interface: "TypographyWidget",
231
+ field_interface: "HeadingWidget",
327
232
  },
328
233
  {
329
234
  key: "groups",
@@ -339,7 +244,7 @@ export const Profile3: IBlock = {
339
244
  {
340
245
  key: "title",
341
246
  label: "Label Title",
342
- field_interface: "TypographyWidget",
247
+ field_interface: "HeadingWidget",
343
248
  },
344
249
  {
345
250
  key: "description",
@@ -365,349 +270,98 @@ export const Profile3: IBlock = {
365
270
  {
366
271
  title: "Default",
367
272
  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
- },
273
+ config: {
393
274
  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",
275
+ selectedVariants: {
276
+ Typography_Variants: "Large",
277
+ },
403
278
  },
404
279
  profiles: [
405
280
  {
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
- },
281
+ groups: [
454
282
  {
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",
283
+ description: {
284
+ selectedVariants: {},
468
285
  },
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",
286
+ title: {
287
+ heading: {
288
+ level: "4",
289
+ },
290
+ selectedVariants: {
291
+ Heading_Level: "H5",
292
+ },
484
293
  },
485
294
  },
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
295
  {
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
296
  description: {
521
- "font-size": "16px",
522
- color: "text-2",
523
- "line-height": "1.6",
297
+ selectedVariants: {},
524
298
  },
525
- },
526
- {
527
299
  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",
300
+ selectedVariants: {
301
+ Heading_Level: "H5",
302
+ },
303
+ heading: {
304
+ level: "4",
305
+ },
543
306
  },
544
307
  },
545
308
  ],
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",
309
+ name: {
310
+ heading: {
311
+ level: "3",
312
+ },
313
+ selectedVariants: {
314
+ Heading_Level: "H2",
315
+ },
555
316
  },
556
- ctas: [],
557
317
  },
558
318
  {
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%",
319
+ name: {
320
+ selectedVariants: {
321
+ Heading_Level: "H2",
576
322
  },
577
323
  },
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
- },
324
+ },
325
+ {
647
326
  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
- },
327
+ selectedVariants: {
328
+ Heading_Level: "H2",
677
329
  },
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
330
  },
703
- content_description: {
704
- "font-size": "16px",
705
- color: "text-2",
706
- "line-height": "1.6",
707
- },
708
- ctas: [],
709
331
  },
710
- {
332
+ ],
333
+ title: {
334
+ heading: {
335
+ level: "1",
336
+ },
337
+ selectedVariants: {
338
+ Heading_Level: "H1",
339
+ },
340
+ },
341
+ },
342
+ styles: {
343
+ layout: {},
344
+ container: {},
345
+ header_container: {
346
+ display: "flex",
347
+ "flex-direction": "column",
348
+ "align-items": "center",
349
+ "margin-bottom": "5xl",
350
+ "text-align": "center",
351
+ "row-gap": "md",
352
+ },
353
+ title: {},
354
+ description: {},
355
+ profiles_levoGroup: {
356
+ display: "grid",
357
+ "flex-direction": "column",
358
+ "row-gap": "5xl",
359
+ "grid-template-columns": "repeat(1, minmax(0, 1fr))",
360
+ "column-gap": "5xl",
361
+ },
362
+ profiles: Array(3)
363
+ .fill(0)
364
+ .map((v) => ({
711
365
  main_container: {
712
366
  display: "flex",
713
367
  "flex-direction": "row",
@@ -796,10 +450,6 @@ export const Profile3: IBlock = {
796
450
  flex: "2",
797
451
  "row-gap": "32px",
798
452
  },
799
- name: {
800
- "font-size": "5xl",
801
- "font-weight": 700,
802
- },
803
453
  groups_levoGroup: {
804
454
  display: "flex",
805
455
  "column-gap": "base",
@@ -809,41 +459,25 @@ export const Profile3: IBlock = {
809
459
  },
810
460
  groups: [
811
461
  {
812
- title: {
813
- "font-size": "2xl",
814
- "font-weight": 600,
815
- "margin-bottom": "8px",
816
- color: "text-1",
817
- },
818
462
  wrapper: {
819
463
  display: "flex",
820
464
  "flex-direction": "column",
821
465
  "row-gap": "base",
822
466
  flex: 1,
823
467
  },
824
- description: {
825
- "font-size": "16px",
826
- color: "text-2",
827
- "line-height": "1.6",
828
- },
829
- },
830
- {
831
468
  title: {
832
- "font-size": "2xl",
833
469
  "font-weight": 600,
834
- "margin-bottom": "8px",
835
- color: "text-1",
836
470
  },
471
+ },
472
+ {
837
473
  wrapper: {
838
474
  display: "flex",
839
475
  "flex-direction": "column",
840
476
  "row-gap": "base",
841
477
  flex: 1,
842
478
  },
843
- description: {
844
- "font-size": "16px",
845
- color: "text-2",
846
- "line-height": "1.6",
479
+ title: {
480
+ "font-weight": 600,
847
481
  },
848
482
  },
849
483
  ],
@@ -852,14 +486,13 @@ export const Profile3: IBlock = {
852
486
  "flex-direction": "column",
853
487
  "align-items": "flex-start",
854
488
  },
855
- content_description: {
856
- "font-size": "16px",
857
- color: "text-2",
858
- "line-height": "1.6",
489
+ content_description: {},
490
+ description: {},
491
+ title: {
492
+ "font-weight": 600,
859
493
  },
860
494
  ctas: [],
861
- },
862
- ],
495
+ })),
863
496
  },
864
497
  content: DEFAULT_CONTENT,
865
498
  },