@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.
- package/package.json +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +26 -12
- package/src/blocks/about-us/about-us-2.schema.ts +269 -0
- package/src/blocks/about-us/about-us-2.tsx +47 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
- package/src/blocks/blogs/blog-listing-1.tsx +79 -56
- package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
- package/src/blocks/blogs/blog-listing-2.tsx +16 -11
- package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
- package/src/blocks/blogs/blog-listing-3.tsx +84 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
- package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
- package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
- package/src/blocks/blogs/blog-post-3.tsx +58 -0
- package/src/blocks/cards/cards-10.schema.ts +579 -0
- package/src/blocks/cards/cards-10.tsx +2 -0
- package/src/blocks/cards/cards-11.schema.ts +514 -36
- package/src/blocks/cards/cards-13.schema.ts +615 -0
- package/src/blocks/cards/cards-13.tsx +67 -0
- package/src/blocks/cards/cards-2.schema.ts +14 -17
- package/src/blocks/cards/cards-3.schema.ts +15 -25
- package/src/blocks/cards/cards-4.schema.ts +22 -44
- package/src/blocks/cards/cards-4.tsx +39 -39
- package/src/blocks/cards/cards-5.schema.ts +15 -34
- package/src/blocks/cards/cards-6.schema.ts +1500 -0
- package/src/blocks/cards/cards-6.tsx +11 -7
- package/src/blocks/cards/cards-7.schema.ts +1772 -27
- package/src/blocks/cards/cards-7.tsx +32 -0
- package/src/blocks/cards/cards-8.schema.ts +9 -9
- package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
- package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
- package/src/blocks/content/content-1.schema.ts +45 -67
- package/src/blocks/content/content-2.schema.ts +14 -11
- package/src/blocks/content/content-3.schema.ts +17 -115
- package/src/blocks/content/content-3.tsx +1 -0
- package/src/blocks/content/content-5.tsx +1 -0
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-7.schema.ts +723 -0
- package/src/blocks/content/content-7.tsx +53 -0
- package/src/blocks/cta/cta-1.schema.ts +18 -26
- package/src/blocks/cta/cta-3.schema.ts +60 -0
- package/src/blocks/event/event-details.schema.ts +30 -35
- package/src/blocks/event/event-details.tsx +74 -79
- package/src/blocks/event/event-listing-2.schema.ts +85 -26
- package/src/blocks/event/event-listing-2.tsx +76 -52
- package/src/blocks/event/event-listing-3.schema.ts +58 -42
- package/src/blocks/event/event-listing-3.tsx +4 -9
- package/src/blocks/event/event-listing-4.schema.ts +3528 -0
- package/src/blocks/event/event-listing-4.tsx +97 -0
- package/src/blocks/event/event-listing.schema.ts +81 -86
- package/src/blocks/event/event-listing.tsx +1 -3
- package/src/blocks/faq/faq-1.schema.ts +13 -10
- package/src/blocks/faq/faq-2.schema.ts +12 -10
- package/src/blocks/features/features-1/variants/default.ts +12 -3
- package/src/blocks/features/features-2.schema.ts +192 -59
- package/src/blocks/features/features-3.schema.ts +11 -25
- package/src/blocks/features/features-4.schema.ts +20 -35
- package/src/blocks/features/features-5.schema.ts +18 -37
- package/src/blocks/footer/footer-1.schema.ts +28 -5
- package/src/blocks/footer/footer-2.schema.ts +18 -3
- package/src/blocks/footer/footer-3.schema.ts +85 -160
- package/src/blocks/footer/footer-3.tsx +1 -2
- package/src/blocks/footer/footer-4.schema.ts +10 -5
- package/src/blocks/footer/footer-4.tsx +1 -1
- package/src/blocks/footer/footer-5.schema.ts +10 -0
- package/src/blocks/footer/footer-5.tsx +11 -3
- package/src/blocks/footer/footer-6.schema.ts +730 -0
- package/src/blocks/footer/footer-6.tsx +100 -0
- package/src/blocks/hero/hero-1.schema.ts +165 -185
- package/src/blocks/hero/hero-10.schema.ts +175 -0
- package/src/blocks/hero/hero-10.tsx +35 -0
- package/src/blocks/hero/hero-2.schema.ts +60 -104
- package/src/blocks/hero/hero-2.tsx +11 -3
- package/src/blocks/hero/hero-3.schema.ts +68 -64
- package/src/blocks/hero/hero-4.schema.ts +148 -48
- package/src/blocks/hero/hero-5.schema.ts +29 -23
- package/src/blocks/hero/hero-6.schema.ts +28 -66
- package/src/blocks/hero/hero-7.schema.ts +34 -37
- package/src/blocks/hero/hero-8.schema.ts +5 -1
- package/src/blocks/index.ts +11 -0
- package/src/blocks/logos/logos-1.schema.ts +10 -4
- package/src/blocks/navbar/navbar-1.schema.ts +3 -5
- package/src/blocks/navbar/navbar-1.tsx +5 -19
- package/src/blocks/navbar/navbar-2.schema.ts +2 -4
- package/src/blocks/navbar/navbar-2.tsx +4 -18
- package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
- package/src/blocks/navbar/navbar-3.tsx +551 -0
- package/src/blocks/pricing/pricing-1.schema.ts +23 -37
- package/src/blocks/products/products-listing-1.schema.ts +73 -76
- package/src/blocks/profile/profile-1.schema.ts +399 -0
- package/src/blocks/profile/profile-1.tsx +64 -0
- package/src/blocks/stats/stats-1.schema.ts +34 -3
- package/src/blocks/stats/variants/default.ts +0 -1
- package/src/blocks/stats/variants/hero.ts +2 -13
- package/src/blocks/team/team-1.schema.ts +50 -22
- package/src/blocks/team/team-1.tsx +9 -3
- package/src/blocks/team/team-2.schema.ts +96 -167
- package/src/blocks/team/team-3.schema.ts +32 -49
- package/src/blocks/team/team-4.schema.ts +551 -0
- package/src/blocks/team/team-4.tsx +59 -0
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
- package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
- package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
- package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
- package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
- package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
- package/src/blocks/testimonial/testimonial-5.tsx +32 -8
- package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
- package/src/blocks/testimonial/testimonial-6.tsx +107 -57
- package/src/schemas/blocks.ts +22 -0
- package/src/schemas/categories.ts +6 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Box,
|
|
3
|
+
Container,
|
|
4
|
+
Icon,
|
|
5
|
+
Image,
|
|
6
|
+
Section,
|
|
7
|
+
Typography,
|
|
8
|
+
Form,
|
|
9
|
+
type ILevoBlockBaseProps,
|
|
10
|
+
} from "@levo-so/studio";
|
|
11
|
+
|
|
12
|
+
import { type IFooter6Content } from "./footer-6.schema";
|
|
13
|
+
|
|
14
|
+
const Footer6: React.FC<ILevoBlockBaseProps<IFooter6Content>> = ({
|
|
15
|
+
content,
|
|
16
|
+
}) => (
|
|
17
|
+
<Section elementKey="layout">
|
|
18
|
+
<Container elementKey="container">
|
|
19
|
+
<Box elementKey="contentWrapper">
|
|
20
|
+
<Box elementKey="logoTextWrapper">
|
|
21
|
+
<Image elementKey="logo" height={26} width={26} alt="footer-logo" />
|
|
22
|
+
<Typography elementKey="logoDescription" />
|
|
23
|
+
<Box elementKey="icon_links_levoGroup" data-levo_group>
|
|
24
|
+
{((content as any)?.icon_links ?? [])?.map(
|
|
25
|
+
(_: any, index: number) => (
|
|
26
|
+
<Box
|
|
27
|
+
key={`footer-6-icon-${index}`}
|
|
28
|
+
data-levo_group_item
|
|
29
|
+
elementKey={`icon_links.${index}.content_wrapper`}
|
|
30
|
+
>
|
|
31
|
+
<Icon elementKey={`icon_links.${index}.icon`} />
|
|
32
|
+
<Box elementKey={`icon_links.${index}.text_wrapper`}>
|
|
33
|
+
<Typography elementKey={`icon_links.${index}.label`} />
|
|
34
|
+
<Typography
|
|
35
|
+
elementKey={`icon_links.${index}.description`}
|
|
36
|
+
/>
|
|
37
|
+
</Box>
|
|
38
|
+
</Box>
|
|
39
|
+
),
|
|
40
|
+
)}
|
|
41
|
+
</Box>
|
|
42
|
+
</Box>
|
|
43
|
+
|
|
44
|
+
<Box data-levo_group elementKey="links_levoGroup">
|
|
45
|
+
{(content?.links ?? [])?.map((link: any, index: number) => (
|
|
46
|
+
<Box
|
|
47
|
+
elementKey={`links.${index}.links`}
|
|
48
|
+
key={`footer-6-links-${index}`}
|
|
49
|
+
data-levo_group_item
|
|
50
|
+
>
|
|
51
|
+
<Typography elementKey={`links.${index}.category`} />
|
|
52
|
+
<Box
|
|
53
|
+
elementKey={`links.${index}.links_levoGroup`}
|
|
54
|
+
data-levo_group
|
|
55
|
+
>
|
|
56
|
+
{(link?.links ?? [])?.map((subLink: any, subIndex: number) => (
|
|
57
|
+
<Box
|
|
58
|
+
elementKey={`links.${index}.links.${subIndex}.wrapper`}
|
|
59
|
+
key={`footer-6-links-${index}-${subIndex}`}
|
|
60
|
+
data-levo_group_item
|
|
61
|
+
>
|
|
62
|
+
<Icon
|
|
63
|
+
elementKey={`links.${index}.links.${subIndex}.icon`}
|
|
64
|
+
/>
|
|
65
|
+
<Typography
|
|
66
|
+
elementKey={`links.${index}.links.${subIndex}.cta`}
|
|
67
|
+
/>
|
|
68
|
+
</Box>
|
|
69
|
+
))}
|
|
70
|
+
</Box>
|
|
71
|
+
</Box>
|
|
72
|
+
))}
|
|
73
|
+
<Box elementKey="contactFormWrapper">
|
|
74
|
+
<Typography elementKey="contact_form_title" />
|
|
75
|
+
<Form elementKey="contact_form" />
|
|
76
|
+
<Typography elementKey="social_icons_title" />
|
|
77
|
+
<Box data-levo_group elementKey={`social_icon_links_levoGroup`}>
|
|
78
|
+
{(content?.social_icon_links ?? []).map(
|
|
79
|
+
(_: unknown, linkIndex: number) => (
|
|
80
|
+
<Box
|
|
81
|
+
data-levo_group_item
|
|
82
|
+
elementKey={`social_icon_links.${linkIndex}.wrapper`}
|
|
83
|
+
key={`footer-6-social-icon-${linkIndex}`}
|
|
84
|
+
>
|
|
85
|
+
<Icon elementKey={`social_icon_links.${linkIndex}.icon`} />
|
|
86
|
+
</Box>
|
|
87
|
+
),
|
|
88
|
+
)}
|
|
89
|
+
</Box>
|
|
90
|
+
</Box>
|
|
91
|
+
</Box>
|
|
92
|
+
</Box>
|
|
93
|
+
<Box elementKey="footerBottomWrapper">
|
|
94
|
+
<Typography elementKey="copyright" />
|
|
95
|
+
</Box>
|
|
96
|
+
</Container>
|
|
97
|
+
</Section>
|
|
98
|
+
);
|
|
99
|
+
|
|
100
|
+
export default Footer6;
|