@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.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -184,7 +184,7 @@ export const Testimonial1: IBlock = {
|
|
|
184
184
|
{
|
|
185
185
|
key: "name",
|
|
186
186
|
label: "Name",
|
|
187
|
-
field_interface: "
|
|
187
|
+
field_interface: "HeadingWidget",
|
|
188
188
|
hint: {
|
|
189
189
|
prompt_description:
|
|
190
190
|
"The full name of the client giving the testimonial. Use a realistic, professional-sounding name.",
|
|
@@ -195,7 +195,7 @@ export const Testimonial1: IBlock = {
|
|
|
195
195
|
{
|
|
196
196
|
key: "position",
|
|
197
197
|
label: "Position",
|
|
198
|
-
field_interface: "
|
|
198
|
+
field_interface: "HeadingWidget",
|
|
199
199
|
hint: {
|
|
200
200
|
prompt_description:
|
|
201
201
|
"The professional title or position of the client listed under their name. Keep it concise (e.g., CEO, Founder, Marketing Director).",
|
|
@@ -255,32 +255,9 @@ export const Testimonial1: IBlock = {
|
|
|
255
255
|
"align-items": "center",
|
|
256
256
|
"row-gap": "4xs",
|
|
257
257
|
},
|
|
258
|
-
layout: {
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
"padding-right": "6xl",
|
|
262
|
-
"padding-left": "6xl",
|
|
263
|
-
tablet: {
|
|
264
|
-
"padding-top": "lg",
|
|
265
|
-
"padding-bottom": "lg",
|
|
266
|
-
"padding-right": "3xl",
|
|
267
|
-
"padding-left": "3xl",
|
|
268
|
-
},
|
|
269
|
-
mobile: {
|
|
270
|
-
"padding-top": "base",
|
|
271
|
-
"padding-bottom": "base",
|
|
272
|
-
"padding-right": "xl",
|
|
273
|
-
"padding-left": "xl",
|
|
274
|
-
},
|
|
275
|
-
},
|
|
276
|
-
title: {
|
|
277
|
-
"text-align": "center",
|
|
278
|
-
color: "text-1",
|
|
279
|
-
},
|
|
280
|
-
description: {
|
|
281
|
-
"text-align": "center",
|
|
282
|
-
color: "text-2",
|
|
283
|
-
},
|
|
258
|
+
layout: {},
|
|
259
|
+
title: {},
|
|
260
|
+
description: {},
|
|
284
261
|
container: {
|
|
285
262
|
display: "flex",
|
|
286
263
|
"flex-direction": "column",
|
|
@@ -292,41 +269,542 @@ export const Testimonial1: IBlock = {
|
|
|
292
269
|
"row-gap": "xl",
|
|
293
270
|
},
|
|
294
271
|
},
|
|
295
|
-
testimonials:
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
272
|
+
testimonials: [
|
|
273
|
+
{
|
|
274
|
+
wrapper: {
|
|
275
|
+
"border-solid": "solid",
|
|
276
|
+
"border-width": "1px",
|
|
277
|
+
"border-color": "var(--color-border)",
|
|
278
|
+
"border-radius": "base",
|
|
279
|
+
padding: "xl",
|
|
280
|
+
display: "flex",
|
|
281
|
+
"flex-direction": "column",
|
|
282
|
+
"row-gap": "xs",
|
|
283
|
+
},
|
|
284
|
+
profileWrapper: {
|
|
285
|
+
display: "flex",
|
|
286
|
+
"column-gap": "2xs",
|
|
287
|
+
},
|
|
288
|
+
image: {
|
|
289
|
+
height: "40px",
|
|
290
|
+
width: "40px",
|
|
291
|
+
"border-radius": "base",
|
|
292
|
+
"object-fit": "cover",
|
|
293
|
+
"border-solid": "solid",
|
|
294
|
+
"border-width": "1px",
|
|
295
|
+
"border-color": "var(--color-border)",
|
|
296
|
+
},
|
|
297
|
+
name: {
|
|
298
|
+
"font-weight": 700,
|
|
299
|
+
},
|
|
300
|
+
testimonial: {
|
|
301
|
+
overflow: "hidden",
|
|
302
|
+
display: "-webkit-box",
|
|
303
|
+
"-webkit-line-clamp": "2",
|
|
304
|
+
"-webkit-box-orient": "vertical",
|
|
305
|
+
},
|
|
306
|
+
position: {
|
|
307
|
+
"font-weight": 600,
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
wrapper: {
|
|
312
|
+
"border-solid": "solid",
|
|
313
|
+
"border-width": "1px",
|
|
314
|
+
"border-color": "var(--color-border)",
|
|
315
|
+
"border-radius": "base",
|
|
316
|
+
padding: "xl",
|
|
317
|
+
display: "flex",
|
|
318
|
+
"flex-direction": "column",
|
|
319
|
+
"row-gap": "xs",
|
|
320
|
+
},
|
|
321
|
+
profileWrapper: {
|
|
322
|
+
display: "flex",
|
|
323
|
+
"column-gap": "2xs",
|
|
324
|
+
},
|
|
325
|
+
image: {
|
|
326
|
+
height: "40px",
|
|
327
|
+
width: "40px",
|
|
328
|
+
"border-radius": "base",
|
|
329
|
+
"object-fit": "cover",
|
|
330
|
+
"border-solid": "solid",
|
|
331
|
+
"border-width": "1px",
|
|
332
|
+
"border-color": "var(--color-border)",
|
|
333
|
+
},
|
|
334
|
+
name: {
|
|
335
|
+
"font-weight": 700,
|
|
336
|
+
},
|
|
337
|
+
testimonial: {
|
|
338
|
+
overflow: "hidden",
|
|
339
|
+
display: "-webkit-box",
|
|
340
|
+
"-webkit-line-clamp": "2",
|
|
341
|
+
"-webkit-box-orient": "vertical",
|
|
342
|
+
},
|
|
343
|
+
position: {
|
|
344
|
+
"font-weight": 600,
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
wrapper: {
|
|
349
|
+
"border-solid": "solid",
|
|
350
|
+
"border-width": "1px",
|
|
351
|
+
"border-color": "var(--color-border)",
|
|
352
|
+
"border-radius": "base",
|
|
353
|
+
padding: "xl",
|
|
354
|
+
display: "flex",
|
|
355
|
+
"flex-direction": "column",
|
|
356
|
+
"row-gap": "xs",
|
|
357
|
+
},
|
|
358
|
+
profileWrapper: {
|
|
359
|
+
display: "flex",
|
|
360
|
+
"column-gap": "2xs",
|
|
361
|
+
},
|
|
362
|
+
image: {
|
|
363
|
+
height: "40px",
|
|
364
|
+
width: "40px",
|
|
365
|
+
"border-radius": "base",
|
|
366
|
+
"object-fit": "cover",
|
|
367
|
+
"border-solid": "solid",
|
|
368
|
+
"border-width": "1px",
|
|
369
|
+
"border-color": "var(--color-border)",
|
|
370
|
+
},
|
|
371
|
+
name: {
|
|
372
|
+
"font-weight": 700,
|
|
373
|
+
},
|
|
374
|
+
testimonial: {
|
|
375
|
+
overflow: "hidden",
|
|
376
|
+
display: "-webkit-box",
|
|
377
|
+
"-webkit-line-clamp": "2",
|
|
378
|
+
"-webkit-box-orient": "vertical",
|
|
379
|
+
},
|
|
380
|
+
position: {
|
|
381
|
+
"font-weight": 600,
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
wrapper: {
|
|
386
|
+
"border-solid": "solid",
|
|
387
|
+
"border-width": "1px",
|
|
388
|
+
"border-color": "var(--color-border)",
|
|
389
|
+
"border-radius": "base",
|
|
390
|
+
padding: "xl",
|
|
391
|
+
display: "flex",
|
|
392
|
+
"flex-direction": "column",
|
|
393
|
+
"row-gap": "xs",
|
|
394
|
+
},
|
|
395
|
+
profileWrapper: {
|
|
396
|
+
display: "flex",
|
|
397
|
+
"column-gap": "2xs",
|
|
398
|
+
},
|
|
399
|
+
image: {
|
|
400
|
+
height: "40px",
|
|
401
|
+
width: "40px",
|
|
402
|
+
"border-radius": "base",
|
|
403
|
+
"object-fit": "cover",
|
|
404
|
+
"border-solid": "solid",
|
|
405
|
+
"border-width": "1px",
|
|
406
|
+
"border-color": "var(--color-border)",
|
|
407
|
+
},
|
|
408
|
+
name: {
|
|
409
|
+
"font-weight": 700,
|
|
410
|
+
},
|
|
411
|
+
testimonial: {
|
|
412
|
+
overflow: "hidden",
|
|
413
|
+
display: "-webkit-box",
|
|
414
|
+
"-webkit-line-clamp": "2",
|
|
415
|
+
"-webkit-box-orient": "vertical",
|
|
416
|
+
},
|
|
417
|
+
position: {
|
|
418
|
+
"font-weight": 600,
|
|
419
|
+
},
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
wrapper: {
|
|
423
|
+
"border-solid": "solid",
|
|
424
|
+
"border-width": "1px",
|
|
425
|
+
"border-color": "var(--color-border)",
|
|
426
|
+
"border-radius": "base",
|
|
427
|
+
padding: "xl",
|
|
428
|
+
display: "flex",
|
|
429
|
+
"flex-direction": "column",
|
|
430
|
+
"row-gap": "xs",
|
|
431
|
+
},
|
|
432
|
+
profileWrapper: {
|
|
433
|
+
display: "flex",
|
|
434
|
+
"column-gap": "2xs",
|
|
435
|
+
},
|
|
436
|
+
image: {
|
|
437
|
+
height: "40px",
|
|
438
|
+
width: "40px",
|
|
439
|
+
"border-radius": "base",
|
|
440
|
+
"object-fit": "cover",
|
|
441
|
+
"border-solid": "solid",
|
|
442
|
+
"border-width": "1px",
|
|
443
|
+
"border-color": "var(--color-border)",
|
|
444
|
+
},
|
|
445
|
+
name: {
|
|
446
|
+
"font-weight": 700,
|
|
447
|
+
},
|
|
448
|
+
testimonial: {
|
|
449
|
+
overflow: "hidden",
|
|
450
|
+
display: "-webkit-box",
|
|
451
|
+
"-webkit-line-clamp": "2",
|
|
452
|
+
"-webkit-box-orient": "vertical",
|
|
453
|
+
},
|
|
454
|
+
position: {
|
|
455
|
+
"font-weight": 600,
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
wrapper: {
|
|
460
|
+
"border-solid": "solid",
|
|
461
|
+
"border-width": "1px",
|
|
462
|
+
"border-color": "var(--color-border)",
|
|
463
|
+
"border-radius": "base",
|
|
464
|
+
padding: "xl",
|
|
465
|
+
display: "flex",
|
|
466
|
+
"flex-direction": "column",
|
|
467
|
+
"row-gap": "xs",
|
|
468
|
+
},
|
|
469
|
+
profileWrapper: {
|
|
470
|
+
display: "flex",
|
|
471
|
+
"column-gap": "2xs",
|
|
472
|
+
},
|
|
473
|
+
image: {
|
|
474
|
+
height: "40px",
|
|
475
|
+
width: "40px",
|
|
476
|
+
"border-radius": "base",
|
|
477
|
+
"object-fit": "cover",
|
|
478
|
+
"border-solid": "solid",
|
|
479
|
+
"border-width": "1px",
|
|
480
|
+
"border-color": "var(--color-border)",
|
|
481
|
+
},
|
|
482
|
+
name: {
|
|
483
|
+
"font-weight": 700,
|
|
484
|
+
},
|
|
485
|
+
testimonial: {
|
|
486
|
+
overflow: "hidden",
|
|
487
|
+
display: "-webkit-box",
|
|
488
|
+
"-webkit-line-clamp": "2",
|
|
489
|
+
"-webkit-box-orient": "vertical",
|
|
490
|
+
},
|
|
491
|
+
position: {
|
|
492
|
+
"font-weight": 600,
|
|
493
|
+
},
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
wrapper: {
|
|
497
|
+
"border-solid": "solid",
|
|
498
|
+
"border-width": "1px",
|
|
499
|
+
"border-color": "var(--color-border)",
|
|
500
|
+
"border-radius": "base",
|
|
501
|
+
padding: "xl",
|
|
502
|
+
display: "flex",
|
|
503
|
+
"flex-direction": "column",
|
|
504
|
+
"row-gap": "xs",
|
|
505
|
+
},
|
|
506
|
+
profileWrapper: {
|
|
507
|
+
display: "flex",
|
|
508
|
+
"column-gap": "2xs",
|
|
509
|
+
},
|
|
510
|
+
image: {
|
|
511
|
+
height: "40px",
|
|
512
|
+
width: "40px",
|
|
513
|
+
"border-radius": "base",
|
|
514
|
+
"object-fit": "cover",
|
|
515
|
+
"border-solid": "solid",
|
|
516
|
+
"border-width": "1px",
|
|
517
|
+
"border-color": "var(--color-border)",
|
|
518
|
+
},
|
|
519
|
+
name: {
|
|
520
|
+
"font-weight": 700,
|
|
521
|
+
},
|
|
522
|
+
testimonial: {
|
|
523
|
+
overflow: "hidden",
|
|
524
|
+
display: "-webkit-box",
|
|
525
|
+
"-webkit-line-clamp": "2",
|
|
526
|
+
"-webkit-box-orient": "vertical",
|
|
527
|
+
},
|
|
528
|
+
position: {
|
|
529
|
+
"font-weight": 600,
|
|
530
|
+
},
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
wrapper: {
|
|
534
|
+
"border-solid": "solid",
|
|
535
|
+
"border-width": "1px",
|
|
536
|
+
"border-color": "var(--color-border)",
|
|
537
|
+
"border-radius": "base",
|
|
538
|
+
padding: "xl",
|
|
539
|
+
display: "flex",
|
|
540
|
+
"flex-direction": "column",
|
|
541
|
+
"row-gap": "xs",
|
|
542
|
+
},
|
|
543
|
+
profileWrapper: {
|
|
544
|
+
display: "flex",
|
|
545
|
+
"column-gap": "2xs",
|
|
546
|
+
},
|
|
547
|
+
image: {
|
|
548
|
+
height: "40px",
|
|
549
|
+
width: "40px",
|
|
550
|
+
"border-radius": "base",
|
|
551
|
+
"object-fit": "cover",
|
|
552
|
+
"border-solid": "solid",
|
|
553
|
+
"border-width": "1px",
|
|
554
|
+
"border-color": "var(--color-border)",
|
|
555
|
+
},
|
|
556
|
+
name: {
|
|
557
|
+
"font-weight": 700,
|
|
558
|
+
},
|
|
559
|
+
testimonial: {
|
|
560
|
+
overflow: "hidden",
|
|
561
|
+
display: "-webkit-box",
|
|
562
|
+
"-webkit-line-clamp": "2",
|
|
563
|
+
"-webkit-box-orient": "vertical",
|
|
564
|
+
},
|
|
565
|
+
position: {
|
|
566
|
+
"font-weight": 600,
|
|
567
|
+
},
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
wrapper: {
|
|
571
|
+
"border-solid": "solid",
|
|
572
|
+
"border-width": "1px",
|
|
573
|
+
"border-color": "var(--color-border)",
|
|
574
|
+
"border-radius": "base",
|
|
575
|
+
padding: "xl",
|
|
576
|
+
display: "flex",
|
|
577
|
+
"flex-direction": "column",
|
|
578
|
+
"row-gap": "xs",
|
|
579
|
+
},
|
|
580
|
+
profileWrapper: {
|
|
581
|
+
display: "flex",
|
|
582
|
+
"column-gap": "2xs",
|
|
583
|
+
},
|
|
584
|
+
image: {
|
|
585
|
+
height: "40px",
|
|
586
|
+
width: "40px",
|
|
587
|
+
"border-radius": "base",
|
|
588
|
+
"object-fit": "cover",
|
|
589
|
+
"border-solid": "solid",
|
|
590
|
+
"border-width": "1px",
|
|
591
|
+
"border-color": "var(--color-border)",
|
|
592
|
+
},
|
|
593
|
+
name: {
|
|
594
|
+
color: "text-1",
|
|
595
|
+
},
|
|
596
|
+
testimonial: {
|
|
597
|
+
overflow: "hidden",
|
|
598
|
+
display: "-webkit-box",
|
|
599
|
+
"-webkit-line-clamp": "2",
|
|
600
|
+
"-webkit-box-orient": "vertical",
|
|
601
|
+
},
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
wrapper: {
|
|
605
|
+
"border-solid": "solid",
|
|
606
|
+
"border-width": "1px",
|
|
607
|
+
"border-color": "var(--color-border)",
|
|
608
|
+
"border-radius": "base",
|
|
609
|
+
padding: "xl",
|
|
610
|
+
display: "flex",
|
|
611
|
+
"flex-direction": "column",
|
|
612
|
+
"row-gap": "xs",
|
|
613
|
+
},
|
|
614
|
+
profileWrapper: {
|
|
615
|
+
display: "flex",
|
|
616
|
+
"column-gap": "2xs",
|
|
617
|
+
},
|
|
618
|
+
image: {
|
|
619
|
+
height: "40px",
|
|
620
|
+
width: "40px",
|
|
621
|
+
"border-radius": "base",
|
|
622
|
+
"object-fit": "cover",
|
|
623
|
+
"border-solid": "solid",
|
|
624
|
+
"border-width": "1px",
|
|
625
|
+
"border-color": "var(--color-border)",
|
|
626
|
+
},
|
|
627
|
+
name: {
|
|
628
|
+
color: "text-1",
|
|
629
|
+
},
|
|
630
|
+
testimonial: {
|
|
631
|
+
overflow: "hidden",
|
|
632
|
+
display: "-webkit-box",
|
|
633
|
+
"-webkit-line-clamp": "2",
|
|
634
|
+
"-webkit-box-orient": "vertical",
|
|
635
|
+
},
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
wrapper: {
|
|
639
|
+
"border-solid": "solid",
|
|
640
|
+
"border-width": "1px",
|
|
641
|
+
"border-color": "var(--color-border)",
|
|
642
|
+
"border-radius": "base",
|
|
643
|
+
padding: "xl",
|
|
644
|
+
display: "flex",
|
|
645
|
+
"flex-direction": "column",
|
|
646
|
+
"row-gap": "xs",
|
|
647
|
+
},
|
|
648
|
+
profileWrapper: {
|
|
649
|
+
display: "flex",
|
|
650
|
+
"column-gap": "2xs",
|
|
651
|
+
},
|
|
652
|
+
image: {
|
|
653
|
+
height: "40px",
|
|
654
|
+
width: "40px",
|
|
655
|
+
"border-radius": "base",
|
|
656
|
+
"object-fit": "cover",
|
|
657
|
+
"border-solid": "solid",
|
|
658
|
+
"border-width": "1px",
|
|
659
|
+
"border-color": "var(--color-border)",
|
|
660
|
+
},
|
|
661
|
+
name: {
|
|
662
|
+
color: "text-1",
|
|
663
|
+
},
|
|
664
|
+
testimonial: {
|
|
665
|
+
overflow: "hidden",
|
|
666
|
+
display: "-webkit-box",
|
|
667
|
+
"-webkit-line-clamp": "2",
|
|
668
|
+
"-webkit-box-orient": "vertical",
|
|
669
|
+
},
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
wrapper: {
|
|
673
|
+
"border-solid": "solid",
|
|
674
|
+
"border-width": "1px",
|
|
675
|
+
"border-color": "var(--color-border)",
|
|
676
|
+
"border-radius": "base",
|
|
677
|
+
padding: "xl",
|
|
678
|
+
display: "flex",
|
|
679
|
+
"flex-direction": "column",
|
|
680
|
+
"row-gap": "xs",
|
|
681
|
+
},
|
|
682
|
+
profileWrapper: {
|
|
683
|
+
display: "flex",
|
|
684
|
+
"column-gap": "2xs",
|
|
685
|
+
},
|
|
686
|
+
image: {
|
|
687
|
+
height: "40px",
|
|
688
|
+
width: "40px",
|
|
689
|
+
"border-radius": "base",
|
|
690
|
+
"object-fit": "cover",
|
|
691
|
+
"border-solid": "solid",
|
|
692
|
+
"border-width": "1px",
|
|
693
|
+
"border-color": "var(--color-border)",
|
|
694
|
+
},
|
|
695
|
+
name: {
|
|
696
|
+
color: "text-1",
|
|
697
|
+
},
|
|
698
|
+
testimonial: {
|
|
699
|
+
overflow: "hidden",
|
|
700
|
+
display: "-webkit-box",
|
|
701
|
+
"-webkit-line-clamp": "2",
|
|
702
|
+
"-webkit-box-orient": "vertical",
|
|
703
|
+
},
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
wrapper: {
|
|
707
|
+
"border-solid": "solid",
|
|
708
|
+
"border-width": "1px",
|
|
709
|
+
"border-color": "var(--color-border)",
|
|
710
|
+
"border-radius": "base",
|
|
711
|
+
padding: "xl",
|
|
712
|
+
display: "flex",
|
|
713
|
+
"flex-direction": "column",
|
|
714
|
+
"row-gap": "xs",
|
|
715
|
+
},
|
|
716
|
+
profileWrapper: {
|
|
717
|
+
display: "flex",
|
|
718
|
+
"column-gap": "2xs",
|
|
719
|
+
},
|
|
720
|
+
image: {
|
|
721
|
+
height: "40px",
|
|
722
|
+
width: "40px",
|
|
723
|
+
"border-radius": "base",
|
|
724
|
+
"object-fit": "cover",
|
|
725
|
+
"border-solid": "solid",
|
|
726
|
+
"border-width": "1px",
|
|
727
|
+
"border-color": "var(--color-border)",
|
|
728
|
+
},
|
|
729
|
+
name: {
|
|
730
|
+
color: "text-1",
|
|
731
|
+
},
|
|
732
|
+
testimonial: {
|
|
733
|
+
overflow: "hidden",
|
|
734
|
+
display: "-webkit-box",
|
|
735
|
+
"-webkit-line-clamp": "2",
|
|
736
|
+
"-webkit-box-orient": "vertical",
|
|
737
|
+
},
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
wrapper: {
|
|
741
|
+
"border-solid": "solid",
|
|
742
|
+
"border-width": "1px",
|
|
743
|
+
"border-color": "var(--color-border)",
|
|
744
|
+
"border-radius": "base",
|
|
745
|
+
padding: "xl",
|
|
746
|
+
display: "flex",
|
|
747
|
+
"flex-direction": "column",
|
|
748
|
+
"row-gap": "xs",
|
|
749
|
+
},
|
|
750
|
+
profileWrapper: {
|
|
751
|
+
display: "flex",
|
|
752
|
+
"column-gap": "2xs",
|
|
753
|
+
},
|
|
754
|
+
image: {
|
|
755
|
+
height: "40px",
|
|
756
|
+
width: "40px",
|
|
757
|
+
"border-radius": "base",
|
|
758
|
+
"object-fit": "cover",
|
|
759
|
+
"border-solid": "solid",
|
|
760
|
+
"border-width": "1px",
|
|
761
|
+
"border-color": "var(--color-border)",
|
|
762
|
+
},
|
|
763
|
+
name: {
|
|
764
|
+
color: "text-1",
|
|
765
|
+
},
|
|
766
|
+
testimonial: {
|
|
767
|
+
overflow: "hidden",
|
|
768
|
+
display: "-webkit-box",
|
|
769
|
+
"-webkit-line-clamp": "2",
|
|
770
|
+
"-webkit-box-orient": "vertical",
|
|
771
|
+
},
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
wrapper: {
|
|
775
|
+
"border-solid": "solid",
|
|
776
|
+
"border-width": "1px",
|
|
777
|
+
"border-color": "var(--color-border)",
|
|
778
|
+
"border-radius": "base",
|
|
779
|
+
padding: "xl",
|
|
780
|
+
display: "flex",
|
|
781
|
+
"flex-direction": "column",
|
|
782
|
+
"row-gap": "xs",
|
|
783
|
+
},
|
|
784
|
+
profileWrapper: {
|
|
785
|
+
display: "flex",
|
|
786
|
+
"column-gap": "2xs",
|
|
787
|
+
},
|
|
788
|
+
image: {
|
|
789
|
+
height: "40px",
|
|
790
|
+
width: "40px",
|
|
791
|
+
"border-radius": "base",
|
|
792
|
+
"object-fit": "cover",
|
|
793
|
+
"border-solid": "solid",
|
|
794
|
+
"border-width": "1px",
|
|
795
|
+
"border-color": "var(--color-border)",
|
|
796
|
+
},
|
|
797
|
+
name: {
|
|
798
|
+
color: "text-1",
|
|
799
|
+
},
|
|
800
|
+
testimonial: {
|
|
801
|
+
overflow: "hidden",
|
|
802
|
+
display: "-webkit-box",
|
|
803
|
+
"-webkit-line-clamp": "2",
|
|
804
|
+
"-webkit-box-orient": "vertical",
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
],
|
|
330
808
|
},
|
|
331
809
|
content: DEFAULT_CONTENT,
|
|
332
810
|
config: {
|
|
@@ -335,6 +813,7 @@ export const Testimonial1: IBlock = {
|
|
|
335
813
|
loop: true,
|
|
336
814
|
autoScroll: true,
|
|
337
815
|
speed: 2,
|
|
816
|
+
autoPlay: false,
|
|
338
817
|
},
|
|
339
818
|
},
|
|
340
819
|
title: {
|
|
@@ -345,6 +824,176 @@ export const Testimonial1: IBlock = {
|
|
|
345
824
|
level: 2,
|
|
346
825
|
},
|
|
347
826
|
},
|
|
827
|
+
testimonials: [
|
|
828
|
+
{
|
|
829
|
+
testimonial: {
|
|
830
|
+
selectedVariants: {},
|
|
831
|
+
},
|
|
832
|
+
name: {
|
|
833
|
+
heading: {
|
|
834
|
+
level: "4",
|
|
835
|
+
},
|
|
836
|
+
selectedVariants: {
|
|
837
|
+
Heading_Level: "H5",
|
|
838
|
+
},
|
|
839
|
+
},
|
|
840
|
+
position: {
|
|
841
|
+
heading: {
|
|
842
|
+
level: "5",
|
|
843
|
+
},
|
|
844
|
+
selectedVariants: {
|
|
845
|
+
Heading_Level: "H6",
|
|
846
|
+
},
|
|
847
|
+
},
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
testimonial: {
|
|
851
|
+
selectedVariants: {},
|
|
852
|
+
},
|
|
853
|
+
name: {
|
|
854
|
+
heading: {
|
|
855
|
+
level: "4",
|
|
856
|
+
},
|
|
857
|
+
selectedVariants: {
|
|
858
|
+
Heading_Level: "H5",
|
|
859
|
+
},
|
|
860
|
+
},
|
|
861
|
+
position: {
|
|
862
|
+
heading: {
|
|
863
|
+
level: "5",
|
|
864
|
+
},
|
|
865
|
+
selectedVariants: {
|
|
866
|
+
Heading_Level: "H6",
|
|
867
|
+
},
|
|
868
|
+
},
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
testimonial: {
|
|
872
|
+
selectedVariants: {},
|
|
873
|
+
},
|
|
874
|
+
name: {
|
|
875
|
+
heading: {
|
|
876
|
+
level: "4",
|
|
877
|
+
},
|
|
878
|
+
selectedVariants: {
|
|
879
|
+
Heading_Level: "H5",
|
|
880
|
+
},
|
|
881
|
+
},
|
|
882
|
+
position: {
|
|
883
|
+
heading: {
|
|
884
|
+
level: "5",
|
|
885
|
+
},
|
|
886
|
+
selectedVariants: {
|
|
887
|
+
Heading_Level: "H6",
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
testimonial: {
|
|
893
|
+
selectedVariants: {},
|
|
894
|
+
},
|
|
895
|
+
name: {
|
|
896
|
+
heading: {
|
|
897
|
+
level: "4",
|
|
898
|
+
},
|
|
899
|
+
selectedVariants: {
|
|
900
|
+
Heading_Level: "H5",
|
|
901
|
+
},
|
|
902
|
+
},
|
|
903
|
+
position: {
|
|
904
|
+
heading: {
|
|
905
|
+
level: "5",
|
|
906
|
+
},
|
|
907
|
+
selectedVariants: {
|
|
908
|
+
Heading_Level: "H6",
|
|
909
|
+
},
|
|
910
|
+
},
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
testimonial: {
|
|
914
|
+
selectedVariants: {},
|
|
915
|
+
},
|
|
916
|
+
name: {
|
|
917
|
+
heading: {
|
|
918
|
+
level: "4",
|
|
919
|
+
},
|
|
920
|
+
selectedVariants: {
|
|
921
|
+
Heading_Level: "H5",
|
|
922
|
+
},
|
|
923
|
+
},
|
|
924
|
+
position: {
|
|
925
|
+
heading: {
|
|
926
|
+
level: "5",
|
|
927
|
+
},
|
|
928
|
+
selectedVariants: {
|
|
929
|
+
Heading_Level: "H6",
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
testimonial: {
|
|
935
|
+
selectedVariants: {},
|
|
936
|
+
},
|
|
937
|
+
name: {
|
|
938
|
+
heading: {
|
|
939
|
+
level: "4",
|
|
940
|
+
},
|
|
941
|
+
selectedVariants: {
|
|
942
|
+
Heading_Level: "H5",
|
|
943
|
+
},
|
|
944
|
+
},
|
|
945
|
+
position: {
|
|
946
|
+
heading: {
|
|
947
|
+
level: "5",
|
|
948
|
+
},
|
|
949
|
+
selectedVariants: {
|
|
950
|
+
Heading_Level: "H6",
|
|
951
|
+
},
|
|
952
|
+
},
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
testimonial: {
|
|
956
|
+
selectedVariants: {},
|
|
957
|
+
},
|
|
958
|
+
name: {
|
|
959
|
+
heading: {
|
|
960
|
+
level: "4",
|
|
961
|
+
},
|
|
962
|
+
selectedVariants: {
|
|
963
|
+
Heading_Level: "H5",
|
|
964
|
+
},
|
|
965
|
+
},
|
|
966
|
+
position: {
|
|
967
|
+
heading: {
|
|
968
|
+
level: "5",
|
|
969
|
+
},
|
|
970
|
+
selectedVariants: {
|
|
971
|
+
Heading_Level: "H6",
|
|
972
|
+
},
|
|
973
|
+
},
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
testimonial: {
|
|
977
|
+
selectedVariants: {},
|
|
978
|
+
},
|
|
979
|
+
name: {
|
|
980
|
+
heading: {
|
|
981
|
+
level: "4",
|
|
982
|
+
},
|
|
983
|
+
selectedVariants: {
|
|
984
|
+
Heading_Level: "H5",
|
|
985
|
+
},
|
|
986
|
+
},
|
|
987
|
+
position: {
|
|
988
|
+
heading: {
|
|
989
|
+
level: "5",
|
|
990
|
+
},
|
|
991
|
+
selectedVariants: {
|
|
992
|
+
Heading_Level: "H6",
|
|
993
|
+
},
|
|
994
|
+
},
|
|
995
|
+
},
|
|
996
|
+
],
|
|
348
997
|
},
|
|
349
998
|
},
|
|
350
999
|
],
|