@levo-so/blocks 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,5 +1,150 @@
|
|
|
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":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-1-8eRO0UmWrOBL-828w.webp",
|
|
23
|
+
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",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
const MEDIA_2 = {
|
|
28
|
+
id: "74dzDI5SHPvA",
|
|
29
|
+
filename: "content-6-2.png",
|
|
30
|
+
kind: "image",
|
|
31
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6.png",
|
|
32
|
+
srcset: {
|
|
33
|
+
"1080w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1080w.webp",
|
|
35
|
+
"1200w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1200w.webp",
|
|
37
|
+
"1920w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-1920w.webp",
|
|
39
|
+
"320w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-320w.webp",
|
|
41
|
+
"640w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-640w.webp",
|
|
43
|
+
"750w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-750w.webp",
|
|
45
|
+
"828w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-2-LkpSHvjT4Fh6-828w.webp",
|
|
47
|
+
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",
|
|
48
|
+
},
|
|
49
|
+
mimetype: "image/png",
|
|
50
|
+
};
|
|
51
|
+
const MEDIA_3 = {
|
|
52
|
+
id: "bMZbnoPrsMWR",
|
|
53
|
+
filename: "content-6-3.png",
|
|
54
|
+
kind: "image",
|
|
55
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9.png",
|
|
56
|
+
srcset: {
|
|
57
|
+
"1080w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1080w.webp",
|
|
59
|
+
"1200w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1200w.webp",
|
|
61
|
+
"1920w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-1920w.webp",
|
|
63
|
+
"320w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-320w.webp",
|
|
65
|
+
"640w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-640w.webp",
|
|
67
|
+
"750w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-750w.webp",
|
|
69
|
+
"828w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-3-aytsN3yA0wZ9-828w.webp",
|
|
71
|
+
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",
|
|
72
|
+
},
|
|
73
|
+
mimetype: "image/png",
|
|
74
|
+
};
|
|
75
|
+
const MEDIA_4 = {
|
|
76
|
+
id: "DNP33s1aE4Gjl",
|
|
77
|
+
filename: "content-6-4.png",
|
|
78
|
+
kind: "image",
|
|
79
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX.png",
|
|
80
|
+
srcset: {
|
|
81
|
+
"1080w":
|
|
82
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1080w.webp",
|
|
83
|
+
"1200w":
|
|
84
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1200w.webp",
|
|
85
|
+
"1920w":
|
|
86
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-1920w.webp",
|
|
87
|
+
"320w":
|
|
88
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-320w.webp",
|
|
89
|
+
"640w":
|
|
90
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-640w.webp",
|
|
91
|
+
"750w":
|
|
92
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-750w.webp",
|
|
93
|
+
"828w":
|
|
94
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-4-xloRCSMgVlhX-828w.webp",
|
|
95
|
+
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",
|
|
96
|
+
},
|
|
97
|
+
mimetype: "image/png",
|
|
98
|
+
};
|
|
99
|
+
const MEDIA_5 = {
|
|
100
|
+
id: "hjB8QvKrolu3I",
|
|
101
|
+
filename: "content-6-5.png",
|
|
102
|
+
kind: "image",
|
|
103
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9.png",
|
|
104
|
+
srcset: {
|
|
105
|
+
"1080w":
|
|
106
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1080w.webp",
|
|
107
|
+
"1200w":
|
|
108
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1200w.webp",
|
|
109
|
+
"1920w":
|
|
110
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-1920w.webp",
|
|
111
|
+
"320w":
|
|
112
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-320w.webp",
|
|
113
|
+
"640w":
|
|
114
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-640w.webp",
|
|
115
|
+
"750w":
|
|
116
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-750w.webp",
|
|
117
|
+
"828w":
|
|
118
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-5-XZbZbcwExIS9-828w.webp",
|
|
119
|
+
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",
|
|
120
|
+
},
|
|
121
|
+
mimetype: "image/png",
|
|
122
|
+
};
|
|
123
|
+
const MEDIA_6 = {
|
|
124
|
+
id: "9GFXq5AujiLm",
|
|
125
|
+
filename: "content-6-6.png",
|
|
126
|
+
kind: "image",
|
|
127
|
+
location: "https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr.png",
|
|
128
|
+
srcset: {
|
|
129
|
+
"1080w":
|
|
130
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1080w.webp",
|
|
131
|
+
"1200w":
|
|
132
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1200w.webp",
|
|
133
|
+
"1920w":
|
|
134
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-1920w.webp",
|
|
135
|
+
"320w":
|
|
136
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-320w.webp",
|
|
137
|
+
"640w":
|
|
138
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-640w.webp",
|
|
139
|
+
"750w":
|
|
140
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-750w.webp",
|
|
141
|
+
"828w":
|
|
142
|
+
"https://static.levocdn.com/WLZ1TXTD/content-6-6-OaJTLqfuMKVr-828w.webp",
|
|
143
|
+
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",
|
|
144
|
+
},
|
|
145
|
+
mimetype: "image/png",
|
|
146
|
+
};
|
|
147
|
+
|
|
3
148
|
const DEFAULT_IMAGE = {
|
|
4
149
|
id: "7141014160938075687",
|
|
5
150
|
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
@@ -28,12 +173,16 @@ const DEFAULT_CONTENT = {
|
|
|
28
173
|
description:
|
|
29
174
|
"Discover our featured companies and investment opportunities across diverse industries and growth stages.",
|
|
30
175
|
companies_levoGroup: null,
|
|
31
|
-
|
|
176
|
+
bottom_ctas_levoGroup: null,
|
|
177
|
+
bottom_ctas: [
|
|
178
|
+
{ bottom_cta: "View All Companies" },
|
|
179
|
+
{ bottom_cta: "Investment Info" },
|
|
180
|
+
],
|
|
32
181
|
companies: [
|
|
33
182
|
{
|
|
34
183
|
company_item: null,
|
|
35
184
|
image_wrapper: null,
|
|
36
|
-
company_image:
|
|
185
|
+
company_image: MEDIA_1,
|
|
37
186
|
company_name: null,
|
|
38
187
|
work_wrapper: null,
|
|
39
188
|
work_header: "Stage",
|
|
@@ -41,13 +190,14 @@ const DEFAULT_CONTENT = {
|
|
|
41
190
|
location_wrapper: null,
|
|
42
191
|
location_header: "Location",
|
|
43
192
|
location_value: "New York",
|
|
44
|
-
|
|
193
|
+
ctas_levoGroup: null,
|
|
194
|
+
ctas: [{ cta: "AdTech" }, { cta: "Details" }],
|
|
45
195
|
separator: null,
|
|
46
196
|
},
|
|
47
197
|
{
|
|
48
198
|
company_item: null,
|
|
49
199
|
image_wrapper: null,
|
|
50
|
-
company_image:
|
|
200
|
+
company_image: MEDIA_2,
|
|
51
201
|
company_name: null,
|
|
52
202
|
work_wrapper: null,
|
|
53
203
|
work_header: "Stage",
|
|
@@ -55,13 +205,14 @@ const DEFAULT_CONTENT = {
|
|
|
55
205
|
location_wrapper: null,
|
|
56
206
|
location_header: "Location",
|
|
57
207
|
location_value: "Boston",
|
|
58
|
-
|
|
208
|
+
ctas_levoGroup: null,
|
|
209
|
+
ctas: [{ cta: "Travel" }, { cta: "Details" }],
|
|
59
210
|
separator: null,
|
|
60
211
|
},
|
|
61
212
|
{
|
|
62
213
|
company_item: null,
|
|
63
214
|
image_wrapper: null,
|
|
64
|
-
company_image:
|
|
215
|
+
company_image: MEDIA_3,
|
|
65
216
|
company_name: null,
|
|
66
217
|
work_wrapper: null,
|
|
67
218
|
work_header: "Stage",
|
|
@@ -69,7 +220,53 @@ const DEFAULT_CONTENT = {
|
|
|
69
220
|
location_wrapper: null,
|
|
70
221
|
location_header: "Location",
|
|
71
222
|
location_value: "New York",
|
|
72
|
-
|
|
223
|
+
ctas_levoGroup: null,
|
|
224
|
+
ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
|
|
225
|
+
separator: null,
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
company_item: null,
|
|
229
|
+
image_wrapper: null,
|
|
230
|
+
company_image: MEDIA_4,
|
|
231
|
+
company_name: null,
|
|
232
|
+
work_wrapper: null,
|
|
233
|
+
work_header: "Stage",
|
|
234
|
+
work_value: "Seed",
|
|
235
|
+
location_wrapper: null,
|
|
236
|
+
location_header: "Location",
|
|
237
|
+
location_value: "New York",
|
|
238
|
+
ctas_levoGroup: null,
|
|
239
|
+
ctas: [{ cta: "AdTech" }, { cta: "Details" }],
|
|
240
|
+
separator: null,
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
company_item: null,
|
|
244
|
+
image_wrapper: null,
|
|
245
|
+
company_image: MEDIA_5,
|
|
246
|
+
company_name: null,
|
|
247
|
+
work_wrapper: null,
|
|
248
|
+
work_header: "Stage",
|
|
249
|
+
work_value: "Growth",
|
|
250
|
+
location_wrapper: null,
|
|
251
|
+
location_header: "Location",
|
|
252
|
+
location_value: "Boston",
|
|
253
|
+
ctas_levoGroup: null,
|
|
254
|
+
ctas: [{ cta: "Travel" }, { cta: "Details" }],
|
|
255
|
+
separator: null,
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
company_item: null,
|
|
259
|
+
image_wrapper: null,
|
|
260
|
+
company_image: MEDIA_6,
|
|
261
|
+
company_name: null,
|
|
262
|
+
work_wrapper: null,
|
|
263
|
+
work_header: "Stage",
|
|
264
|
+
work_value: "Series A",
|
|
265
|
+
location_wrapper: null,
|
|
266
|
+
location_header: "Location",
|
|
267
|
+
location_value: "New York",
|
|
268
|
+
ctas_levoGroup: null,
|
|
269
|
+
ctas: [{ cta: "Healthcare" }, { cta: "Details" }],
|
|
73
270
|
separator: null,
|
|
74
271
|
},
|
|
75
272
|
],
|
|
@@ -111,6 +308,25 @@ export const Content6: IBlock = {
|
|
|
111
308
|
label: "Description",
|
|
112
309
|
field_interface: "TypographyWidget",
|
|
113
310
|
},
|
|
311
|
+
{
|
|
312
|
+
key: "bottom_ctas",
|
|
313
|
+
label: "Bottom CTA Buttons Group",
|
|
314
|
+
field_interface: "BoxWidget",
|
|
315
|
+
kind: "group",
|
|
316
|
+
fields: [
|
|
317
|
+
{
|
|
318
|
+
key: "bottom_cta",
|
|
319
|
+
label: "Bottom CTA Button",
|
|
320
|
+
field_interface: "ButtonWidget",
|
|
321
|
+
},
|
|
322
|
+
],
|
|
323
|
+
hint: {
|
|
324
|
+
prompt_description:
|
|
325
|
+
"Group of bottom call-to-action buttons for viewing all companies and investment information",
|
|
326
|
+
min_items: 1,
|
|
327
|
+
max_items: 3,
|
|
328
|
+
},
|
|
329
|
+
},
|
|
114
330
|
{
|
|
115
331
|
key: "companies",
|
|
116
332
|
label: "Companies",
|
|
@@ -168,9 +384,23 @@ export const Content6: IBlock = {
|
|
|
168
384
|
field_interface: "TypographyWidget",
|
|
169
385
|
},
|
|
170
386
|
{
|
|
171
|
-
key: "
|
|
172
|
-
label: "CTA
|
|
173
|
-
field_interface: "
|
|
387
|
+
key: "ctas",
|
|
388
|
+
label: "CTA Buttons",
|
|
389
|
+
field_interface: "BoxWidget",
|
|
390
|
+
kind: "group",
|
|
391
|
+
fields: [
|
|
392
|
+
{
|
|
393
|
+
key: "cta",
|
|
394
|
+
label: "CTA Button",
|
|
395
|
+
field_interface: "ButtonWidget",
|
|
396
|
+
},
|
|
397
|
+
],
|
|
398
|
+
hint: {
|
|
399
|
+
prompt_description:
|
|
400
|
+
"Group of call-to-action buttons for company categories and details",
|
|
401
|
+
min_items: 1,
|
|
402
|
+
max_items: 3,
|
|
403
|
+
},
|
|
174
404
|
},
|
|
175
405
|
{
|
|
176
406
|
key: "separator",
|
|
@@ -185,27 +415,17 @@ export const Content6: IBlock = {
|
|
|
185
415
|
key: "default",
|
|
186
416
|
title: "Default",
|
|
187
417
|
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
|
-
},
|
|
418
|
+
layout: {},
|
|
419
|
+
container: {},
|
|
199
420
|
header_wrapper: {
|
|
200
421
|
"text-align": "left",
|
|
201
422
|
"margin-bottom": "3xl",
|
|
202
423
|
"row-gap": "base",
|
|
203
424
|
},
|
|
204
425
|
title: {
|
|
205
|
-
"margin-bottom": "
|
|
426
|
+
"margin-bottom": "2xs",
|
|
206
427
|
},
|
|
207
428
|
description: {
|
|
208
|
-
color: "text-2",
|
|
209
429
|
"max-width": "600px",
|
|
210
430
|
},
|
|
211
431
|
companies_levoGroup: {
|
|
@@ -214,14 +434,20 @@ export const Content6: IBlock = {
|
|
|
214
434
|
"row-gap": "4xs",
|
|
215
435
|
"margin-bottom": "2xl",
|
|
216
436
|
},
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
437
|
+
bottom_ctas_levoGroup: {
|
|
438
|
+
display: "flex",
|
|
439
|
+
"flex-direction": "row",
|
|
440
|
+
"column-gap": "md",
|
|
441
|
+
"row-gap": "md",
|
|
442
|
+
"flex-wrap": "wrap",
|
|
443
|
+
"align-items": "center",
|
|
444
|
+
"justify-content": "center",
|
|
222
445
|
"margin-left": "auto",
|
|
223
446
|
"margin-right": "auto",
|
|
224
447
|
},
|
|
448
|
+
bottom_ctas: Array(2)
|
|
449
|
+
.fill(0)
|
|
450
|
+
.map(() => ({})),
|
|
225
451
|
companies: [
|
|
226
452
|
{
|
|
227
453
|
company_item: {
|
|
@@ -286,9 +512,7 @@ export const Content6: IBlock = {
|
|
|
286
512
|
"row-gap": "xs",
|
|
287
513
|
},
|
|
288
514
|
work_header: {
|
|
289
|
-
|
|
290
|
-
"font-size": "sm",
|
|
291
|
-
"font-weight": "500",
|
|
515
|
+
"font-weight": 500,
|
|
292
516
|
"text-transform": "uppercase",
|
|
293
517
|
"letter-spacing": "0.05em",
|
|
294
518
|
},
|
|
@@ -303,9 +527,7 @@ export const Content6: IBlock = {
|
|
|
303
527
|
"row-gap": "xs",
|
|
304
528
|
},
|
|
305
529
|
location_header: {
|
|
306
|
-
|
|
307
|
-
"font-size": "sm",
|
|
308
|
-
"font-weight": "500",
|
|
530
|
+
"font-weight": 500,
|
|
309
531
|
"text-transform": "uppercase",
|
|
310
532
|
"letter-spacing": "0.05em",
|
|
311
533
|
},
|
|
@@ -314,19 +536,23 @@ export const Content6: IBlock = {
|
|
|
314
536
|
"font-weight": "600",
|
|
315
537
|
"margin-top": "xs",
|
|
316
538
|
},
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
|
|
539
|
+
ctas_levoGroup: {
|
|
540
|
+
display: "flex",
|
|
541
|
+
"flex-direction": "row",
|
|
542
|
+
"column-gap": "xs",
|
|
543
|
+
"row-gap": "xs",
|
|
544
|
+
"flex-wrap": "wrap",
|
|
545
|
+
"align-items": "center",
|
|
324
546
|
},
|
|
547
|
+
ctas: Array(2)
|
|
548
|
+
.fill(0)
|
|
549
|
+
.map(() => ({
|
|
550
|
+
cta: {},
|
|
551
|
+
})),
|
|
325
552
|
separator: {
|
|
326
553
|
width: "100%",
|
|
327
554
|
height: "1px",
|
|
328
555
|
"background-color": "border",
|
|
329
|
-
filter: "none",
|
|
330
556
|
},
|
|
331
557
|
},
|
|
332
558
|
{
|
|
@@ -363,11 +589,11 @@ export const Content6: IBlock = {
|
|
|
363
589
|
company_image: {
|
|
364
590
|
width: "48px",
|
|
365
591
|
height: "48px",
|
|
366
|
-
"border-radius": "8px",
|
|
367
592
|
"object-fit": "cover",
|
|
368
593
|
mobile: {
|
|
369
594
|
width: "40px",
|
|
370
595
|
},
|
|
596
|
+
"border-radius": "base",
|
|
371
597
|
},
|
|
372
598
|
designation_wrapper: {
|
|
373
599
|
display: "flex",
|
|
@@ -392,9 +618,7 @@ export const Content6: IBlock = {
|
|
|
392
618
|
"row-gap": "xs",
|
|
393
619
|
},
|
|
394
620
|
work_header: {
|
|
395
|
-
|
|
396
|
-
"font-size": "sm",
|
|
397
|
-
"font-weight": "500",
|
|
621
|
+
"font-weight": 500,
|
|
398
622
|
"text-transform": "uppercase",
|
|
399
623
|
"letter-spacing": "0.05em",
|
|
400
624
|
},
|
|
@@ -409,9 +633,7 @@ export const Content6: IBlock = {
|
|
|
409
633
|
"row-gap": "xs",
|
|
410
634
|
},
|
|
411
635
|
location_header: {
|
|
412
|
-
|
|
413
|
-
"font-size": "sm",
|
|
414
|
-
"font-weight": "500",
|
|
636
|
+
"font-weight": 500,
|
|
415
637
|
"text-transform": "uppercase",
|
|
416
638
|
"letter-spacing": "0.05em",
|
|
417
639
|
},
|
|
@@ -420,19 +642,23 @@ export const Content6: IBlock = {
|
|
|
420
642
|
"font-weight": "600",
|
|
421
643
|
"margin-top": "xs",
|
|
422
644
|
},
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
|
|
645
|
+
ctas_levoGroup: {
|
|
646
|
+
display: "flex",
|
|
647
|
+
"flex-direction": "row",
|
|
648
|
+
"column-gap": "xs",
|
|
649
|
+
"row-gap": "xs",
|
|
650
|
+
"flex-wrap": "wrap",
|
|
651
|
+
"align-items": "center",
|
|
430
652
|
},
|
|
653
|
+
ctas: Array(2)
|
|
654
|
+
.fill(0)
|
|
655
|
+
.map(() => ({
|
|
656
|
+
cta: {},
|
|
657
|
+
})),
|
|
431
658
|
separator: {
|
|
432
659
|
width: "100%",
|
|
433
660
|
height: "1px",
|
|
434
661
|
"background-color": "border",
|
|
435
|
-
filter: "none",
|
|
436
662
|
},
|
|
437
663
|
},
|
|
438
664
|
{
|
|
@@ -469,11 +695,11 @@ export const Content6: IBlock = {
|
|
|
469
695
|
company_image: {
|
|
470
696
|
width: "48px",
|
|
471
697
|
height: "48px",
|
|
472
|
-
"border-radius": "8px",
|
|
473
698
|
"object-fit": "cover",
|
|
474
699
|
mobile: {
|
|
475
700
|
width: "40px",
|
|
476
701
|
},
|
|
702
|
+
"border-radius": "base",
|
|
477
703
|
},
|
|
478
704
|
designation_wrapper: {
|
|
479
705
|
display: "flex",
|
|
@@ -498,9 +724,7 @@ export const Content6: IBlock = {
|
|
|
498
724
|
"row-gap": "xs",
|
|
499
725
|
},
|
|
500
726
|
work_header: {
|
|
501
|
-
|
|
502
|
-
"font-size": "sm",
|
|
503
|
-
"font-weight": "500",
|
|
727
|
+
"font-weight": 500,
|
|
504
728
|
"text-transform": "uppercase",
|
|
505
729
|
"letter-spacing": "0.05em",
|
|
506
730
|
},
|
|
@@ -515,9 +739,7 @@ export const Content6: IBlock = {
|
|
|
515
739
|
"row-gap": "xs",
|
|
516
740
|
},
|
|
517
741
|
location_header: {
|
|
518
|
-
|
|
519
|
-
"font-size": "sm",
|
|
520
|
-
"font-weight": "500",
|
|
742
|
+
"font-weight": 500,
|
|
521
743
|
"text-transform": "uppercase",
|
|
522
744
|
"letter-spacing": "0.05em",
|
|
523
745
|
},
|
|
@@ -526,19 +748,23 @@ export const Content6: IBlock = {
|
|
|
526
748
|
"font-weight": "600",
|
|
527
749
|
"margin-top": "xs",
|
|
528
750
|
},
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
|
|
751
|
+
ctas_levoGroup: {
|
|
752
|
+
display: "flex",
|
|
753
|
+
"flex-direction": "row",
|
|
754
|
+
"column-gap": "xs",
|
|
755
|
+
"row-gap": "xs",
|
|
756
|
+
"flex-wrap": "wrap",
|
|
757
|
+
"align-items": "center",
|
|
536
758
|
},
|
|
759
|
+
ctas: Array(2)
|
|
760
|
+
.fill(0)
|
|
761
|
+
.map(() => ({
|
|
762
|
+
cta: {},
|
|
763
|
+
})),
|
|
537
764
|
separator: {
|
|
538
765
|
width: "100%",
|
|
539
766
|
height: "1px",
|
|
540
767
|
"background-color": "border",
|
|
541
|
-
filter: "none",
|
|
542
768
|
},
|
|
543
769
|
},
|
|
544
770
|
{
|
|
@@ -575,11 +801,11 @@ export const Content6: IBlock = {
|
|
|
575
801
|
company_image: {
|
|
576
802
|
width: "48px",
|
|
577
803
|
height: "48px",
|
|
578
|
-
"border-radius": "8px",
|
|
579
804
|
"object-fit": "cover",
|
|
580
805
|
mobile: {
|
|
581
806
|
width: "40px",
|
|
582
807
|
},
|
|
808
|
+
"border-radius": "base",
|
|
583
809
|
},
|
|
584
810
|
designation_wrapper: {
|
|
585
811
|
display: "flex",
|
|
@@ -604,9 +830,7 @@ export const Content6: IBlock = {
|
|
|
604
830
|
"row-gap": "xs",
|
|
605
831
|
},
|
|
606
832
|
work_header: {
|
|
607
|
-
|
|
608
|
-
"font-size": "sm",
|
|
609
|
-
"font-weight": "500",
|
|
833
|
+
"font-weight": 500,
|
|
610
834
|
"text-transform": "uppercase",
|
|
611
835
|
"letter-spacing": "0.05em",
|
|
612
836
|
},
|
|
@@ -621,9 +845,7 @@ export const Content6: IBlock = {
|
|
|
621
845
|
"row-gap": "xs",
|
|
622
846
|
},
|
|
623
847
|
location_header: {
|
|
624
|
-
|
|
625
|
-
"font-size": "sm",
|
|
626
|
-
"font-weight": "500",
|
|
848
|
+
"font-weight": 500,
|
|
627
849
|
"text-transform": "uppercase",
|
|
628
850
|
"letter-spacing": "0.05em",
|
|
629
851
|
},
|
|
@@ -632,19 +854,23 @@ export const Content6: IBlock = {
|
|
|
632
854
|
"font-weight": "600",
|
|
633
855
|
"margin-top": "xs",
|
|
634
856
|
},
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
|
|
857
|
+
ctas_levoGroup: {
|
|
858
|
+
display: "flex",
|
|
859
|
+
"flex-direction": "row",
|
|
860
|
+
"column-gap": "xs",
|
|
861
|
+
"row-gap": "xs",
|
|
862
|
+
"flex-wrap": "wrap",
|
|
863
|
+
"align-items": "center",
|
|
642
864
|
},
|
|
865
|
+
ctas: Array(2)
|
|
866
|
+
.fill(0)
|
|
867
|
+
.map(() => ({
|
|
868
|
+
cta: {},
|
|
869
|
+
})),
|
|
643
870
|
separator: {
|
|
644
871
|
width: "100%",
|
|
645
872
|
height: "1px",
|
|
646
873
|
"background-color": "border",
|
|
647
|
-
filter: "none",
|
|
648
874
|
},
|
|
649
875
|
},
|
|
650
876
|
{
|
|
@@ -681,11 +907,11 @@ export const Content6: IBlock = {
|
|
|
681
907
|
company_image: {
|
|
682
908
|
width: "48px",
|
|
683
909
|
height: "48px",
|
|
684
|
-
"border-radius": "8px",
|
|
685
910
|
"object-fit": "cover",
|
|
686
911
|
mobile: {
|
|
687
912
|
width: "40px",
|
|
688
913
|
},
|
|
914
|
+
"border-radius": "base",
|
|
689
915
|
},
|
|
690
916
|
designation_wrapper: {
|
|
691
917
|
display: "flex",
|
|
@@ -710,9 +936,7 @@ export const Content6: IBlock = {
|
|
|
710
936
|
"row-gap": "xs",
|
|
711
937
|
},
|
|
712
938
|
work_header: {
|
|
713
|
-
|
|
714
|
-
"font-size": "sm",
|
|
715
|
-
"font-weight": "500",
|
|
939
|
+
"font-weight": 500,
|
|
716
940
|
"text-transform": "uppercase",
|
|
717
941
|
"letter-spacing": "0.05em",
|
|
718
942
|
},
|
|
@@ -727,9 +951,7 @@ export const Content6: IBlock = {
|
|
|
727
951
|
"row-gap": "xs",
|
|
728
952
|
},
|
|
729
953
|
location_header: {
|
|
730
|
-
|
|
731
|
-
"font-size": "sm",
|
|
732
|
-
"font-weight": "500",
|
|
954
|
+
"font-weight": 500,
|
|
733
955
|
"text-transform": "uppercase",
|
|
734
956
|
"letter-spacing": "0.05em",
|
|
735
957
|
},
|
|
@@ -738,56 +960,64 @@ export const Content6: IBlock = {
|
|
|
738
960
|
"font-weight": "600",
|
|
739
961
|
"margin-top": "xs",
|
|
740
962
|
},
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
|
|
963
|
+
ctas_levoGroup: {
|
|
964
|
+
display: "flex",
|
|
965
|
+
"flex-direction": "row",
|
|
966
|
+
"column-gap": "xs",
|
|
967
|
+
"row-gap": "xs",
|
|
968
|
+
"flex-wrap": "wrap",
|
|
969
|
+
"align-items": "center",
|
|
748
970
|
},
|
|
971
|
+
ctas: Array(2)
|
|
972
|
+
.fill(0)
|
|
973
|
+
.map(() => ({
|
|
974
|
+
cta: {},
|
|
975
|
+
})),
|
|
749
976
|
separator: {
|
|
750
977
|
width: "100%",
|
|
751
978
|
height: "1px",
|
|
752
979
|
"background-color": "border",
|
|
753
|
-
filter: "none",
|
|
754
980
|
},
|
|
755
981
|
},
|
|
756
982
|
{
|
|
757
983
|
company_item: {
|
|
758
984
|
display: "grid",
|
|
759
|
-
"grid-template-columns": "
|
|
985
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
760
986
|
"align-items": "center",
|
|
761
987
|
"column-gap": "lg",
|
|
762
988
|
"padding-top": "lg",
|
|
763
989
|
"padding-bottom": "lg",
|
|
764
|
-
"border-bottom": "1px solid",
|
|
765
|
-
"border-color": "border",
|
|
766
990
|
tablet: {
|
|
767
|
-
"grid-template-columns": "
|
|
768
|
-
"column-gap": "
|
|
991
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
992
|
+
"column-gap": "xs",
|
|
769
993
|
},
|
|
770
994
|
mobile: {
|
|
771
|
-
"grid-template-columns": "
|
|
995
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
772
996
|
"column-gap": "sm",
|
|
773
997
|
"padding-top": "base",
|
|
774
998
|
"padding-bottom": "base",
|
|
999
|
+
"grid-template-rows": "none",
|
|
1000
|
+
"row-gap": "base",
|
|
775
1001
|
},
|
|
1002
|
+
"border-style": "solid",
|
|
1003
|
+
"border-width": "1px",
|
|
1004
|
+
"border-radius": "base",
|
|
1005
|
+
"padding-left": "2xl",
|
|
1006
|
+
"padding-right": "2xl",
|
|
776
1007
|
},
|
|
777
1008
|
image_wrapper: {
|
|
778
1009
|
display: "flex",
|
|
779
|
-
"
|
|
780
|
-
"
|
|
1010
|
+
"flex-direction": "column",
|
|
1011
|
+
"row-gap": "xs",
|
|
781
1012
|
},
|
|
782
1013
|
company_image: {
|
|
783
1014
|
width: "48px",
|
|
784
1015
|
height: "48px",
|
|
785
|
-
"border-radius": "8px",
|
|
786
1016
|
"object-fit": "cover",
|
|
787
1017
|
mobile: {
|
|
788
1018
|
width: "40px",
|
|
789
|
-
height: "40px",
|
|
790
1019
|
},
|
|
1020
|
+
"border-radius": "base",
|
|
791
1021
|
},
|
|
792
1022
|
designation_wrapper: {
|
|
793
1023
|
display: "flex",
|
|
@@ -810,17 +1040,9 @@ export const Content6: IBlock = {
|
|
|
810
1040
|
display: "flex",
|
|
811
1041
|
"flex-direction": "column",
|
|
812
1042
|
"row-gap": "xs",
|
|
813
|
-
tablet: {
|
|
814
|
-
display: "flex",
|
|
815
|
-
},
|
|
816
|
-
mobile: {
|
|
817
|
-
display: "none",
|
|
818
|
-
},
|
|
819
1043
|
},
|
|
820
1044
|
work_header: {
|
|
821
|
-
|
|
822
|
-
"font-size": "sm",
|
|
823
|
-
"font-weight": "500",
|
|
1045
|
+
"font-weight": 500,
|
|
824
1046
|
"text-transform": "uppercase",
|
|
825
1047
|
"letter-spacing": "0.05em",
|
|
826
1048
|
},
|
|
@@ -833,17 +1055,9 @@ export const Content6: IBlock = {
|
|
|
833
1055
|
display: "flex",
|
|
834
1056
|
"flex-direction": "column",
|
|
835
1057
|
"row-gap": "xs",
|
|
836
|
-
tablet: {
|
|
837
|
-
display: "none",
|
|
838
|
-
},
|
|
839
|
-
mobile: {
|
|
840
|
-
display: "none",
|
|
841
|
-
},
|
|
842
1058
|
},
|
|
843
1059
|
location_header: {
|
|
844
|
-
|
|
845
|
-
"font-size": "sm",
|
|
846
|
-
"font-weight": "500",
|
|
1060
|
+
"font-weight": 500,
|
|
847
1061
|
"text-transform": "uppercase",
|
|
848
1062
|
"letter-spacing": "0.05em",
|
|
849
1063
|
},
|
|
@@ -852,153 +1066,169 @@ export const Content6: IBlock = {
|
|
|
852
1066
|
"font-weight": "600",
|
|
853
1067
|
"margin-top": "xs",
|
|
854
1068
|
},
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"padding-right": "none",
|
|
863
|
-
"text-decoration": "none",
|
|
864
|
-
cursor: "pointer",
|
|
865
|
-
"font-size": "lg",
|
|
1069
|
+
ctas_levoGroup: {
|
|
1070
|
+
display: "flex",
|
|
1071
|
+
"flex-direction": "row",
|
|
1072
|
+
"column-gap": "xs",
|
|
1073
|
+
"row-gap": "xs",
|
|
1074
|
+
"flex-wrap": "wrap",
|
|
1075
|
+
"align-items": "center",
|
|
866
1076
|
},
|
|
1077
|
+
ctas: Array(2)
|
|
1078
|
+
.fill(0)
|
|
1079
|
+
.map(() => ({
|
|
1080
|
+
cta: {},
|
|
1081
|
+
})),
|
|
867
1082
|
separator: {
|
|
868
1083
|
width: "100%",
|
|
869
1084
|
height: "1px",
|
|
870
1085
|
"background-color": "border",
|
|
871
|
-
filter: "none",
|
|
872
1086
|
},
|
|
873
1087
|
},
|
|
1088
|
+
],
|
|
1089
|
+
},
|
|
1090
|
+
content: DEFAULT_CONTENT,
|
|
1091
|
+
config: {
|
|
1092
|
+
title: {
|
|
1093
|
+
selectedVariants: {
|
|
1094
|
+
Heading_Level: "H2",
|
|
1095
|
+
},
|
|
1096
|
+
},
|
|
1097
|
+
companies: [
|
|
874
1098
|
{
|
|
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",
|
|
1099
|
+
work_header: {
|
|
1100
|
+
selectedVariants: {
|
|
1101
|
+
Typography_Variants: "Small",
|
|
886
1102
|
},
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
"padding-bottom": "base",
|
|
1103
|
+
},
|
|
1104
|
+
location_header: {
|
|
1105
|
+
selectedVariants: {
|
|
1106
|
+
Typography_Variants: "Small",
|
|
892
1107
|
},
|
|
893
1108
|
},
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
1109
|
+
ctas: Array(2)
|
|
1110
|
+
.fill(0)
|
|
1111
|
+
.map(() => ({
|
|
1112
|
+
cta: {
|
|
1113
|
+
selectedVariants: {},
|
|
1114
|
+
},
|
|
1115
|
+
})),
|
|
1116
|
+
separator: {
|
|
1117
|
+
selectedVariants: {},
|
|
898
1118
|
},
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
mobile: {
|
|
905
|
-
width: "40px",
|
|
906
|
-
height: "40px",
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
work_header: {
|
|
1122
|
+
selectedVariants: {
|
|
1123
|
+
Typography_Variants: "Small",
|
|
907
1124
|
},
|
|
908
1125
|
},
|
|
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",
|
|
1126
|
+
location_header: {
|
|
1127
|
+
selectedVariants: {
|
|
1128
|
+
Typography_Variants: "Small",
|
|
1129
|
+
},
|
|
920
1130
|
},
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
1131
|
+
ctas: Array(2)
|
|
1132
|
+
.fill(0)
|
|
1133
|
+
.map(() => ({
|
|
1134
|
+
cta: {
|
|
1135
|
+
selectedVariants: {},
|
|
1136
|
+
},
|
|
1137
|
+
})),
|
|
1138
|
+
separator: {
|
|
1139
|
+
selectedVariants: {},
|
|
925
1140
|
},
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
display: "flex",
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
work_header: {
|
|
1144
|
+
selectedVariants: {
|
|
1145
|
+
Typography_Variants: "Small",
|
|
932
1146
|
},
|
|
933
|
-
|
|
934
|
-
|
|
1147
|
+
},
|
|
1148
|
+
location_header: {
|
|
1149
|
+
selectedVariants: {
|
|
1150
|
+
Typography_Variants: "Small",
|
|
935
1151
|
},
|
|
936
1152
|
},
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
1153
|
+
ctas: Array(2)
|
|
1154
|
+
.fill(0)
|
|
1155
|
+
.map(() => ({
|
|
1156
|
+
cta: {
|
|
1157
|
+
selectedVariants: {},
|
|
1158
|
+
},
|
|
1159
|
+
})),
|
|
1160
|
+
separator: {
|
|
1161
|
+
selectedVariants: {},
|
|
943
1162
|
},
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
work_header: {
|
|
1166
|
+
selectedVariants: {
|
|
1167
|
+
Typography_Variants: "Small",
|
|
1168
|
+
},
|
|
948
1169
|
},
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
"row-gap": "xs",
|
|
953
|
-
tablet: {
|
|
954
|
-
display: "none",
|
|
1170
|
+
location_header: {
|
|
1171
|
+
selectedVariants: {
|
|
1172
|
+
Typography_Variants: "Small",
|
|
955
1173
|
},
|
|
956
|
-
|
|
957
|
-
|
|
1174
|
+
},
|
|
1175
|
+
ctas: Array(2)
|
|
1176
|
+
.fill(0)
|
|
1177
|
+
.map(() => ({
|
|
1178
|
+
cta: {
|
|
1179
|
+
selectedVariants: {},
|
|
1180
|
+
},
|
|
1181
|
+
})),
|
|
1182
|
+
separator: {
|
|
1183
|
+
selectedVariants: {},
|
|
1184
|
+
},
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
work_header: {
|
|
1188
|
+
selectedVariants: {
|
|
1189
|
+
Typography_Variants: "Small",
|
|
958
1190
|
},
|
|
959
1191
|
},
|
|
960
1192
|
location_header: {
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
"text-transform": "uppercase",
|
|
965
|
-
"letter-spacing": "0.05em",
|
|
1193
|
+
selectedVariants: {
|
|
1194
|
+
Typography_Variants: "Small",
|
|
1195
|
+
},
|
|
966
1196
|
},
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
1197
|
+
ctas: Array(2)
|
|
1198
|
+
.fill(0)
|
|
1199
|
+
.map(() => ({
|
|
1200
|
+
cta: {
|
|
1201
|
+
selectedVariants: {},
|
|
1202
|
+
},
|
|
1203
|
+
})),
|
|
1204
|
+
separator: {
|
|
1205
|
+
selectedVariants: {},
|
|
971
1206
|
},
|
|
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",
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
work_header: {
|
|
1210
|
+
selectedVariants: {
|
|
1211
|
+
Typography_Variants: "Small",
|
|
1212
|
+
},
|
|
983
1213
|
},
|
|
1214
|
+
location_header: {
|
|
1215
|
+
selectedVariants: {
|
|
1216
|
+
Typography_Variants: "Small",
|
|
1217
|
+
},
|
|
1218
|
+
},
|
|
1219
|
+
ctas: Array(2)
|
|
1220
|
+
.fill(0)
|
|
1221
|
+
.map(() => ({
|
|
1222
|
+
cta: {
|
|
1223
|
+
selectedVariants: {},
|
|
1224
|
+
},
|
|
1225
|
+
})),
|
|
984
1226
|
separator: {
|
|
985
|
-
|
|
986
|
-
height: "1px",
|
|
987
|
-
"background-color": "border",
|
|
988
|
-
filter: "none",
|
|
989
|
-
display: "none",
|
|
1227
|
+
selectedVariants: {},
|
|
990
1228
|
},
|
|
991
1229
|
},
|
|
992
1230
|
],
|
|
993
1231
|
},
|
|
994
|
-
content: DEFAULT_CONTENT,
|
|
995
|
-
config: {
|
|
996
|
-
title: {
|
|
997
|
-
selectedVariants: {
|
|
998
|
-
Heading_Level: "H2",
|
|
999
|
-
},
|
|
1000
|
-
},
|
|
1001
|
-
},
|
|
1002
1232
|
},
|
|
1003
1233
|
],
|
|
1004
1234
|
};
|