@levo-so/blocks 0.1.59 → 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
|
@@ -1,34 +1,37 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "oilvrpqtlHti",
|
|
5
|
+
filename: "footer-6-logo.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location:
|
|
8
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT.png",
|
|
9
|
+
srcset: {
|
|
10
|
+
"1080w":
|
|
11
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp",
|
|
12
|
+
"1200w":
|
|
13
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp",
|
|
14
|
+
"1920w":
|
|
15
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp",
|
|
16
|
+
"320w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp",
|
|
18
|
+
"640w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp",
|
|
20
|
+
"750w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp",
|
|
22
|
+
"828w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp",
|
|
24
|
+
path: "https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/footer-6-logo-MqnQyg87rAAT-750w.webp 750w",
|
|
25
|
+
},
|
|
26
|
+
mimetype: "image/png",
|
|
27
|
+
};
|
|
28
|
+
|
|
3
29
|
const DEFAULT_CONTENT = {
|
|
4
30
|
layout: null,
|
|
5
31
|
container: null,
|
|
6
32
|
contentWrapper: null,
|
|
7
33
|
logoTextWrapper: null,
|
|
8
|
-
logo:
|
|
9
|
-
id: "yCrH23FHqVmeb",
|
|
10
|
-
filename: "image.png",
|
|
11
|
-
kind: "image",
|
|
12
|
-
location: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL.png",
|
|
13
|
-
srcset: {
|
|
14
|
-
"1080w":
|
|
15
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp",
|
|
16
|
-
"1200w":
|
|
17
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp",
|
|
18
|
-
"1920w":
|
|
19
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp",
|
|
20
|
-
"320w":
|
|
21
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp",
|
|
22
|
-
"640w":
|
|
23
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp",
|
|
24
|
-
"750w":
|
|
25
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp",
|
|
26
|
-
"828w":
|
|
27
|
-
"https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp",
|
|
28
|
-
path: "https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-XZbmNbc9sifZL-1920w.webp 1920w",
|
|
29
|
-
},
|
|
30
|
-
mimetype: "image/png",
|
|
31
|
-
},
|
|
34
|
+
logo: MEDIA,
|
|
32
35
|
logoDescription:
|
|
33
36
|
"<p>No more guesswork. No more excuses. Just real, proven training.</p><p></p>",
|
|
34
37
|
icon_links: [
|
|
@@ -272,7 +275,7 @@ export const Footer6: IBlock = {
|
|
|
272
275
|
{
|
|
273
276
|
key: "category",
|
|
274
277
|
label: "Category",
|
|
275
|
-
field_interface: "
|
|
278
|
+
field_interface: "HeadingWidget",
|
|
276
279
|
},
|
|
277
280
|
{
|
|
278
281
|
key: "links",
|
|
@@ -317,25 +320,9 @@ export const Footer6: IBlock = {
|
|
|
317
320
|
title: "Default",
|
|
318
321
|
key: "default",
|
|
319
322
|
styles: {
|
|
320
|
-
layout: {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
"padding-right": "none",
|
|
324
|
-
"padding-bottom": "none",
|
|
325
|
-
tablet: {
|
|
326
|
-
padding: "50px",
|
|
327
|
-
"padding-bottom": "none",
|
|
328
|
-
"margin-left": "none",
|
|
329
|
-
"padding-left": "none",
|
|
330
|
-
"padding-right": "none",
|
|
331
|
-
},
|
|
332
|
-
mobile: {
|
|
333
|
-
padding: "40px",
|
|
334
|
-
"padding-bottom": "20px",
|
|
335
|
-
"padding-left": "none",
|
|
336
|
-
"padding-right": "none",
|
|
337
|
-
},
|
|
338
|
-
},
|
|
323
|
+
layout: {},
|
|
324
|
+
"margin-left": "auto",
|
|
325
|
+
"margin-right": "auto",
|
|
339
326
|
container: {
|
|
340
327
|
display: "flex",
|
|
341
328
|
"flex-direction": "column",
|
|
@@ -343,8 +330,6 @@ export const Footer6: IBlock = {
|
|
|
343
330
|
"row-gap": "2xl",
|
|
344
331
|
"padding-left": "none",
|
|
345
332
|
"padding-right": "none",
|
|
346
|
-
"padding-top": "none",
|
|
347
|
-
"padding-bottom": "none",
|
|
348
333
|
},
|
|
349
334
|
contentWrapper: {
|
|
350
335
|
display: "flex",
|
|
@@ -403,6 +388,7 @@ export const Footer6: IBlock = {
|
|
|
403
388
|
{
|
|
404
389
|
category: {
|
|
405
390
|
"margin-bottom": "sm",
|
|
391
|
+
"font-weight": 700,
|
|
406
392
|
},
|
|
407
393
|
links_levoGroup: {
|
|
408
394
|
display: "flex",
|
|
@@ -468,6 +454,7 @@ export const Footer6: IBlock = {
|
|
|
468
454
|
{
|
|
469
455
|
category: {
|
|
470
456
|
"margin-bottom": "sm",
|
|
457
|
+
"font-weight": 700,
|
|
471
458
|
},
|
|
472
459
|
links_levoGroup: {
|
|
473
460
|
display: "flex",
|
|
@@ -530,95 +517,6 @@ export const Footer6: IBlock = {
|
|
|
530
517
|
},
|
|
531
518
|
],
|
|
532
519
|
},
|
|
533
|
-
{
|
|
534
|
-
category: {
|
|
535
|
-
"margin-bottom": "sm",
|
|
536
|
-
color: "white",
|
|
537
|
-
},
|
|
538
|
-
links_levoGroup: {
|
|
539
|
-
display: "flex",
|
|
540
|
-
"flex-direction": "column",
|
|
541
|
-
"row-gap": "xs",
|
|
542
|
-
},
|
|
543
|
-
links: [
|
|
544
|
-
{
|
|
545
|
-
wrapper: {
|
|
546
|
-
display: "flex",
|
|
547
|
-
"column-gap": "sm",
|
|
548
|
-
"align-items": "center",
|
|
549
|
-
},
|
|
550
|
-
icon: {
|
|
551
|
-
width: "20px",
|
|
552
|
-
height: "20px",
|
|
553
|
-
"border-radius": "base",
|
|
554
|
-
},
|
|
555
|
-
icon_links_levoGroup: {
|
|
556
|
-
display: "flex",
|
|
557
|
-
"column-gap": "xs",
|
|
558
|
-
},
|
|
559
|
-
cta: {
|
|
560
|
-
color: "white",
|
|
561
|
-
},
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
wrapper: {
|
|
565
|
-
display: "flex",
|
|
566
|
-
},
|
|
567
|
-
cta: {
|
|
568
|
-
color: "page",
|
|
569
|
-
},
|
|
570
|
-
},
|
|
571
|
-
],
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
category: {
|
|
575
|
-
"margin-bottom": "sm",
|
|
576
|
-
color: "text-1",
|
|
577
|
-
},
|
|
578
|
-
links_levoGroup: {
|
|
579
|
-
display: "flex",
|
|
580
|
-
"flex-direction": "column",
|
|
581
|
-
"row-gap": "xs",
|
|
582
|
-
},
|
|
583
|
-
links: [
|
|
584
|
-
{
|
|
585
|
-
wrapper: {
|
|
586
|
-
display: "flex",
|
|
587
|
-
"column-gap": "sm",
|
|
588
|
-
"align-items": "center",
|
|
589
|
-
},
|
|
590
|
-
icon: {
|
|
591
|
-
width: "20px",
|
|
592
|
-
height: "20px",
|
|
593
|
-
"border-radius": "base",
|
|
594
|
-
},
|
|
595
|
-
icon_links_levoGroup: {
|
|
596
|
-
display: "flex",
|
|
597
|
-
"column-gap": "xs",
|
|
598
|
-
},
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
wrapper: {
|
|
602
|
-
display: "flex",
|
|
603
|
-
},
|
|
604
|
-
},
|
|
605
|
-
],
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
links: [
|
|
609
|
-
null,
|
|
610
|
-
{
|
|
611
|
-
wrapper: {
|
|
612
|
-
display: "flex",
|
|
613
|
-
},
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
wrapper: {
|
|
617
|
-
display: "flex",
|
|
618
|
-
},
|
|
619
|
-
},
|
|
620
|
-
],
|
|
621
|
-
},
|
|
622
520
|
],
|
|
623
521
|
footerBottomWrapper: {
|
|
624
522
|
display: "flex",
|
|
@@ -626,7 +524,7 @@ export const Footer6: IBlock = {
|
|
|
626
524
|
"padding-top": "xl",
|
|
627
525
|
"border-top": "1px solid",
|
|
628
526
|
"border-color": "border",
|
|
629
|
-
"background-color": "
|
|
527
|
+
"background-color": "brandSecondary",
|
|
630
528
|
width: "100%",
|
|
631
529
|
"padding-bottom": "xl",
|
|
632
530
|
"margin-bottom": "none",
|
|
@@ -711,10 +609,9 @@ export const Footer6: IBlock = {
|
|
|
711
609
|
copyright: {
|
|
712
610
|
"text-align": "center",
|
|
713
611
|
width: "100%",
|
|
612
|
+
color: "brandSecondaryForeground",
|
|
714
613
|
},
|
|
715
|
-
contact_form_title: {
|
|
716
|
-
"font-size": "lg",
|
|
717
|
-
},
|
|
614
|
+
contact_form_title: {},
|
|
718
615
|
social_icon_links_levoGroup: {
|
|
719
616
|
display: "flex",
|
|
720
617
|
"column-gap": "base",
|
|
@@ -723,7 +620,38 @@ export const Footer6: IBlock = {
|
|
|
723
620
|
"margin-bottom": "xs",
|
|
724
621
|
},
|
|
725
622
|
},
|
|
726
|
-
config: {
|
|
623
|
+
config: {
|
|
624
|
+
links: [
|
|
625
|
+
{
|
|
626
|
+
category: {
|
|
627
|
+
heading: {
|
|
628
|
+
level: "4",
|
|
629
|
+
},
|
|
630
|
+
selectedVariants: {
|
|
631
|
+
Heading_Level: "H6",
|
|
632
|
+
},
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
category: {
|
|
637
|
+
selectedVariants: {
|
|
638
|
+
Heading_Level: "H6",
|
|
639
|
+
},
|
|
640
|
+
heading: {
|
|
641
|
+
level: "4",
|
|
642
|
+
},
|
|
643
|
+
},
|
|
644
|
+
},
|
|
645
|
+
],
|
|
646
|
+
contact_form_title: {
|
|
647
|
+
selectedVariants: {
|
|
648
|
+
Typography_Variants: "Large",
|
|
649
|
+
},
|
|
650
|
+
},
|
|
651
|
+
social_icons_title: {
|
|
652
|
+
selectedVariants: {},
|
|
653
|
+
},
|
|
654
|
+
},
|
|
727
655
|
content: DEFAULT_CONTENT,
|
|
728
656
|
},
|
|
729
657
|
],
|
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
Typography,
|
|
8
8
|
Form,
|
|
9
9
|
type ILevoBlockBaseProps,
|
|
10
|
+
Heading,
|
|
10
11
|
} from "@levo-so/studio";
|
|
11
12
|
|
|
12
13
|
import { type IFooter6Content } from "./footer-6.schema";
|
|
@@ -48,7 +49,7 @@ const Footer6: React.FC<ILevoBlockBaseProps<IFooter6Content>> = ({
|
|
|
48
49
|
key={`footer-6-links-${index}`}
|
|
49
50
|
data-levo_group_item
|
|
50
51
|
>
|
|
51
|
-
<
|
|
52
|
+
<Heading elementKey={`links.${index}.category`} />
|
|
52
53
|
<Box
|
|
53
54
|
elementKey={`links.${index}.links_levoGroup`}
|
|
54
55
|
data-levo_group
|