@levo-so/blocks 0.1.2 → 0.1.52

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -299,22 +299,18 @@ export const Features5: IBlock = {
299
299
  },
300
300
  },
301
301
  title: {
302
- "font-size": "lg",
303
- "font-weight": "600",
304
302
  color: "text-1",
305
303
  mobile: {
306
- "font-size": "base",
307
304
  "text-align": "center",
308
305
  },
309
306
  },
310
307
  description: {
311
308
  "font-family": "var(--font-body)",
312
309
  color: "text-2",
313
- "font-size": "sm",
310
+
314
311
  "line-height": "normal",
315
312
  "max-width": "200px",
316
313
  mobile: {
317
- "font-size": "xs",
318
314
  "max-width": "180px",
319
315
  "text-align": "left",
320
316
  filter: "none",
@@ -327,11 +323,10 @@ export const Features5: IBlock = {
327
323
  "padding-bottom": "xs",
328
324
  "padding-left": "none",
329
325
  "padding-right": "sm",
330
- "border-radius": "4px",
326
+ "border-radius": "base",
331
327
  "border-width": "1px",
332
328
  "border-color": "border",
333
- "font-size": "sm",
334
- "font-weight": "500",
329
+
335
330
  "text-decoration": "none",
336
331
  "margin-top": "xs",
337
332
  mobile: {
@@ -339,7 +334,6 @@ export const Features5: IBlock = {
339
334
  "padding-bottom": "xs",
340
335
  "padding-left": "base",
341
336
  "padding-right": "base",
342
- "font-size": "xs",
343
337
  },
344
338
  filter: "none",
345
339
  tablet: {
@@ -422,20 +416,15 @@ export const Features5: IBlock = {
422
416
  },
423
417
  },
424
418
  title: {
425
- "font-size": "lg",
426
- "font-weight": "600",
427
419
  color: "text-1",
428
420
  mobile: {
429
- "font-size": "base",
430
421
  "text-align": "center",
431
422
  },
432
423
  },
433
424
  description: {
434
- "font-size": "sm",
435
425
  color: "text-2",
436
426
  "max-width": "200px",
437
427
  mobile: {
438
- "font-size": "xs",
439
428
  "max-width": "180px",
440
429
  "text-align": "left",
441
430
  filter: "none",
@@ -445,12 +434,11 @@ export const Features5: IBlock = {
445
434
  display: "flex",
446
435
  "align-items": "center",
447
436
  "justify-content": "center",
448
- "border-radius": "4px",
437
+ "border-radius": "base",
449
438
  "background-color": "white",
450
439
  color: "text-1",
451
440
  cursor: "pointer",
452
- "font-size": "sm",
453
- "font-weight": "500",
441
+
454
442
  "padding-top": "xs",
455
443
  "padding-bottom": "xs",
456
444
  "padding-left": "none",
@@ -468,7 +456,6 @@ export const Features5: IBlock = {
468
456
  "padding-bottom": "xs",
469
457
  "padding-left": "base",
470
458
  "padding-right": "base",
471
- "font-size": "xs",
472
459
  },
473
460
  filter: "none",
474
461
  tablet: {
@@ -544,22 +531,18 @@ export const Features5: IBlock = {
544
531
  },
545
532
  },
546
533
  title: {
547
- "font-size": "lg",
548
- "font-weight": "600",
549
534
  color: "text-1",
550
535
  mobile: {
551
- "font-size": "base",
552
536
  "text-align": "center",
553
537
  },
554
538
  },
555
539
  description: {
556
540
  "font-family": "var(--font-body)",
557
541
  color: "text-2",
558
- "font-size": "sm",
542
+
559
543
  "line-height": "normal",
560
544
  "max-width": "200px",
561
545
  mobile: {
562
- "font-size": "xs",
563
546
  "max-width": "180px",
564
547
  "text-align": "left",
565
548
  filter: "none",
@@ -569,12 +552,11 @@ export const Features5: IBlock = {
569
552
  display: "flex",
570
553
  "align-items": "center",
571
554
  "justify-content": "center",
572
- "border-radius": "4px",
555
+ "border-radius": "base",
573
556
  "background-color": "white",
574
557
  color: "text-1",
575
558
  cursor: "pointer",
576
- "font-size": "sm",
577
- "font-weight": "500",
559
+
578
560
  "padding-top": "xs",
579
561
  "padding-bottom": "xs",
580
562
  "padding-left": "none",
@@ -592,7 +574,6 @@ export const Features5: IBlock = {
592
574
  "padding-bottom": "xs",
593
575
  "padding-left": "base",
594
576
  "padding-right": "base",
595
- "font-size": "xs",
596
577
  },
597
578
  filter: "none",
598
579
  tablet: {
@@ -669,22 +650,18 @@ export const Features5: IBlock = {
669
650
  },
670
651
  },
671
652
  title: {
672
- "font-size": "lg",
673
- "font-weight": "600",
674
653
  color: "text-1",
675
654
  mobile: {
676
- "font-size": "base",
677
655
  "text-align": "center",
678
656
  },
679
657
  },
680
658
  description: {
681
659
  "font-family": "var(--font-body)",
682
660
  color: "text-2",
683
- "font-size": "sm",
661
+
684
662
  "line-height": "normal",
685
663
  "max-width": "200px",
686
664
  mobile: {
687
- "font-size": "xs",
688
665
  "max-width": "180px",
689
666
  "text-align": "left",
690
667
  filter: "none",
@@ -694,12 +671,11 @@ export const Features5: IBlock = {
694
671
  display: "flex",
695
672
  "align-items": "center",
696
673
  "justify-content": "center",
697
- "border-radius": "4px",
674
+ "border-radius": "base",
698
675
  "background-color": "white",
699
676
  color: "text-1",
700
677
  cursor: "pointer",
701
- "font-size": "sm",
702
- "font-weight": "500",
678
+
703
679
  "padding-top": "xs",
704
680
  "padding-bottom": "xs",
705
681
  "padding-left": "none",
@@ -717,7 +693,6 @@ export const Features5: IBlock = {
717
693
  "padding-bottom": "xs",
718
694
  "padding-left": "base",
719
695
  "padding-right": "base",
720
- "font-size": "xs",
721
696
  },
722
697
  filter: "none",
723
698
  tablet: {
@@ -741,7 +716,13 @@ export const Features5: IBlock = {
741
716
  ],
742
717
  },
743
718
  content: DEFAULT_CONTENT,
744
- config: {},
719
+ config: {
720
+ title: {
721
+ heading: {
722
+ level: 2,
723
+ },
724
+ },
725
+ },
745
726
  },
746
727
  ],
747
728
  };
@@ -293,7 +293,9 @@ export const Footer1: IBlock = {
293
293
  footerBottomRightArea: [
294
294
  {
295
295
  link: {},
296
- cta: {},
296
+ cta: {
297
+ color: "text-2",
298
+ },
297
299
  separator: {
298
300
  width: "1px",
299
301
  height: "1rem",
@@ -304,7 +306,9 @@ export const Footer1: IBlock = {
304
306
  },
305
307
  {
306
308
  link: {},
307
- cta: {},
309
+ cta: {
310
+ color: "text-2",
311
+ },
308
312
  separator: {
309
313
  width: "1px",
310
314
  height: "1rem",
@@ -343,6 +347,7 @@ export const Footer1: IBlock = {
343
347
  width: "1.25rem",
344
348
  height: "1.25rem",
345
349
  color: "text-2",
350
+ "border-radius": "base",
346
351
  },
347
352
  },
348
353
  {
@@ -350,6 +355,7 @@ export const Footer1: IBlock = {
350
355
  width: "1.25rem",
351
356
  height: "1.25rem",
352
357
  color: "text-2",
358
+ "border-radius": "base",
353
359
  },
354
360
  },
355
361
  {
@@ -357,6 +363,7 @@ export const Footer1: IBlock = {
357
363
  width: "1.25rem",
358
364
  height: "1.25rem",
359
365
  color: "text-2",
366
+ "border-radius": "base",
360
367
  },
361
368
  },
362
369
  {
@@ -364,6 +371,7 @@ export const Footer1: IBlock = {
364
371
  width: "1.25rem",
365
372
  height: "1.25rem",
366
373
  color: "text-2",
374
+ "border-radius": "base",
367
375
  },
368
376
  },
369
377
  ],
@@ -384,7 +392,7 @@ export const Footer1: IBlock = {
384
392
  {
385
393
  category: {
386
394
  "margin-bottom": "sm",
387
- "font-weight": 600,
395
+ color: "text-1",
388
396
  },
389
397
  links_levoGroup: {
390
398
  display: "flex",
@@ -401,6 +409,7 @@ export const Footer1: IBlock = {
401
409
  icon: {
402
410
  width: "20px",
403
411
  height: "20px",
412
+ "border-radius": "base",
404
413
  },
405
414
  },
406
415
  {
@@ -412,6 +421,7 @@ export const Footer1: IBlock = {
412
421
  icon: {
413
422
  width: "20px",
414
423
  height: "20px",
424
+ "border-radius": "base",
415
425
  },
416
426
  },
417
427
  {
@@ -423,6 +433,7 @@ export const Footer1: IBlock = {
423
433
  icon: {
424
434
  width: "20px",
425
435
  height: "20px",
436
+ "border-radius": "base",
426
437
  },
427
438
  },
428
439
  {
@@ -434,6 +445,7 @@ export const Footer1: IBlock = {
434
445
  icon: {
435
446
  width: "20px",
436
447
  height: "20px",
448
+ "border-radius": "base",
437
449
  },
438
450
  },
439
451
  {
@@ -445,6 +457,7 @@ export const Footer1: IBlock = {
445
457
  icon: {
446
458
  width: "20px",
447
459
  height: "20px",
460
+ "border-radius": "base",
448
461
  },
449
462
  },
450
463
  ],
@@ -452,7 +465,7 @@ export const Footer1: IBlock = {
452
465
  {
453
466
  category: {
454
467
  "margin-bottom": "sm",
455
- "font-weight": 600,
468
+ color: "text-1",
456
469
  },
457
470
  links_levoGroup: {
458
471
  display: "flex",
@@ -469,6 +482,7 @@ export const Footer1: IBlock = {
469
482
  icon: {
470
483
  width: "20px",
471
484
  height: "20px",
485
+ "border-radius": "base",
472
486
  },
473
487
  },
474
488
  {
@@ -480,6 +494,7 @@ export const Footer1: IBlock = {
480
494
  icon: {
481
495
  width: "20px",
482
496
  height: "20px",
497
+ "border-radius": "base",
483
498
  },
484
499
  },
485
500
  {
@@ -491,6 +506,7 @@ export const Footer1: IBlock = {
491
506
  icon: {
492
507
  width: "20px",
493
508
  height: "20px",
509
+ "border-radius": "base",
494
510
  },
495
511
  },
496
512
  {
@@ -502,6 +518,7 @@ export const Footer1: IBlock = {
502
518
  icon: {
503
519
  width: "20px",
504
520
  height: "20px",
521
+ "border-radius": "base",
505
522
  },
506
523
  },
507
524
  {
@@ -513,6 +530,7 @@ export const Footer1: IBlock = {
513
530
  icon: {
514
531
  width: "20px",
515
532
  height: "20px",
533
+ "border-radius": "base",
516
534
  },
517
535
  },
518
536
  {
@@ -524,6 +542,7 @@ export const Footer1: IBlock = {
524
542
  icon: {
525
543
  width: "20px",
526
544
  height: "20px",
545
+ "border-radius": "base",
527
546
  },
528
547
  },
529
548
  ],
@@ -531,7 +550,7 @@ export const Footer1: IBlock = {
531
550
  {
532
551
  category: {
533
552
  "margin-bottom": "sm",
534
- "font-weight": 600,
553
+ color: "text-1",
535
554
  },
536
555
  links_levoGroup: {
537
556
  display: "flex",
@@ -548,6 +567,7 @@ export const Footer1: IBlock = {
548
567
  icon: {
549
568
  width: "20px",
550
569
  height: "20px",
570
+ "border-radius": "base",
551
571
  },
552
572
  },
553
573
  {
@@ -559,6 +579,7 @@ export const Footer1: IBlock = {
559
579
  icon: {
560
580
  width: "20px",
561
581
  height: "20px",
582
+ "border-radius": "base",
562
583
  },
563
584
  },
564
585
  {
@@ -570,6 +591,7 @@ export const Footer1: IBlock = {
570
591
  icon: {
571
592
  width: "20px",
572
593
  height: "20px",
594
+ "border-radius": "base",
573
595
  },
574
596
  },
575
597
  ],
@@ -577,6 +599,7 @@ export const Footer1: IBlock = {
577
599
  ],
578
600
  logo: {
579
601
  width: "80px",
602
+ "border-radius": "base",
580
603
  tablet: {
581
604
  width: "60px",
582
605
  },
@@ -273,7 +273,7 @@ export const Footer2: IBlock = {
273
273
  {
274
274
  category: {
275
275
  "margin-bottom": "sm",
276
- "font-weight": 600,
276
+ color: "text-1",
277
277
  },
278
278
  links_levoGroup: {
279
279
  display: "flex",
@@ -290,6 +290,7 @@ export const Footer2: IBlock = {
290
290
  icon: {
291
291
  width: "20px",
292
292
  height: "20px",
293
+ "border-radius": "base",
293
294
  },
294
295
  icon_links_levoGroup: {
295
296
  display: "flex",
@@ -331,6 +332,7 @@ export const Footer2: IBlock = {
331
332
  icon: {
332
333
  width: "20px",
333
334
  height: "20px",
335
+ "border-radius": "base",
334
336
  },
335
337
  icon_links_levoGroup: {
336
338
  display: "flex",
@@ -372,6 +374,7 @@ export const Footer2: IBlock = {
372
374
  icon: {
373
375
  width: "20px",
374
376
  height: "20px",
377
+ "border-radius": "base",
375
378
  },
376
379
  icon_links_levoGroup: {
377
380
  display: "flex",
@@ -413,6 +416,7 @@ export const Footer2: IBlock = {
413
416
  icon: {
414
417
  width: "20px",
415
418
  height: "20px",
419
+ "border-radius": "base",
416
420
  },
417
421
  icon_links_levoGroup: {
418
422
  display: "flex",
@@ -450,7 +454,7 @@ export const Footer2: IBlock = {
450
454
  {
451
455
  category: {
452
456
  "margin-bottom": "sm",
453
- "font-weight": 600,
457
+ color: "text-1",
454
458
  },
455
459
  links_levoGroup: {
456
460
  display: "flex",
@@ -467,6 +471,7 @@ export const Footer2: IBlock = {
467
471
  icon: {
468
472
  width: "20px",
469
473
  height: "20px",
474
+ "border-radius": "base",
470
475
  },
471
476
  icon_links_levoGroup: {
472
477
  display: "flex",
@@ -508,6 +513,7 @@ export const Footer2: IBlock = {
508
513
  icon: {
509
514
  width: "20px",
510
515
  height: "20px",
516
+ "border-radius": "base",
511
517
  },
512
518
  icon_links_levoGroup: {
513
519
  display: "flex",
@@ -549,6 +555,7 @@ export const Footer2: IBlock = {
549
555
  icon: {
550
556
  width: "20px",
551
557
  height: "20px",
558
+ "border-radius": "base",
552
559
  },
553
560
  icon_links_levoGroup: {
554
561
  display: "flex",
@@ -590,6 +597,7 @@ export const Footer2: IBlock = {
590
597
  icon: {
591
598
  width: "20px",
592
599
  height: "20px",
600
+ "border-radius": "base",
593
601
  },
594
602
  icon_links_levoGroup: {
595
603
  display: "flex",
@@ -631,6 +639,7 @@ export const Footer2: IBlock = {
631
639
  icon: {
632
640
  width: "20px",
633
641
  height: "20px",
642
+ "border-radius": "base",
634
643
  },
635
644
  icon_links_levoGroup: {
636
645
  display: "flex",
@@ -672,6 +681,7 @@ export const Footer2: IBlock = {
672
681
  icon: {
673
682
  width: "20px",
674
683
  height: "20px",
684
+ "border-radius": "base",
675
685
  },
676
686
  icon_links_levoGroup: {
677
687
  display: "flex",
@@ -709,7 +719,7 @@ export const Footer2: IBlock = {
709
719
  {
710
720
  category: {
711
721
  "margin-bottom": "sm",
712
- "font-weight": 600,
722
+ color: "text-1",
713
723
  },
714
724
  links_levoGroup: {
715
725
  display: "flex",
@@ -726,6 +736,7 @@ export const Footer2: IBlock = {
726
736
  icon: {
727
737
  width: "20px",
728
738
  height: "20px",
739
+ "border-radius": "base",
729
740
  },
730
741
  icon_links_levoGroup: {
731
742
  display: "flex",
@@ -767,6 +778,7 @@ export const Footer2: IBlock = {
767
778
  icon: {
768
779
  width: "20px",
769
780
  height: "20px",
781
+ "border-radius": "base",
770
782
  },
771
783
  icon_links_levoGroup: {
772
784
  display: "flex",
@@ -808,6 +820,7 @@ export const Footer2: IBlock = {
808
820
  icon: {
809
821
  width: "20px",
810
822
  height: "20px",
823
+ "border-radius": "base",
811
824
  },
812
825
  icon_links_levoGroup: {
813
826
  display: "flex",
@@ -849,6 +862,7 @@ export const Footer2: IBlock = {
849
862
  icon: {
850
863
  width: "20px",
851
864
  height: "20px",
865
+ "border-radius": "base",
852
866
  },
853
867
  icon_links_levoGroup: {
854
868
  display: "flex",
@@ -886,6 +900,7 @@ export const Footer2: IBlock = {
886
900
  ],
887
901
  logo: {
888
902
  width: "80px",
903
+ "border-radius": "base",
889
904
  tablet: {
890
905
  width: "60px",
891
906
  },