@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
|
@@ -21,7 +21,15 @@ const Cards10: React.FC<ILevoBlockBaseProps<ICards10Content>> = ({
|
|
|
21
21
|
<Box elementKey="header_section">
|
|
22
22
|
<Heading elementKey="main_title" />
|
|
23
23
|
<Typography elementKey="description" />
|
|
24
|
-
<
|
|
24
|
+
<Box elementKey="ctas_levoGroup" data-levo_group>
|
|
25
|
+
{(content?.ctas ?? []).map((_: any, index: number) => (
|
|
26
|
+
<Button
|
|
27
|
+
key={`ctas.${index}.cta`}
|
|
28
|
+
elementKey={`ctas.${index}.cta`}
|
|
29
|
+
data-levo_group_item
|
|
30
|
+
/>
|
|
31
|
+
))}
|
|
32
|
+
</Box>
|
|
25
33
|
</Box>
|
|
26
34
|
<Box elementKey="cards_grid">
|
|
27
35
|
<Box elementKey="cards_levoGroup" data-levo_group>
|
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const IMG_DEFAULT = {
|
|
4
|
+
id: "8eRTS0Um3wREL",
|
|
5
|
+
filename: "cards-11-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-11-1-oilhcrpq9mUy9-750w.webp 750w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
const IMG_VARAINT_1 = {
|
|
29
|
+
object: "media",
|
|
30
|
+
id: "4JO66lk27h2zF",
|
|
31
|
+
workspace_id: "WLZ1TXTD",
|
|
32
|
+
folder_id: null,
|
|
33
|
+
filename: "cards-11-variant-1.jpg",
|
|
34
|
+
kind: "image",
|
|
35
|
+
path: "WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638.jpg",
|
|
36
|
+
location:
|
|
37
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638.jpg",
|
|
38
|
+
metadata: {
|
|
39
|
+
etag: '"5a0f40372c2cd91d16884e009779788d"',
|
|
40
|
+
mimetype: "image/jpeg",
|
|
41
|
+
size: 8383117,
|
|
42
|
+
},
|
|
43
|
+
srcset: {
|
|
44
|
+
"1080w":
|
|
45
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1080w.webp",
|
|
46
|
+
"1200w":
|
|
47
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1200w.webp",
|
|
48
|
+
"1920w":
|
|
49
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1920w.webp",
|
|
50
|
+
"320w":
|
|
51
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-320w.webp",
|
|
52
|
+
"640w":
|
|
53
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-640w.webp",
|
|
54
|
+
"750w":
|
|
55
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-750w.webp",
|
|
56
|
+
"828w":
|
|
57
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-828w.webp",
|
|
58
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-11-variant-1-hjB8QvKrOj638-1920w.webp 1920w",
|
|
59
|
+
},
|
|
60
|
+
tags: [],
|
|
61
|
+
created_at: "2025-12-20T08:17:47.836Z",
|
|
62
|
+
updated_at: "2025-12-20T08:17:47.836Z",
|
|
63
|
+
created_by: null,
|
|
64
|
+
updated_by: null,
|
|
65
|
+
};
|
|
66
|
+
|
|
3
67
|
const DEFAULT_CONTENT = {
|
|
4
68
|
layout: null,
|
|
5
69
|
container: null,
|
|
@@ -10,30 +74,7 @@ const DEFAULT_CONTENT = {
|
|
|
10
74
|
main_wrapper: null,
|
|
11
75
|
left_container: null,
|
|
12
76
|
right_container: null,
|
|
13
|
-
main_image:
|
|
14
|
-
id: "aytSN3Hg27EV",
|
|
15
|
-
filename: "image.png",
|
|
16
|
-
kind: "image",
|
|
17
|
-
location: "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq.png",
|
|
18
|
-
srcset: {
|
|
19
|
-
"1080w":
|
|
20
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp",
|
|
21
|
-
"1200w":
|
|
22
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp",
|
|
23
|
-
"1920w":
|
|
24
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp",
|
|
25
|
-
"320w":
|
|
26
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp",
|
|
27
|
-
"640w":
|
|
28
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp",
|
|
29
|
-
"750w":
|
|
30
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp",
|
|
31
|
-
"828w":
|
|
32
|
-
"https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp",
|
|
33
|
-
path: "https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-WT0jrEUa9Moq-1080w.webp 1080w",
|
|
34
|
-
},
|
|
35
|
-
mimetype: "image/png",
|
|
36
|
-
},
|
|
77
|
+
main_image: IMG_DEFAULT,
|
|
37
78
|
cards: [
|
|
38
79
|
{
|
|
39
80
|
card: null,
|
|
@@ -153,30 +194,7 @@ const DEFAULT_CONTENT_VARIANT_1 = {
|
|
|
153
194
|
main_wrapper: null,
|
|
154
195
|
left_container: null,
|
|
155
196
|
right_container: null,
|
|
156
|
-
main_image:
|
|
157
|
-
id: "tryyEJ6PNnl15",
|
|
158
|
-
filename: "image.png",
|
|
159
|
-
kind: "image",
|
|
160
|
-
location: "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t.png",
|
|
161
|
-
srcset: {
|
|
162
|
-
"1080w":
|
|
163
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1080w.webp",
|
|
164
|
-
"1200w":
|
|
165
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1200w.webp",
|
|
166
|
-
"1920w":
|
|
167
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1920w.webp",
|
|
168
|
-
"320w":
|
|
169
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-320w.webp",
|
|
170
|
-
"640w":
|
|
171
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-640w.webp",
|
|
172
|
-
"750w":
|
|
173
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-750w.webp",
|
|
174
|
-
"828w":
|
|
175
|
-
"https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-828w.webp",
|
|
176
|
-
path: "https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-JtaUZEUj2dE1t-1920w.webp 1920w",
|
|
177
|
-
},
|
|
178
|
-
mimetype: "image/png",
|
|
179
|
-
},
|
|
197
|
+
main_image: IMG_VARAINT_1,
|
|
180
198
|
cards: [
|
|
181
199
|
{
|
|
182
200
|
card: null,
|
|
@@ -365,7 +383,7 @@ export const Cards11: IBlock = {
|
|
|
365
383
|
{
|
|
366
384
|
key: "title",
|
|
367
385
|
label: "Title",
|
|
368
|
-
field_interface: "
|
|
386
|
+
field_interface: "HeadingWidget",
|
|
369
387
|
},
|
|
370
388
|
{
|
|
371
389
|
key: "description",
|
|
@@ -380,19 +398,8 @@ export const Cards11: IBlock = {
|
|
|
380
398
|
key: "default",
|
|
381
399
|
title: "Default",
|
|
382
400
|
styles: {
|
|
383
|
-
layout: {
|
|
384
|
-
|
|
385
|
-
"padding-bottom": "3xl",
|
|
386
|
-
"padding-left": "base",
|
|
387
|
-
"padding-right": "base",
|
|
388
|
-
},
|
|
389
|
-
container: {
|
|
390
|
-
"max-width": "1280px",
|
|
391
|
-
"margin-left": "auto",
|
|
392
|
-
"margin-right": "auto",
|
|
393
|
-
"padding-left": "none",
|
|
394
|
-
"padding-right": "none",
|
|
395
|
-
},
|
|
401
|
+
layout: {},
|
|
402
|
+
container: {},
|
|
396
403
|
header_section: {
|
|
397
404
|
"text-align": "center",
|
|
398
405
|
"margin-bottom": "3xl",
|
|
@@ -405,14 +412,7 @@ export const Cards11: IBlock = {
|
|
|
405
412
|
"flex-direction": "column",
|
|
406
413
|
},
|
|
407
414
|
},
|
|
408
|
-
main_description: {
|
|
409
|
-
"font-size": "lg",
|
|
410
|
-
color: "text-2",
|
|
411
|
-
"line-height": "1.6",
|
|
412
|
-
mobile: {
|
|
413
|
-
"font-size": "base",
|
|
414
|
-
},
|
|
415
|
-
},
|
|
415
|
+
main_description: {},
|
|
416
416
|
main_wrapper: {
|
|
417
417
|
display: "flex",
|
|
418
418
|
"align-items": "center",
|
|
@@ -503,15 +503,7 @@ export const Cards11: IBlock = {
|
|
|
503
503
|
"flex-direction": "column",
|
|
504
504
|
"row-gap": "sm",
|
|
505
505
|
},
|
|
506
|
-
title: {
|
|
507
|
-
tablet: {
|
|
508
|
-
"font-size": "2xl",
|
|
509
|
-
},
|
|
510
|
-
"font-size": "2xl",
|
|
511
|
-
mobile: {
|
|
512
|
-
"font-size": "lg",
|
|
513
|
-
},
|
|
514
|
-
},
|
|
506
|
+
title: {},
|
|
515
507
|
},
|
|
516
508
|
{
|
|
517
509
|
card: {
|
|
@@ -534,15 +526,7 @@ export const Cards11: IBlock = {
|
|
|
534
526
|
"flex-direction": "column",
|
|
535
527
|
"row-gap": "sm",
|
|
536
528
|
},
|
|
537
|
-
title: {
|
|
538
|
-
"font-size": "2xl",
|
|
539
|
-
tablet: {
|
|
540
|
-
"font-size": "2xl",
|
|
541
|
-
},
|
|
542
|
-
mobile: {
|
|
543
|
-
"font-size": "lg",
|
|
544
|
-
},
|
|
545
|
-
},
|
|
529
|
+
title: {},
|
|
546
530
|
},
|
|
547
531
|
{
|
|
548
532
|
card: {
|
|
@@ -565,15 +549,7 @@ export const Cards11: IBlock = {
|
|
|
565
549
|
"flex-direction": "column",
|
|
566
550
|
"row-gap": "sm",
|
|
567
551
|
},
|
|
568
|
-
title: {
|
|
569
|
-
"font-size": "2xl",
|
|
570
|
-
tablet: {
|
|
571
|
-
"font-size": "2xl",
|
|
572
|
-
},
|
|
573
|
-
mobile: {
|
|
574
|
-
"font-size": "lg",
|
|
575
|
-
},
|
|
576
|
-
},
|
|
552
|
+
title: {},
|
|
577
553
|
},
|
|
578
554
|
],
|
|
579
555
|
},
|
|
@@ -584,25 +560,42 @@ export const Cards11: IBlock = {
|
|
|
584
560
|
Heading_Level: "H2",
|
|
585
561
|
},
|
|
586
562
|
},
|
|
563
|
+
cards: [
|
|
564
|
+
{
|
|
565
|
+
title: {
|
|
566
|
+
selectedVariants: {
|
|
567
|
+
Heading_Level: "H5",
|
|
568
|
+
},
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
title: {
|
|
573
|
+
selectedVariants: {
|
|
574
|
+
Heading_Level: "H5",
|
|
575
|
+
},
|
|
576
|
+
},
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
title: {
|
|
580
|
+
selectedVariants: {
|
|
581
|
+
Heading_Level: "H5",
|
|
582
|
+
},
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
],
|
|
586
|
+
main_description: {
|
|
587
|
+
selectedVariants: {
|
|
588
|
+
Typography_Variants: "Large",
|
|
589
|
+
},
|
|
590
|
+
},
|
|
587
591
|
},
|
|
588
592
|
},
|
|
589
593
|
{
|
|
590
594
|
key: "variant-1",
|
|
591
595
|
title: "Variant 1",
|
|
592
596
|
styles: {
|
|
593
|
-
layout: {
|
|
594
|
-
|
|
595
|
-
"padding-bottom": "3xl",
|
|
596
|
-
"padding-left": "base",
|
|
597
|
-
"padding-right": "base",
|
|
598
|
-
},
|
|
599
|
-
container: {
|
|
600
|
-
"max-width": "1280px",
|
|
601
|
-
"margin-left": "auto",
|
|
602
|
-
"margin-right": "auto",
|
|
603
|
-
"padding-left": "none",
|
|
604
|
-
"padding-right": "none",
|
|
605
|
-
},
|
|
597
|
+
layout: {},
|
|
598
|
+
container: {},
|
|
606
599
|
header_section: {
|
|
607
600
|
"text-align": "center",
|
|
608
601
|
"margin-bottom": "3xl",
|
|
@@ -617,12 +610,6 @@ export const Cards11: IBlock = {
|
|
|
617
610
|
"align-items": "center",
|
|
618
611
|
},
|
|
619
612
|
main_description: {
|
|
620
|
-
"font-size": "lg",
|
|
621
|
-
color: "text-2",
|
|
622
|
-
"line-height": "1.6",
|
|
623
|
-
mobile: {
|
|
624
|
-
"font-size": "base",
|
|
625
|
-
},
|
|
626
613
|
display: "none",
|
|
627
614
|
},
|
|
628
615
|
main_wrapper: {
|
|
@@ -714,13 +701,7 @@ export const Cards11: IBlock = {
|
|
|
714
701
|
"row-gap": "sm",
|
|
715
702
|
},
|
|
716
703
|
title: {
|
|
717
|
-
|
|
718
|
-
"font-size": "2xl",
|
|
719
|
-
},
|
|
720
|
-
"font-size": "2xl",
|
|
721
|
-
mobile: {
|
|
722
|
-
"font-size": "lg",
|
|
723
|
-
},
|
|
704
|
+
"font-weight": 600,
|
|
724
705
|
},
|
|
725
706
|
},
|
|
726
707
|
{
|
|
@@ -744,13 +725,7 @@ export const Cards11: IBlock = {
|
|
|
744
725
|
"row-gap": "sm",
|
|
745
726
|
},
|
|
746
727
|
title: {
|
|
747
|
-
|
|
748
|
-
"font-size": "2xl",
|
|
749
|
-
},
|
|
750
|
-
"font-size": "2xl",
|
|
751
|
-
mobile: {
|
|
752
|
-
"font-size": "lg",
|
|
753
|
-
},
|
|
728
|
+
"font-weight": 600,
|
|
754
729
|
},
|
|
755
730
|
},
|
|
756
731
|
{
|
|
@@ -758,10 +733,10 @@ export const Cards11: IBlock = {
|
|
|
758
733
|
"padding-top": "none",
|
|
759
734
|
"padding-right": "3xl",
|
|
760
735
|
"padding-left": "3xl",
|
|
761
|
-
"padding-bottom": "
|
|
762
|
-
"border-radius": "base",
|
|
736
|
+
"padding-bottom": "base",
|
|
763
737
|
display: "flex",
|
|
764
738
|
"column-gap": "sm",
|
|
739
|
+
"border-bottom": "1px solid #D9D9D9",
|
|
765
740
|
},
|
|
766
741
|
icon: {
|
|
767
742
|
height: "34px",
|
|
@@ -774,145 +749,61 @@ export const Cards11: IBlock = {
|
|
|
774
749
|
"row-gap": "sm",
|
|
775
750
|
},
|
|
776
751
|
title: {
|
|
777
|
-
|
|
778
|
-
"font-size": "2xl",
|
|
779
|
-
},
|
|
780
|
-
"font-size": "2xl",
|
|
781
|
-
mobile: {
|
|
782
|
-
"font-size": "lg",
|
|
783
|
-
},
|
|
752
|
+
"font-weight": 600,
|
|
784
753
|
},
|
|
785
754
|
},
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
width: "34px",
|
|
799
|
-
"font-size": "34px",
|
|
800
|
-
},
|
|
801
|
-
content_wrapper: {
|
|
802
|
-
display: "flex",
|
|
803
|
-
"flex-direction": "column",
|
|
804
|
-
"row-gap": "sm",
|
|
805
|
-
},
|
|
806
|
-
title: {
|
|
807
|
-
tablet: {
|
|
808
|
-
"font-size": "2xl",
|
|
809
|
-
},
|
|
810
|
-
"font-size": "2xl",
|
|
811
|
-
mobile: {
|
|
812
|
-
"font-size": "lg",
|
|
813
|
-
},
|
|
814
|
-
},
|
|
755
|
+
],
|
|
756
|
+
cards_levoGroupItem: {
|
|
757
|
+
title: {
|
|
758
|
+
"font-weight": 600,
|
|
759
|
+
},
|
|
760
|
+
},
|
|
761
|
+
},
|
|
762
|
+
content: DEFAULT_CONTENT_VARIANT_1,
|
|
763
|
+
config: {
|
|
764
|
+
main_title: {
|
|
765
|
+
selectedVariants: {
|
|
766
|
+
Heading_Level: "H2",
|
|
815
767
|
},
|
|
768
|
+
},
|
|
769
|
+
main_description: {
|
|
770
|
+
selectedVariants: {
|
|
771
|
+
Typography_Variants: "Large",
|
|
772
|
+
},
|
|
773
|
+
},
|
|
774
|
+
cards: [
|
|
816
775
|
{
|
|
817
|
-
card: {
|
|
818
|
-
"padding-top": "3xl",
|
|
819
|
-
"padding-right": "3xl",
|
|
820
|
-
"padding-left": "3xl",
|
|
821
|
-
"padding-bottom": "3xl",
|
|
822
|
-
"border-radius": "base",
|
|
823
|
-
display: "flex",
|
|
824
|
-
"column-gap": "sm",
|
|
825
|
-
},
|
|
826
|
-
icon: {
|
|
827
|
-
height: "34px",
|
|
828
|
-
width: "34px",
|
|
829
|
-
"font-size": "34px",
|
|
830
|
-
},
|
|
831
|
-
content_wrapper: {
|
|
832
|
-
display: "flex",
|
|
833
|
-
"flex-direction": "column",
|
|
834
|
-
"row-gap": "sm",
|
|
835
|
-
},
|
|
836
776
|
title: {
|
|
837
|
-
|
|
838
|
-
|
|
777
|
+
selectedVariants: {
|
|
778
|
+
Heading_Level: "H4",
|
|
839
779
|
},
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
"font-size": "lg",
|
|
780
|
+
heading: {
|
|
781
|
+
level: "4",
|
|
843
782
|
},
|
|
844
783
|
},
|
|
845
784
|
},
|
|
846
785
|
{
|
|
847
|
-
card: {
|
|
848
|
-
"padding-top": "3xl",
|
|
849
|
-
"padding-right": "3xl",
|
|
850
|
-
"padding-left": "3xl",
|
|
851
|
-
"padding-bottom": "3xl",
|
|
852
|
-
"border-radius": "base",
|
|
853
|
-
display: "flex",
|
|
854
|
-
"column-gap": "sm",
|
|
855
|
-
},
|
|
856
|
-
icon: {
|
|
857
|
-
height: "34px",
|
|
858
|
-
width: "34px",
|
|
859
|
-
"font-size": "34px",
|
|
860
|
-
},
|
|
861
|
-
content_wrapper: {
|
|
862
|
-
display: "flex",
|
|
863
|
-
"flex-direction": "column",
|
|
864
|
-
"row-gap": "sm",
|
|
865
|
-
},
|
|
866
786
|
title: {
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
"font-size": "2xl",
|
|
787
|
+
selectedVariants: {
|
|
788
|
+
Heading_Level: "H4",
|
|
870
789
|
},
|
|
871
|
-
|
|
872
|
-
|
|
790
|
+
heading: {
|
|
791
|
+
level: "4",
|
|
873
792
|
},
|
|
874
793
|
},
|
|
875
794
|
},
|
|
876
795
|
{
|
|
877
|
-
card: {
|
|
878
|
-
"padding-top": "3xl",
|
|
879
|
-
"padding-right": "3xl",
|
|
880
|
-
"padding-left": "3xl",
|
|
881
|
-
"padding-bottom": "3xl",
|
|
882
|
-
"border-radius": "base",
|
|
883
|
-
display: "flex",
|
|
884
|
-
"column-gap": "sm",
|
|
885
|
-
},
|
|
886
|
-
icon: {
|
|
887
|
-
height: "34px",
|
|
888
|
-
width: "34px",
|
|
889
|
-
"font-size": "34px",
|
|
890
|
-
},
|
|
891
|
-
content_wrapper: {
|
|
892
|
-
display: "flex",
|
|
893
|
-
"flex-direction": "column",
|
|
894
|
-
"row-gap": "sm",
|
|
895
|
-
},
|
|
896
796
|
title: {
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
"font-size": "2xl",
|
|
797
|
+
selectedVariants: {
|
|
798
|
+
Heading_Level: "H4",
|
|
900
799
|
},
|
|
901
|
-
|
|
902
|
-
|
|
800
|
+
heading: {
|
|
801
|
+
level: "4",
|
|
903
802
|
},
|
|
904
803
|
},
|
|
905
804
|
},
|
|
906
805
|
],
|
|
907
806
|
},
|
|
908
|
-
content: DEFAULT_CONTENT_VARIANT_1,
|
|
909
|
-
config: {
|
|
910
|
-
main_title: {
|
|
911
|
-
selectedVariants: {
|
|
912
|
-
Heading_Level: "H2",
|
|
913
|
-
},
|
|
914
|
-
},
|
|
915
|
-
},
|
|
916
807
|
},
|
|
917
808
|
],
|
|
918
809
|
};
|