@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
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
button_group: [
|
|
5
|
+
{
|
|
6
|
+
button: " ",
|
|
7
|
+
button_leftIcon: {
|
|
8
|
+
kind: "custom",
|
|
9
|
+
data: {
|
|
10
|
+
id: "R6ervNbOZfcD9",
|
|
11
|
+
location:
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd.png",
|
|
13
|
+
mimetype: "image/png",
|
|
14
|
+
kind: "image",
|
|
15
|
+
srcset: {
|
|
16
|
+
"1080w":
|
|
17
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1080w.webp",
|
|
18
|
+
"1200w":
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1200w.webp",
|
|
20
|
+
"1920w":
|
|
21
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1920w.webp",
|
|
22
|
+
"320w":
|
|
23
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-320w.webp",
|
|
24
|
+
"640w":
|
|
25
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-640w.webp",
|
|
26
|
+
"750w":
|
|
27
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-750w.webp",
|
|
28
|
+
"828w":
|
|
29
|
+
"https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-828w.webp",
|
|
30
|
+
path: "https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/whatsapp-logopng4-2EYM5YIjokcd-640w.webp 640w",
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export type IFloatingButton1Content = typeof DEFAULT_CONTENT;
|
|
39
|
+
|
|
40
|
+
export const FloatingButton1: IBlock = {
|
|
41
|
+
category_id: "floating-buttons",
|
|
42
|
+
title: "Floating Button 1",
|
|
43
|
+
key: "floating-button-1",
|
|
44
|
+
version: "v1",
|
|
45
|
+
content_schema: [
|
|
46
|
+
{
|
|
47
|
+
key: "button_group",
|
|
48
|
+
label: "Buttons",
|
|
49
|
+
kind: "group",
|
|
50
|
+
field_interface: "BoxWidget",
|
|
51
|
+
fields: [
|
|
52
|
+
{
|
|
53
|
+
key: "button",
|
|
54
|
+
label: "Button",
|
|
55
|
+
field_interface: "ButtonWidget",
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
layouts: [
|
|
61
|
+
{
|
|
62
|
+
key: "default",
|
|
63
|
+
title: "Default",
|
|
64
|
+
styles: {
|
|
65
|
+
button_group: [
|
|
66
|
+
{
|
|
67
|
+
button: {
|
|
68
|
+
"border-radius": "3xl",
|
|
69
|
+
"background-color": "transparent",
|
|
70
|
+
},
|
|
71
|
+
button_leftIcon: {
|
|
72
|
+
height: "50px",
|
|
73
|
+
width: "50px",
|
|
74
|
+
"font-size": "50px",
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
],
|
|
78
|
+
button_group_levoGroup: {
|
|
79
|
+
position: "fixed",
|
|
80
|
+
right: "24px",
|
|
81
|
+
bottom: "40px",
|
|
82
|
+
"z-index": "999999",
|
|
83
|
+
display: "flex",
|
|
84
|
+
"flex-direction": "column",
|
|
85
|
+
"align-items": "flex-end",
|
|
86
|
+
"row-gap": "12px",
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
content: DEFAULT_CONTENT,
|
|
90
|
+
config: {
|
|
91
|
+
button_group: [
|
|
92
|
+
{
|
|
93
|
+
button: {
|
|
94
|
+
button_icons: {
|
|
95
|
+
left: {
|
|
96
|
+
enabled: true,
|
|
97
|
+
},
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
],
|
|
105
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Box, Button, type ILevoBlockBaseProps } from "@levo-so/studio";
|
|
3
|
+
|
|
4
|
+
import type { IFloatingButton1Content } from "./floating-button-1.schema";
|
|
5
|
+
|
|
6
|
+
const FloatingButton1: React.FC<
|
|
7
|
+
ILevoBlockBaseProps<IFloatingButton1Content>
|
|
8
|
+
> = ({ content }) => (
|
|
9
|
+
<Box elementKey="button_group_levoGroup" data-levo_group>
|
|
10
|
+
{(content?.button_group ?? []).map((_, index) => (
|
|
11
|
+
<Button
|
|
12
|
+
key={index}
|
|
13
|
+
elementKey={`button_group.${index}.button`}
|
|
14
|
+
data-levo_group_item
|
|
15
|
+
/>
|
|
16
|
+
))}
|
|
17
|
+
</Box>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default FloatingButton1;
|
|
@@ -11,6 +11,32 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA = {
|
|
15
|
+
id: "A8sG1BvgdtgE",
|
|
16
|
+
filename: "footer-1-logo.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/footer-1-logo-w9fpJutzREEV-320w.webp 320w",
|
|
36
|
+
},
|
|
37
|
+
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
|
|
14
40
|
const DEFAULT_CONTENT = {
|
|
15
41
|
layout: null,
|
|
16
42
|
container: null,
|
|
@@ -18,29 +44,7 @@ const DEFAULT_CONTENT = {
|
|
|
18
44
|
|
|
19
45
|
// logo and description
|
|
20
46
|
logoTextWrapper: null,
|
|
21
|
-
logo:
|
|
22
|
-
id: "7141014160938075687",
|
|
23
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
24
|
-
kind: "image",
|
|
25
|
-
mimetype: "image/png",
|
|
26
|
-
srcset: {
|
|
27
|
-
"1080w":
|
|
28
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
29
|
-
"1200w":
|
|
30
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
31
|
-
"1920w":
|
|
32
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
33
|
-
"320w":
|
|
34
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
35
|
-
"640w":
|
|
36
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
37
|
-
"750w":
|
|
38
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
39
|
-
"828w":
|
|
40
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
41
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
42
|
-
},
|
|
43
|
-
},
|
|
47
|
+
logo: MEDIA,
|
|
44
48
|
logoDescription: "Expert Guidance, Ensuring Clear Verdicts Every Time.",
|
|
45
49
|
|
|
46
50
|
// icon links below logo description
|
|
@@ -193,7 +197,7 @@ export const Footer1: IBlock = {
|
|
|
193
197
|
{
|
|
194
198
|
key: "category",
|
|
195
199
|
label: "Category",
|
|
196
|
-
field_interface: "
|
|
200
|
+
field_interface: "HeadingWidget",
|
|
197
201
|
},
|
|
198
202
|
{
|
|
199
203
|
key: "links",
|
|
@@ -256,19 +260,7 @@ export const Footer1: IBlock = {
|
|
|
256
260
|
title: "Default",
|
|
257
261
|
key: "default",
|
|
258
262
|
styles: {
|
|
259
|
-
layout: {
|
|
260
|
-
"padding-top": "80px",
|
|
261
|
-
"padding-left": "112px",
|
|
262
|
-
"padding-right": "112px",
|
|
263
|
-
tablet: {
|
|
264
|
-
padding: "50px",
|
|
265
|
-
"padding-bottom": "0px",
|
|
266
|
-
},
|
|
267
|
-
mobile: {
|
|
268
|
-
padding: "40px",
|
|
269
|
-
"padding-bottom": "0px",
|
|
270
|
-
},
|
|
271
|
-
},
|
|
263
|
+
layout: {},
|
|
272
264
|
container: {
|
|
273
265
|
display: "flex",
|
|
274
266
|
"flex-direction": "column",
|
|
@@ -277,7 +269,7 @@ export const Footer1: IBlock = {
|
|
|
277
269
|
},
|
|
278
270
|
footerBottomWrapper: {
|
|
279
271
|
"border-style": "solid",
|
|
280
|
-
"border-color": "
|
|
272
|
+
"border-color": "border",
|
|
281
273
|
"border-top-width": "1px",
|
|
282
274
|
"padding-top": "xl",
|
|
283
275
|
display: "flex",
|
|
@@ -293,9 +285,7 @@ export const Footer1: IBlock = {
|
|
|
293
285
|
footerBottomRightArea: [
|
|
294
286
|
{
|
|
295
287
|
link: {},
|
|
296
|
-
cta: {
|
|
297
|
-
color: "text-2",
|
|
298
|
-
},
|
|
288
|
+
cta: {},
|
|
299
289
|
separator: {
|
|
300
290
|
width: "1px",
|
|
301
291
|
height: "1rem",
|
|
@@ -306,9 +296,7 @@ export const Footer1: IBlock = {
|
|
|
306
296
|
},
|
|
307
297
|
{
|
|
308
298
|
link: {},
|
|
309
|
-
cta: {
|
|
310
|
-
color: "text-2",
|
|
311
|
-
},
|
|
299
|
+
cta: {},
|
|
312
300
|
separator: {
|
|
313
301
|
width: "1px",
|
|
314
302
|
height: "1rem",
|
|
@@ -392,7 +380,7 @@ export const Footer1: IBlock = {
|
|
|
392
380
|
{
|
|
393
381
|
category: {
|
|
394
382
|
"margin-bottom": "sm",
|
|
395
|
-
|
|
383
|
+
"font-weight": 700,
|
|
396
384
|
},
|
|
397
385
|
links_levoGroup: {
|
|
398
386
|
display: "flex",
|
|
@@ -465,7 +453,7 @@ export const Footer1: IBlock = {
|
|
|
465
453
|
{
|
|
466
454
|
category: {
|
|
467
455
|
"margin-bottom": "sm",
|
|
468
|
-
|
|
456
|
+
"font-weight": 700,
|
|
469
457
|
},
|
|
470
458
|
links_levoGroup: {
|
|
471
459
|
display: "flex",
|
|
@@ -550,7 +538,7 @@ export const Footer1: IBlock = {
|
|
|
550
538
|
{
|
|
551
539
|
category: {
|
|
552
540
|
"margin-bottom": "sm",
|
|
553
|
-
|
|
541
|
+
"font-weight": 700,
|
|
554
542
|
},
|
|
555
543
|
links_levoGroup: {
|
|
556
544
|
display: "flex",
|
|
@@ -605,7 +593,89 @@ export const Footer1: IBlock = {
|
|
|
605
593
|
},
|
|
606
594
|
},
|
|
607
595
|
},
|
|
608
|
-
config: {
|
|
596
|
+
config: {
|
|
597
|
+
links: [
|
|
598
|
+
{
|
|
599
|
+
category: {
|
|
600
|
+
heading: {
|
|
601
|
+
level: "4",
|
|
602
|
+
},
|
|
603
|
+
selectedVariants: {
|
|
604
|
+
Heading_Level: "H6",
|
|
605
|
+
},
|
|
606
|
+
},
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
category: {
|
|
610
|
+
selectedVariants: {
|
|
611
|
+
Heading_Level: "H6",
|
|
612
|
+
},
|
|
613
|
+
heading: {
|
|
614
|
+
level: "4",
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
links: [
|
|
618
|
+
{
|
|
619
|
+
iconCtaWrapper: {
|
|
620
|
+
selectedVariants: {},
|
|
621
|
+
},
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
iconCtaWrapper: {
|
|
625
|
+
selectedVariants: {},
|
|
626
|
+
},
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
iconCtaWrapper: {
|
|
630
|
+
selectedVariants: {},
|
|
631
|
+
},
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
iconCtaWrapper: {
|
|
635
|
+
selectedVariants: {},
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
iconCtaWrapper: {
|
|
640
|
+
selectedVariants: {},
|
|
641
|
+
},
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
iconCtaWrapper: {
|
|
645
|
+
selectedVariants: {},
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
],
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
category: {
|
|
652
|
+
selectedVariants: {
|
|
653
|
+
Heading_Level: "H6",
|
|
654
|
+
},
|
|
655
|
+
heading: {
|
|
656
|
+
level: "4",
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
links: [
|
|
660
|
+
{
|
|
661
|
+
iconCtaWrapper: {
|
|
662
|
+
selectedVariants: {},
|
|
663
|
+
},
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
iconCtaWrapper: {
|
|
667
|
+
selectedVariants: {},
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
iconCtaWrapper: {
|
|
672
|
+
selectedVariants: {},
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
],
|
|
676
|
+
},
|
|
677
|
+
],
|
|
678
|
+
},
|
|
609
679
|
content: DEFAULT_CONTENT,
|
|
610
680
|
},
|
|
611
681
|
],
|
|
@@ -2,6 +2,7 @@ import React from "react";
|
|
|
2
2
|
import {
|
|
3
3
|
Box,
|
|
4
4
|
Container,
|
|
5
|
+
Heading,
|
|
5
6
|
Icon,
|
|
6
7
|
Image,
|
|
7
8
|
Section,
|
|
@@ -39,7 +40,7 @@ const Footer1: React.FC<ILevoBlockBaseProps<IFooter1Content>> = ({
|
|
|
39
40
|
key={`footer-1-links-${index}`}
|
|
40
41
|
data-levo_group_item
|
|
41
42
|
>
|
|
42
|
-
<
|
|
43
|
+
<Heading elementKey={`links.${index}.category`} />
|
|
43
44
|
<Box
|
|
44
45
|
elementKey={`links.${index}.links_levoGroup`}
|
|
45
46
|
data-levo_group
|