@levo-so/blocks 0.1.101 → 0.1.103
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 +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -1,19 +1,37 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const ICON_LINKEDIN = {
|
|
4
4
|
kind: "icon",
|
|
5
5
|
data: {
|
|
6
|
-
id: "
|
|
7
|
-
label: "
|
|
8
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
6
|
+
id: "linkedin",
|
|
7
|
+
label: "Linkedin",
|
|
9
8
|
svgCode:
|
|
10
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="var(--color-icon-primary)"/></svg>',
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const ICON_TWITTER = {
|
|
14
|
+
kind: "icon",
|
|
15
|
+
data: {
|
|
16
|
+
id: "twitter",
|
|
17
|
+
label: "Twitter",
|
|
18
|
+
svgCode:
|
|
19
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="var(--color-icon-primary)"/></svg>',
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const ICON_YOUTUBE = {
|
|
24
|
+
kind: "icon",
|
|
25
|
+
data: {
|
|
26
|
+
id: "youtube",
|
|
27
|
+
label: "Youtube",
|
|
28
|
+
svgCode:
|
|
29
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 20.75H7C3.56 20.75 1.25 18.44 1.25 15V9C1.25 5.56 3.56 3.25 7 3.25H17C20.44 3.25 22.75 5.56 22.75 9V15C22.75 18.44 20.44 20.75 17 20.75ZM7 4.75C4.42 4.75 2.75 6.42 2.75 9V15C2.75 17.58 4.42 19.25 7 19.25H17C19.58 19.25 21.25 17.58 21.25 15V9C21.25 6.42 19.58 4.75 17 4.75H7Z" fill="var(--color-icon-primary)"/><path d="M10.5897 15.53C10.2997 15.53 10.0197 15.46 9.76965 15.32C9.18965 14.99 8.84961 14.32 8.84961 13.49V10.53C8.84961 9.7 9.17965 9.03002 9.76965 8.70002C10.3497 8.37002 11.0996 8.42999 11.8096 8.85999L14.2797 10.34C14.9597 10.75 15.3496 11.36 15.3496 12.01C15.3496 12.66 14.9597 13.27 14.2797 13.68L11.8096 15.16C11.3996 15.4 10.9797 15.53 10.5897 15.53ZM10.5897 9.97001C10.5497 9.97001 10.5196 9.98 10.4996 9.99C10.4296 10.03 10.3496 10.21 10.3496 10.52V13.48C10.3496 13.78 10.4296 13.96 10.4996 14.01C10.5796 14.05 10.7697 14.03 11.0297 13.87L13.4996 12.39C13.7496 12.24 13.8397 12.09 13.8397 12C13.8397 11.91 13.7496 11.77 13.4996 11.61L11.0297 10.13C10.8497 10.02 10.6897 9.97001 10.5897 9.97001Z" fill="var(--color-icon-primary)"/></svg>',
|
|
11
30
|
},
|
|
12
31
|
};
|
|
13
32
|
|
|
14
33
|
const MEDIA_1 = {
|
|
15
34
|
id: "uY2MtYb6ZCGYO",
|
|
16
|
-
filename: "team-1-1.png",
|
|
17
35
|
kind: "image",
|
|
18
36
|
location: "https://static.levocdn.com/WLZ1TXTD/team-1-1-74d2lDI5Z2We8.png",
|
|
19
37
|
srcset: {
|
|
@@ -31,7 +49,6 @@ const MEDIA_1 = {
|
|
|
31
49
|
|
|
32
50
|
const MEDIA_2 = {
|
|
33
51
|
id: "6HgrQxxyshKEc",
|
|
34
|
-
filename: "team-1-2.png",
|
|
35
52
|
kind: "image",
|
|
36
53
|
location: "https://static.levocdn.com/WLZ1TXTD/team-1-2-4JOoOlk2OAndr.png",
|
|
37
54
|
srcset: {
|
|
@@ -49,7 +66,6 @@ const MEDIA_2 = {
|
|
|
49
66
|
|
|
50
67
|
const MEDIA_3 = {
|
|
51
68
|
id: "ZnMqfUkWzAavx",
|
|
52
|
-
filename: "team-1-3.png",
|
|
53
69
|
kind: "image",
|
|
54
70
|
location: "https://static.levocdn.com/WLZ1TXTD/team-1-3-pKkWQltJ03ZYL.png",
|
|
55
71
|
srcset: {
|
|
@@ -67,7 +83,6 @@ const MEDIA_3 = {
|
|
|
67
83
|
|
|
68
84
|
const MEDIA_4 = {
|
|
69
85
|
id: "DNPbes1aZvRBi",
|
|
70
|
-
filename: "team-1-4.png",
|
|
71
86
|
kind: "image",
|
|
72
87
|
location: "https://static.levocdn.com/WLZ1TXTD/team-1-4-GLU2acijJaz3O.png",
|
|
73
88
|
srcset: {
|
|
@@ -83,164 +98,86 @@ const MEDIA_4 = {
|
|
|
83
98
|
mimetype: "image/png",
|
|
84
99
|
};
|
|
85
100
|
|
|
86
|
-
const
|
|
101
|
+
const SOCIAL_LINKS = [
|
|
102
|
+
{ wrapper: null, icon: ICON_LINKEDIN, link: "https://linkedin.com" },
|
|
103
|
+
{ wrapper: null, icon: ICON_TWITTER, link: "https://twitter.com" },
|
|
104
|
+
{ wrapper: null, icon: ICON_YOUTUBE, link: "https://youtube.com" },
|
|
105
|
+
];
|
|
87
106
|
|
|
88
|
-
const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
107
|
+
const PEOPLE = [
|
|
108
|
+
{
|
|
109
|
+
wrapper: null,
|
|
110
|
+
"info-wrapper": null,
|
|
111
|
+
info: null,
|
|
112
|
+
media: MEDIA_1,
|
|
113
|
+
name: "Priya Shankar",
|
|
114
|
+
description: "Chief Risk Officer",
|
|
115
|
+
links_levoGroup: null,
|
|
116
|
+
links: SOCIAL_LINKS,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
wrapper: null,
|
|
120
|
+
"info-wrapper": null,
|
|
121
|
+
info: null,
|
|
122
|
+
media: MEDIA_2,
|
|
123
|
+
name: "Marcus Reyes",
|
|
124
|
+
description: "VP, Platform Engineering",
|
|
125
|
+
links_levoGroup: null,
|
|
126
|
+
links: SOCIAL_LINKS,
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
wrapper: null,
|
|
130
|
+
"info-wrapper": null,
|
|
131
|
+
info: null,
|
|
132
|
+
media: MEDIA_3,
|
|
133
|
+
name: "Naomi Chen",
|
|
134
|
+
description: "Head of Compliance & KYC",
|
|
135
|
+
links_levoGroup: null,
|
|
136
|
+
links: SOCIAL_LINKS,
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
wrapper: null,
|
|
140
|
+
"info-wrapper": null,
|
|
141
|
+
info: null,
|
|
142
|
+
media: MEDIA_4,
|
|
143
|
+
name: "Samir Okonkwo",
|
|
144
|
+
description: "Senior Product Manager",
|
|
145
|
+
links_levoGroup: null,
|
|
146
|
+
links: SOCIAL_LINKS,
|
|
147
|
+
},
|
|
148
|
+
];
|
|
113
149
|
|
|
114
150
|
const DEFAULT_CONTENT = {
|
|
115
151
|
layout: null,
|
|
116
152
|
"header-container": null,
|
|
117
153
|
"header-content": null,
|
|
118
|
-
"accent-title": "
|
|
154
|
+
"accent-title": "THE TEAM",
|
|
119
155
|
"title-wrapper": null,
|
|
120
|
-
title: "
|
|
156
|
+
title: "People who move money safely",
|
|
121
157
|
description:
|
|
122
|
-
"
|
|
158
|
+
"Risk, engineering, and compliance leaders who've shipped PCI DSS Level 1 platforms, moved billions in settlement volume, and still answer Slack at 2am.",
|
|
123
159
|
header_ctas_levoGroup: null,
|
|
124
|
-
header_ctas: [{ header_cta: "
|
|
160
|
+
header_ctas: [{ header_cta: "Meet the team" }, { header_cta: "View openings" }],
|
|
125
161
|
team_levoGroup: null,
|
|
126
|
-
team:
|
|
127
|
-
?.fill(0)
|
|
128
|
-
?.map((_, index) => ({
|
|
129
|
-
...PERSON_INFO,
|
|
130
|
-
media: MEDIA_ARR[index],
|
|
131
|
-
})),
|
|
162
|
+
team: PEOPLE,
|
|
132
163
|
};
|
|
133
164
|
|
|
134
|
-
|
|
165
|
+
const CONTENT_3 = { ...DEFAULT_CONTENT, team: PEOPLE.slice(0, 3) };
|
|
135
166
|
|
|
136
|
-
const
|
|
137
|
-
wrapper:
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
media: {
|
|
146
|
-
height: "100%",
|
|
147
|
-
width: "100%",
|
|
148
|
-
"object-fit": "cover",
|
|
149
|
-
"border-radius": "base",
|
|
150
|
-
},
|
|
151
|
-
"info-wrapper": {
|
|
152
|
-
position: "absolute",
|
|
153
|
-
background:
|
|
154
|
-
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
155
|
-
bottom: "0",
|
|
156
|
-
left: "0",
|
|
157
|
-
right: "0",
|
|
158
|
-
// display: "none",
|
|
159
|
-
// _hover: {
|
|
160
|
-
// display: "block",
|
|
161
|
-
// border: "2px solid red",
|
|
162
|
-
// },
|
|
163
|
-
},
|
|
164
|
-
info: {
|
|
165
|
-
position: "relative",
|
|
166
|
-
width: "100%",
|
|
167
|
-
"padding-top": "3xl",
|
|
168
|
-
"padding-bottom": "3xl",
|
|
169
|
-
"padding-left": "2xl",
|
|
170
|
-
"padding-right": "2xl",
|
|
171
|
-
},
|
|
172
|
-
name: {
|
|
173
|
-
color: "var(--color-brand-foreground)",
|
|
174
|
-
},
|
|
175
|
-
description: {
|
|
176
|
-
"font-size": "sm",
|
|
177
|
-
"font-weight": 500,
|
|
178
|
-
color: "var(--color-brand-foreground)",
|
|
179
|
-
},
|
|
180
|
-
links_levoGroup: {
|
|
181
|
-
display: "flex",
|
|
182
|
-
"justify-content": "flex-start",
|
|
183
|
-
"column-gap": "sm",
|
|
184
|
-
"margin-top": "3xs",
|
|
185
|
-
},
|
|
186
|
-
links: [
|
|
187
|
-
{
|
|
188
|
-
wrapper: {
|
|
189
|
-
width: "32px",
|
|
190
|
-
height: "32px",
|
|
191
|
-
padding: "2xs",
|
|
192
|
-
display: "flex",
|
|
193
|
-
"justify-content": "center",
|
|
194
|
-
"align-items": "center",
|
|
195
|
-
overflow: "hidden",
|
|
196
|
-
},
|
|
197
|
-
icon: {
|
|
198
|
-
width: "24px",
|
|
199
|
-
height: "24px",
|
|
200
|
-
"object-fit": "contain",
|
|
201
|
-
},
|
|
202
|
-
link: {},
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
wrapper: {
|
|
206
|
-
width: "32px",
|
|
207
|
-
height: "32px",
|
|
208
|
-
padding: "2xs",
|
|
209
|
-
display: "flex",
|
|
210
|
-
"justify-content": "center",
|
|
211
|
-
"align-items": "center",
|
|
212
|
-
overflow: "hidden",
|
|
213
|
-
},
|
|
214
|
-
icon: {
|
|
215
|
-
width: "24px",
|
|
216
|
-
height: "24px",
|
|
217
|
-
"object-fit": "contain",
|
|
218
|
-
},
|
|
219
|
-
link: {},
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
wrapper: {
|
|
223
|
-
width: "32px",
|
|
224
|
-
height: "32px",
|
|
225
|
-
padding: "2xs",
|
|
226
|
-
display: "flex",
|
|
227
|
-
"justify-content": "center",
|
|
228
|
-
"align-items": "center",
|
|
229
|
-
overflow: "hidden",
|
|
230
|
-
},
|
|
231
|
-
icon: {
|
|
232
|
-
width: "24px",
|
|
233
|
-
height: "24px",
|
|
234
|
-
"object-fit": "contain",
|
|
235
|
-
},
|
|
236
|
-
link: {},
|
|
237
|
-
},
|
|
238
|
-
],
|
|
167
|
+
const PERSON_5 = {
|
|
168
|
+
wrapper: null,
|
|
169
|
+
"info-wrapper": null,
|
|
170
|
+
info: null,
|
|
171
|
+
media: MEDIA_1,
|
|
172
|
+
name: "Elena Vargas",
|
|
173
|
+
description: "Director, Settlement Ops",
|
|
174
|
+
links_levoGroup: null,
|
|
175
|
+
links: SOCIAL_LINKS,
|
|
239
176
|
};
|
|
240
177
|
|
|
241
|
-
const
|
|
242
|
-
|
|
243
|
-
|
|
178
|
+
const CONTENT_5 = { ...DEFAULT_CONTENT, team: [...PEOPLE, PERSON_5] };
|
|
179
|
+
|
|
180
|
+
export type ITeam1Content = typeof DEFAULT_CONTENT;
|
|
244
181
|
|
|
245
182
|
export const Team1: IBlock = {
|
|
246
183
|
category_id: "team",
|
|
@@ -486,16 +423,16 @@ export const Team1: IBlock = {
|
|
|
486
423
|
width: "100%",
|
|
487
424
|
"flex-direction": "column",
|
|
488
425
|
"background-color": "brand",
|
|
489
|
-
"row-gap": "
|
|
426
|
+
"row-gap": "4xl",
|
|
490
427
|
tablet: {
|
|
491
|
-
"row-gap": "
|
|
428
|
+
"row-gap": "3xl",
|
|
492
429
|
},
|
|
493
430
|
},
|
|
494
431
|
"header-container": {
|
|
495
432
|
display: "flex",
|
|
496
433
|
"align-items": "flex-end",
|
|
497
434
|
"justify-content": "space-between",
|
|
498
|
-
"column-gap": "
|
|
435
|
+
"column-gap": "4xl",
|
|
499
436
|
tablet: {
|
|
500
437
|
"flex-direction": "column",
|
|
501
438
|
"align-items": "flex-start",
|
|
@@ -507,44 +444,41 @@ export const Team1: IBlock = {
|
|
|
507
444
|
width: "100%",
|
|
508
445
|
flex: "1",
|
|
509
446
|
"flex-direction": "column",
|
|
510
|
-
"row-gap": "
|
|
447
|
+
"row-gap": "base",
|
|
511
448
|
tablet: {
|
|
512
|
-
"row-gap": "
|
|
449
|
+
"row-gap": "sm",
|
|
513
450
|
},
|
|
514
451
|
},
|
|
515
452
|
"accent-title": {
|
|
516
453
|
color: "brandForeground",
|
|
454
|
+
"text-transform": "uppercase",
|
|
455
|
+
"letter-spacing": "0.08em",
|
|
456
|
+
"font-weight": 600,
|
|
457
|
+
"font-size": "xs",
|
|
517
458
|
},
|
|
518
459
|
"title-wrapper": {
|
|
519
460
|
display: "flex",
|
|
520
461
|
width: "100%",
|
|
521
|
-
flex: "
|
|
522
|
-
"
|
|
523
|
-
"justify-content": "space-between",
|
|
524
|
-
"column-gap": "10xl",
|
|
525
|
-
tablet: {
|
|
526
|
-
"flex-direction": "column",
|
|
527
|
-
"align-items": "flex-start",
|
|
528
|
-
"row-gap": "4xs",
|
|
529
|
-
},
|
|
462
|
+
"flex-direction": "column",
|
|
463
|
+
"row-gap": "sm",
|
|
530
464
|
},
|
|
531
465
|
title: {
|
|
532
|
-
width: "100%",
|
|
533
|
-
"max-width": "fit-content",
|
|
534
|
-
flex: "1",
|
|
535
|
-
"white-space": "nowrap",
|
|
536
466
|
color: "brandForeground",
|
|
467
|
+
"max-width": "720px",
|
|
468
|
+
},
|
|
469
|
+
description: {
|
|
470
|
+
color: "brandForeground",
|
|
471
|
+
opacity: "0.8",
|
|
472
|
+
"max-width": "640px",
|
|
537
473
|
},
|
|
538
|
-
description: {},
|
|
539
474
|
header_ctas_levoGroup: {
|
|
540
475
|
display: "flex",
|
|
541
476
|
"flex-direction": "row",
|
|
542
477
|
"align-items": "center",
|
|
543
478
|
gap: "sm",
|
|
479
|
+
"flex-shrink": "0",
|
|
544
480
|
},
|
|
545
|
-
|
|
546
|
-
header_cta: {},
|
|
547
|
-
})),
|
|
481
|
+
header_ctas_levoGroupItem: { header_cta: {} },
|
|
548
482
|
team_levoGroup: {
|
|
549
483
|
display: "grid",
|
|
550
484
|
width: "100%",
|
|
@@ -557,404 +491,73 @@ export const Team1: IBlock = {
|
|
|
557
491
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
558
492
|
},
|
|
559
493
|
},
|
|
560
|
-
|
|
561
|
-
{
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
"row-gap": "4xs",
|
|
569
|
-
},
|
|
570
|
-
media: {
|
|
571
|
-
height: "100%",
|
|
572
|
-
width: "100%",
|
|
573
|
-
"object-fit": "cover",
|
|
574
|
-
"border-radius": "base",
|
|
575
|
-
},
|
|
576
|
-
"info-wrapper": {
|
|
577
|
-
position: "absolute",
|
|
578
|
-
background:
|
|
579
|
-
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
580
|
-
bottom: "0",
|
|
581
|
-
left: "0",
|
|
582
|
-
right: "0",
|
|
583
|
-
},
|
|
584
|
-
info: {
|
|
585
|
-
position: "relative",
|
|
586
|
-
width: "100%",
|
|
587
|
-
"padding-top": "3xl",
|
|
588
|
-
"padding-bottom": "3xl",
|
|
589
|
-
"padding-left": "2xl",
|
|
590
|
-
"padding-right": "2xl",
|
|
591
|
-
},
|
|
592
|
-
name: {
|
|
593
|
-
color: "brandForeground",
|
|
594
|
-
"font-weight": 700,
|
|
595
|
-
},
|
|
596
|
-
description: {
|
|
597
|
-
"font-weight": 500,
|
|
598
|
-
color: "brandForeground",
|
|
599
|
-
},
|
|
600
|
-
links_levoGroup: {
|
|
601
|
-
display: "flex",
|
|
602
|
-
"justify-content": "flex-start",
|
|
603
|
-
"column-gap": "sm",
|
|
604
|
-
"margin-top": "3xs",
|
|
605
|
-
},
|
|
606
|
-
links: [
|
|
607
|
-
{
|
|
608
|
-
wrapper: {
|
|
609
|
-
width: "32px",
|
|
610
|
-
height: "32px",
|
|
611
|
-
padding: "2xs",
|
|
612
|
-
display: "flex",
|
|
613
|
-
"justify-content": "center",
|
|
614
|
-
"align-items": "center",
|
|
615
|
-
overflow: "hidden",
|
|
616
|
-
},
|
|
617
|
-
icon: {
|
|
618
|
-
width: "24px",
|
|
619
|
-
height: "24px",
|
|
620
|
-
"object-fit": "contain",
|
|
621
|
-
},
|
|
622
|
-
link: {},
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
wrapper: {
|
|
626
|
-
width: "32px",
|
|
627
|
-
height: "32px",
|
|
628
|
-
padding: "2xs",
|
|
629
|
-
display: "flex",
|
|
630
|
-
"justify-content": "center",
|
|
631
|
-
"align-items": "center",
|
|
632
|
-
overflow: "hidden",
|
|
633
|
-
},
|
|
634
|
-
icon: {
|
|
635
|
-
width: "24px",
|
|
636
|
-
height: "24px",
|
|
637
|
-
"object-fit": "contain",
|
|
638
|
-
},
|
|
639
|
-
link: {},
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
wrapper: {
|
|
643
|
-
width: "32px",
|
|
644
|
-
height: "32px",
|
|
645
|
-
padding: "2xs",
|
|
646
|
-
display: "flex",
|
|
647
|
-
"justify-content": "center",
|
|
648
|
-
"align-items": "center",
|
|
649
|
-
overflow: "hidden",
|
|
650
|
-
},
|
|
651
|
-
icon: {
|
|
652
|
-
width: "24px",
|
|
653
|
-
height: "24px",
|
|
654
|
-
"object-fit": "contain",
|
|
655
|
-
},
|
|
656
|
-
link: {},
|
|
657
|
-
},
|
|
658
|
-
],
|
|
494
|
+
team_levoGroupItem: {
|
|
495
|
+
wrapper: {
|
|
496
|
+
position: "relative",
|
|
497
|
+
display: "flex",
|
|
498
|
+
height: "100%",
|
|
499
|
+
width: "100%",
|
|
500
|
+
"flex-direction": "column",
|
|
501
|
+
"row-gap": "4xs",
|
|
659
502
|
},
|
|
660
|
-
{
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
width: "100%",
|
|
666
|
-
"flex-direction": "column",
|
|
667
|
-
"row-gap": "4xs",
|
|
668
|
-
},
|
|
669
|
-
media: {
|
|
670
|
-
height: "100%",
|
|
671
|
-
width: "100%",
|
|
672
|
-
"object-fit": "cover",
|
|
673
|
-
"border-radius": "base",
|
|
674
|
-
},
|
|
675
|
-
"info-wrapper": {
|
|
676
|
-
position: "absolute",
|
|
677
|
-
background:
|
|
678
|
-
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
679
|
-
bottom: "0",
|
|
680
|
-
left: "0",
|
|
681
|
-
right: "0",
|
|
682
|
-
},
|
|
683
|
-
info: {
|
|
684
|
-
position: "relative",
|
|
685
|
-
width: "100%",
|
|
686
|
-
"padding-top": "3xl",
|
|
687
|
-
"padding-bottom": "3xl",
|
|
688
|
-
"padding-left": "2xl",
|
|
689
|
-
"padding-right": "2xl",
|
|
690
|
-
},
|
|
691
|
-
name: {
|
|
692
|
-
color: "brandForeground",
|
|
693
|
-
"font-weight": 700,
|
|
694
|
-
},
|
|
695
|
-
description: {
|
|
696
|
-
"font-weight": 500,
|
|
697
|
-
color: "brandForeground",
|
|
698
|
-
},
|
|
699
|
-
links_levoGroup: {
|
|
700
|
-
display: "flex",
|
|
701
|
-
"justify-content": "flex-start",
|
|
702
|
-
"column-gap": "sm",
|
|
703
|
-
"margin-top": "3xs",
|
|
704
|
-
},
|
|
705
|
-
links: [
|
|
706
|
-
{
|
|
707
|
-
wrapper: {
|
|
708
|
-
width: "32px",
|
|
709
|
-
height: "32px",
|
|
710
|
-
padding: "2xs",
|
|
711
|
-
display: "flex",
|
|
712
|
-
"justify-content": "center",
|
|
713
|
-
"align-items": "center",
|
|
714
|
-
overflow: "hidden",
|
|
715
|
-
},
|
|
716
|
-
icon: {
|
|
717
|
-
width: "24px",
|
|
718
|
-
height: "24px",
|
|
719
|
-
"object-fit": "contain",
|
|
720
|
-
},
|
|
721
|
-
link: {},
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
wrapper: {
|
|
725
|
-
width: "32px",
|
|
726
|
-
height: "32px",
|
|
727
|
-
padding: "2xs",
|
|
728
|
-
display: "flex",
|
|
729
|
-
"justify-content": "center",
|
|
730
|
-
"align-items": "center",
|
|
731
|
-
overflow: "hidden",
|
|
732
|
-
},
|
|
733
|
-
icon: {
|
|
734
|
-
width: "24px",
|
|
735
|
-
height: "24px",
|
|
736
|
-
"object-fit": "contain",
|
|
737
|
-
},
|
|
738
|
-
link: {},
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
wrapper: {
|
|
742
|
-
width: "32px",
|
|
743
|
-
height: "32px",
|
|
744
|
-
padding: "2xs",
|
|
745
|
-
display: "flex",
|
|
746
|
-
"justify-content": "center",
|
|
747
|
-
"align-items": "center",
|
|
748
|
-
overflow: "hidden",
|
|
749
|
-
},
|
|
750
|
-
icon: {
|
|
751
|
-
width: "24px",
|
|
752
|
-
height: "24px",
|
|
753
|
-
"object-fit": "contain",
|
|
754
|
-
},
|
|
755
|
-
link: {},
|
|
756
|
-
},
|
|
757
|
-
],
|
|
503
|
+
media: {
|
|
504
|
+
height: "100%",
|
|
505
|
+
width: "100%",
|
|
506
|
+
"object-fit": "cover",
|
|
507
|
+
"border-radius": "base",
|
|
758
508
|
},
|
|
759
|
-
{
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
},
|
|
768
|
-
media: {
|
|
769
|
-
height: "100%",
|
|
770
|
-
width: "100%",
|
|
771
|
-
"object-fit": "cover",
|
|
772
|
-
"border-radius": "base",
|
|
773
|
-
},
|
|
774
|
-
"info-wrapper": {
|
|
775
|
-
position: "absolute",
|
|
776
|
-
background:
|
|
777
|
-
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
778
|
-
bottom: "0",
|
|
779
|
-
left: "0",
|
|
780
|
-
right: "0",
|
|
781
|
-
},
|
|
782
|
-
info: {
|
|
783
|
-
position: "relative",
|
|
784
|
-
width: "100%",
|
|
785
|
-
"padding-top": "3xl",
|
|
786
|
-
"padding-bottom": "3xl",
|
|
787
|
-
"padding-left": "2xl",
|
|
788
|
-
"padding-right": "2xl",
|
|
789
|
-
},
|
|
790
|
-
name: {
|
|
791
|
-
color: "brandForeground",
|
|
792
|
-
"font-weight": 700,
|
|
793
|
-
},
|
|
794
|
-
description: {
|
|
795
|
-
"font-weight": 500,
|
|
796
|
-
color: "brandForeground",
|
|
797
|
-
},
|
|
798
|
-
links_levoGroup: {
|
|
799
|
-
display: "flex",
|
|
800
|
-
"justify-content": "flex-start",
|
|
801
|
-
"column-gap": "sm",
|
|
802
|
-
"margin-top": "3xs",
|
|
803
|
-
},
|
|
804
|
-
links: [
|
|
805
|
-
{
|
|
806
|
-
wrapper: {
|
|
807
|
-
width: "32px",
|
|
808
|
-
height: "32px",
|
|
809
|
-
padding: "2xs",
|
|
810
|
-
display: "flex",
|
|
811
|
-
"justify-content": "center",
|
|
812
|
-
"align-items": "center",
|
|
813
|
-
overflow: "hidden",
|
|
814
|
-
},
|
|
815
|
-
icon: {
|
|
816
|
-
width: "24px",
|
|
817
|
-
height: "24px",
|
|
818
|
-
"object-fit": "contain",
|
|
819
|
-
},
|
|
820
|
-
link: {},
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
wrapper: {
|
|
824
|
-
width: "32px",
|
|
825
|
-
height: "32px",
|
|
826
|
-
padding: "2xs",
|
|
827
|
-
display: "flex",
|
|
828
|
-
"justify-content": "center",
|
|
829
|
-
"align-items": "center",
|
|
830
|
-
overflow: "hidden",
|
|
831
|
-
},
|
|
832
|
-
icon: {
|
|
833
|
-
width: "24px",
|
|
834
|
-
height: "24px",
|
|
835
|
-
"object-fit": "contain",
|
|
836
|
-
},
|
|
837
|
-
link: {},
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
wrapper: {
|
|
841
|
-
width: "32px",
|
|
842
|
-
height: "32px",
|
|
843
|
-
padding: "2xs",
|
|
844
|
-
display: "flex",
|
|
845
|
-
"justify-content": "center",
|
|
846
|
-
"align-items": "center",
|
|
847
|
-
overflow: "hidden",
|
|
848
|
-
},
|
|
849
|
-
icon: {
|
|
850
|
-
width: "24px",
|
|
851
|
-
height: "24px",
|
|
852
|
-
"object-fit": "contain",
|
|
853
|
-
},
|
|
854
|
-
link: {},
|
|
855
|
-
},
|
|
856
|
-
],
|
|
509
|
+
"info-wrapper": {
|
|
510
|
+
position: "absolute",
|
|
511
|
+
background:
|
|
512
|
+
"linear-gradient(180deg, color-mix(in oklch, var(--color-brand) 0%, transparent) 0%, color-mix(in oklch, var(--color-brand) 0%, transparent) 8%, color-mix(in oklch, var(--color-brand) 80%, transparent) 31%, color-mix(in oklch, var(--color-brand) 80%, transparent) 100%)",
|
|
513
|
+
bottom: "0",
|
|
514
|
+
left: "0",
|
|
515
|
+
right: "0",
|
|
516
|
+
"border-radius": "base",
|
|
857
517
|
},
|
|
858
|
-
{
|
|
518
|
+
info: {
|
|
519
|
+
position: "relative",
|
|
520
|
+
width: "100%",
|
|
521
|
+
"padding-top": "3xl",
|
|
522
|
+
"padding-bottom": "3xl",
|
|
523
|
+
"padding-left": "2xl",
|
|
524
|
+
"padding-right": "2xl",
|
|
525
|
+
},
|
|
526
|
+
name: {
|
|
527
|
+
color: "brandForeground",
|
|
528
|
+
"font-weight": 700,
|
|
529
|
+
},
|
|
530
|
+
description: {
|
|
531
|
+
"font-weight": 500,
|
|
532
|
+
color: "brandForeground",
|
|
533
|
+
},
|
|
534
|
+
links_levoGroup: {
|
|
535
|
+
display: "flex",
|
|
536
|
+
"justify-content": "flex-start",
|
|
537
|
+
"column-gap": "sm",
|
|
538
|
+
"margin-top": "3xs",
|
|
539
|
+
},
|
|
540
|
+
links_levoGroupItem: {
|
|
859
541
|
wrapper: {
|
|
860
|
-
|
|
542
|
+
width: "32px",
|
|
543
|
+
height: "32px",
|
|
544
|
+
padding: "2xs",
|
|
861
545
|
display: "flex",
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
"
|
|
865
|
-
"
|
|
866
|
-
|
|
867
|
-
media: {
|
|
868
|
-
height: "100%",
|
|
869
|
-
width: "100%",
|
|
870
|
-
"object-fit": "cover",
|
|
871
|
-
"border-radius": "base",
|
|
872
|
-
},
|
|
873
|
-
"info-wrapper": {
|
|
874
|
-
position: "absolute",
|
|
875
|
-
background:
|
|
876
|
-
"linear-gradient(180deg,rgba(5, 41, 37, 0) 0%, rgba(5, 41, 37, 0) 8%, rgba(5, 41, 37, 0.8) 31%, rgba(5, 41, 37, 0.8) 100%)",
|
|
877
|
-
bottom: "0",
|
|
878
|
-
left: "0",
|
|
879
|
-
right: "0",
|
|
880
|
-
},
|
|
881
|
-
info: {
|
|
882
|
-
position: "relative",
|
|
883
|
-
width: "100%",
|
|
884
|
-
"padding-top": "3xl",
|
|
885
|
-
"padding-bottom": "3xl",
|
|
886
|
-
"padding-left": "2xl",
|
|
887
|
-
"padding-right": "2xl",
|
|
888
|
-
},
|
|
889
|
-
name: {
|
|
890
|
-
color: "brandForeground",
|
|
891
|
-
"font-weight": 700,
|
|
546
|
+
"justify-content": "center",
|
|
547
|
+
"align-items": "center",
|
|
548
|
+
"border-radius": "full",
|
|
549
|
+
"background-color": "rgba(255, 255, 255, 0.15)",
|
|
550
|
+
"--color-icon-primary": "var(--color-brand-foreground)",
|
|
892
551
|
},
|
|
893
|
-
|
|
894
|
-
"
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
links_levoGroup: {
|
|
898
|
-
display: "flex",
|
|
899
|
-
"justify-content": "flex-start",
|
|
900
|
-
"column-gap": "sm",
|
|
901
|
-
"margin-top": "3xs",
|
|
552
|
+
icon: {
|
|
553
|
+
width: "20px",
|
|
554
|
+
height: "20px",
|
|
555
|
+
"object-fit": "contain",
|
|
902
556
|
},
|
|
903
|
-
|
|
904
|
-
{
|
|
905
|
-
wrapper: {
|
|
906
|
-
width: "32px",
|
|
907
|
-
height: "32px",
|
|
908
|
-
padding: "2xs",
|
|
909
|
-
display: "flex",
|
|
910
|
-
"justify-content": "center",
|
|
911
|
-
"align-items": "center",
|
|
912
|
-
overflow: "hidden",
|
|
913
|
-
},
|
|
914
|
-
icon: {
|
|
915
|
-
width: "24px",
|
|
916
|
-
height: "24px",
|
|
917
|
-
"object-fit": "contain",
|
|
918
|
-
},
|
|
919
|
-
link: {},
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
wrapper: {
|
|
923
|
-
width: "32px",
|
|
924
|
-
height: "32px",
|
|
925
|
-
padding: "2xs",
|
|
926
|
-
display: "flex",
|
|
927
|
-
"justify-content": "center",
|
|
928
|
-
"align-items": "center",
|
|
929
|
-
overflow: "hidden",
|
|
930
|
-
},
|
|
931
|
-
icon: {
|
|
932
|
-
width: "24px",
|
|
933
|
-
height: "24px",
|
|
934
|
-
"object-fit": "contain",
|
|
935
|
-
},
|
|
936
|
-
link: {},
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
wrapper: {
|
|
940
|
-
width: "32px",
|
|
941
|
-
height: "32px",
|
|
942
|
-
padding: "2xs",
|
|
943
|
-
display: "flex",
|
|
944
|
-
"justify-content": "center",
|
|
945
|
-
"align-items": "center",
|
|
946
|
-
overflow: "hidden",
|
|
947
|
-
},
|
|
948
|
-
icon: {
|
|
949
|
-
width: "24px",
|
|
950
|
-
height: "24px",
|
|
951
|
-
"object-fit": "contain",
|
|
952
|
-
},
|
|
953
|
-
link: {},
|
|
954
|
-
},
|
|
955
|
-
],
|
|
557
|
+
link: {},
|
|
956
558
|
},
|
|
957
|
-
|
|
559
|
+
},
|
|
560
|
+
team: [{}, {}, {}, {}],
|
|
958
561
|
},
|
|
959
562
|
content: DEFAULT_CONTENT,
|
|
960
563
|
config: {
|
|
@@ -1057,5 +660,519 @@ export const Team1: IBlock = {
|
|
|
1057
660
|
],
|
|
1058
661
|
},
|
|
1059
662
|
},
|
|
663
|
+
{
|
|
664
|
+
key: "light_cards",
|
|
665
|
+
title: "Light Cards",
|
|
666
|
+
styles: {
|
|
667
|
+
layout: {
|
|
668
|
+
display: "flex",
|
|
669
|
+
width: "100%",
|
|
670
|
+
"flex-direction": "column",
|
|
671
|
+
"background-color": "background-1",
|
|
672
|
+
"row-gap": "4xl",
|
|
673
|
+
},
|
|
674
|
+
"header-container": {
|
|
675
|
+
display: "flex",
|
|
676
|
+
"flex-direction": "column",
|
|
677
|
+
"align-items": "center",
|
|
678
|
+
"row-gap": "sm",
|
|
679
|
+
"text-align": "center",
|
|
680
|
+
},
|
|
681
|
+
"header-content": {
|
|
682
|
+
display: "flex",
|
|
683
|
+
"flex-direction": "column",
|
|
684
|
+
"row-gap": "2xs",
|
|
685
|
+
"align-items": "center",
|
|
686
|
+
},
|
|
687
|
+
"accent-title": {
|
|
688
|
+
color: "brand",
|
|
689
|
+
"text-transform": "uppercase",
|
|
690
|
+
"letter-spacing": "0.1em",
|
|
691
|
+
},
|
|
692
|
+
"title-wrapper": {
|
|
693
|
+
display: "flex",
|
|
694
|
+
"flex-direction": "column",
|
|
695
|
+
"align-items": "center",
|
|
696
|
+
"row-gap": "sm",
|
|
697
|
+
},
|
|
698
|
+
title: { "max-width": "720px", "text-align": "center" },
|
|
699
|
+
description: { "max-width": "640px", "text-align": "center", color: "text-2" },
|
|
700
|
+
header_ctas_levoGroup: {
|
|
701
|
+
display: "flex",
|
|
702
|
+
"flex-direction": "row",
|
|
703
|
+
"align-items": "center",
|
|
704
|
+
gap: "sm",
|
|
705
|
+
"justify-content": "center",
|
|
706
|
+
"margin-top": "base",
|
|
707
|
+
},
|
|
708
|
+
header_ctas_levoGroupItem: { header_cta: {} },
|
|
709
|
+
team_levoGroup: {
|
|
710
|
+
display: "grid",
|
|
711
|
+
width: "100%",
|
|
712
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
713
|
+
gap: "xl",
|
|
714
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
715
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
716
|
+
},
|
|
717
|
+
team_levoGroupItem: {
|
|
718
|
+
wrapper: {
|
|
719
|
+
display: "flex",
|
|
720
|
+
"flex-direction": "column",
|
|
721
|
+
"background-color": "background-1",
|
|
722
|
+
"border-radius": "xl",
|
|
723
|
+
overflow: "hidden",
|
|
724
|
+
"box-shadow": "default",
|
|
725
|
+
"border-width": "1px",
|
|
726
|
+
"border-style": "solid",
|
|
727
|
+
"border-color": "border",
|
|
728
|
+
},
|
|
729
|
+
media: { width: "100%", height: "320px", "object-fit": "cover" },
|
|
730
|
+
"info-wrapper": {
|
|
731
|
+
position: "static",
|
|
732
|
+
background: "none",
|
|
733
|
+
padding: "lg",
|
|
734
|
+
},
|
|
735
|
+
info: {
|
|
736
|
+
display: "flex",
|
|
737
|
+
"flex-direction": "column",
|
|
738
|
+
"row-gap": "2xs",
|
|
739
|
+
padding: "none",
|
|
740
|
+
},
|
|
741
|
+
name: { color: "text-1", "font-weight": 700 },
|
|
742
|
+
description: { color: "text-2", "font-weight": 500, "font-size": "sm" },
|
|
743
|
+
links_levoGroup: {
|
|
744
|
+
display: "flex",
|
|
745
|
+
"column-gap": "sm",
|
|
746
|
+
"margin-top": "base",
|
|
747
|
+
"padding-top": "base",
|
|
748
|
+
"border-top-width": "1px",
|
|
749
|
+
"border-top-style": "solid",
|
|
750
|
+
"border-top-color": "border",
|
|
751
|
+
},
|
|
752
|
+
links_levoGroupItem: {
|
|
753
|
+
wrapper: {
|
|
754
|
+
width: "32px",
|
|
755
|
+
height: "32px",
|
|
756
|
+
padding: "2xs",
|
|
757
|
+
display: "flex",
|
|
758
|
+
"justify-content": "center",
|
|
759
|
+
"align-items": "center",
|
|
760
|
+
"border-radius": "full",
|
|
761
|
+
"background-color": "background-2",
|
|
762
|
+
},
|
|
763
|
+
icon: { width: "20px", height: "20px", "object-fit": "contain" },
|
|
764
|
+
link: {},
|
|
765
|
+
},
|
|
766
|
+
},
|
|
767
|
+
},
|
|
768
|
+
content: DEFAULT_CONTENT,
|
|
769
|
+
config: {
|
|
770
|
+
title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
|
|
771
|
+
"accent-title": { selectedVariants: { Heading_Level: "H5" }, heading: { level: 4 } },
|
|
772
|
+
header_ctas: [
|
|
773
|
+
{ header_cta: { selectedVariants: {} } },
|
|
774
|
+
{ header_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
775
|
+
],
|
|
776
|
+
description: { selectedVariants: {} },
|
|
777
|
+
team: Array(4).fill(0).map(() => ({
|
|
778
|
+
name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
|
|
779
|
+
description: { selectedVariants: { Typography_Variants: "Small" } },
|
|
780
|
+
})),
|
|
781
|
+
},
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
key: "column_portrait",
|
|
785
|
+
title: "Column Portrait",
|
|
786
|
+
styles: {
|
|
787
|
+
layout: {
|
|
788
|
+
display: "flex",
|
|
789
|
+
width: "100%",
|
|
790
|
+
"flex-direction": "column",
|
|
791
|
+
"row-gap": "4xl",
|
|
792
|
+
},
|
|
793
|
+
"header-container": {
|
|
794
|
+
display: "flex",
|
|
795
|
+
"flex-direction": "row",
|
|
796
|
+
"align-items": "flex-end",
|
|
797
|
+
"justify-content": "space-between",
|
|
798
|
+
"column-gap": "3xl",
|
|
799
|
+
"padding-bottom": "xl",
|
|
800
|
+
"border-bottom-width": "1px",
|
|
801
|
+
"border-bottom-style": "solid",
|
|
802
|
+
"border-bottom-color": "border",
|
|
803
|
+
tablet: { "flex-direction": "column", "align-items": "flex-start", "row-gap": "xl" },
|
|
804
|
+
},
|
|
805
|
+
"header-content": {
|
|
806
|
+
display: "flex",
|
|
807
|
+
"flex-direction": "column",
|
|
808
|
+
"row-gap": "2xs",
|
|
809
|
+
flex: "1",
|
|
810
|
+
},
|
|
811
|
+
"accent-title": { color: "brand", "text-transform": "uppercase", "letter-spacing": "0.08em" },
|
|
812
|
+
"title-wrapper": {
|
|
813
|
+
display: "flex",
|
|
814
|
+
"flex-direction": "column",
|
|
815
|
+
"row-gap": "sm",
|
|
816
|
+
},
|
|
817
|
+
title: { "font-weight": 800 },
|
|
818
|
+
description: { color: "text-2", "max-width": "560px" },
|
|
819
|
+
header_ctas_levoGroup: {
|
|
820
|
+
display: "flex",
|
|
821
|
+
"flex-direction": "row",
|
|
822
|
+
"align-items": "center",
|
|
823
|
+
gap: "sm",
|
|
824
|
+
},
|
|
825
|
+
header_ctas_levoGroupItem: { header_cta: {} },
|
|
826
|
+
team_levoGroup: {
|
|
827
|
+
display: "grid",
|
|
828
|
+
width: "100%",
|
|
829
|
+
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
830
|
+
gap: "xl",
|
|
831
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
832
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
833
|
+
},
|
|
834
|
+
team_levoGroupItem: {
|
|
835
|
+
wrapper: {
|
|
836
|
+
display: "flex",
|
|
837
|
+
"flex-direction": "column",
|
|
838
|
+
"row-gap": "base",
|
|
839
|
+
},
|
|
840
|
+
media: {
|
|
841
|
+
width: "100%",
|
|
842
|
+
"aspect-ratio": "3/4",
|
|
843
|
+
"object-fit": "cover",
|
|
844
|
+
"border-radius": "base",
|
|
845
|
+
},
|
|
846
|
+
"info-wrapper": {
|
|
847
|
+
position: "static",
|
|
848
|
+
background: "none",
|
|
849
|
+
padding: "none",
|
|
850
|
+
},
|
|
851
|
+
info: {
|
|
852
|
+
display: "flex",
|
|
853
|
+
"flex-direction": "column",
|
|
854
|
+
"row-gap": "2xs",
|
|
855
|
+
padding: "none",
|
|
856
|
+
},
|
|
857
|
+
name: { color: "text-1", "font-weight": 700 },
|
|
858
|
+
description: {
|
|
859
|
+
color: "brand",
|
|
860
|
+
"font-weight": 600,
|
|
861
|
+
"font-size": "sm",
|
|
862
|
+
"text-transform": "uppercase",
|
|
863
|
+
"letter-spacing": "0.08em",
|
|
864
|
+
},
|
|
865
|
+
links_levoGroup: {
|
|
866
|
+
display: "flex",
|
|
867
|
+
"column-gap": "sm",
|
|
868
|
+
"margin-top": "2xs",
|
|
869
|
+
},
|
|
870
|
+
links_levoGroupItem: {
|
|
871
|
+
wrapper: {
|
|
872
|
+
width: "28px",
|
|
873
|
+
height: "28px",
|
|
874
|
+
padding: "2xs",
|
|
875
|
+
display: "flex",
|
|
876
|
+
"justify-content": "center",
|
|
877
|
+
"align-items": "center",
|
|
878
|
+
},
|
|
879
|
+
icon: { width: "20px", height: "20px", "object-fit": "contain" },
|
|
880
|
+
link: {},
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
content: CONTENT_3,
|
|
885
|
+
config: {
|
|
886
|
+
title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
|
|
887
|
+
"accent-title": { selectedVariants: { Heading_Level: "H5" }, heading: { level: 4 } },
|
|
888
|
+
header_ctas: [
|
|
889
|
+
{ header_cta: { selectedVariants: {} } },
|
|
890
|
+
{ header_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
891
|
+
],
|
|
892
|
+
description: { selectedVariants: {} },
|
|
893
|
+
team: Array(3).fill(0).map(() => ({
|
|
894
|
+
name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
|
|
895
|
+
description: { selectedVariants: { Typography_Variants: "Small" } },
|
|
896
|
+
})),
|
|
897
|
+
},
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
key: "mosaic",
|
|
901
|
+
title: "Mosaic",
|
|
902
|
+
styles: {
|
|
903
|
+
layout: {
|
|
904
|
+
display: "flex",
|
|
905
|
+
width: "100%",
|
|
906
|
+
"flex-direction": "column",
|
|
907
|
+
"background-color": "background-2",
|
|
908
|
+
"row-gap": "4xl",
|
|
909
|
+
},
|
|
910
|
+
"header-container": {
|
|
911
|
+
display: "flex",
|
|
912
|
+
"flex-direction": "column",
|
|
913
|
+
"align-items": "center",
|
|
914
|
+
"text-align": "center",
|
|
915
|
+
"row-gap": "sm",
|
|
916
|
+
},
|
|
917
|
+
"header-content": {
|
|
918
|
+
display: "flex",
|
|
919
|
+
"flex-direction": "column",
|
|
920
|
+
"align-items": "center",
|
|
921
|
+
"row-gap": "2xs",
|
|
922
|
+
},
|
|
923
|
+
"accent-title": {
|
|
924
|
+
color: "brand",
|
|
925
|
+
"text-transform": "uppercase",
|
|
926
|
+
"letter-spacing": "0.1em",
|
|
927
|
+
},
|
|
928
|
+
"title-wrapper": {
|
|
929
|
+
display: "flex",
|
|
930
|
+
"flex-direction": "column",
|
|
931
|
+
"align-items": "center",
|
|
932
|
+
"row-gap": "sm",
|
|
933
|
+
},
|
|
934
|
+
title: { "max-width": "720px", "text-align": "center", "font-weight": 800 },
|
|
935
|
+
description: { "max-width": "640px", "text-align": "center", color: "text-2" },
|
|
936
|
+
header_ctas_levoGroup: {
|
|
937
|
+
display: "flex",
|
|
938
|
+
gap: "sm",
|
|
939
|
+
"justify-content": "center",
|
|
940
|
+
"margin-top": "base",
|
|
941
|
+
},
|
|
942
|
+
header_ctas_levoGroupItem: { header_cta: {} },
|
|
943
|
+
team_levoGroup: {
|
|
944
|
+
display: "grid",
|
|
945
|
+
width: "100%",
|
|
946
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
947
|
+
"grid-auto-rows": "240px",
|
|
948
|
+
gap: "base",
|
|
949
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
950
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))", "grid-auto-rows": "320px" },
|
|
951
|
+
},
|
|
952
|
+
team_levoGroupItem: {
|
|
953
|
+
media: { height: "100%", width: "100%", "object-fit": "cover" },
|
|
954
|
+
},
|
|
955
|
+
team: [
|
|
956
|
+
{
|
|
957
|
+
wrapper: {
|
|
958
|
+
position: "relative",
|
|
959
|
+
display: "flex",
|
|
960
|
+
height: "100%",
|
|
961
|
+
width: "100%",
|
|
962
|
+
"flex-direction": "column",
|
|
963
|
+
"border-radius": "xl",
|
|
964
|
+
overflow: "hidden",
|
|
965
|
+
"grid-column": "span 2",
|
|
966
|
+
"grid-row": "span 2",
|
|
967
|
+
},
|
|
968
|
+
"info-wrapper": {
|
|
969
|
+
position: "absolute",
|
|
970
|
+
background: "linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%)",
|
|
971
|
+
bottom: "0",
|
|
972
|
+
left: "0",
|
|
973
|
+
right: "0",
|
|
974
|
+
},
|
|
975
|
+
info: {
|
|
976
|
+
position: "relative",
|
|
977
|
+
width: "100%",
|
|
978
|
+
padding: "xl",
|
|
979
|
+
},
|
|
980
|
+
name: { color: "white", "font-weight": 800, "font-size": "2xl" },
|
|
981
|
+
description: { "font-weight": 500, color: "white", opacity: "0.9" },
|
|
982
|
+
links_levoGroup: {
|
|
983
|
+
display: "flex",
|
|
984
|
+
"column-gap": "sm",
|
|
985
|
+
"margin-top": "sm",
|
|
986
|
+
},
|
|
987
|
+
links_levoGroupItem: {
|
|
988
|
+
wrapper: {
|
|
989
|
+
width: "32px",
|
|
990
|
+
height: "32px",
|
|
991
|
+
padding: "2xs",
|
|
992
|
+
display: "flex",
|
|
993
|
+
"justify-content": "center",
|
|
994
|
+
"align-items": "center",
|
|
995
|
+
"border-radius": "full",
|
|
996
|
+
"background-color": "rgba(255,255,255,0.2)",
|
|
997
|
+
"--color-icon-primary": "#ffffff",
|
|
998
|
+
},
|
|
999
|
+
icon: { width: "20px", height: "20px", "object-fit": "contain" },
|
|
1000
|
+
link: {},
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
...Array(4).fill(0).map(() => ({
|
|
1004
|
+
wrapper: {
|
|
1005
|
+
position: "relative",
|
|
1006
|
+
display: "flex",
|
|
1007
|
+
height: "100%",
|
|
1008
|
+
width: "100%",
|
|
1009
|
+
"flex-direction": "column",
|
|
1010
|
+
"border-radius": "xl",
|
|
1011
|
+
overflow: "hidden",
|
|
1012
|
+
},
|
|
1013
|
+
"info-wrapper": {
|
|
1014
|
+
position: "absolute",
|
|
1015
|
+
background: "linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%)",
|
|
1016
|
+
bottom: "0",
|
|
1017
|
+
left: "0",
|
|
1018
|
+
right: "0",
|
|
1019
|
+
},
|
|
1020
|
+
info: {
|
|
1021
|
+
position: "relative",
|
|
1022
|
+
width: "100%",
|
|
1023
|
+
padding: "base",
|
|
1024
|
+
},
|
|
1025
|
+
name: { color: "white", "font-weight": 700, "font-size": "base" },
|
|
1026
|
+
description: { "font-weight": 500, color: "white", opacity: "0.85", "font-size": "xs" },
|
|
1027
|
+
links_levoGroup: { display: "none" },
|
|
1028
|
+
links: [],
|
|
1029
|
+
})),
|
|
1030
|
+
],
|
|
1031
|
+
},
|
|
1032
|
+
content: CONTENT_5,
|
|
1033
|
+
config: {
|
|
1034
|
+
title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
|
|
1035
|
+
"accent-title": { selectedVariants: { Heading_Level: "H5" }, heading: { level: 4 } },
|
|
1036
|
+
header_ctas: [
|
|
1037
|
+
{ header_cta: { selectedVariants: {} } },
|
|
1038
|
+
{ header_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1039
|
+
],
|
|
1040
|
+
description: { selectedVariants: {} },
|
|
1041
|
+
team: Array(5).fill(0).map(() => ({
|
|
1042
|
+
name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
|
|
1043
|
+
description: { selectedVariants: { Typography_Variants: "Small" } },
|
|
1044
|
+
})),
|
|
1045
|
+
},
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
key: "minimal_list",
|
|
1049
|
+
title: "Minimal List",
|
|
1050
|
+
styles: {
|
|
1051
|
+
layout: {
|
|
1052
|
+
display: "flex",
|
|
1053
|
+
width: "100%",
|
|
1054
|
+
"flex-direction": "column",
|
|
1055
|
+
"row-gap": "3xl",
|
|
1056
|
+
},
|
|
1057
|
+
"header-container": {
|
|
1058
|
+
display: "flex",
|
|
1059
|
+
"flex-direction": "column",
|
|
1060
|
+
"row-gap": "sm",
|
|
1061
|
+
"padding-bottom": "xl",
|
|
1062
|
+
"border-bottom-width": "1px",
|
|
1063
|
+
"border-bottom-style": "solid",
|
|
1064
|
+
"border-bottom-color": "border",
|
|
1065
|
+
},
|
|
1066
|
+
"header-content": {
|
|
1067
|
+
display: "flex",
|
|
1068
|
+
"flex-direction": "column",
|
|
1069
|
+
"row-gap": "2xs",
|
|
1070
|
+
},
|
|
1071
|
+
"accent-title": {
|
|
1072
|
+
color: "brand",
|
|
1073
|
+
"text-transform": "uppercase",
|
|
1074
|
+
"letter-spacing": "0.1em",
|
|
1075
|
+
},
|
|
1076
|
+
"title-wrapper": {
|
|
1077
|
+
display: "flex",
|
|
1078
|
+
"flex-direction": "row",
|
|
1079
|
+
"justify-content": "space-between",
|
|
1080
|
+
"align-items": "flex-end",
|
|
1081
|
+
"column-gap": "xl",
|
|
1082
|
+
tablet: { "flex-direction": "column", "align-items": "flex-start", "row-gap": "base" },
|
|
1083
|
+
},
|
|
1084
|
+
title: { "font-weight": 800 },
|
|
1085
|
+
description: { color: "text-2", "max-width": "480px" },
|
|
1086
|
+
header_ctas_levoGroup: {
|
|
1087
|
+
display: "flex",
|
|
1088
|
+
gap: "sm",
|
|
1089
|
+
"margin-top": "base",
|
|
1090
|
+
},
|
|
1091
|
+
header_ctas_levoGroupItem: { header_cta: {} },
|
|
1092
|
+
team_levoGroup: {
|
|
1093
|
+
display: "flex",
|
|
1094
|
+
width: "100%",
|
|
1095
|
+
"flex-direction": "column",
|
|
1096
|
+
"row-gap": "none",
|
|
1097
|
+
},
|
|
1098
|
+
team_levoGroupItem: {
|
|
1099
|
+
wrapper: {
|
|
1100
|
+
display: "flex",
|
|
1101
|
+
"flex-direction": "row",
|
|
1102
|
+
"align-items": "center",
|
|
1103
|
+
"column-gap": "xl",
|
|
1104
|
+
"padding-top": "xl",
|
|
1105
|
+
"padding-bottom": "xl",
|
|
1106
|
+
"border-bottom-width": "1px",
|
|
1107
|
+
"border-bottom-style": "solid",
|
|
1108
|
+
"border-bottom-color": "border",
|
|
1109
|
+
mobile: { "flex-direction": "column", "align-items": "flex-start", "row-gap": "base" },
|
|
1110
|
+
},
|
|
1111
|
+
media: {
|
|
1112
|
+
width: "88px",
|
|
1113
|
+
height: "88px",
|
|
1114
|
+
"object-fit": "cover",
|
|
1115
|
+
"border-radius": "full",
|
|
1116
|
+
flex: "0 0 88px",
|
|
1117
|
+
},
|
|
1118
|
+
"info-wrapper": {
|
|
1119
|
+
position: "static",
|
|
1120
|
+
background: "none",
|
|
1121
|
+
flex: "1",
|
|
1122
|
+
},
|
|
1123
|
+
info: {
|
|
1124
|
+
display: "flex",
|
|
1125
|
+
"flex-direction": "row",
|
|
1126
|
+
"align-items": "center",
|
|
1127
|
+
"justify-content": "space-between",
|
|
1128
|
+
"column-gap": "xl",
|
|
1129
|
+
width: "100%",
|
|
1130
|
+
padding: "none",
|
|
1131
|
+
mobile: { "flex-direction": "column", "align-items": "flex-start", "row-gap": "sm" },
|
|
1132
|
+
},
|
|
1133
|
+
name: { color: "text-1", "font-weight": 700 },
|
|
1134
|
+
description: {
|
|
1135
|
+
color: "text-2",
|
|
1136
|
+
"font-weight": 500,
|
|
1137
|
+
"font-size": "sm",
|
|
1138
|
+
flex: "1",
|
|
1139
|
+
"padding-left": "xl",
|
|
1140
|
+
mobile: { "padding-left": "0" },
|
|
1141
|
+
},
|
|
1142
|
+
links_levoGroup: {
|
|
1143
|
+
display: "flex",
|
|
1144
|
+
"column-gap": "xs",
|
|
1145
|
+
},
|
|
1146
|
+
links_levoGroupItem: {
|
|
1147
|
+
wrapper: {
|
|
1148
|
+
width: "32px",
|
|
1149
|
+
height: "32px",
|
|
1150
|
+
padding: "2xs",
|
|
1151
|
+
display: "flex",
|
|
1152
|
+
"justify-content": "center",
|
|
1153
|
+
"align-items": "center",
|
|
1154
|
+
"border-radius": "full",
|
|
1155
|
+
"background-color": "background-2",
|
|
1156
|
+
},
|
|
1157
|
+
icon: { width: "18px", height: "18px", "object-fit": "contain" },
|
|
1158
|
+
link: {},
|
|
1159
|
+
},
|
|
1160
|
+
},
|
|
1161
|
+
},
|
|
1162
|
+
content: DEFAULT_CONTENT,
|
|
1163
|
+
config: {
|
|
1164
|
+
title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
|
|
1165
|
+
"accent-title": { selectedVariants: { Heading_Level: "H5" }, heading: { level: 4 } },
|
|
1166
|
+
header_ctas: [
|
|
1167
|
+
{ header_cta: { selectedVariants: {} } },
|
|
1168
|
+
{ header_cta: { selectedVariants: { Button_Variants: "Secondary" } } },
|
|
1169
|
+
],
|
|
1170
|
+
description: { selectedVariants: {} },
|
|
1171
|
+
team: Array(4).fill(0).map(() => ({
|
|
1172
|
+
name: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
|
|
1173
|
+
description: { selectedVariants: { Typography_Variants: "Small" } },
|
|
1174
|
+
})),
|
|
1175
|
+
},
|
|
1176
|
+
},
|
|
1060
1177
|
],
|
|
1061
1178
|
};
|