@levo-so/blocks 0.1.59 → 0.1.61
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 +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const IMG = {
|
|
4
|
+
object: "media",
|
|
5
|
+
id: "SvIOKsjxeW60M",
|
|
6
|
+
workspace_id: "WLZ1TXTD",
|
|
7
|
+
folder_id: null,
|
|
8
|
+
filename: "cards-13-default.jpg",
|
|
9
|
+
kind: "image",
|
|
10
|
+
path: "WLZ1TXTD/cards-13-default-R6er7NbOMhWhq.jpg",
|
|
11
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq.jpg",
|
|
12
|
+
metadata: {
|
|
13
|
+
etag: '"82cc15f23828898f40601be4d10eaa42"',
|
|
14
|
+
mimetype: "image/jpeg",
|
|
15
|
+
size: 149766,
|
|
16
|
+
},
|
|
17
|
+
srcset: {
|
|
18
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1080w.webp",
|
|
19
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1200w.webp",
|
|
20
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1920w.webp",
|
|
21
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-320w.webp",
|
|
22
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-640w.webp",
|
|
23
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-750w.webp",
|
|
24
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-828w.webp",
|
|
25
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1200w.webp 1200w",
|
|
26
|
+
},
|
|
27
|
+
tags: [],
|
|
28
|
+
created_at: "2025-12-20T08:24:01.290Z",
|
|
29
|
+
updated_at: "2025-12-20T08:24:01.290Z",
|
|
30
|
+
created_by: null,
|
|
31
|
+
updated_by: null,
|
|
32
|
+
};
|
|
33
|
+
|
|
3
34
|
const DEFAULT_CONTENT = {
|
|
4
35
|
layout: null,
|
|
5
36
|
container: null,
|
|
@@ -11,30 +42,7 @@ const DEFAULT_CONTENT = {
|
|
|
11
42
|
left_container: null,
|
|
12
43
|
center_container: null,
|
|
13
44
|
right_container: null,
|
|
14
|
-
main_image:
|
|
15
|
-
id: "4JOGKlkPlUtWm",
|
|
16
|
-
filename: "image.png",
|
|
17
|
-
kind: "image",
|
|
18
|
-
location: "https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU.png",
|
|
19
|
-
srcset: {
|
|
20
|
-
"1080w":
|
|
21
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1080w.webp",
|
|
22
|
-
"1200w":
|
|
23
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1200w.webp",
|
|
24
|
-
"1920w":
|
|
25
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1920w.webp",
|
|
26
|
-
"320w":
|
|
27
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-320w.webp",
|
|
28
|
-
"640w":
|
|
29
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-640w.webp",
|
|
30
|
-
"750w":
|
|
31
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-750w.webp",
|
|
32
|
-
"828w":
|
|
33
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-828w.webp",
|
|
34
|
-
path: "https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1920w.webp 1920w",
|
|
35
|
-
},
|
|
36
|
-
mimetype: "image/png",
|
|
37
|
-
},
|
|
45
|
+
main_image: IMG,
|
|
38
46
|
left_cards: [
|
|
39
47
|
{
|
|
40
48
|
card: null,
|
|
@@ -48,23 +56,15 @@ const DEFAULT_CONTENT = {
|
|
|
48
56
|
id: "vxmyzMLxwL34",
|
|
49
57
|
filename: "image.png",
|
|
50
58
|
kind: "image",
|
|
51
|
-
location:
|
|
52
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
59
|
+
location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
53
60
|
srcset: {
|
|
54
|
-
"1080w":
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
62
|
-
"640w":
|
|
63
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
64
|
-
"750w":
|
|
65
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
66
|
-
"828w":
|
|
67
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
61
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
|
|
62
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
|
|
63
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
|
|
64
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
65
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
66
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
67
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
68
68
|
path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
|
|
69
69
|
},
|
|
70
70
|
mimetype: "image/png",
|
|
@@ -83,23 +83,15 @@ const DEFAULT_CONTENT = {
|
|
|
83
83
|
id: "vxmyzMLxwL34",
|
|
84
84
|
filename: "image.png",
|
|
85
85
|
kind: "image",
|
|
86
|
-
location:
|
|
87
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
86
|
+
location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
88
87
|
srcset: {
|
|
89
|
-
"1080w":
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
"
|
|
96
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
97
|
-
"640w":
|
|
98
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
99
|
-
"750w":
|
|
100
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
101
|
-
"828w":
|
|
102
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
88
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
|
|
89
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
|
|
90
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
|
|
91
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
92
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
93
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
94
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
103
95
|
path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
|
|
104
96
|
},
|
|
105
97
|
mimetype: "image/png",
|
|
@@ -120,23 +112,15 @@ const DEFAULT_CONTENT = {
|
|
|
120
112
|
id: "vxmyzMLxwL34",
|
|
121
113
|
filename: "image.png",
|
|
122
114
|
kind: "image",
|
|
123
|
-
location:
|
|
124
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
115
|
+
location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
125
116
|
srcset: {
|
|
126
|
-
"1080w":
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
134
|
-
"640w":
|
|
135
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
136
|
-
"750w":
|
|
137
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
138
|
-
"828w":
|
|
139
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
117
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
|
|
118
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
|
|
119
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
|
|
120
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
121
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
122
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
123
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
140
124
|
path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
|
|
141
125
|
},
|
|
142
126
|
mimetype: "image/png",
|
|
@@ -155,23 +139,15 @@ const DEFAULT_CONTENT = {
|
|
|
155
139
|
id: "vxmyzMLxwL34",
|
|
156
140
|
filename: "image.png",
|
|
157
141
|
kind: "image",
|
|
158
|
-
location:
|
|
159
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
142
|
+
location: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43.png",
|
|
160
143
|
srcset: {
|
|
161
|
-
"1080w":
|
|
162
|
-
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
"
|
|
168
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
169
|
-
"640w":
|
|
170
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
171
|
-
"750w":
|
|
172
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
173
|
-
"828w":
|
|
174
|
-
"https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
144
|
+
"1080w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp",
|
|
145
|
+
"1200w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp",
|
|
146
|
+
"1920w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp",
|
|
147
|
+
"320w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp",
|
|
148
|
+
"640w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp",
|
|
149
|
+
"750w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp",
|
|
150
|
+
"828w": "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp",
|
|
175
151
|
path: "https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1920w.webp 1920w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-eg6Nl4PISv43-1200w.webp 1200w",
|
|
176
152
|
},
|
|
177
153
|
mimetype: "image/png",
|
|
@@ -265,7 +241,7 @@ export const Cards13: IBlock = {
|
|
|
265
241
|
{
|
|
266
242
|
key: "title",
|
|
267
243
|
label: "Title",
|
|
268
|
-
field_interface: "
|
|
244
|
+
field_interface: "HeadingWidget",
|
|
269
245
|
},
|
|
270
246
|
{
|
|
271
247
|
key: "description",
|
|
@@ -298,7 +274,7 @@ export const Cards13: IBlock = {
|
|
|
298
274
|
{
|
|
299
275
|
key: "title",
|
|
300
276
|
label: "Title",
|
|
301
|
-
field_interface: "
|
|
277
|
+
field_interface: "HeadingWidget",
|
|
302
278
|
},
|
|
303
279
|
{
|
|
304
280
|
key: "description",
|
|
@@ -313,22 +289,8 @@ export const Cards13: IBlock = {
|
|
|
313
289
|
key: "default",
|
|
314
290
|
title: "Default",
|
|
315
291
|
styles: {
|
|
316
|
-
layout: {
|
|
317
|
-
|
|
318
|
-
"padding-bottom": "3xl",
|
|
319
|
-
},
|
|
320
|
-
container: {
|
|
321
|
-
"padding-left": "none",
|
|
322
|
-
"padding-right": "none",
|
|
323
|
-
tablet: {
|
|
324
|
-
"padding-left": "5xl",
|
|
325
|
-
"padding-right": "5xl",
|
|
326
|
-
},
|
|
327
|
-
mobile: {
|
|
328
|
-
"padding-left": "2xl",
|
|
329
|
-
"padding-right": "2xl",
|
|
330
|
-
},
|
|
331
|
-
},
|
|
292
|
+
layout: {},
|
|
293
|
+
container: {},
|
|
332
294
|
header_section: {
|
|
333
295
|
"text-align": "center",
|
|
334
296
|
"margin-bottom": "3xl",
|
|
@@ -337,22 +299,9 @@ export const Cards13: IBlock = {
|
|
|
337
299
|
"align-items": "center",
|
|
338
300
|
"row-gap": "base",
|
|
339
301
|
},
|
|
340
|
-
main_title: {
|
|
341
|
-
"font-size": "3xl",
|
|
342
|
-
"font-weight": "700",
|
|
343
|
-
color: "text-1",
|
|
344
|
-
mobile: {
|
|
345
|
-
"font-size": "2xl",
|
|
346
|
-
},
|
|
347
|
-
},
|
|
302
|
+
main_title: {},
|
|
348
303
|
main_description: {
|
|
349
|
-
"font-size": "lg",
|
|
350
|
-
color: "text-2",
|
|
351
|
-
"line-height": "1.6",
|
|
352
304
|
"max-width": "600px",
|
|
353
|
-
mobile: {
|
|
354
|
-
"font-size": "base",
|
|
355
|
-
},
|
|
356
305
|
},
|
|
357
306
|
main_wrapper: {
|
|
358
307
|
display: "flex",
|
|
@@ -525,6 +474,9 @@ export const Cards13: IBlock = {
|
|
|
525
474
|
"flex-direction": "column",
|
|
526
475
|
"row-gap": "xs",
|
|
527
476
|
},
|
|
477
|
+
title: {
|
|
478
|
+
"font-weight": 600,
|
|
479
|
+
},
|
|
528
480
|
},
|
|
529
481
|
{
|
|
530
482
|
card: {
|
|
@@ -538,6 +490,7 @@ export const Cards13: IBlock = {
|
|
|
538
490
|
display: "flex",
|
|
539
491
|
"flex-direction": "column",
|
|
540
492
|
"row-gap": "base",
|
|
493
|
+
"box-shadow": "none",
|
|
541
494
|
},
|
|
542
495
|
icon: {
|
|
543
496
|
height: "32px",
|
|
@@ -549,6 +502,9 @@ export const Cards13: IBlock = {
|
|
|
549
502
|
"flex-direction": "column",
|
|
550
503
|
"row-gap": "xs",
|
|
551
504
|
},
|
|
505
|
+
title: {
|
|
506
|
+
"font-weight": 600,
|
|
507
|
+
},
|
|
552
508
|
},
|
|
553
509
|
],
|
|
554
510
|
right_cards: [
|
|
@@ -575,6 +531,9 @@ export const Cards13: IBlock = {
|
|
|
575
531
|
"flex-direction": "column",
|
|
576
532
|
"row-gap": "xs",
|
|
577
533
|
},
|
|
534
|
+
title: {
|
|
535
|
+
"font-weight": 600,
|
|
536
|
+
},
|
|
578
537
|
},
|
|
579
538
|
{
|
|
580
539
|
card: {
|
|
@@ -599,6 +558,9 @@ export const Cards13: IBlock = {
|
|
|
599
558
|
"flex-direction": "column",
|
|
600
559
|
"row-gap": "xs",
|
|
601
560
|
},
|
|
561
|
+
title: {
|
|
562
|
+
"font-weight": 600,
|
|
563
|
+
},
|
|
602
564
|
},
|
|
603
565
|
],
|
|
604
566
|
},
|
|
@@ -609,6 +571,55 @@ export const Cards13: IBlock = {
|
|
|
609
571
|
Heading_Level: "H2",
|
|
610
572
|
},
|
|
611
573
|
},
|
|
574
|
+
main_description: {
|
|
575
|
+
selectedVariants: {
|
|
576
|
+
Typography_Variants: "Large",
|
|
577
|
+
},
|
|
578
|
+
},
|
|
579
|
+
left_cards: [
|
|
580
|
+
{
|
|
581
|
+
title: {
|
|
582
|
+
heading: {
|
|
583
|
+
level: "4",
|
|
584
|
+
},
|
|
585
|
+
selectedVariants: {
|
|
586
|
+
Heading_Level: "H5",
|
|
587
|
+
},
|
|
588
|
+
},
|
|
589
|
+
description: {
|
|
590
|
+
selectedVariants: {},
|
|
591
|
+
},
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
title: {
|
|
595
|
+
selectedVariants: {
|
|
596
|
+
Heading_Level: "H5",
|
|
597
|
+
},
|
|
598
|
+
},
|
|
599
|
+
description: {
|
|
600
|
+
selectedVariants: {},
|
|
601
|
+
},
|
|
602
|
+
},
|
|
603
|
+
],
|
|
604
|
+
right_cards: [
|
|
605
|
+
{
|
|
606
|
+
title: {
|
|
607
|
+
heading: {
|
|
608
|
+
level: "4",
|
|
609
|
+
},
|
|
610
|
+
selectedVariants: {
|
|
611
|
+
Heading_Level: "H5",
|
|
612
|
+
},
|
|
613
|
+
},
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
title: {
|
|
617
|
+
selectedVariants: {
|
|
618
|
+
Heading_Level: "H5",
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
},
|
|
622
|
+
],
|
|
612
623
|
},
|
|
613
624
|
},
|
|
614
625
|
],
|
|
@@ -2,19 +2,17 @@ import {
|
|
|
2
2
|
Box,
|
|
3
3
|
Container,
|
|
4
4
|
Heading,
|
|
5
|
-
|
|
5
|
+
Icon,
|
|
6
6
|
type ILevoBlockBaseProps,
|
|
7
|
+
Image,
|
|
7
8
|
Section,
|
|
8
9
|
Typography,
|
|
9
|
-
Icon,
|
|
10
10
|
} from "@levo-so/studio";
|
|
11
|
-
import React from "react";
|
|
11
|
+
import type React from "react";
|
|
12
12
|
|
|
13
13
|
import type { ICards13Content } from "./cards-13.schema";
|
|
14
14
|
|
|
15
|
-
const Cards13: React.FC<ILevoBlockBaseProps<ICards13Content>> = ({
|
|
16
|
-
content,
|
|
17
|
-
}) => (
|
|
15
|
+
const Cards13: React.FC<ILevoBlockBaseProps<ICards13Content>> = ({ content }) => (
|
|
18
16
|
<Section elementKey="layout">
|
|
19
17
|
<Container elementKey="container">
|
|
20
18
|
<Box elementKey="header_section">
|
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "2EYrb5YIeOsSw",
|
|
5
|
+
filename: "cards-14-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-14-1-9GF41q5AuyIZv-1920w.webp 1920w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
@@ -10,21 +28,7 @@ const DEFAULT_CONTENT = {
|
|
|
10
28
|
main_wrapper: null,
|
|
11
29
|
left_container: null,
|
|
12
30
|
right_container: null,
|
|
13
|
-
main_image:
|
|
14
|
-
id: "2",
|
|
15
|
-
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
16
|
-
kind: "image",
|
|
17
|
-
mimetype: "image/png",
|
|
18
|
-
srcset: {
|
|
19
|
-
"320w":
|
|
20
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
21
|
-
"640w":
|
|
22
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
23
|
-
"1080w":
|
|
24
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
25
|
-
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w",
|
|
26
|
-
},
|
|
27
|
-
},
|
|
31
|
+
main_image: MEDIA,
|
|
28
32
|
cards: [
|
|
29
33
|
{
|
|
30
34
|
card: null,
|
|
@@ -174,19 +178,8 @@ export const Cards14: IBlock = {
|
|
|
174
178
|
key: "default",
|
|
175
179
|
title: "Default",
|
|
176
180
|
styles: {
|
|
177
|
-
layout: {
|
|
178
|
-
|
|
179
|
-
"padding-bottom": "3xl",
|
|
180
|
-
"padding-left": "base",
|
|
181
|
-
"padding-right": "base",
|
|
182
|
-
},
|
|
183
|
-
container: {
|
|
184
|
-
"max-width": "1280px",
|
|
185
|
-
"margin-left": "auto",
|
|
186
|
-
"margin-right": "auto",
|
|
187
|
-
"padding-left": "none",
|
|
188
|
-
"padding-right": "none",
|
|
189
|
-
},
|
|
181
|
+
layout: {},
|
|
182
|
+
container: {},
|
|
190
183
|
header_section: {
|
|
191
184
|
"text-align": "center",
|
|
192
185
|
"margin-bottom": "3xl",
|
|
@@ -198,14 +191,7 @@ export const Cards14: IBlock = {
|
|
|
198
191
|
"flex-direction": "column",
|
|
199
192
|
},
|
|
200
193
|
},
|
|
201
|
-
main_description: {
|
|
202
|
-
"font-size": "lg",
|
|
203
|
-
color: "text-2",
|
|
204
|
-
"line-height": "1.6",
|
|
205
|
-
mobile: {
|
|
206
|
-
"font-size": "base",
|
|
207
|
-
},
|
|
208
|
-
},
|
|
194
|
+
main_description: {},
|
|
209
195
|
main_wrapper: {
|
|
210
196
|
display: "flex",
|
|
211
197
|
"align-items": "center",
|
|
@@ -311,13 +297,7 @@ export const Cards14: IBlock = {
|
|
|
311
297
|
"flex-direction": "column",
|
|
312
298
|
},
|
|
313
299
|
description: {
|
|
314
|
-
|
|
315
|
-
"font-size": "base",
|
|
316
|
-
},
|
|
317
|
-
"font-size": "base",
|
|
318
|
-
mobile: {
|
|
319
|
-
"font-size": "sm",
|
|
320
|
-
},
|
|
300
|
+
color: "brandSecondaryForeground",
|
|
321
301
|
},
|
|
322
302
|
value_container: {
|
|
323
303
|
display: "flex",
|
|
@@ -343,6 +323,7 @@ export const Cards14: IBlock = {
|
|
|
343
323
|
mobile: {
|
|
344
324
|
"font-size": "base",
|
|
345
325
|
},
|
|
326
|
+
color: "brandSecondaryForeground",
|
|
346
327
|
},
|
|
347
328
|
value: {
|
|
348
329
|
tablet: {
|
|
@@ -351,6 +332,7 @@ export const Cards14: IBlock = {
|
|
|
351
332
|
mobile: {
|
|
352
333
|
"font-size": "lg",
|
|
353
334
|
},
|
|
335
|
+
color: "brandSecondaryForeground",
|
|
354
336
|
},
|
|
355
337
|
},
|
|
356
338
|
{
|
|
@@ -365,13 +347,7 @@ export const Cards14: IBlock = {
|
|
|
365
347
|
"flex-direction": "column",
|
|
366
348
|
},
|
|
367
349
|
description: {
|
|
368
|
-
|
|
369
|
-
"font-size": "base",
|
|
370
|
-
},
|
|
371
|
-
"font-size": "base",
|
|
372
|
-
mobile: {
|
|
373
|
-
"font-size": "sm",
|
|
374
|
-
},
|
|
350
|
+
color: "brandSecondaryForeground",
|
|
375
351
|
},
|
|
376
352
|
value_container: {
|
|
377
353
|
display: "flex",
|
|
@@ -397,6 +373,7 @@ export const Cards14: IBlock = {
|
|
|
397
373
|
mobile: {
|
|
398
374
|
"font-size": "base",
|
|
399
375
|
},
|
|
376
|
+
color: "brandSecondaryForeground",
|
|
400
377
|
},
|
|
401
378
|
value: {
|
|
402
379
|
tablet: {
|
|
@@ -405,128 +382,48 @@ export const Cards14: IBlock = {
|
|
|
405
382
|
mobile: {
|
|
406
383
|
"font-size": "lg",
|
|
407
384
|
},
|
|
385
|
+
color: "brandSecondaryForeground",
|
|
408
386
|
},
|
|
409
387
|
},
|
|
388
|
+
],
|
|
389
|
+
},
|
|
390
|
+
content: DEFAULT_CONTENT,
|
|
391
|
+
config: {
|
|
392
|
+
main_title: {
|
|
393
|
+
selectedVariants: {
|
|
394
|
+
Heading_Level: "H2",
|
|
395
|
+
},
|
|
396
|
+
},
|
|
397
|
+
main_description: {
|
|
398
|
+
selectedVariants: {
|
|
399
|
+
Typography_Variants: "Large",
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
cards: [
|
|
410
403
|
{
|
|
411
|
-
card: {
|
|
412
|
-
"background-color": "brandSecondary",
|
|
413
|
-
"padding-top": "3xl",
|
|
414
|
-
"padding-right": "3xl",
|
|
415
|
-
"padding-left": "3xl",
|
|
416
|
-
"padding-bottom": "3xl",
|
|
417
|
-
"border-radius": "base",
|
|
418
|
-
display: "flex",
|
|
419
|
-
"flex-direction": "column",
|
|
420
|
-
},
|
|
421
404
|
description: {
|
|
422
|
-
|
|
423
|
-
"font-size": "base",
|
|
424
|
-
},
|
|
425
|
-
"font-size": "base",
|
|
426
|
-
mobile: {
|
|
427
|
-
"font-size": "sm",
|
|
428
|
-
},
|
|
429
|
-
},
|
|
430
|
-
value_container: {
|
|
431
|
-
display: "flex",
|
|
432
|
-
"align-items": "center",
|
|
433
|
-
"column-gap": "base",
|
|
434
|
-
},
|
|
435
|
-
icon: {
|
|
436
|
-
height: "34px",
|
|
437
|
-
width: "34px",
|
|
438
|
-
"font-size": "34px",
|
|
405
|
+
selectedVariants: {},
|
|
439
406
|
},
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
"flex-direction": "column",
|
|
443
|
-
"row-gap": "xs",
|
|
407
|
+
value: {
|
|
408
|
+
selectedVariants: {},
|
|
444
409
|
},
|
|
445
410
|
title: {
|
|
446
|
-
|
|
447
|
-
"font-size": "lg",
|
|
448
|
-
},
|
|
449
|
-
"font-size": "lg",
|
|
450
|
-
mobile: {
|
|
451
|
-
"font-size": "base",
|
|
452
|
-
},
|
|
453
|
-
},
|
|
454
|
-
value: {
|
|
455
|
-
"font-size": "xl",
|
|
456
|
-
"font-weight": "700",
|
|
457
|
-
tablet: {
|
|
458
|
-
"font-size": "xl",
|
|
459
|
-
},
|
|
460
|
-
mobile: {
|
|
461
|
-
"font-size": "lg",
|
|
462
|
-
},
|
|
411
|
+
selectedVariants: {},
|
|
463
412
|
},
|
|
464
413
|
},
|
|
465
414
|
{
|
|
466
|
-
card: {
|
|
467
|
-
"background-color": "brandSecondary",
|
|
468
|
-
"padding-top": "3xl",
|
|
469
|
-
"padding-right": "3xl",
|
|
470
|
-
"padding-left": "3xl",
|
|
471
|
-
"padding-bottom": "3xl",
|
|
472
|
-
"border-radius": "base",
|
|
473
|
-
display: "flex",
|
|
474
|
-
"flex-direction": "column",
|
|
475
|
-
},
|
|
476
415
|
description: {
|
|
477
|
-
|
|
478
|
-
"font-size": "base",
|
|
479
|
-
},
|
|
480
|
-
"font-size": "base",
|
|
481
|
-
mobile: {
|
|
482
|
-
"font-size": "sm",
|
|
483
|
-
},
|
|
484
|
-
},
|
|
485
|
-
value_container: {
|
|
486
|
-
display: "flex",
|
|
487
|
-
"align-items": "center",
|
|
488
|
-
"column-gap": "base",
|
|
416
|
+
selectedVariants: {},
|
|
489
417
|
},
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
width: "34px",
|
|
493
|
-
"font-size": "34px",
|
|
494
|
-
},
|
|
495
|
-
text_container: {
|
|
496
|
-
display: "flex",
|
|
497
|
-
"flex-direction": "column",
|
|
498
|
-
"row-gap": "xs",
|
|
418
|
+
value: {
|
|
419
|
+
selectedVariants: {},
|
|
499
420
|
},
|
|
500
421
|
title: {
|
|
501
|
-
|
|
502
|
-
"font-size": "lg",
|
|
503
|
-
},
|
|
504
|
-
"font-size": "lg",
|
|
505
|
-
mobile: {
|
|
506
|
-
"font-size": "base",
|
|
507
|
-
},
|
|
508
|
-
},
|
|
509
|
-
value: {
|
|
510
|
-
"font-size": "xl",
|
|
511
|
-
"font-weight": "700",
|
|
512
|
-
tablet: {
|
|
513
|
-
"font-size": "xl",
|
|
514
|
-
},
|
|
515
|
-
mobile: {
|
|
516
|
-
"font-size": "lg",
|
|
517
|
-
},
|
|
422
|
+
selectedVariants: {},
|
|
518
423
|
},
|
|
519
424
|
},
|
|
520
425
|
],
|
|
521
426
|
},
|
|
522
|
-
content: DEFAULT_CONTENT,
|
|
523
|
-
config: {
|
|
524
|
-
main_title: {
|
|
525
|
-
selectedVariants: {
|
|
526
|
-
Heading_Level: "H2",
|
|
527
|
-
},
|
|
528
|
-
},
|
|
529
|
-
},
|
|
530
427
|
},
|
|
531
428
|
],
|
|
532
429
|
};
|