@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,17 +1,117 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "sR8Ajjd3LmyH",
|
|
5
|
+
filename: "content-6-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1920w.webp 1920w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
const MEDIA_2 = {
|
|
21
|
+
id: "74dzDI5SHPvA",
|
|
22
|
+
filename: "content-6-2.png",
|
|
23
|
+
kind: "image",
|
|
24
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6.png",
|
|
25
|
+
srcset: {
|
|
26
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1080w.webp",
|
|
27
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1200w.webp",
|
|
28
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1920w.webp",
|
|
29
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-320w.webp",
|
|
30
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-640w.webp",
|
|
31
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-750w.webp",
|
|
32
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-828w.webp",
|
|
33
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-750w.webp 750w",
|
|
34
|
+
},
|
|
35
|
+
mimetype: "image/png",
|
|
36
|
+
};
|
|
37
|
+
const MEDIA_3 = {
|
|
38
|
+
id: "bMZbnoPrsMWR",
|
|
39
|
+
filename: "content-6-3.png",
|
|
40
|
+
kind: "image",
|
|
41
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9.png",
|
|
42
|
+
srcset: {
|
|
43
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1080w.webp",
|
|
44
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1200w.webp",
|
|
45
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1920w.webp",
|
|
46
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-320w.webp",
|
|
47
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-640w.webp",
|
|
48
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-750w.webp",
|
|
49
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-828w.webp",
|
|
50
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1920w.webp 1920w",
|
|
51
|
+
},
|
|
52
|
+
mimetype: "image/png",
|
|
53
|
+
};
|
|
54
|
+
const MEDIA_4 = {
|
|
55
|
+
id: "DNP33s1aE4Gjl",
|
|
56
|
+
filename: "content-6-4.png",
|
|
57
|
+
kind: "image",
|
|
58
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX.png",
|
|
59
|
+
srcset: {
|
|
60
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1080w.webp",
|
|
61
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1200w.webp",
|
|
62
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1920w.webp",
|
|
63
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-320w.webp",
|
|
64
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-640w.webp",
|
|
65
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-750w.webp",
|
|
66
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-828w.webp",
|
|
67
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1920w.webp 1920w",
|
|
68
|
+
},
|
|
69
|
+
mimetype: "image/png",
|
|
70
|
+
};
|
|
71
|
+
const MEDIA_5 = {
|
|
72
|
+
id: "hjB8QvKrolu3I",
|
|
73
|
+
filename: "content-6-5.png",
|
|
74
|
+
kind: "image",
|
|
75
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9.png",
|
|
76
|
+
srcset: {
|
|
77
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1080w.webp",
|
|
78
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1200w.webp",
|
|
79
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1920w.webp",
|
|
80
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-320w.webp",
|
|
81
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-640w.webp",
|
|
82
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-750w.webp",
|
|
83
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-828w.webp",
|
|
84
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1920w.webp 1920w",
|
|
85
|
+
},
|
|
86
|
+
mimetype: "image/png",
|
|
87
|
+
};
|
|
88
|
+
const MEDIA_6 = {
|
|
89
|
+
id: "9GFXq5AujiLm",
|
|
90
|
+
filename: "content-6-6.png",
|
|
91
|
+
kind: "image",
|
|
92
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr.png",
|
|
93
|
+
srcset: {
|
|
94
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1080w.webp",
|
|
95
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1200w.webp",
|
|
96
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1920w.webp",
|
|
97
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-320w.webp",
|
|
98
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-640w.webp",
|
|
99
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-750w.webp",
|
|
100
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-828w.webp",
|
|
101
|
+
path: "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-320w.webp 320w",
|
|
102
|
+
},
|
|
103
|
+
mimetype: "image/png",
|
|
104
|
+
};
|
|
105
|
+
|
|
3
106
|
const DEFAULT_IMAGE = {
|
|
4
107
|
id: "7141014160938075687",
|
|
5
108
|
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
6
109
|
kind: "image",
|
|
7
110
|
mimetype: "image/png",
|
|
8
111
|
srcset: {
|
|
9
|
-
"1080w":
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
13
|
-
"1920w":
|
|
14
|
-
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
112
|
+
"1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
113
|
+
"1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
114
|
+
"1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
15
115
|
"320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
16
116
|
"640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
17
117
|
"750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
@@ -28,12 +128,13 @@ const DEFAULT_CONTENT = {
|
|
|
28
128
|
description:
|
|
29
129
|
"Discover our featured companies and investment opportunities across diverse industries and growth stages.",
|
|
30
130
|
companies_levoGroup: null,
|
|
31
|
-
|
|
131
|
+
bottom_ctas_levoGroup: null,
|
|
132
|
+
bottom_ctas: [{ bottom_cta: "View All Companies" }, { bottom_cta: "Investment Info" }],
|
|
32
133
|
companies: [
|
|
33
134
|
{
|
|
34
135
|
company_item: null,
|
|
35
136
|
image_wrapper: null,
|
|
36
|
-
company_image:
|
|
137
|
+
company_image: MEDIA_1,
|
|
37
138
|
company_name: null,
|
|
38
139
|
work_wrapper: null,
|
|
39
140
|
work_header: "Stage",
|
|
@@ -41,13 +142,14 @@ const DEFAULT_CONTENT = {
|
|
|
41
142
|
location_wrapper: null,
|
|
42
143
|
location_header: "Location",
|
|
43
144
|
location_value: "New York",
|
|
44
|
-
|
|
145
|
+
ctas_levoGroup: null,
|
|
146
|
+
ctas: [{ cta: "AdTech" }, { cta: "Details" }],
|
|
45
147
|
separator: null,
|
|
46
148
|
},
|
|
47
149
|
{
|
|
48
150
|
company_item: null,
|
|
49
151
|
image_wrapper: null,
|
|
50
|
-
company_image:
|
|
152
|
+
company_image: MEDIA_2,
|
|
51
153
|
company_name: null,
|
|
52
154
|
work_wrapper: null,
|
|
53
155
|
work_header: "Stage",
|
|
@@ -55,13 +157,14 @@ const DEFAULT_CONTENT = {
|
|
|
55
157
|
location_wrapper: null,
|
|
56
158
|
location_header: "Location",
|
|
57
159
|
location_value: "Boston",
|
|
58
|
-
|
|
160
|
+
ctas_levoGroup: null,
|
|
161
|
+
ctas: [{ cta: "Travel" }, { cta: "Details" }],
|
|
59
162
|
separator: null,
|
|
60
163
|
},
|
|
61
164
|
{
|
|
62
165
|
company_item: null,
|
|
63
166
|
image_wrapper: null,
|
|
64
|
-
company_image:
|
|
167
|
+
company_image: MEDIA_3,
|
|
65
168
|
company_name: null,
|
|
66
169
|
work_wrapper: null,
|
|
67
170
|
work_header: "Stage",
|
|
@@ -69,7 +172,53 @@ const DEFAULT_CONTENT = {
|
|
|
69
172
|
location_wrapper: null,
|
|
70
173
|
location_header: "Location",
|
|
71
174
|
location_value: "New York",
|
|
72
|
-
|
|
175
|
+
ctas_levoGroup: null,
|
|
176
|
+
ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
|
|
177
|
+
separator: null,
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
company_item: null,
|
|
181
|
+
image_wrapper: null,
|
|
182
|
+
company_image: MEDIA_4,
|
|
183
|
+
company_name: null,
|
|
184
|
+
work_wrapper: null,
|
|
185
|
+
work_header: "Stage",
|
|
186
|
+
work_value: "Seed",
|
|
187
|
+
location_wrapper: null,
|
|
188
|
+
location_header: "Location",
|
|
189
|
+
location_value: "New York",
|
|
190
|
+
ctas_levoGroup: null,
|
|
191
|
+
ctas: [{ cta: "AdTech" }, { cta: "Details" }],
|
|
192
|
+
separator: null,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
company_item: null,
|
|
196
|
+
image_wrapper: null,
|
|
197
|
+
company_image: MEDIA_5,
|
|
198
|
+
company_name: null,
|
|
199
|
+
work_wrapper: null,
|
|
200
|
+
work_header: "Stage",
|
|
201
|
+
work_value: "Growth",
|
|
202
|
+
location_wrapper: null,
|
|
203
|
+
location_header: "Location",
|
|
204
|
+
location_value: "Boston",
|
|
205
|
+
ctas_levoGroup: null,
|
|
206
|
+
ctas: [{ cta: "Travel" }, { cta: "Details" }],
|
|
207
|
+
separator: null,
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
company_item: null,
|
|
211
|
+
image_wrapper: null,
|
|
212
|
+
company_image: MEDIA_6,
|
|
213
|
+
company_name: null,
|
|
214
|
+
work_wrapper: null,
|
|
215
|
+
work_header: "Stage",
|
|
216
|
+
work_value: "Series A",
|
|
217
|
+
location_wrapper: null,
|
|
218
|
+
location_header: "Location",
|
|
219
|
+
location_value: "New York",
|
|
220
|
+
ctas_levoGroup: null,
|
|
221
|
+
ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
|
|
73
222
|
separator: null,
|
|
74
223
|
},
|
|
75
224
|
],
|
|
@@ -111,6 +260,25 @@ export const Content6: IBlock = {
|
|
|
111
260
|
label: "Description",
|
|
112
261
|
field_interface: "TypographyWidget",
|
|
113
262
|
},
|
|
263
|
+
{
|
|
264
|
+
key: "bottom_ctas",
|
|
265
|
+
label: "Bottom CTA Buttons Group",
|
|
266
|
+
field_interface: "BoxWidget",
|
|
267
|
+
kind: "group",
|
|
268
|
+
fields: [
|
|
269
|
+
{
|
|
270
|
+
key: "bottom_cta",
|
|
271
|
+
label: "Bottom CTA Button",
|
|
272
|
+
field_interface: "ButtonWidget",
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
hint: {
|
|
276
|
+
prompt_description:
|
|
277
|
+
"Group of bottom call-to-action buttons for viewing all companies and investment information",
|
|
278
|
+
min_items: 1,
|
|
279
|
+
max_items: 3,
|
|
280
|
+
},
|
|
281
|
+
},
|
|
114
282
|
{
|
|
115
283
|
key: "companies",
|
|
116
284
|
label: "Companies",
|
|
@@ -168,9 +336,23 @@ export const Content6: IBlock = {
|
|
|
168
336
|
field_interface: "TypographyWidget",
|
|
169
337
|
},
|
|
170
338
|
{
|
|
171
|
-
key: "
|
|
172
|
-
label: "CTA
|
|
173
|
-
field_interface: "
|
|
339
|
+
key: "ctas",
|
|
340
|
+
label: "CTA Buttons",
|
|
341
|
+
field_interface: "BoxWidget",
|
|
342
|
+
kind: "group",
|
|
343
|
+
fields: [
|
|
344
|
+
{
|
|
345
|
+
key: "cta",
|
|
346
|
+
label: "CTA Button",
|
|
347
|
+
field_interface: "ButtonWidget",
|
|
348
|
+
},
|
|
349
|
+
],
|
|
350
|
+
hint: {
|
|
351
|
+
prompt_description:
|
|
352
|
+
"Group of call-to-action buttons for company categories and details",
|
|
353
|
+
min_items: 1,
|
|
354
|
+
max_items: 3,
|
|
355
|
+
},
|
|
174
356
|
},
|
|
175
357
|
{
|
|
176
358
|
key: "separator",
|
|
@@ -185,27 +367,17 @@ export const Content6: IBlock = {
|
|
|
185
367
|
key: "default",
|
|
186
368
|
title: "Default",
|
|
187
369
|
styles: {
|
|
188
|
-
layout: {
|
|
189
|
-
|
|
190
|
-
"padding-bottom": "3xl",
|
|
191
|
-
"padding-left": "base",
|
|
192
|
-
"padding-right": "base",
|
|
193
|
-
},
|
|
194
|
-
container: {
|
|
195
|
-
"margin-left": "auto",
|
|
196
|
-
"margin-right": "auto",
|
|
197
|
-
"max-width": "none",
|
|
198
|
-
},
|
|
370
|
+
layout: {},
|
|
371
|
+
container: {},
|
|
199
372
|
header_wrapper: {
|
|
200
373
|
"text-align": "left",
|
|
201
374
|
"margin-bottom": "3xl",
|
|
202
375
|
"row-gap": "base",
|
|
203
376
|
},
|
|
204
377
|
title: {
|
|
205
|
-
"margin-bottom": "
|
|
378
|
+
"margin-bottom": "2xs",
|
|
206
379
|
},
|
|
207
380
|
description: {
|
|
208
|
-
color: "text-2",
|
|
209
381
|
"max-width": "600px",
|
|
210
382
|
},
|
|
211
383
|
companies_levoGroup: {
|
|
@@ -214,14 +386,20 @@ export const Content6: IBlock = {
|
|
|
214
386
|
"row-gap": "4xs",
|
|
215
387
|
"margin-bottom": "2xl",
|
|
216
388
|
},
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
389
|
+
bottom_ctas_levoGroup: {
|
|
390
|
+
display: "flex",
|
|
391
|
+
"flex-direction": "row",
|
|
392
|
+
"column-gap": "md",
|
|
393
|
+
"row-gap": "md",
|
|
394
|
+
"flex-wrap": "wrap",
|
|
395
|
+
"align-items": "center",
|
|
396
|
+
"justify-content": "center",
|
|
222
397
|
"margin-left": "auto",
|
|
223
398
|
"margin-right": "auto",
|
|
224
399
|
},
|
|
400
|
+
bottom_ctas: Array(2)
|
|
401
|
+
.fill(0)
|
|
402
|
+
.map(() => ({})),
|
|
225
403
|
companies: [
|
|
226
404
|
{
|
|
227
405
|
company_item: {
|
|
@@ -286,9 +464,7 @@ export const Content6: IBlock = {
|
|
|
286
464
|
"row-gap": "xs",
|
|
287
465
|
},
|
|
288
466
|
work_header: {
|
|
289
|
-
|
|
290
|
-
"font-size": "sm",
|
|
291
|
-
"font-weight": "500",
|
|
467
|
+
"font-weight": 500,
|
|
292
468
|
"text-transform": "uppercase",
|
|
293
469
|
"letter-spacing": "0.05em",
|
|
294
470
|
},
|
|
@@ -303,9 +479,7 @@ export const Content6: IBlock = {
|
|
|
303
479
|
"row-gap": "xs",
|
|
304
480
|
},
|
|
305
481
|
location_header: {
|
|
306
|
-
|
|
307
|
-
"font-size": "sm",
|
|
308
|
-
"font-weight": "500",
|
|
482
|
+
"font-weight": 500,
|
|
309
483
|
"text-transform": "uppercase",
|
|
310
484
|
"letter-spacing": "0.05em",
|
|
311
485
|
},
|
|
@@ -314,19 +488,23 @@ export const Content6: IBlock = {
|
|
|
314
488
|
"font-weight": "600",
|
|
315
489
|
"margin-top": "xs",
|
|
316
490
|
},
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
|
|
491
|
+
ctas_levoGroup: {
|
|
492
|
+
display: "flex",
|
|
493
|
+
"flex-direction": "row",
|
|
494
|
+
"column-gap": "xs",
|
|
495
|
+
"row-gap": "xs",
|
|
496
|
+
"flex-wrap": "wrap",
|
|
497
|
+
"align-items": "center",
|
|
324
498
|
},
|
|
499
|
+
ctas: Array(2)
|
|
500
|
+
.fill(0)
|
|
501
|
+
.map(() => ({
|
|
502
|
+
cta: {},
|
|
503
|
+
})),
|
|
325
504
|
separator: {
|
|
326
505
|
width: "100%",
|
|
327
506
|
height: "1px",
|
|
328
507
|
"background-color": "border",
|
|
329
|
-
filter: "none",
|
|
330
508
|
},
|
|
331
509
|
},
|
|
332
510
|
{
|
|
@@ -363,11 +541,11 @@ export const Content6: IBlock = {
|
|
|
363
541
|
company_image: {
|
|
364
542
|
width: "48px",
|
|
365
543
|
height: "48px",
|
|
366
|
-
"border-radius": "8px",
|
|
367
544
|
"object-fit": "cover",
|
|
368
545
|
mobile: {
|
|
369
546
|
width: "40px",
|
|
370
547
|
},
|
|
548
|
+
"border-radius": "base",
|
|
371
549
|
},
|
|
372
550
|
designation_wrapper: {
|
|
373
551
|
display: "flex",
|
|
@@ -392,9 +570,7 @@ export const Content6: IBlock = {
|
|
|
392
570
|
"row-gap": "xs",
|
|
393
571
|
},
|
|
394
572
|
work_header: {
|
|
395
|
-
|
|
396
|
-
"font-size": "sm",
|
|
397
|
-
"font-weight": "500",
|
|
573
|
+
"font-weight": 500,
|
|
398
574
|
"text-transform": "uppercase",
|
|
399
575
|
"letter-spacing": "0.05em",
|
|
400
576
|
},
|
|
@@ -409,9 +585,7 @@ export const Content6: IBlock = {
|
|
|
409
585
|
"row-gap": "xs",
|
|
410
586
|
},
|
|
411
587
|
location_header: {
|
|
412
|
-
|
|
413
|
-
"font-size": "sm",
|
|
414
|
-
"font-weight": "500",
|
|
588
|
+
"font-weight": 500,
|
|
415
589
|
"text-transform": "uppercase",
|
|
416
590
|
"letter-spacing": "0.05em",
|
|
417
591
|
},
|
|
@@ -420,19 +594,23 @@ export const Content6: IBlock = {
|
|
|
420
594
|
"font-weight": "600",
|
|
421
595
|
"margin-top": "xs",
|
|
422
596
|
},
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
|
|
597
|
+
ctas_levoGroup: {
|
|
598
|
+
display: "flex",
|
|
599
|
+
"flex-direction": "row",
|
|
600
|
+
"column-gap": "xs",
|
|
601
|
+
"row-gap": "xs",
|
|
602
|
+
"flex-wrap": "wrap",
|
|
603
|
+
"align-items": "center",
|
|
430
604
|
},
|
|
605
|
+
ctas: Array(2)
|
|
606
|
+
.fill(0)
|
|
607
|
+
.map(() => ({
|
|
608
|
+
cta: {},
|
|
609
|
+
})),
|
|
431
610
|
separator: {
|
|
432
611
|
width: "100%",
|
|
433
612
|
height: "1px",
|
|
434
613
|
"background-color": "border",
|
|
435
|
-
filter: "none",
|
|
436
614
|
},
|
|
437
615
|
},
|
|
438
616
|
{
|
|
@@ -469,11 +647,11 @@ export const Content6: IBlock = {
|
|
|
469
647
|
company_image: {
|
|
470
648
|
width: "48px",
|
|
471
649
|
height: "48px",
|
|
472
|
-
"border-radius": "8px",
|
|
473
650
|
"object-fit": "cover",
|
|
474
651
|
mobile: {
|
|
475
652
|
width: "40px",
|
|
476
653
|
},
|
|
654
|
+
"border-radius": "base",
|
|
477
655
|
},
|
|
478
656
|
designation_wrapper: {
|
|
479
657
|
display: "flex",
|
|
@@ -498,9 +676,7 @@ export const Content6: IBlock = {
|
|
|
498
676
|
"row-gap": "xs",
|
|
499
677
|
},
|
|
500
678
|
work_header: {
|
|
501
|
-
|
|
502
|
-
"font-size": "sm",
|
|
503
|
-
"font-weight": "500",
|
|
679
|
+
"font-weight": 500,
|
|
504
680
|
"text-transform": "uppercase",
|
|
505
681
|
"letter-spacing": "0.05em",
|
|
506
682
|
},
|
|
@@ -515,9 +691,7 @@ export const Content6: IBlock = {
|
|
|
515
691
|
"row-gap": "xs",
|
|
516
692
|
},
|
|
517
693
|
location_header: {
|
|
518
|
-
|
|
519
|
-
"font-size": "sm",
|
|
520
|
-
"font-weight": "500",
|
|
694
|
+
"font-weight": 500,
|
|
521
695
|
"text-transform": "uppercase",
|
|
522
696
|
"letter-spacing": "0.05em",
|
|
523
697
|
},
|
|
@@ -526,19 +700,23 @@ export const Content6: IBlock = {
|
|
|
526
700
|
"font-weight": "600",
|
|
527
701
|
"margin-top": "xs",
|
|
528
702
|
},
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
|
|
703
|
+
ctas_levoGroup: {
|
|
704
|
+
display: "flex",
|
|
705
|
+
"flex-direction": "row",
|
|
706
|
+
"column-gap": "xs",
|
|
707
|
+
"row-gap": "xs",
|
|
708
|
+
"flex-wrap": "wrap",
|
|
709
|
+
"align-items": "center",
|
|
536
710
|
},
|
|
711
|
+
ctas: Array(2)
|
|
712
|
+
.fill(0)
|
|
713
|
+
.map(() => ({
|
|
714
|
+
cta: {},
|
|
715
|
+
})),
|
|
537
716
|
separator: {
|
|
538
717
|
width: "100%",
|
|
539
718
|
height: "1px",
|
|
540
719
|
"background-color": "border",
|
|
541
|
-
filter: "none",
|
|
542
720
|
},
|
|
543
721
|
},
|
|
544
722
|
{
|
|
@@ -575,11 +753,11 @@ export const Content6: IBlock = {
|
|
|
575
753
|
company_image: {
|
|
576
754
|
width: "48px",
|
|
577
755
|
height: "48px",
|
|
578
|
-
"border-radius": "8px",
|
|
579
756
|
"object-fit": "cover",
|
|
580
757
|
mobile: {
|
|
581
758
|
width: "40px",
|
|
582
759
|
},
|
|
760
|
+
"border-radius": "base",
|
|
583
761
|
},
|
|
584
762
|
designation_wrapper: {
|
|
585
763
|
display: "flex",
|
|
@@ -604,9 +782,7 @@ export const Content6: IBlock = {
|
|
|
604
782
|
"row-gap": "xs",
|
|
605
783
|
},
|
|
606
784
|
work_header: {
|
|
607
|
-
|
|
608
|
-
"font-size": "sm",
|
|
609
|
-
"font-weight": "500",
|
|
785
|
+
"font-weight": 500,
|
|
610
786
|
"text-transform": "uppercase",
|
|
611
787
|
"letter-spacing": "0.05em",
|
|
612
788
|
},
|
|
@@ -621,9 +797,7 @@ export const Content6: IBlock = {
|
|
|
621
797
|
"row-gap": "xs",
|
|
622
798
|
},
|
|
623
799
|
location_header: {
|
|
624
|
-
|
|
625
|
-
"font-size": "sm",
|
|
626
|
-
"font-weight": "500",
|
|
800
|
+
"font-weight": 500,
|
|
627
801
|
"text-transform": "uppercase",
|
|
628
802
|
"letter-spacing": "0.05em",
|
|
629
803
|
},
|
|
@@ -632,19 +806,23 @@ export const Content6: IBlock = {
|
|
|
632
806
|
"font-weight": "600",
|
|
633
807
|
"margin-top": "xs",
|
|
634
808
|
},
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
|
|
809
|
+
ctas_levoGroup: {
|
|
810
|
+
display: "flex",
|
|
811
|
+
"flex-direction": "row",
|
|
812
|
+
"column-gap": "xs",
|
|
813
|
+
"row-gap": "xs",
|
|
814
|
+
"flex-wrap": "wrap",
|
|
815
|
+
"align-items": "center",
|
|
642
816
|
},
|
|
817
|
+
ctas: Array(2)
|
|
818
|
+
.fill(0)
|
|
819
|
+
.map(() => ({
|
|
820
|
+
cta: {},
|
|
821
|
+
})),
|
|
643
822
|
separator: {
|
|
644
823
|
width: "100%",
|
|
645
824
|
height: "1px",
|
|
646
825
|
"background-color": "border",
|
|
647
|
-
filter: "none",
|
|
648
826
|
},
|
|
649
827
|
},
|
|
650
828
|
{
|
|
@@ -681,11 +859,11 @@ export const Content6: IBlock = {
|
|
|
681
859
|
company_image: {
|
|
682
860
|
width: "48px",
|
|
683
861
|
height: "48px",
|
|
684
|
-
"border-radius": "8px",
|
|
685
862
|
"object-fit": "cover",
|
|
686
863
|
mobile: {
|
|
687
864
|
width: "40px",
|
|
688
865
|
},
|
|
866
|
+
"border-radius": "base",
|
|
689
867
|
},
|
|
690
868
|
designation_wrapper: {
|
|
691
869
|
display: "flex",
|
|
@@ -710,9 +888,7 @@ export const Content6: IBlock = {
|
|
|
710
888
|
"row-gap": "xs",
|
|
711
889
|
},
|
|
712
890
|
work_header: {
|
|
713
|
-
|
|
714
|
-
"font-size": "sm",
|
|
715
|
-
"font-weight": "500",
|
|
891
|
+
"font-weight": 500,
|
|
716
892
|
"text-transform": "uppercase",
|
|
717
893
|
"letter-spacing": "0.05em",
|
|
718
894
|
},
|
|
@@ -727,9 +903,7 @@ export const Content6: IBlock = {
|
|
|
727
903
|
"row-gap": "xs",
|
|
728
904
|
},
|
|
729
905
|
location_header: {
|
|
730
|
-
|
|
731
|
-
"font-size": "sm",
|
|
732
|
-
"font-weight": "500",
|
|
906
|
+
"font-weight": 500,
|
|
733
907
|
"text-transform": "uppercase",
|
|
734
908
|
"letter-spacing": "0.05em",
|
|
735
909
|
},
|
|
@@ -738,56 +912,64 @@ export const Content6: IBlock = {
|
|
|
738
912
|
"font-weight": "600",
|
|
739
913
|
"margin-top": "xs",
|
|
740
914
|
},
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
|
|
915
|
+
ctas_levoGroup: {
|
|
916
|
+
display: "flex",
|
|
917
|
+
"flex-direction": "row",
|
|
918
|
+
"column-gap": "xs",
|
|
919
|
+
"row-gap": "xs",
|
|
920
|
+
"flex-wrap": "wrap",
|
|
921
|
+
"align-items": "center",
|
|
748
922
|
},
|
|
923
|
+
ctas: Array(2)
|
|
924
|
+
.fill(0)
|
|
925
|
+
.map(() => ({
|
|
926
|
+
cta: {},
|
|
927
|
+
})),
|
|
749
928
|
separator: {
|
|
750
929
|
width: "100%",
|
|
751
930
|
height: "1px",
|
|
752
931
|
"background-color": "border",
|
|
753
|
-
filter: "none",
|
|
754
932
|
},
|
|
755
933
|
},
|
|
756
934
|
{
|
|
757
935
|
company_item: {
|
|
758
936
|
display: "grid",
|
|
759
|
-
"grid-template-columns": "
|
|
937
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
760
938
|
"align-items": "center",
|
|
761
939
|
"column-gap": "lg",
|
|
762
940
|
"padding-top": "lg",
|
|
763
941
|
"padding-bottom": "lg",
|
|
764
|
-
"border-bottom": "1px solid",
|
|
765
|
-
"border-color": "border",
|
|
766
942
|
tablet: {
|
|
767
|
-
"grid-template-columns": "
|
|
768
|
-
"column-gap": "
|
|
943
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
944
|
+
"column-gap": "xs",
|
|
769
945
|
},
|
|
770
946
|
mobile: {
|
|
771
|
-
"grid-template-columns": "
|
|
947
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
772
948
|
"column-gap": "sm",
|
|
773
949
|
"padding-top": "base",
|
|
774
950
|
"padding-bottom": "base",
|
|
951
|
+
"grid-template-rows": "none",
|
|
952
|
+
"row-gap": "base",
|
|
775
953
|
},
|
|
954
|
+
"border-style": "solid",
|
|
955
|
+
"border-width": "1px",
|
|
956
|
+
"border-radius": "base",
|
|
957
|
+
"padding-left": "2xl",
|
|
958
|
+
"padding-right": "2xl",
|
|
776
959
|
},
|
|
777
960
|
image_wrapper: {
|
|
778
961
|
display: "flex",
|
|
779
|
-
"
|
|
780
|
-
"
|
|
962
|
+
"flex-direction": "column",
|
|
963
|
+
"row-gap": "xs",
|
|
781
964
|
},
|
|
782
965
|
company_image: {
|
|
783
966
|
width: "48px",
|
|
784
967
|
height: "48px",
|
|
785
|
-
"border-radius": "8px",
|
|
786
968
|
"object-fit": "cover",
|
|
787
969
|
mobile: {
|
|
788
970
|
width: "40px",
|
|
789
|
-
height: "40px",
|
|
790
971
|
},
|
|
972
|
+
"border-radius": "base",
|
|
791
973
|
},
|
|
792
974
|
designation_wrapper: {
|
|
793
975
|
display: "flex",
|
|
@@ -810,17 +992,9 @@ export const Content6: IBlock = {
|
|
|
810
992
|
display: "flex",
|
|
811
993
|
"flex-direction": "column",
|
|
812
994
|
"row-gap": "xs",
|
|
813
|
-
tablet: {
|
|
814
|
-
display: "flex",
|
|
815
|
-
},
|
|
816
|
-
mobile: {
|
|
817
|
-
display: "none",
|
|
818
|
-
},
|
|
819
995
|
},
|
|
820
996
|
work_header: {
|
|
821
|
-
|
|
822
|
-
"font-size": "sm",
|
|
823
|
-
"font-weight": "500",
|
|
997
|
+
"font-weight": 500,
|
|
824
998
|
"text-transform": "uppercase",
|
|
825
999
|
"letter-spacing": "0.05em",
|
|
826
1000
|
},
|
|
@@ -833,17 +1007,9 @@ export const Content6: IBlock = {
|
|
|
833
1007
|
display: "flex",
|
|
834
1008
|
"flex-direction": "column",
|
|
835
1009
|
"row-gap": "xs",
|
|
836
|
-
tablet: {
|
|
837
|
-
display: "none",
|
|
838
|
-
},
|
|
839
|
-
mobile: {
|
|
840
|
-
display: "none",
|
|
841
|
-
},
|
|
842
1010
|
},
|
|
843
1011
|
location_header: {
|
|
844
|
-
|
|
845
|
-
"font-size": "sm",
|
|
846
|
-
"font-weight": "500",
|
|
1012
|
+
"font-weight": 500,
|
|
847
1013
|
"text-transform": "uppercase",
|
|
848
1014
|
"letter-spacing": "0.05em",
|
|
849
1015
|
},
|
|
@@ -852,153 +1018,169 @@ export const Content6: IBlock = {
|
|
|
852
1018
|
"font-weight": "600",
|
|
853
1019
|
"margin-top": "xs",
|
|
854
1020
|
},
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"padding-right": "none",
|
|
863
|
-
"text-decoration": "none",
|
|
864
|
-
cursor: "pointer",
|
|
865
|
-
"font-size": "lg",
|
|
1021
|
+
ctas_levoGroup: {
|
|
1022
|
+
display: "flex",
|
|
1023
|
+
"flex-direction": "row",
|
|
1024
|
+
"column-gap": "xs",
|
|
1025
|
+
"row-gap": "xs",
|
|
1026
|
+
"flex-wrap": "wrap",
|
|
1027
|
+
"align-items": "center",
|
|
866
1028
|
},
|
|
1029
|
+
ctas: Array(2)
|
|
1030
|
+
.fill(0)
|
|
1031
|
+
.map(() => ({
|
|
1032
|
+
cta: {},
|
|
1033
|
+
})),
|
|
867
1034
|
separator: {
|
|
868
1035
|
width: "100%",
|
|
869
1036
|
height: "1px",
|
|
870
1037
|
"background-color": "border",
|
|
871
|
-
filter: "none",
|
|
872
1038
|
},
|
|
873
1039
|
},
|
|
1040
|
+
],
|
|
1041
|
+
},
|
|
1042
|
+
content: DEFAULT_CONTENT,
|
|
1043
|
+
config: {
|
|
1044
|
+
title: {
|
|
1045
|
+
selectedVariants: {
|
|
1046
|
+
Heading_Level: "H2",
|
|
1047
|
+
},
|
|
1048
|
+
},
|
|
1049
|
+
companies: [
|
|
874
1050
|
{
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
"align-items": "center",
|
|
879
|
-
"column-gap": "lg",
|
|
880
|
-
"padding-top": "lg",
|
|
881
|
-
"padding-bottom": "lg",
|
|
882
|
-
"border-bottom": "none",
|
|
883
|
-
tablet: {
|
|
884
|
-
"grid-template-columns": "auto 1fr 1fr auto",
|
|
885
|
-
"column-gap": "base",
|
|
1051
|
+
work_header: {
|
|
1052
|
+
selectedVariants: {
|
|
1053
|
+
Typography_Variants: "Small",
|
|
886
1054
|
},
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
"padding-bottom": "base",
|
|
1055
|
+
},
|
|
1056
|
+
location_header: {
|
|
1057
|
+
selectedVariants: {
|
|
1058
|
+
Typography_Variants: "Small",
|
|
892
1059
|
},
|
|
893
1060
|
},
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
1061
|
+
ctas: Array(2)
|
|
1062
|
+
.fill(0)
|
|
1063
|
+
.map(() => ({
|
|
1064
|
+
cta: {
|
|
1065
|
+
selectedVariants: {},
|
|
1066
|
+
},
|
|
1067
|
+
})),
|
|
1068
|
+
separator: {
|
|
1069
|
+
selectedVariants: {},
|
|
898
1070
|
},
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
mobile: {
|
|
905
|
-
width: "40px",
|
|
906
|
-
height: "40px",
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
work_header: {
|
|
1074
|
+
selectedVariants: {
|
|
1075
|
+
Typography_Variants: "Small",
|
|
907
1076
|
},
|
|
908
1077
|
},
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
},
|
|
914
|
-
designation_header: {
|
|
915
|
-
color: "text-2",
|
|
916
|
-
"font-size": "sm",
|
|
917
|
-
"font-weight": "500",
|
|
918
|
-
"text-transform": "uppercase",
|
|
919
|
-
"letter-spacing": "0.05em",
|
|
1078
|
+
location_header: {
|
|
1079
|
+
selectedVariants: {
|
|
1080
|
+
Typography_Variants: "Small",
|
|
1081
|
+
},
|
|
920
1082
|
},
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
1083
|
+
ctas: Array(2)
|
|
1084
|
+
.fill(0)
|
|
1085
|
+
.map(() => ({
|
|
1086
|
+
cta: {
|
|
1087
|
+
selectedVariants: {},
|
|
1088
|
+
},
|
|
1089
|
+
})),
|
|
1090
|
+
separator: {
|
|
1091
|
+
selectedVariants: {},
|
|
925
1092
|
},
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
display: "flex",
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
work_header: {
|
|
1096
|
+
selectedVariants: {
|
|
1097
|
+
Typography_Variants: "Small",
|
|
932
1098
|
},
|
|
933
|
-
|
|
934
|
-
|
|
1099
|
+
},
|
|
1100
|
+
location_header: {
|
|
1101
|
+
selectedVariants: {
|
|
1102
|
+
Typography_Variants: "Small",
|
|
935
1103
|
},
|
|
936
1104
|
},
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1105
|
+
ctas: Array(2)
|
|
1106
|
+
.fill(0)
|
|
1107
|
+
.map(() => ({
|
|
1108
|
+
cta: {
|
|
1109
|
+
selectedVariants: {},
|
|
1110
|
+
},
|
|
1111
|
+
})),
|
|
1112
|
+
separator: {
|
|
1113
|
+
selectedVariants: {},
|
|
943
1114
|
},
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
work_header: {
|
|
1118
|
+
selectedVariants: {
|
|
1119
|
+
Typography_Variants: "Small",
|
|
1120
|
+
},
|
|
948
1121
|
},
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
"row-gap": "xs",
|
|
953
|
-
tablet: {
|
|
954
|
-
display: "none",
|
|
1122
|
+
location_header: {
|
|
1123
|
+
selectedVariants: {
|
|
1124
|
+
Typography_Variants: "Small",
|
|
955
1125
|
},
|
|
956
|
-
|
|
957
|
-
|
|
1126
|
+
},
|
|
1127
|
+
ctas: Array(2)
|
|
1128
|
+
.fill(0)
|
|
1129
|
+
.map(() => ({
|
|
1130
|
+
cta: {
|
|
1131
|
+
selectedVariants: {},
|
|
1132
|
+
},
|
|
1133
|
+
})),
|
|
1134
|
+
separator: {
|
|
1135
|
+
selectedVariants: {},
|
|
1136
|
+
},
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
work_header: {
|
|
1140
|
+
selectedVariants: {
|
|
1141
|
+
Typography_Variants: "Small",
|
|
958
1142
|
},
|
|
959
1143
|
},
|
|
960
1144
|
location_header: {
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
"text-transform": "uppercase",
|
|
965
|
-
"letter-spacing": "0.05em",
|
|
1145
|
+
selectedVariants: {
|
|
1146
|
+
Typography_Variants: "Small",
|
|
1147
|
+
},
|
|
966
1148
|
},
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
1149
|
+
ctas: Array(2)
|
|
1150
|
+
.fill(0)
|
|
1151
|
+
.map(() => ({
|
|
1152
|
+
cta: {
|
|
1153
|
+
selectedVariants: {},
|
|
1154
|
+
},
|
|
1155
|
+
})),
|
|
1156
|
+
separator: {
|
|
1157
|
+
selectedVariants: {},
|
|
971
1158
|
},
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
"padding-left": "none",
|
|
979
|
-
"padding-right": "none",
|
|
980
|
-
"text-decoration": "none",
|
|
981
|
-
cursor: "pointer",
|
|
982
|
-
"font-size": "lg",
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
work_header: {
|
|
1162
|
+
selectedVariants: {
|
|
1163
|
+
Typography_Variants: "Small",
|
|
1164
|
+
},
|
|
983
1165
|
},
|
|
1166
|
+
location_header: {
|
|
1167
|
+
selectedVariants: {
|
|
1168
|
+
Typography_Variants: "Small",
|
|
1169
|
+
},
|
|
1170
|
+
},
|
|
1171
|
+
ctas: Array(2)
|
|
1172
|
+
.fill(0)
|
|
1173
|
+
.map(() => ({
|
|
1174
|
+
cta: {
|
|
1175
|
+
selectedVariants: {},
|
|
1176
|
+
},
|
|
1177
|
+
})),
|
|
984
1178
|
separator: {
|
|
985
|
-
|
|
986
|
-
height: "1px",
|
|
987
|
-
"background-color": "border",
|
|
988
|
-
filter: "none",
|
|
989
|
-
display: "none",
|
|
1179
|
+
selectedVariants: {},
|
|
990
1180
|
},
|
|
991
1181
|
},
|
|
992
1182
|
],
|
|
993
1183
|
},
|
|
994
|
-
content: DEFAULT_CONTENT,
|
|
995
|
-
config: {
|
|
996
|
-
title: {
|
|
997
|
-
selectedVariants: {
|
|
998
|
-
Heading_Level: "H2",
|
|
999
|
-
},
|
|
1000
|
-
},
|
|
1001
|
-
},
|
|
1002
1184
|
},
|
|
1003
1185
|
],
|
|
1004
1186
|
};
|