@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
@@ -22,7 +22,8 @@ const PRICING_CARDS = [
22
22
  pricing_wrapper: null,
23
23
  price: "$0",
24
24
  period: null,
25
- cta: "Book Now",
25
+ ctas_levoGroup: null,
26
+ ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
26
27
  features_wrapper: null,
27
28
  features_title: "What you will get",
28
29
  features_levoGroup: null,
@@ -54,7 +55,8 @@ const PRICING_CARDS = [
54
55
  pricing_wrapper: null,
55
56
  price: "$150",
56
57
  period: "/ per month",
57
- cta: "Book Now",
58
+ ctas_levoGroup: null,
59
+ ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
58
60
  features_wrapper: null,
59
61
  features_title: "What you will get",
60
62
  features_levoGroup: null,
@@ -86,7 +88,8 @@ const PRICING_CARDS = [
86
88
  pricing_wrapper: null,
87
89
  price: "$50",
88
90
  period: "/ per month",
89
- cta: "Book Now",
91
+ ctas_levoGroup: null,
92
+ ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
90
93
  features_wrapper: null,
91
94
  features_title: "What you will get",
92
95
  features_levoGroup: null,
@@ -115,6 +118,8 @@ const DEFAULT_CONTENT = {
115
118
  layout: null,
116
119
  container: null,
117
120
  title: "Our Pricing Plans",
121
+ description:
122
+ "Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans ",
118
123
  pricing_cards_levoGroup: null,
119
124
  pricing_cards: PRICING_CARDS,
120
125
  };
@@ -134,8 +139,7 @@ export const Pricing1: IBlock = {
134
139
  label: "Layout",
135
140
  field_interface: "LayoutWidget",
136
141
  hint: {
137
- prompt_description:
138
- "Defines the overall structure and spacing for the pricing section",
142
+ prompt_description: "Defines the overall structure and spacing for the pricing section",
139
143
  },
140
144
  },
141
145
  {
@@ -143,21 +147,29 @@ export const Pricing1: IBlock = {
143
147
  label: "Container",
144
148
  field_interface: "ContainerWidget",
145
149
  hint: {
146
- prompt_description:
147
- "Main container that centers and constrains the pricing content width",
150
+ prompt_description: "Main container that centers and constrains the pricing content width",
148
151
  },
149
152
  },
153
+ {
154
+ key: "header",
155
+ label: "Header",
156
+ field_interface: "BoxWidget",
157
+ },
150
158
  {
151
159
  key: "title",
152
160
  label: "Title",
153
161
  field_interface: "HeadingWidget",
154
162
  hint: {
155
- prompt_description:
156
- "Main heading for the pricing section, should be clear and compelling",
163
+ prompt_description: "Main heading for the pricing section, should be clear and compelling",
157
164
  min_characters: 15,
158
165
  max_characters: 50,
159
166
  },
160
167
  },
168
+ {
169
+ key: "description",
170
+ label: "Description",
171
+ field_interface: "TypographyWidget",
172
+ },
161
173
  {
162
174
  key: "pricing_cards",
163
175
  label: "Pricing Cards",
@@ -169,8 +181,7 @@ export const Pricing1: IBlock = {
169
181
  label: "Card",
170
182
  field_interface: "BoxWidget",
171
183
  hint: {
172
- prompt_description:
173
- "Individual pricing card container with border and styling",
184
+ prompt_description: "Individual pricing card container with border and styling",
174
185
  },
175
186
  },
176
187
  {
@@ -187,8 +198,7 @@ export const Pricing1: IBlock = {
187
198
  label: "Badge Text",
188
199
  field_interface: "TypographyWidget",
189
200
  hint: {
190
- prompt_description:
191
- "Optional badge text like 'Most Popular' or plan type identifier",
201
+ prompt_description: "Optional badge text like 'Most Popular' or plan type identifier",
192
202
  min_characters: 4,
193
203
  max_characters: 20,
194
204
  },
@@ -207,8 +217,7 @@ export const Pricing1: IBlock = {
207
217
  label: "Plan Title",
208
218
  field_interface: "HeadingWidget",
209
219
  hint: {
210
- prompt_description:
211
- "Name of the pricing plan, should be clear and descriptive",
220
+ prompt_description: "Name of the pricing plan, should be clear and descriptive",
212
221
  min_characters: 8,
213
222
  max_characters: 30,
214
223
  },
@@ -218,8 +227,7 @@ export const Pricing1: IBlock = {
218
227
  label: "Plan Description",
219
228
  field_interface: "TypographyWidget",
220
229
  hint: {
221
- prompt_description:
222
- "Brief description explaining who this plan is best for",
230
+ prompt_description: "Brief description explaining who this plan is best for",
223
231
  min_characters: 20,
224
232
  max_characters: 100,
225
233
  },
@@ -237,8 +245,7 @@ export const Pricing1: IBlock = {
237
245
  label: "Price",
238
246
  field_interface: "TypographyWidget",
239
247
  hint: {
240
- prompt_description:
241
- "Price amount, should include currency symbol like '$50' or '$0'",
248
+ prompt_description: "Price amount, should include currency symbol like '$50' or '$0'",
242
249
  min_characters: 2,
243
250
  max_characters: 15,
244
251
  },
@@ -255,23 +262,30 @@ export const Pricing1: IBlock = {
255
262
  },
256
263
  },
257
264
  {
258
- key: "cta",
259
- label: "CTA Button",
260
- field_interface: "ButtonWidget",
261
- hint: {
262
- prompt_description:
263
- "Call-to-action button text to encourage sign-up or booking",
264
- min_characters: 6,
265
- max_characters: 20,
266
- },
265
+ key: "ctas",
266
+ label: "CTA Group",
267
+ field_interface: "BoxWidget",
268
+ kind: "group",
269
+ fields: [
270
+ {
271
+ key: "cta",
272
+ label: "CTA Button",
273
+ field_interface: "ButtonWidget",
274
+ hint: {
275
+ prompt_description: "Call-to-action button text to encourage sign-up or booking",
276
+ min_characters: 6,
277
+ max_characters: 20,
278
+ },
279
+ },
280
+ ],
267
281
  },
282
+
268
283
  {
269
284
  key: "features_wrapper",
270
285
  label: "Features Wrapper",
271
286
  field_interface: "BoxWidget",
272
287
  hint: {
273
- prompt_description:
274
- "Container for the features section within each card",
288
+ prompt_description: "Container for the features section within each card",
275
289
  },
276
290
  },
277
291
  {
@@ -279,8 +293,7 @@ export const Pricing1: IBlock = {
279
293
  label: "Features Title",
280
294
  field_interface: "HeadingWidget",
281
295
  hint: {
282
- prompt_description:
283
- "Title for the features list, typically 'What you will get'",
296
+ prompt_description: "Title for the features list, typically 'What you will get'",
284
297
  min_characters: 10,
285
298
  max_characters: 30,
286
299
  },
@@ -296,8 +309,7 @@ export const Pricing1: IBlock = {
296
309
  label: "Feature Container",
297
310
  field_interface: "BoxWidget",
298
311
  hint: {
299
- prompt_description:
300
- "Container that groups the feature icon and text together",
312
+ prompt_description: "Container that groups the feature icon and text together",
301
313
  },
302
314
  },
303
315
  {
@@ -314,8 +326,7 @@ export const Pricing1: IBlock = {
314
326
  label: "Feature Text",
315
327
  field_interface: "TypographyWidget",
316
328
  hint: {
317
- prompt_description:
318
- "Description of a specific feature included in this plan",
329
+ prompt_description: "Description of a specific feature included in this plan",
319
330
  min_characters: 10,
320
331
  max_characters: 50,
321
332
  },
@@ -330,32 +341,11 @@ export const Pricing1: IBlock = {
330
341
  key: "default",
331
342
  title: "Default",
332
343
  styles: {
333
- layout: {
334
- "padding-top": "7xl",
335
- "padding-bottom": "7xl",
336
- "background-color": "white",
337
- filter: "none",
338
- tablet: {
339
- filter: "none",
340
- },
341
- mobile: {
342
- filter: "none",
343
- },
344
- },
345
- container: {
346
- "max-width": "1280px",
347
- "margin-left": "auto",
348
- "margin-right": "auto",
349
- "padding-left": "lg",
350
- "padding-right": "lg",
351
- filter: "none",
352
- },
353
-
344
+ layout: {},
345
+ container: {},
354
346
  title: {
355
- color: "text-1",
356
347
  "margin-bottom": "none",
357
- filter: "none",
358
- "padding-bottom": "5xl",
348
+ display: "block",
359
349
  },
360
350
  pricing_cards_levoGroup: {
361
351
  display: "grid",
@@ -381,12 +371,10 @@ export const Pricing1: IBlock = {
381
371
  "padding-left": "sm",
382
372
  "padding-right": "sm",
383
373
  position: "relative",
384
- "text-align": "center",
385
374
  mobile: {
386
375
  "padding-top": "xl",
387
376
  "padding-bottom": "xl",
388
377
  },
389
- filter: "none",
390
378
  },
391
379
  badge_pill: {
392
380
  position: "absolute",
@@ -400,41 +388,23 @@ export const Pricing1: IBlock = {
400
388
  "padding-left": "base",
401
389
  "padding-right": "base",
402
390
  "border-radius": "base",
403
-
404
391
  filter: "none",
405
392
  },
406
393
  badge: {
407
- "font-size": "sm",
408
394
  "font-weight": "600",
409
395
  color: "brandForeground",
410
- filter: "none",
411
396
  },
412
397
  title: {
413
- color: "text-1",
414
398
  "margin-bottom": "xs",
415
- mobile: {
416
- "font-size": "xl",
417
- },
418
- filter: "none",
419
- "text-align": "left",
420
399
  },
421
400
  description: {
422
- "font-size": "base",
423
- color: "text-2",
424
401
  "margin-bottom": "xl",
425
- mobile: {
426
- "font-size": "sm",
427
- },
428
- filter: "none",
429
- "text-align": "left",
430
402
  },
431
403
  pricing_wrapper: {
432
404
  "margin-bottom": "xl",
433
405
  display: "flex",
434
- "align-items": "start",
435
- "justify-content": "start",
406
+ "align-items": "center",
436
407
  gap: "xs",
437
- filter: "none",
438
408
  },
439
409
  price: {
440
410
  "font-size": "4xl",
@@ -444,34 +414,29 @@ export const Pricing1: IBlock = {
444
414
  mobile: {
445
415
  "font-size": "4xl",
446
416
  },
447
- filter: "none",
448
- "text-align": "left",
449
- },
450
- period: {
451
- "font-size": "base",
452
- color: "text-2",
453
- "font-weight": "500",
454
417
  },
455
- cta: {
456
- width: "100%",
457
- "background-color": "brand",
458
- color: "brandForeground",
459
- "padding-top": "xs",
460
- "padding-bottom": "xs",
418
+ period: {},
419
+ ctas_levoGroup: {
420
+ display: "flex",
421
+ "flex-direction": "row",
422
+ "column-gap": "md",
423
+ "row-gap": "md",
424
+ "flex-wrap": "wrap",
425
+ "align-items": "center",
461
426
  "margin-bottom": "2xl",
462
- "border-width": "0",
427
+ width: "100%",
463
428
  mobile: {
464
429
  "margin-bottom": "xl",
465
430
  },
466
- filter: "none",
467
431
  },
432
+ ctas: Array(2)
433
+ .fill(0)
434
+ .map(() => ({ cta: {} })),
468
435
  features_wrapper: {
469
436
  "text-align": "left",
470
437
  },
471
438
  features_title: {
472
- "font-size": "lg",
473
- "font-weight": "600",
474
- color: "text-1",
439
+ "font-weight": 600,
475
440
  "margin-bottom": "base",
476
441
  },
477
442
  features_levoGroup: {
@@ -492,15 +457,7 @@ export const Pricing1: IBlock = {
492
457
  "flex-shrink": "0",
493
458
  color: "brand",
494
459
  },
495
- feature_text: {
496
- "font-size": "base",
497
- color: "text-2",
498
- "line-height": "1.5",
499
- mobile: {
500
- "font-size": "sm",
501
- },
502
- filter: "none",
503
- },
460
+ feature_text: {},
504
461
  },
505
462
  {
506
463
  feature_container: {
@@ -514,14 +471,7 @@ export const Pricing1: IBlock = {
514
471
  "flex-shrink": "0",
515
472
  color: "brand",
516
473
  },
517
- feature_text: {
518
- "font-size": "base",
519
- color: "text-2",
520
- "line-height": "1.5",
521
- mobile: {
522
- "font-size": "sm",
523
- },
524
- },
474
+ feature_text: {},
525
475
  },
526
476
  {
527
477
  feature_container: {
@@ -535,14 +485,7 @@ export const Pricing1: IBlock = {
535
485
  "flex-shrink": "0",
536
486
  color: "brand",
537
487
  },
538
- feature_text: {
539
- "font-size": "base",
540
- color: "text-2",
541
- "line-height": "1.5",
542
- mobile: {
543
- "font-size": "sm",
544
- },
545
- },
488
+ feature_text: {},
546
489
  },
547
490
  {
548
491
  feature_container: {
@@ -556,21 +499,18 @@ export const Pricing1: IBlock = {
556
499
  "flex-shrink": "0",
557
500
  color: "brand",
558
501
  },
559
- feature_text: {
560
- "font-size": "base",
561
- color: "text-2",
562
- "line-height": "1.5",
563
- mobile: {
564
- "font-size": "sm",
565
- },
566
- },
502
+ feature_text: {},
567
503
  },
568
504
  ],
505
+ title_badge_container: {
506
+ display: "block",
507
+ "flex-direction": "row",
508
+ },
569
509
  },
570
510
  {
571
511
  card: {
572
512
  "background-color": "white",
573
- "border-color": "brand",
513
+ "border-color": "border",
574
514
  "border-width": "1px",
575
515
  "border-style": "solid",
576
516
  "border-radius": "base",
@@ -579,75 +519,43 @@ export const Pricing1: IBlock = {
579
519
  "padding-left": "sm",
580
520
  "padding-right": "sm",
581
521
  position: "relative",
582
- "text-align": "center",
583
522
  mobile: {
584
523
  "padding-top": "xl",
585
524
  "padding-bottom": "xl",
586
525
  },
587
- filter: "none",
588
526
  },
589
527
  badge_pill: {
590
- "background-color": "white",
528
+ position: "absolute",
529
+ top: "-12px",
530
+ left: "50%",
531
+ transform: "translateX(-50%)",
532
+ "background-color": "brand",
591
533
  color: "brandForeground",
592
- "padding-top": "4xs",
593
- "padding-bottom": "4xs",
534
+ "padding-top": "xs",
535
+ "padding-bottom": "xs",
594
536
  "padding-left": "base",
595
537
  "padding-right": "base",
596
538
  "border-radius": "base",
597
-
598
539
  filter: "none",
599
- "border-style": "solid",
600
- "border-width": "1px",
601
- "border-color": "brand",
602
540
  },
603
541
  badge: {
604
- "font-size": "sm",
605
-
606
- color: "brand",
607
- filter: "none",
608
- "background-color": "white",
609
- "padding-top": "5xs",
610
- "padding-bottom": "5xs",
611
- "padding-left": "2xs",
612
- "padding-right": "2xs",
613
- "border-radius": "base",
614
- "border-style": "solid",
615
- "border-width": "1px",
616
- "border-color": "brand",
617
- display: "flex",
618
- "justify-content": "center",
619
- "align-items": "center",
620
- height: "min-content",
542
+ "font-weight": "600",
543
+ color: "brandForeground",
621
544
  },
622
545
  title: {
623
- color: "text-1",
624
546
  "margin-bottom": "xs",
625
- mobile: {
626
- "font-size": "xl",
627
- },
628
- filter: "none",
629
- "text-align": "left",
630
547
  },
631
548
  description: {
632
- "font-size": "base",
633
- color: "text-2",
634
549
  "margin-bottom": "xl",
635
- mobile: {
636
- "font-size": "sm",
637
- },
638
- filter: "none",
639
- "text-align": "left",
640
550
  },
641
551
  pricing_wrapper: {
642
552
  "margin-bottom": "xl",
643
553
  display: "flex",
644
554
  "align-items": "center",
645
- "justify-content": "start",
646
555
  gap: "xs",
647
- filter: "none",
648
556
  },
649
557
  price: {
650
- "font-size": "5xl",
558
+ "font-size": "4xl",
651
559
  "font-weight": "700",
652
560
  color: "brand",
653
561
  "line-height": "1",
@@ -655,31 +563,28 @@ export const Pricing1: IBlock = {
655
563
  "font-size": "4xl",
656
564
  },
657
565
  },
658
- period: {
659
- "font-size": "base",
660
- color: "text-2",
661
- "font-weight": "500",
662
- },
663
- cta: {
664
- width: "100%",
665
- "background-color": "brand",
666
- color: "brandForeground",
667
- "padding-top": "xs",
668
- "padding-bottom": "xs",
566
+ period: {},
567
+ ctas_levoGroup: {
568
+ display: "flex",
569
+ "flex-direction": "row",
570
+ "column-gap": "md",
571
+ "row-gap": "md",
572
+ "flex-wrap": "wrap",
573
+ "align-items": "center",
669
574
  "margin-bottom": "2xl",
670
- "border-width": "0",
575
+ width: "100%",
671
576
  mobile: {
672
577
  "margin-bottom": "xl",
673
578
  },
674
- filter: "none",
675
579
  },
580
+ ctas: Array(2)
581
+ .fill(0)
582
+ .map(() => ({ cta: {} })),
676
583
  features_wrapper: {
677
584
  "text-align": "left",
678
585
  },
679
586
  features_title: {
680
- "font-size": "lg",
681
- "font-weight": "600",
682
- color: "text-1",
587
+ "font-weight": 600,
683
588
  "margin-bottom": "base",
684
589
  },
685
590
  features_levoGroup: {
@@ -700,14 +605,7 @@ export const Pricing1: IBlock = {
700
605
  "flex-shrink": "0",
701
606
  color: "brand",
702
607
  },
703
- feature_text: {
704
- "font-size": "base",
705
- color: "text-2",
706
- "line-height": "1.5",
707
- mobile: {
708
- "font-size": "sm",
709
- },
710
- },
608
+ feature_text: {},
711
609
  },
712
610
  {
713
611
  feature_container: {
@@ -721,14 +619,7 @@ export const Pricing1: IBlock = {
721
619
  "flex-shrink": "0",
722
620
  color: "brand",
723
621
  },
724
- feature_text: {
725
- "font-size": "base",
726
- color: "text-2",
727
- "line-height": "1.5",
728
- mobile: {
729
- "font-size": "sm",
730
- },
731
- },
622
+ feature_text: {},
732
623
  },
733
624
  {
734
625
  feature_container: {
@@ -742,14 +633,7 @@ export const Pricing1: IBlock = {
742
633
  "flex-shrink": "0",
743
634
  color: "brand",
744
635
  },
745
- feature_text: {
746
- "font-size": "base",
747
- color: "text-2",
748
- "line-height": "1.5",
749
- mobile: {
750
- "font-size": "sm",
751
- },
752
- },
636
+ feature_text: {},
753
637
  },
754
638
  {
755
639
  feature_container: {
@@ -763,21 +647,14 @@ export const Pricing1: IBlock = {
763
647
  "flex-shrink": "0",
764
648
  color: "brand",
765
649
  },
766
- feature_text: {
767
- "font-size": "base",
768
- color: "text-2",
769
- "line-height": "1.5",
770
- mobile: {
771
- "font-size": "sm",
772
- },
773
- },
650
+ feature_text: {},
774
651
  },
775
652
  ],
776
653
  title_badge_container: {
777
- filter: "none",
778
654
  display: "flex",
779
655
  "flex-direction": "row-reverse",
780
656
  "justify-content": "space-between",
657
+ "align-items": "center",
781
658
  },
782
659
  },
783
660
  {
@@ -792,12 +669,10 @@ export const Pricing1: IBlock = {
792
669
  "padding-left": "sm",
793
670
  "padding-right": "sm",
794
671
  position: "relative",
795
- "text-align": "center",
796
672
  mobile: {
797
673
  "padding-top": "xl",
798
674
  "padding-bottom": "xl",
799
675
  },
800
- filter: "none",
801
676
  },
802
677
  badge_pill: {
803
678
  position: "absolute",
@@ -811,39 +686,26 @@ export const Pricing1: IBlock = {
811
686
  "padding-left": "base",
812
687
  "padding-right": "base",
813
688
  "border-radius": "base",
689
+ filter: "none",
814
690
  },
815
691
  badge: {
692
+ "font-weight": "600",
816
693
  color: "brandForeground",
817
694
  },
818
695
  title: {
819
- color: "text-1",
820
696
  "margin-bottom": "xs",
821
- mobile: {
822
- "font-size": "xl",
823
- },
824
- filter: "none",
825
- "text-align": "left",
826
697
  },
827
698
  description: {
828
- "font-size": "base",
829
- color: "text-2",
830
699
  "margin-bottom": "xl",
831
- mobile: {
832
- "font-size": "sm",
833
- },
834
- filter: "none",
835
- "text-align": "left",
836
700
  },
837
701
  pricing_wrapper: {
838
702
  "margin-bottom": "xl",
839
703
  display: "flex",
840
704
  "align-items": "center",
841
- "justify-content": "start",
842
705
  gap: "xs",
843
- filter: "none",
844
706
  },
845
707
  price: {
846
- "font-size": "5xl",
708
+ "font-size": "4xl",
847
709
  "font-weight": "700",
848
710
  color: "brand",
849
711
  "line-height": "1",
@@ -851,31 +713,28 @@ export const Pricing1: IBlock = {
851
713
  "font-size": "4xl",
852
714
  },
853
715
  },
854
- period: {
855
- "font-size": "base",
856
- color: "text-2",
857
- "font-weight": "500",
858
- },
859
- cta: {
860
- width: "100%",
861
- "background-color": "brand",
862
- color: "brandForeground",
863
- "padding-top": "xs",
864
- "padding-bottom": "xs",
716
+ period: {},
717
+ ctas_levoGroup: {
718
+ display: "flex",
719
+ "flex-direction": "row",
720
+ "column-gap": "md",
721
+ "row-gap": "md",
722
+ "flex-wrap": "wrap",
723
+ "align-items": "center",
865
724
  "margin-bottom": "2xl",
866
- "border-width": "0",
725
+ width: "100%",
867
726
  mobile: {
868
727
  "margin-bottom": "xl",
869
728
  },
870
- filter: "none",
871
729
  },
730
+ ctas: Array(2)
731
+ .fill(0)
732
+ .map(() => ({ cta: {} })),
872
733
  features_wrapper: {
873
734
  "text-align": "left",
874
735
  },
875
736
  features_title: {
876
- "font-size": "lg",
877
- "font-weight": "600",
878
- color: "text-1",
737
+ "font-weight": 600,
879
738
  "margin-bottom": "base",
880
739
  },
881
740
  features_levoGroup: {
@@ -896,14 +755,7 @@ export const Pricing1: IBlock = {
896
755
  "flex-shrink": "0",
897
756
  color: "brand",
898
757
  },
899
- feature_text: {
900
- "font-size": "base",
901
- color: "text-2",
902
- "line-height": "1.5",
903
- mobile: {
904
- "font-size": "sm",
905
- },
906
- },
758
+ feature_text: {},
907
759
  },
908
760
  {
909
761
  feature_container: {
@@ -917,14 +769,7 @@ export const Pricing1: IBlock = {
917
769
  "flex-shrink": "0",
918
770
  color: "brand",
919
771
  },
920
- feature_text: {
921
- "font-size": "base",
922
- color: "text-2",
923
- "line-height": "1.5",
924
- mobile: {
925
- "font-size": "sm",
926
- },
927
- },
772
+ feature_text: {},
928
773
  },
929
774
  {
930
775
  feature_container: {
@@ -938,14 +783,7 @@ export const Pricing1: IBlock = {
938
783
  "flex-shrink": "0",
939
784
  color: "brand",
940
785
  },
941
- feature_text: {
942
- "font-size": "base",
943
- color: "text-2",
944
- "line-height": "1.5",
945
- mobile: {
946
- "font-size": "sm",
947
- },
948
- },
786
+ feature_text: {},
949
787
  },
950
788
  {
951
789
  feature_container: {
@@ -959,18 +797,21 @@ export const Pricing1: IBlock = {
959
797
  "flex-shrink": "0",
960
798
  color: "brand",
961
799
  },
962
- feature_text: {
963
- "font-size": "base",
964
- color: "text-2",
965
- "line-height": "1.5",
966
- mobile: {
967
- "font-size": "sm",
968
- },
969
- },
800
+ feature_text: {},
970
801
  },
971
802
  ],
803
+ title_badge_container: {
804
+ display: "block",
805
+ "flex-direction": "row",
806
+ },
972
807
  },
973
808
  ],
809
+ header: {
810
+ "margin-bottom": "5xl",
811
+ },
812
+ description: {
813
+ "margin-top": "2xs",
814
+ },
974
815
  },
975
816
  content: DEFAULT_CONTENT,
976
817
  config: {
@@ -982,6 +823,182 @@ export const Pricing1: IBlock = {
982
823
  Heading_Level: "H2",
983
824
  },
984
825
  },
826
+ pricing_cards: [
827
+ {
828
+ title: {
829
+ heading: {
830
+ level: "3",
831
+ },
832
+ selectedVariants: {
833
+ Heading_Level: "H3",
834
+ },
835
+ },
836
+ card: {
837
+ selectedVariants: {},
838
+ },
839
+ cta: {
840
+ selectedVariants: {},
841
+ },
842
+ price: {
843
+ selectedVariants: {},
844
+ },
845
+ pricing_wrapper: {
846
+ selectedVariants: {},
847
+ },
848
+ period: {
849
+ selectedVariants: {},
850
+ },
851
+ features_title: {
852
+ heading: {
853
+ level: "5",
854
+ },
855
+ selectedVariants: {
856
+ Heading_Level: "H6",
857
+ },
858
+ },
859
+ features: [
860
+ {
861
+ feature_text: {
862
+ selectedVariants: {},
863
+ },
864
+ },
865
+ {
866
+ feature_text: {
867
+ selectedVariants: {},
868
+ },
869
+ },
870
+ {
871
+ feature_text: {
872
+ selectedVariants: {},
873
+ },
874
+ },
875
+ {
876
+ feature_text: {
877
+ selectedVariants: {},
878
+ },
879
+ },
880
+ ],
881
+ badge: {
882
+ selectedVariants: {
883
+ Typography_Variants: "Small",
884
+ },
885
+ },
886
+ },
887
+ {
888
+ title: {
889
+ heading: {
890
+ level: "3",
891
+ },
892
+ selectedVariants: {
893
+ Heading_Level: "H3",
894
+ },
895
+ },
896
+ card: {
897
+ selectedVariants: {},
898
+ },
899
+ cta: {
900
+ selectedVariants: {},
901
+ },
902
+ price: {
903
+ selectedVariants: {},
904
+ },
905
+ pricing_wrapper: {
906
+ selectedVariants: {},
907
+ },
908
+ period: {
909
+ selectedVariants: {},
910
+ },
911
+ features_title: {
912
+ selectedVariants: {
913
+ Heading_Level: "H6",
914
+ },
915
+ },
916
+ features: [
917
+ {
918
+ feature_text: {
919
+ selectedVariants: {},
920
+ },
921
+ },
922
+ {
923
+ feature_text: {
924
+ selectedVariants: {},
925
+ },
926
+ },
927
+ {
928
+ feature_text: {
929
+ selectedVariants: {},
930
+ },
931
+ },
932
+ {
933
+ feature_text: {
934
+ selectedVariants: {},
935
+ },
936
+ },
937
+ ],
938
+ badge: {
939
+ selectedVariants: {
940
+ Typography_Variants: "Small",
941
+ },
942
+ },
943
+ },
944
+ {
945
+ title: {
946
+ selectedVariants: {
947
+ Heading_Level: "H3",
948
+ },
949
+ heading: {
950
+ level: "3",
951
+ },
952
+ },
953
+ card: {
954
+ selectedVariants: {},
955
+ },
956
+ cta: {
957
+ selectedVariants: {},
958
+ },
959
+ price: {
960
+ selectedVariants: {},
961
+ },
962
+ pricing_wrapper: {
963
+ selectedVariants: {},
964
+ },
965
+ period: {
966
+ selectedVariants: {},
967
+ },
968
+ features_title: {
969
+ selectedVariants: {
970
+ Heading_Level: "H6",
971
+ },
972
+ },
973
+ features: [
974
+ {
975
+ feature_text: {
976
+ selectedVariants: {},
977
+ },
978
+ },
979
+ {
980
+ feature_text: {
981
+ selectedVariants: {},
982
+ },
983
+ },
984
+ {
985
+ feature_text: {
986
+ selectedVariants: {},
987
+ },
988
+ },
989
+ {
990
+ feature_text: {
991
+ selectedVariants: {},
992
+ },
993
+ },
994
+ ],
995
+ badge: {
996
+ selectedVariants: {
997
+ Typography_Variants: "Small",
998
+ },
999
+ },
1000
+ },
1001
+ ],
985
1002
  },
986
1003
  },
987
1004
  ],