@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,113 +1,183 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
3
|
const MEDIA_1 = {
|
|
4
|
-
id: "
|
|
5
|
-
filename: "hero-7-3.png",
|
|
4
|
+
id: "7453077871395987805",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg",
|
|
7
|
+
mimetype: "image/jpeg",
|
|
8
8
|
srcset: {
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"828w":
|
|
16
|
-
|
|
9
|
+
"320w":
|
|
10
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/28715052/pexels-photo-28715052.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
24
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
25
|
};
|
|
26
|
+
|
|
20
27
|
const MEDIA_2 = {
|
|
21
|
-
id: "
|
|
22
|
-
filename: "hero-7-2.png",
|
|
28
|
+
id: "7453077972412329163",
|
|
23
29
|
kind: "image",
|
|
24
|
-
location: "https://
|
|
30
|
+
location: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
|
|
31
|
+
mimetype: "image/jpeg",
|
|
25
32
|
srcset: {
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
"828w":
|
|
33
|
-
|
|
33
|
+
"320w":
|
|
34
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
35
|
+
"640w":
|
|
36
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
37
|
+
"750w":
|
|
38
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
39
|
+
"828w":
|
|
40
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
41
|
+
"1080w":
|
|
42
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
43
|
+
"1200w":
|
|
44
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
45
|
+
"1920w":
|
|
46
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
47
|
+
path: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
34
48
|
},
|
|
35
|
-
mimetype: "image/png",
|
|
36
49
|
};
|
|
50
|
+
|
|
37
51
|
const MEDIA_3 = {
|
|
38
|
-
id: "
|
|
39
|
-
filename: "hero-7-3.png",
|
|
52
|
+
id: "7453077861430158446",
|
|
40
53
|
kind: "image",
|
|
41
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg",
|
|
55
|
+
mimetype: "image/jpeg",
|
|
42
56
|
srcset: {
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
"828w":
|
|
50
|
-
|
|
57
|
+
"320w":
|
|
58
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
59
|
+
"640w":
|
|
60
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
61
|
+
"750w":
|
|
62
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
63
|
+
"828w":
|
|
64
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
65
|
+
"1080w":
|
|
66
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
67
|
+
"1200w":
|
|
68
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
69
|
+
"1920w":
|
|
70
|
+
"https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
71
|
+
path: "https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7888985/pexels-photo-7888985.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
51
72
|
},
|
|
52
|
-
mimetype: "image/png",
|
|
53
73
|
};
|
|
54
74
|
|
|
55
75
|
const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3];
|
|
56
76
|
|
|
57
|
-
const
|
|
77
|
+
const CALENDAR_ICON = {
|
|
78
|
+
kind: "icon",
|
|
79
|
+
data: {
|
|
80
|
+
id: "calendar-1",
|
|
81
|
+
label: "Calendar 1",
|
|
82
|
+
svgCode:
|
|
83
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 14.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M16 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
84
|
+
},
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
const CLOCK_ICON = {
|
|
58
88
|
kind: "icon",
|
|
59
89
|
data: {
|
|
60
|
-
id: "
|
|
61
|
-
label: "
|
|
62
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
90
|
+
id: "clock",
|
|
91
|
+
label: "Clock",
|
|
63
92
|
svgCode:
|
|
64
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="
|
|
93
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
65
94
|
},
|
|
66
95
|
};
|
|
67
96
|
|
|
68
|
-
const
|
|
97
|
+
const AVATAR_ICON = {
|
|
98
|
+
kind: "icon",
|
|
99
|
+
data: {
|
|
100
|
+
id: "profile-circle",
|
|
101
|
+
label: "Profile Circle",
|
|
102
|
+
svgCode:
|
|
103
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.1205 13.53C12.1005 13.53 12.0705 13.53 12.0505 13.53C12.0205 13.53 11.9805 13.53 11.9505 13.53C9.68047 13.46 7.98047 11.69 7.98047 9.50998C7.98047 7.28998 9.79047 5.47998 12.0105 5.47998C14.2305 5.47998 16.0405 7.28998 16.0405 9.50998C16.0305 11.7 14.3205 13.46 12.1505 13.53C12.1305 13.53 12.1305 13.53 12.1205 13.53ZM12.0005 6.96998C10.6005 6.96998 9.47047 8.10998 9.47047 9.49998C9.47047 10.87 10.5405 11.98 11.9005 12.03C11.9305 12.02 12.0305 12.02 12.1305 12.03C13.4705 11.96 14.5205 10.86 14.5305 9.49998C14.5305 8.10998 13.4005 6.96998 12.0005 6.96998Z" fill="var(--color-icon-primary)"/>\n<path d="M11.9998 22.7499C9.30984 22.7499 6.73984 21.7499 4.74984 19.9299C4.56984 19.7699 4.48984 19.5299 4.50984 19.2999C4.63984 18.1099 5.37984 16.9999 6.60984 16.1799C9.58984 14.1999 14.4198 14.1999 17.3898 16.1799C18.6198 17.0099 19.3598 18.1099 19.4898 19.2999C19.5198 19.5399 19.4298 19.7699 19.2498 19.9299C17.2598 21.7499 14.6898 22.7499 11.9998 22.7499ZM6.07984 19.0999C7.73984 20.4899 9.82984 21.2499 11.9998 21.2499C14.1698 21.2499 16.2598 20.4899 17.9198 19.0999C17.7398 18.4899 17.2598 17.8999 16.5498 17.4199C14.0898 15.7799 9.91984 15.7799 7.43984 17.4199C6.72984 17.8999 6.25984 18.4899 6.07984 19.0999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
104
|
+
},
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
const SLIDE_CONTENT = [
|
|
108
|
+
{
|
|
109
|
+
date: "March 04, 2026",
|
|
110
|
+
time: "6 min read",
|
|
111
|
+
title: "Ship 2.0 is live — real-time collaboration for every workflow",
|
|
112
|
+
description:
|
|
113
|
+
"Co-edit docs, boards, and automations with presence, cursors, and zero-conflict merges. Built on CRDTs with 99.99% uptime across regions.",
|
|
114
|
+
author_name: "Priya Ramanathan",
|
|
115
|
+
primary_cta: "See what's new",
|
|
116
|
+
secondary_cta: "Read changelog",
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
date: "February 18, 2026",
|
|
120
|
+
time: "8 min read",
|
|
121
|
+
title: "How Figma's ops team cut handoff time by 63%",
|
|
122
|
+
description:
|
|
123
|
+
"One workspace, 400 engineers, and a single source of truth. A look inside the playbook that killed status meetings and replaced them with automations.",
|
|
124
|
+
author_name: "Marcus Chen",
|
|
125
|
+
primary_cta: "Read the case study",
|
|
126
|
+
secondary_cta: "Book a demo",
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
date: "January 22, 2026",
|
|
130
|
+
time: "4 min read",
|
|
131
|
+
title: "Series B: $60M to scale velocity for 12,000+ teams",
|
|
132
|
+
description:
|
|
133
|
+
"Led by Accel with participation from Index. We're doubling down on open APIs, regional data residency, and the agent layer teams have been asking for.",
|
|
134
|
+
author_name: "Elena Fischer",
|
|
135
|
+
primary_cta: "Read the announcement",
|
|
136
|
+
secondary_cta: "View open roles",
|
|
137
|
+
},
|
|
138
|
+
];
|
|
69
139
|
|
|
70
140
|
const DEFAULT_CONTENT = {
|
|
71
141
|
layout: null,
|
|
72
142
|
slider_dots: null,
|
|
73
143
|
slider_dot: null,
|
|
74
144
|
|
|
75
|
-
slides:
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
ctas_wrapper: null,
|
|
97
|
-
primary_cta: "Read Article",
|
|
98
|
-
secondary_cta: "Save for Later",
|
|
99
|
-
})),
|
|
145
|
+
slides: SLIDE_CONTENT.map((slide, index) => ({
|
|
146
|
+
slide_wrapper: null,
|
|
147
|
+
background_image: MEDIA_ARR[index],
|
|
148
|
+
content_wrapper: null,
|
|
149
|
+
metadata_wrapper: null,
|
|
150
|
+
date_time_wrapper: null,
|
|
151
|
+
date_wrapper: null,
|
|
152
|
+
calendar_icon: CALENDAR_ICON,
|
|
153
|
+
date: slide.date,
|
|
154
|
+
time_wrapper: null,
|
|
155
|
+
time_icon: CLOCK_ICON,
|
|
156
|
+
time: slide.time,
|
|
157
|
+
title: slide.title,
|
|
158
|
+
description: slide.description,
|
|
159
|
+
author_wrapper: null,
|
|
160
|
+
avatar: AVATAR_ICON,
|
|
161
|
+
author_name: slide.author_name,
|
|
162
|
+
content_image_wrapper: null,
|
|
163
|
+
image_wrapper: null,
|
|
164
|
+
ctas: [{ cta: slide.primary_cta }, { cta: slide.secondary_cta }],
|
|
165
|
+
})),
|
|
100
166
|
};
|
|
101
167
|
|
|
102
168
|
export type IHero7Content = typeof DEFAULT_CONTENT;
|
|
103
169
|
|
|
170
|
+
/**
|
|
171
|
+
* Dark gradient overlay used on every background-image layout so white
|
|
172
|
+
* title/description text stays legible over arbitrary hero photography.
|
|
173
|
+
*/
|
|
104
174
|
export const Hero7: IBlock = {
|
|
105
175
|
category_id: "hero",
|
|
106
176
|
title: "Hero 7",
|
|
107
177
|
key: "hero-7",
|
|
108
178
|
version: "v1",
|
|
109
179
|
prompt_description:
|
|
110
|
-
"
|
|
180
|
+
"Versatile hero carousel supporting both full-screen background image overlays and modern split-screen layouts with content on the left and a dedicated image on the right.",
|
|
111
181
|
content_schema: [
|
|
112
182
|
{
|
|
113
183
|
key: "layout",
|
|
@@ -127,14 +197,6 @@ export const Hero7: IBlock = {
|
|
|
127
197
|
"Main container to provide padding and alignment for hero content overlay. Not for content, but for spacing and organizational structure only.",
|
|
128
198
|
},
|
|
129
199
|
},
|
|
130
|
-
{
|
|
131
|
-
key: "slider_dots",
|
|
132
|
-
label: "Slider Dots",
|
|
133
|
-
field_interface: "BoxWidget",
|
|
134
|
-
hint: {
|
|
135
|
-
prompt_description: "Container for carousel navigation dots. No content—structural only.",
|
|
136
|
-
},
|
|
137
|
-
},
|
|
138
200
|
{
|
|
139
201
|
key: "slider_dot",
|
|
140
202
|
label: "Slider Dot",
|
|
@@ -314,6 +376,29 @@ export const Hero7: IBlock = {
|
|
|
314
376
|
max_characters: 30,
|
|
315
377
|
},
|
|
316
378
|
},
|
|
379
|
+
{
|
|
380
|
+
key: "ctas",
|
|
381
|
+
label: "CTA Buttons Group",
|
|
382
|
+
field_interface: "BoxWidget",
|
|
383
|
+
kind: "group",
|
|
384
|
+
fields: [
|
|
385
|
+
{
|
|
386
|
+
key: "cta",
|
|
387
|
+
label: "CTA Button",
|
|
388
|
+
field_interface: "ButtonWidget",
|
|
389
|
+
},
|
|
390
|
+
],
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
key: "content_image_wrapper",
|
|
394
|
+
label: "Content Image Wrapper",
|
|
395
|
+
field_interface: "BoxWidget",
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
key: "image_wrapper",
|
|
399
|
+
label: "Image Wrapper",
|
|
400
|
+
field_interface: "BoxWidget",
|
|
401
|
+
},
|
|
317
402
|
],
|
|
318
403
|
hint: {
|
|
319
404
|
prompt_description:
|
|
@@ -373,7 +458,7 @@ export const Hero7: IBlock = {
|
|
|
373
458
|
"align-items": "center",
|
|
374
459
|
"justify-content": "center",
|
|
375
460
|
},
|
|
376
|
-
|
|
461
|
+
slides_levoGroupItem: {
|
|
377
462
|
slide_wrapper: {
|
|
378
463
|
position: "relative",
|
|
379
464
|
height: "100vh",
|
|
@@ -382,13 +467,14 @@ export const Hero7: IBlock = {
|
|
|
382
467
|
display: "flex",
|
|
383
468
|
"align-items": "center",
|
|
384
469
|
"justify-content": "center",
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
470
|
+
},
|
|
471
|
+
content_image_wrapper: {
|
|
472
|
+
position: "relative",
|
|
473
|
+
width: "100%",
|
|
474
|
+
height: "100%",
|
|
475
|
+
display: "flex",
|
|
476
|
+
"align-items": "center",
|
|
477
|
+
"justify-content": "center",
|
|
392
478
|
},
|
|
393
479
|
content_wrapper: {
|
|
394
480
|
display: "flex",
|
|
@@ -406,6 +492,20 @@ export const Hero7: IBlock = {
|
|
|
406
492
|
"max-width": "100%",
|
|
407
493
|
},
|
|
408
494
|
},
|
|
495
|
+
image_wrapper: {
|
|
496
|
+
position: "absolute",
|
|
497
|
+
top: "0",
|
|
498
|
+
left: "0",
|
|
499
|
+
width: "100%",
|
|
500
|
+
height: "100%",
|
|
501
|
+
"z-index": "1",
|
|
502
|
+
"box-shadow": "inset 0 0 0 2000px rgba(10, 15, 25, 0.62)",
|
|
503
|
+
},
|
|
504
|
+
background_image: {
|
|
505
|
+
width: "100%",
|
|
506
|
+
height: "100%",
|
|
507
|
+
"object-fit": "cover",
|
|
508
|
+
},
|
|
409
509
|
metadata_wrapper: {
|
|
410
510
|
display: "flex",
|
|
411
511
|
"flex-direction": "column",
|
|
@@ -430,6 +530,8 @@ export const Hero7: IBlock = {
|
|
|
430
530
|
calendar_icon: {
|
|
431
531
|
width: "16px",
|
|
432
532
|
height: "16px",
|
|
533
|
+
"font-size": "16px",
|
|
534
|
+
"flex-shrink": "0",
|
|
433
535
|
filter: "brightness(0) invert(1)",
|
|
434
536
|
},
|
|
435
537
|
date: {
|
|
@@ -444,6 +546,8 @@ export const Hero7: IBlock = {
|
|
|
444
546
|
time_icon: {
|
|
445
547
|
width: "16px",
|
|
446
548
|
height: "16px",
|
|
549
|
+
"font-size": "16px",
|
|
550
|
+
"flex-shrink": "0",
|
|
447
551
|
filter: "brightness(0) invert(1)",
|
|
448
552
|
},
|
|
449
553
|
time: {
|
|
@@ -452,7 +556,7 @@ export const Hero7: IBlock = {
|
|
|
452
556
|
},
|
|
453
557
|
title: {
|
|
454
558
|
color: "white",
|
|
455
|
-
"text-shadow": "0 2px 4px rgba(0, 0, 0, 0.
|
|
559
|
+
"text-shadow": "0 2px 4px rgba(0, 0, 0, 0.4)",
|
|
456
560
|
"margin-top": "base",
|
|
457
561
|
},
|
|
458
562
|
description: {
|
|
@@ -466,19 +570,18 @@ export const Hero7: IBlock = {
|
|
|
466
570
|
"margin-top": "base",
|
|
467
571
|
},
|
|
468
572
|
avatar: {
|
|
469
|
-
width: "
|
|
470
|
-
height: "
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"border-
|
|
474
|
-
|
|
475
|
-
"border-color": "rgba(255, 255, 255, 0.2)",
|
|
573
|
+
width: "32px",
|
|
574
|
+
height: "32px",
|
|
575
|
+
"font-size": "32px",
|
|
576
|
+
"flex-shrink": "0",
|
|
577
|
+
"border-radius": "full",
|
|
578
|
+
filter: "brightness(0) invert(1)",
|
|
476
579
|
},
|
|
477
580
|
author_name: {
|
|
478
581
|
color: "white",
|
|
479
582
|
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
480
583
|
},
|
|
481
|
-
|
|
584
|
+
ctas_levoGroup: {
|
|
482
585
|
display: "flex",
|
|
483
586
|
"column-gap": "base",
|
|
484
587
|
"align-items": "center",
|
|
@@ -489,56 +592,1121 @@ export const Hero7: IBlock = {
|
|
|
489
592
|
"column-gap": "none",
|
|
490
593
|
},
|
|
491
594
|
},
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
595
|
+
ctas_levoGroupItem: {
|
|
596
|
+
cta: {},
|
|
597
|
+
},
|
|
598
|
+
ctas: [
|
|
599
|
+
{
|
|
600
|
+
cta: {
|
|
601
|
+
"background-color": "white",
|
|
602
|
+
color: "text-1",
|
|
603
|
+
"padding-top": "base",
|
|
604
|
+
"padding-bottom": "base",
|
|
605
|
+
"padding-left": "2xl",
|
|
606
|
+
"padding-right": "2xl",
|
|
607
|
+
"border-width": "2px",
|
|
608
|
+
"border-style": "solid",
|
|
609
|
+
"border-color": "white",
|
|
610
|
+
},
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
cta: {
|
|
614
|
+
"background-color": "transparent",
|
|
615
|
+
color: "white",
|
|
616
|
+
"padding-top": "base",
|
|
617
|
+
"padding-bottom": "base",
|
|
618
|
+
"padding-left": "2xl",
|
|
619
|
+
"padding-right": "2xl",
|
|
620
|
+
"border-width": "2px",
|
|
621
|
+
"border-style": "solid",
|
|
622
|
+
"border-color": "white",
|
|
623
|
+
},
|
|
624
|
+
},
|
|
625
|
+
],
|
|
626
|
+
},
|
|
627
|
+
slides: [{}, {}, {}],
|
|
515
628
|
},
|
|
516
629
|
content: DEFAULT_CONTENT,
|
|
517
630
|
config: {
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
631
|
+
slides: [
|
|
632
|
+
{
|
|
633
|
+
title: {
|
|
634
|
+
heading: {
|
|
635
|
+
level: 1,
|
|
636
|
+
},
|
|
637
|
+
selectedVariants: {
|
|
638
|
+
Heading_Level: "H1",
|
|
639
|
+
},
|
|
640
|
+
},
|
|
641
|
+
ctas: [{}, {}],
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
title: {
|
|
645
|
+
heading: {
|
|
646
|
+
level: 1,
|
|
647
|
+
},
|
|
648
|
+
selectedVariants: {
|
|
649
|
+
Heading_Level: "H1",
|
|
650
|
+
},
|
|
651
|
+
},
|
|
652
|
+
ctas: [{}, {}],
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
title: {
|
|
656
|
+
heading: {
|
|
657
|
+
level: 1,
|
|
658
|
+
},
|
|
659
|
+
selectedVariants: {
|
|
660
|
+
Heading_Level: "H1",
|
|
661
|
+
},
|
|
662
|
+
},
|
|
663
|
+
ctas: [{}, {}],
|
|
664
|
+
},
|
|
665
|
+
],
|
|
666
|
+
slides_levoGroup: {
|
|
667
|
+
carousel: {
|
|
668
|
+
loop: false,
|
|
669
|
+
autoScroll: false,
|
|
670
|
+
speed: 4,
|
|
671
|
+
},
|
|
672
|
+
},
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
title: "Side Image",
|
|
677
|
+
key: "side_image",
|
|
678
|
+
styles: {
|
|
679
|
+
layout: {
|
|
680
|
+
position: "relative",
|
|
681
|
+
height: "100vh",
|
|
682
|
+
"min-height": "600px",
|
|
683
|
+
overflow: "hidden",
|
|
684
|
+
"padding-top": "none",
|
|
685
|
+
"padding-bottom": "none",
|
|
686
|
+
"padding-left": "none",
|
|
687
|
+
"padding-right": "none",
|
|
688
|
+
},
|
|
689
|
+
slider_dots: {
|
|
690
|
+
position: "absolute",
|
|
691
|
+
bottom: "130px",
|
|
692
|
+
left: "50%",
|
|
693
|
+
transform: "translateX(-50%)",
|
|
694
|
+
display: "flex",
|
|
695
|
+
"column-gap": "xs",
|
|
696
|
+
"align-items": "center",
|
|
697
|
+
"z-index": "20",
|
|
698
|
+
tablet: {
|
|
699
|
+
bottom: "70px",
|
|
700
|
+
},
|
|
701
|
+
mobile: {
|
|
702
|
+
bottom: "50px",
|
|
703
|
+
},
|
|
704
|
+
},
|
|
705
|
+
slider_dot: {
|
|
706
|
+
width: "12px",
|
|
707
|
+
height: "12px",
|
|
708
|
+
"border-radius": "base",
|
|
709
|
+
cursor: "pointer",
|
|
710
|
+
"background-color": "background-2",
|
|
711
|
+
},
|
|
712
|
+
slides_levoGroup: {
|
|
713
|
+
number_of_slides: 1,
|
|
714
|
+
height: "100%",
|
|
715
|
+
},
|
|
716
|
+
container: {
|
|
717
|
+
position: "relative",
|
|
718
|
+
"z-index": "2",
|
|
719
|
+
height: "100%",
|
|
720
|
+
display: "flex",
|
|
721
|
+
"align-items": "center",
|
|
722
|
+
},
|
|
723
|
+
slides_levoGroupItem: {
|
|
724
|
+
slide_wrapper: {
|
|
725
|
+
position: "relative",
|
|
726
|
+
height: "100vh",
|
|
727
|
+
"min-height": "600px",
|
|
728
|
+
width: "100%",
|
|
729
|
+
display: "flex",
|
|
730
|
+
"align-items": "center",
|
|
731
|
+
"background-color": "background-1",
|
|
732
|
+
"background-image": "none",
|
|
733
|
+
},
|
|
734
|
+
content_image_wrapper: {
|
|
735
|
+
display: "flex",
|
|
736
|
+
"align-items": "center",
|
|
737
|
+
"column-gap": "5xl",
|
|
738
|
+
width: "100%",
|
|
739
|
+
mobile: {
|
|
740
|
+
"flex-direction": "column-reverse",
|
|
741
|
+
"row-gap": "2xl",
|
|
742
|
+
},
|
|
743
|
+
},
|
|
744
|
+
content_wrapper: {
|
|
745
|
+
flex: "1",
|
|
746
|
+
display: "flex",
|
|
747
|
+
"flex-direction": "column",
|
|
748
|
+
"align-items": "flex-start",
|
|
749
|
+
"text-align": "left",
|
|
750
|
+
"row-gap": "lg",
|
|
751
|
+
position: "relative",
|
|
752
|
+
"z-index": "2",
|
|
753
|
+
mobile: {
|
|
754
|
+
"row-gap": "base",
|
|
755
|
+
"max-width": "100%",
|
|
756
|
+
"align-items": "center",
|
|
757
|
+
"text-align": "center",
|
|
758
|
+
},
|
|
759
|
+
},
|
|
760
|
+
image_wrapper: {
|
|
761
|
+
flex: "1",
|
|
762
|
+
display: "flex",
|
|
763
|
+
"justify-content": "center",
|
|
764
|
+
"align-items": "center",
|
|
765
|
+
},
|
|
766
|
+
background_image: {
|
|
767
|
+
width: "100%",
|
|
768
|
+
height: "auto",
|
|
769
|
+
"aspect-ratio": "4 / 3",
|
|
770
|
+
"object-fit": "cover",
|
|
771
|
+
"border-radius": "xl",
|
|
772
|
+
"box-shadow": "0 20px 40px rgba(0, 0, 0, 0.1)",
|
|
773
|
+
},
|
|
774
|
+
metadata_wrapper: {
|
|
775
|
+
display: "flex",
|
|
776
|
+
"flex-direction": "column",
|
|
777
|
+
"align-items": "flex-start",
|
|
778
|
+
"row-gap": "xs",
|
|
779
|
+
mobile: {
|
|
780
|
+
"align-items": "center",
|
|
781
|
+
},
|
|
782
|
+
},
|
|
783
|
+
date_time_wrapper: {
|
|
784
|
+
display: "flex",
|
|
785
|
+
"align-items": "center",
|
|
786
|
+
"column-gap": "lg",
|
|
787
|
+
mobile: {
|
|
788
|
+
"flex-direction": "column",
|
|
789
|
+
"row-gap": "2xs",
|
|
790
|
+
"column-gap": "none",
|
|
791
|
+
},
|
|
792
|
+
},
|
|
793
|
+
date_wrapper: {
|
|
794
|
+
display: "flex",
|
|
795
|
+
"align-items": "center",
|
|
796
|
+
"column-gap": "2xs",
|
|
797
|
+
},
|
|
798
|
+
calendar_icon: {
|
|
799
|
+
width: "16px",
|
|
800
|
+
height: "16px",
|
|
801
|
+
"font-size": "16px",
|
|
802
|
+
"flex-shrink": "0",
|
|
803
|
+
},
|
|
804
|
+
date: {
|
|
805
|
+
color: "text-1",
|
|
806
|
+
"font-weight": "500",
|
|
807
|
+
},
|
|
808
|
+
time_wrapper: {
|
|
809
|
+
display: "flex",
|
|
810
|
+
"align-items": "center",
|
|
811
|
+
"column-gap": "2xs",
|
|
812
|
+
},
|
|
813
|
+
time_icon: {
|
|
814
|
+
width: "16px",
|
|
815
|
+
height: "16px",
|
|
816
|
+
"font-size": "16px",
|
|
817
|
+
"flex-shrink": "0",
|
|
818
|
+
},
|
|
819
|
+
time: {
|
|
820
|
+
color: "text-1",
|
|
821
|
+
"font-weight": "500",
|
|
822
|
+
},
|
|
823
|
+
title: {
|
|
824
|
+
color: "text-1",
|
|
825
|
+
"margin-top": "base",
|
|
826
|
+
},
|
|
827
|
+
description: {
|
|
828
|
+
color: "text-2",
|
|
829
|
+
},
|
|
830
|
+
author_wrapper: {
|
|
831
|
+
display: "flex",
|
|
832
|
+
"align-items": "center",
|
|
833
|
+
"column-gap": "xs",
|
|
834
|
+
"margin-top": "base",
|
|
835
|
+
},
|
|
836
|
+
avatar: {
|
|
837
|
+
width: "32px",
|
|
838
|
+
height: "32px",
|
|
839
|
+
"font-size": "32px",
|
|
840
|
+
"flex-shrink": "0",
|
|
841
|
+
"border-radius": "full",
|
|
842
|
+
},
|
|
843
|
+
author_name: {
|
|
844
|
+
color: "text-1",
|
|
845
|
+
"font-weight": "500",
|
|
521
846
|
},
|
|
522
|
-
|
|
523
|
-
|
|
847
|
+
ctas_levoGroup: {
|
|
848
|
+
display: "flex",
|
|
849
|
+
"column-gap": "base",
|
|
850
|
+
"align-items": "center",
|
|
851
|
+
"margin-top": "lg",
|
|
852
|
+
mobile: {
|
|
853
|
+
"flex-direction": "column",
|
|
854
|
+
"row-gap": "sm",
|
|
855
|
+
"column-gap": "none",
|
|
856
|
+
},
|
|
857
|
+
},
|
|
858
|
+
ctas_levoGroupItem: {
|
|
859
|
+
cta: {},
|
|
524
860
|
},
|
|
861
|
+
ctas: [
|
|
862
|
+
{
|
|
863
|
+
cta: {
|
|
864
|
+
"background-color": "brand",
|
|
865
|
+
color: "brandForeground",
|
|
866
|
+
"padding-top": "base",
|
|
867
|
+
"padding-bottom": "base",
|
|
868
|
+
"padding-left": "2xl",
|
|
869
|
+
"padding-right": "2xl",
|
|
870
|
+
"border-width": "2px",
|
|
871
|
+
"border-style": "solid",
|
|
872
|
+
"border-color": "brand",
|
|
873
|
+
},
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
cta: {
|
|
877
|
+
"background-color": "transparent",
|
|
878
|
+
color: "text-1",
|
|
879
|
+
"padding-top": "base",
|
|
880
|
+
"padding-bottom": "base",
|
|
881
|
+
"padding-left": "2xl",
|
|
882
|
+
"padding-right": "2xl",
|
|
883
|
+
"border-width": "2px",
|
|
884
|
+
"border-style": "solid",
|
|
885
|
+
"border-color": "border-1",
|
|
886
|
+
},
|
|
887
|
+
},
|
|
888
|
+
],
|
|
525
889
|
},
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
890
|
+
slides: [{}, {}, {}],
|
|
891
|
+
},
|
|
892
|
+
content: DEFAULT_CONTENT,
|
|
893
|
+
config: {
|
|
894
|
+
slides: [
|
|
895
|
+
{
|
|
896
|
+
title: {
|
|
897
|
+
heading: {
|
|
898
|
+
level: 1,
|
|
899
|
+
},
|
|
900
|
+
selectedVariants: {
|
|
901
|
+
Heading_Level: "H1",
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
ctas: [{}, {}],
|
|
529
905
|
},
|
|
530
|
-
|
|
531
|
-
|
|
906
|
+
{
|
|
907
|
+
title: {
|
|
908
|
+
heading: {
|
|
909
|
+
level: 1,
|
|
910
|
+
},
|
|
911
|
+
selectedVariants: {
|
|
912
|
+
Heading_Level: "H1",
|
|
913
|
+
},
|
|
914
|
+
},
|
|
915
|
+
ctas: [{}, {}],
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
title: {
|
|
919
|
+
heading: {
|
|
920
|
+
level: 1,
|
|
921
|
+
},
|
|
922
|
+
selectedVariants: {
|
|
923
|
+
Heading_Level: "H1",
|
|
924
|
+
},
|
|
925
|
+
},
|
|
926
|
+
ctas: [{}, {}],
|
|
927
|
+
},
|
|
928
|
+
],
|
|
929
|
+
slides_levoGroup: {
|
|
930
|
+
carousel: {
|
|
931
|
+
loop: false,
|
|
932
|
+
autoScroll: false,
|
|
933
|
+
speed: 4,
|
|
532
934
|
},
|
|
533
935
|
},
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
936
|
+
},
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
title: "Content Left",
|
|
940
|
+
key: "content_left",
|
|
941
|
+
styles: {
|
|
942
|
+
layout: {
|
|
943
|
+
position: "relative",
|
|
944
|
+
height: "100vh",
|
|
945
|
+
"min-height": "600px",
|
|
946
|
+
overflow: "hidden",
|
|
947
|
+
"padding-top": "none",
|
|
948
|
+
"padding-bottom": "none",
|
|
949
|
+
"padding-left": "none",
|
|
950
|
+
"padding-right": "none",
|
|
951
|
+
},
|
|
952
|
+
slider_dots: {
|
|
953
|
+
position: "absolute",
|
|
954
|
+
bottom: "40px",
|
|
955
|
+
left: "5xl",
|
|
956
|
+
display: "flex",
|
|
957
|
+
"column-gap": "xs",
|
|
958
|
+
"align-items": "center",
|
|
959
|
+
"z-index": "20",
|
|
960
|
+
tablet: {
|
|
961
|
+
left: "2xl",
|
|
962
|
+
bottom: "30px",
|
|
537
963
|
},
|
|
538
|
-
|
|
539
|
-
|
|
964
|
+
mobile: {
|
|
965
|
+
left: "base",
|
|
966
|
+
bottom: "24px",
|
|
540
967
|
},
|
|
541
968
|
},
|
|
969
|
+
slider_dot: {
|
|
970
|
+
width: "12px",
|
|
971
|
+
height: "12px",
|
|
972
|
+
"border-radius": "base",
|
|
973
|
+
cursor: "pointer",
|
|
974
|
+
"background-color": "background-2",
|
|
975
|
+
},
|
|
976
|
+
slides_levoGroup: {
|
|
977
|
+
number_of_slides: 1,
|
|
978
|
+
height: "100%",
|
|
979
|
+
},
|
|
980
|
+
container: {
|
|
981
|
+
position: "relative",
|
|
982
|
+
"z-index": "2",
|
|
983
|
+
height: "100%",
|
|
984
|
+
display: "flex",
|
|
985
|
+
"align-items": "center",
|
|
986
|
+
"justify-content": "flex-start",
|
|
987
|
+
},
|
|
988
|
+
slides_levoGroupItem: {
|
|
989
|
+
slide_wrapper: {
|
|
990
|
+
position: "relative",
|
|
991
|
+
height: "100vh",
|
|
992
|
+
"min-height": "600px",
|
|
993
|
+
width: "100%",
|
|
994
|
+
display: "flex",
|
|
995
|
+
"align-items": "center",
|
|
996
|
+
"justify-content": "flex-start",
|
|
997
|
+
},
|
|
998
|
+
content_image_wrapper: {
|
|
999
|
+
position: "relative",
|
|
1000
|
+
width: "100%",
|
|
1001
|
+
height: "100%",
|
|
1002
|
+
display: "flex",
|
|
1003
|
+
"align-items": "center",
|
|
1004
|
+
"justify-content": "flex-start",
|
|
1005
|
+
},
|
|
1006
|
+
content_wrapper: {
|
|
1007
|
+
display: "flex",
|
|
1008
|
+
"flex-direction": "column",
|
|
1009
|
+
"align-items": "flex-start",
|
|
1010
|
+
"text-align": "left",
|
|
1011
|
+
"row-gap": "lg",
|
|
1012
|
+
"max-width": "600px",
|
|
1013
|
+
"padding-left": "5xl",
|
|
1014
|
+
"padding-right": "xl",
|
|
1015
|
+
position: "relative",
|
|
1016
|
+
"z-index": "2",
|
|
1017
|
+
tablet: {
|
|
1018
|
+
"padding-left": "2xl",
|
|
1019
|
+
"max-width": "500px",
|
|
1020
|
+
},
|
|
1021
|
+
mobile: {
|
|
1022
|
+
"row-gap": "base",
|
|
1023
|
+
"max-width": "100%",
|
|
1024
|
+
"padding-left": "base",
|
|
1025
|
+
"padding-right": "base",
|
|
1026
|
+
},
|
|
1027
|
+
},
|
|
1028
|
+
image_wrapper: {
|
|
1029
|
+
position: "absolute",
|
|
1030
|
+
top: "0",
|
|
1031
|
+
left: "0",
|
|
1032
|
+
width: "100%",
|
|
1033
|
+
height: "100%",
|
|
1034
|
+
"z-index": "1",
|
|
1035
|
+
"box-shadow":
|
|
1036
|
+
"inset 600px 0 400px -200px rgba(5, 10, 20, 0.8), inset 0 0 0 2000px rgba(5, 10, 20, 0.25)",
|
|
1037
|
+
},
|
|
1038
|
+
background_image: {
|
|
1039
|
+
width: "100%",
|
|
1040
|
+
height: "100%",
|
|
1041
|
+
"object-fit": "cover",
|
|
1042
|
+
},
|
|
1043
|
+
metadata_wrapper: {
|
|
1044
|
+
display: "flex",
|
|
1045
|
+
"flex-direction": "row",
|
|
1046
|
+
"align-items": "center",
|
|
1047
|
+
"column-gap": "lg",
|
|
1048
|
+
},
|
|
1049
|
+
date_time_wrapper: {
|
|
1050
|
+
display: "flex",
|
|
1051
|
+
"align-items": "center",
|
|
1052
|
+
"column-gap": "lg",
|
|
1053
|
+
mobile: {
|
|
1054
|
+
"flex-direction": "column",
|
|
1055
|
+
"row-gap": "2xs",
|
|
1056
|
+
"column-gap": "none",
|
|
1057
|
+
"align-items": "flex-start",
|
|
1058
|
+
},
|
|
1059
|
+
},
|
|
1060
|
+
date_wrapper: {
|
|
1061
|
+
display: "flex",
|
|
1062
|
+
"align-items": "center",
|
|
1063
|
+
"column-gap": "2xs",
|
|
1064
|
+
},
|
|
1065
|
+
calendar_icon: {
|
|
1066
|
+
width: "16px",
|
|
1067
|
+
height: "16px",
|
|
1068
|
+
"font-size": "16px",
|
|
1069
|
+
"flex-shrink": "0",
|
|
1070
|
+
filter: "brightness(0) invert(1)",
|
|
1071
|
+
},
|
|
1072
|
+
date: {
|
|
1073
|
+
color: "white",
|
|
1074
|
+
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
1075
|
+
},
|
|
1076
|
+
time_wrapper: {
|
|
1077
|
+
display: "flex",
|
|
1078
|
+
"align-items": "center",
|
|
1079
|
+
"column-gap": "2xs",
|
|
1080
|
+
},
|
|
1081
|
+
time_icon: {
|
|
1082
|
+
width: "16px",
|
|
1083
|
+
height: "16px",
|
|
1084
|
+
"font-size": "16px",
|
|
1085
|
+
"flex-shrink": "0",
|
|
1086
|
+
filter: "brightness(0) invert(1)",
|
|
1087
|
+
},
|
|
1088
|
+
time: {
|
|
1089
|
+
color: "white",
|
|
1090
|
+
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
1091
|
+
},
|
|
1092
|
+
title: {
|
|
1093
|
+
color: "white",
|
|
1094
|
+
"text-shadow": "0 2px 4px rgba(0, 0, 0, 0.4)",
|
|
1095
|
+
"margin-top": "base",
|
|
1096
|
+
},
|
|
1097
|
+
description: {
|
|
1098
|
+
color: "white",
|
|
1099
|
+
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
1100
|
+
},
|
|
1101
|
+
author_wrapper: {
|
|
1102
|
+
display: "flex",
|
|
1103
|
+
"align-items": "center",
|
|
1104
|
+
"column-gap": "xs",
|
|
1105
|
+
"margin-top": "base",
|
|
1106
|
+
},
|
|
1107
|
+
avatar: {
|
|
1108
|
+
width: "32px",
|
|
1109
|
+
height: "32px",
|
|
1110
|
+
"font-size": "32px",
|
|
1111
|
+
"flex-shrink": "0",
|
|
1112
|
+
"border-radius": "full",
|
|
1113
|
+
filter: "brightness(0) invert(1)",
|
|
1114
|
+
},
|
|
1115
|
+
author_name: {
|
|
1116
|
+
color: "white",
|
|
1117
|
+
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
1118
|
+
},
|
|
1119
|
+
ctas_levoGroup: {
|
|
1120
|
+
display: "flex",
|
|
1121
|
+
"column-gap": "base",
|
|
1122
|
+
"align-items": "center",
|
|
1123
|
+
"margin-top": "lg",
|
|
1124
|
+
mobile: {
|
|
1125
|
+
"flex-direction": "column",
|
|
1126
|
+
"row-gap": "sm",
|
|
1127
|
+
"column-gap": "none",
|
|
1128
|
+
},
|
|
1129
|
+
},
|
|
1130
|
+
ctas_levoGroupItem: {
|
|
1131
|
+
cta: {},
|
|
1132
|
+
},
|
|
1133
|
+
ctas: [
|
|
1134
|
+
{
|
|
1135
|
+
cta: {
|
|
1136
|
+
"background-color": "brand",
|
|
1137
|
+
color: "brandForeground",
|
|
1138
|
+
"padding-top": "base",
|
|
1139
|
+
"padding-bottom": "base",
|
|
1140
|
+
"padding-left": "2xl",
|
|
1141
|
+
"padding-right": "2xl",
|
|
1142
|
+
"border-width": "2px",
|
|
1143
|
+
"border-style": "solid",
|
|
1144
|
+
"border-color": "brand",
|
|
1145
|
+
},
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
cta: {
|
|
1149
|
+
"background-color": "transparent",
|
|
1150
|
+
color: "white",
|
|
1151
|
+
"padding-top": "base",
|
|
1152
|
+
"padding-bottom": "base",
|
|
1153
|
+
"padding-left": "2xl",
|
|
1154
|
+
"padding-right": "2xl",
|
|
1155
|
+
"border-width": "2px",
|
|
1156
|
+
"border-style": "solid",
|
|
1157
|
+
"border-color": "white",
|
|
1158
|
+
},
|
|
1159
|
+
},
|
|
1160
|
+
],
|
|
1161
|
+
},
|
|
1162
|
+
slides: [{}, {}, {}],
|
|
1163
|
+
},
|
|
1164
|
+
content: DEFAULT_CONTENT,
|
|
1165
|
+
config: {
|
|
1166
|
+
slides: [
|
|
1167
|
+
{
|
|
1168
|
+
title: {
|
|
1169
|
+
heading: {
|
|
1170
|
+
level: 1,
|
|
1171
|
+
},
|
|
1172
|
+
selectedVariants: {
|
|
1173
|
+
Heading_Level: "H1",
|
|
1174
|
+
},
|
|
1175
|
+
},
|
|
1176
|
+
ctas: [{}, {}],
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
title: {
|
|
1180
|
+
heading: {
|
|
1181
|
+
level: 1,
|
|
1182
|
+
},
|
|
1183
|
+
selectedVariants: {
|
|
1184
|
+
Heading_Level: "H1",
|
|
1185
|
+
},
|
|
1186
|
+
},
|
|
1187
|
+
ctas: [{}, {}],
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
title: {
|
|
1191
|
+
heading: {
|
|
1192
|
+
level: 1,
|
|
1193
|
+
},
|
|
1194
|
+
selectedVariants: {
|
|
1195
|
+
Heading_Level: "H1",
|
|
1196
|
+
},
|
|
1197
|
+
},
|
|
1198
|
+
ctas: [{}, {}],
|
|
1199
|
+
},
|
|
1200
|
+
],
|
|
1201
|
+
slides_levoGroup: {
|
|
1202
|
+
carousel: {
|
|
1203
|
+
loop: false,
|
|
1204
|
+
autoScroll: false,
|
|
1205
|
+
speed: 4,
|
|
1206
|
+
},
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
title: "Card Overlay",
|
|
1212
|
+
key: "card_overlay",
|
|
1213
|
+
styles: {
|
|
1214
|
+
layout: {
|
|
1215
|
+
position: "relative",
|
|
1216
|
+
height: "100vh",
|
|
1217
|
+
"min-height": "600px",
|
|
1218
|
+
overflow: "hidden",
|
|
1219
|
+
"padding-top": "none",
|
|
1220
|
+
"padding-bottom": "none",
|
|
1221
|
+
"padding-left": "none",
|
|
1222
|
+
"padding-right": "none",
|
|
1223
|
+
},
|
|
1224
|
+
slider_dots: {
|
|
1225
|
+
position: "absolute",
|
|
1226
|
+
bottom: "80px",
|
|
1227
|
+
left: "50%",
|
|
1228
|
+
transform: "translateX(-50%)",
|
|
1229
|
+
display: "flex",
|
|
1230
|
+
"column-gap": "xs",
|
|
1231
|
+
"align-items": "center",
|
|
1232
|
+
"z-index": "20",
|
|
1233
|
+
tablet: {
|
|
1234
|
+
bottom: "50px",
|
|
1235
|
+
},
|
|
1236
|
+
mobile: {
|
|
1237
|
+
bottom: "32px",
|
|
1238
|
+
},
|
|
1239
|
+
},
|
|
1240
|
+
slider_dot: {
|
|
1241
|
+
width: "12px",
|
|
1242
|
+
height: "12px",
|
|
1243
|
+
"border-radius": "base",
|
|
1244
|
+
cursor: "pointer",
|
|
1245
|
+
"background-color": "background-2",
|
|
1246
|
+
},
|
|
1247
|
+
slides_levoGroup: {
|
|
1248
|
+
number_of_slides: 1,
|
|
1249
|
+
height: "100%",
|
|
1250
|
+
},
|
|
1251
|
+
container: {
|
|
1252
|
+
position: "relative",
|
|
1253
|
+
"z-index": "2",
|
|
1254
|
+
height: "100%",
|
|
1255
|
+
display: "flex",
|
|
1256
|
+
"align-items": "center",
|
|
1257
|
+
"justify-content": "center",
|
|
1258
|
+
},
|
|
1259
|
+
slides_levoGroupItem: {
|
|
1260
|
+
slide_wrapper: {
|
|
1261
|
+
position: "relative",
|
|
1262
|
+
height: "100vh",
|
|
1263
|
+
"min-height": "600px",
|
|
1264
|
+
width: "100%",
|
|
1265
|
+
display: "flex",
|
|
1266
|
+
"align-items": "center",
|
|
1267
|
+
"justify-content": "center",
|
|
1268
|
+
"box-shadow": "inset 0 0 0 2000px rgba(10, 15, 25, 0.45)",
|
|
1269
|
+
"background-size": "cover",
|
|
1270
|
+
"background-position": "center",
|
|
1271
|
+
"background-repeat": "no-repeat",
|
|
1272
|
+
},
|
|
1273
|
+
content_image_wrapper: {
|
|
1274
|
+
display: "flex",
|
|
1275
|
+
"align-items": "center",
|
|
1276
|
+
"justify-content": "center",
|
|
1277
|
+
width: "100%",
|
|
1278
|
+
},
|
|
1279
|
+
content_wrapper: {
|
|
1280
|
+
display: "flex",
|
|
1281
|
+
"flex-direction": "column",
|
|
1282
|
+
"align-items": "center",
|
|
1283
|
+
"text-align": "center",
|
|
1284
|
+
"row-gap": "lg",
|
|
1285
|
+
"max-width": "720px",
|
|
1286
|
+
"padding-top": "3xl",
|
|
1287
|
+
"padding-bottom": "3xl",
|
|
1288
|
+
"padding-left": "3xl",
|
|
1289
|
+
"padding-right": "3xl",
|
|
1290
|
+
"background-color": "background-2",
|
|
1291
|
+
"border-radius": "xl",
|
|
1292
|
+
"box-shadow": "0 24px 60px rgba(0, 0, 0, 0.35)",
|
|
1293
|
+
position: "relative",
|
|
1294
|
+
"z-index": "2",
|
|
1295
|
+
tablet: {
|
|
1296
|
+
"padding-top": "2xl",
|
|
1297
|
+
"padding-bottom": "2xl",
|
|
1298
|
+
"padding-left": "2xl",
|
|
1299
|
+
"padding-right": "2xl",
|
|
1300
|
+
"max-width": "600px",
|
|
1301
|
+
},
|
|
1302
|
+
mobile: {
|
|
1303
|
+
"row-gap": "base",
|
|
1304
|
+
"max-width": "calc(100% - 32px)",
|
|
1305
|
+
"padding-top": "xl",
|
|
1306
|
+
"padding-bottom": "xl",
|
|
1307
|
+
"padding-left": "xl",
|
|
1308
|
+
"padding-right": "xl",
|
|
1309
|
+
},
|
|
1310
|
+
},
|
|
1311
|
+
image_wrapper: {
|
|
1312
|
+
position: "absolute",
|
|
1313
|
+
top: "0",
|
|
1314
|
+
left: "0",
|
|
1315
|
+
width: "100%",
|
|
1316
|
+
height: "100%",
|
|
1317
|
+
"z-index": "1",
|
|
1318
|
+
filter: "brightness(0.55)",
|
|
1319
|
+
},
|
|
1320
|
+
background_image: {
|
|
1321
|
+
width: "100%",
|
|
1322
|
+
height: "100%",
|
|
1323
|
+
"object-fit": "cover",
|
|
1324
|
+
},
|
|
1325
|
+
metadata_wrapper: {
|
|
1326
|
+
display: "flex",
|
|
1327
|
+
"flex-direction": "column",
|
|
1328
|
+
"align-items": "center",
|
|
1329
|
+
"row-gap": "xs",
|
|
1330
|
+
},
|
|
1331
|
+
date_time_wrapper: {
|
|
1332
|
+
display: "flex",
|
|
1333
|
+
"align-items": "center",
|
|
1334
|
+
"column-gap": "lg",
|
|
1335
|
+
mobile: {
|
|
1336
|
+
"flex-direction": "column",
|
|
1337
|
+
"row-gap": "2xs",
|
|
1338
|
+
"column-gap": "none",
|
|
1339
|
+
},
|
|
1340
|
+
},
|
|
1341
|
+
date_wrapper: {
|
|
1342
|
+
display: "flex",
|
|
1343
|
+
"align-items": "center",
|
|
1344
|
+
"column-gap": "2xs",
|
|
1345
|
+
},
|
|
1346
|
+
calendar_icon: {
|
|
1347
|
+
width: "16px",
|
|
1348
|
+
height: "16px",
|
|
1349
|
+
"font-size": "16px",
|
|
1350
|
+
"flex-shrink": "0",
|
|
1351
|
+
},
|
|
1352
|
+
date: {
|
|
1353
|
+
color: "text-2",
|
|
1354
|
+
},
|
|
1355
|
+
time_wrapper: {
|
|
1356
|
+
display: "flex",
|
|
1357
|
+
"align-items": "center",
|
|
1358
|
+
"column-gap": "2xs",
|
|
1359
|
+
},
|
|
1360
|
+
time_icon: {
|
|
1361
|
+
width: "16px",
|
|
1362
|
+
height: "16px",
|
|
1363
|
+
"font-size": "16px",
|
|
1364
|
+
"flex-shrink": "0",
|
|
1365
|
+
},
|
|
1366
|
+
time: {
|
|
1367
|
+
color: "text-2",
|
|
1368
|
+
},
|
|
1369
|
+
title: {
|
|
1370
|
+
color: "text-1",
|
|
1371
|
+
"margin-top": "base",
|
|
1372
|
+
},
|
|
1373
|
+
description: {
|
|
1374
|
+
color: "text-2",
|
|
1375
|
+
},
|
|
1376
|
+
author_wrapper: {
|
|
1377
|
+
display: "flex",
|
|
1378
|
+
"align-items": "center",
|
|
1379
|
+
"column-gap": "xs",
|
|
1380
|
+
"margin-top": "base",
|
|
1381
|
+
},
|
|
1382
|
+
avatar: {
|
|
1383
|
+
width: "32px",
|
|
1384
|
+
height: "32px",
|
|
1385
|
+
"font-size": "32px",
|
|
1386
|
+
"flex-shrink": "0",
|
|
1387
|
+
"border-radius": "full",
|
|
1388
|
+
},
|
|
1389
|
+
author_name: {
|
|
1390
|
+
color: "text-1",
|
|
1391
|
+
},
|
|
1392
|
+
ctas_levoGroup: {
|
|
1393
|
+
display: "flex",
|
|
1394
|
+
"column-gap": "base",
|
|
1395
|
+
"align-items": "center",
|
|
1396
|
+
"margin-top": "lg",
|
|
1397
|
+
mobile: {
|
|
1398
|
+
"flex-direction": "column",
|
|
1399
|
+
"row-gap": "sm",
|
|
1400
|
+
"column-gap": "none",
|
|
1401
|
+
},
|
|
1402
|
+
},
|
|
1403
|
+
ctas_levoGroupItem: {
|
|
1404
|
+
cta: {},
|
|
1405
|
+
},
|
|
1406
|
+
ctas: [
|
|
1407
|
+
{
|
|
1408
|
+
cta: {
|
|
1409
|
+
"background-color": "brand",
|
|
1410
|
+
color: "brandForeground",
|
|
1411
|
+
"padding-top": "base",
|
|
1412
|
+
"padding-bottom": "base",
|
|
1413
|
+
"padding-left": "2xl",
|
|
1414
|
+
"padding-right": "2xl",
|
|
1415
|
+
"border-width": "2px",
|
|
1416
|
+
"border-style": "solid",
|
|
1417
|
+
"border-color": "brand",
|
|
1418
|
+
},
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
cta: {
|
|
1422
|
+
"background-color": "transparent",
|
|
1423
|
+
color: "text-1",
|
|
1424
|
+
"padding-top": "base",
|
|
1425
|
+
"padding-bottom": "base",
|
|
1426
|
+
"padding-left": "2xl",
|
|
1427
|
+
"padding-right": "2xl",
|
|
1428
|
+
"border-width": "2px",
|
|
1429
|
+
"border-style": "solid",
|
|
1430
|
+
"border-color": "border-1",
|
|
1431
|
+
},
|
|
1432
|
+
},
|
|
1433
|
+
],
|
|
1434
|
+
},
|
|
1435
|
+
slides: [{}, {}, {}],
|
|
1436
|
+
},
|
|
1437
|
+
content: DEFAULT_CONTENT,
|
|
1438
|
+
config: {
|
|
1439
|
+
slides: [
|
|
1440
|
+
{
|
|
1441
|
+
title: {
|
|
1442
|
+
heading: {
|
|
1443
|
+
level: 1,
|
|
1444
|
+
},
|
|
1445
|
+
selectedVariants: {
|
|
1446
|
+
Heading_Level: "H1",
|
|
1447
|
+
},
|
|
1448
|
+
},
|
|
1449
|
+
ctas: [{}, {}],
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
title: {
|
|
1453
|
+
heading: {
|
|
1454
|
+
level: 1,
|
|
1455
|
+
},
|
|
1456
|
+
selectedVariants: {
|
|
1457
|
+
Heading_Level: "H1",
|
|
1458
|
+
},
|
|
1459
|
+
},
|
|
1460
|
+
ctas: [{}, {}],
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
title: {
|
|
1464
|
+
heading: {
|
|
1465
|
+
level: 1,
|
|
1466
|
+
},
|
|
1467
|
+
selectedVariants: {
|
|
1468
|
+
Heading_Level: "H1",
|
|
1469
|
+
},
|
|
1470
|
+
},
|
|
1471
|
+
ctas: [{}, {}],
|
|
1472
|
+
},
|
|
1473
|
+
],
|
|
1474
|
+
slides_levoGroup: {
|
|
1475
|
+
carousel: {
|
|
1476
|
+
loop: false,
|
|
1477
|
+
autoScroll: false,
|
|
1478
|
+
speed: 4,
|
|
1479
|
+
},
|
|
1480
|
+
},
|
|
1481
|
+
},
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
title: "Minimal Metadata",
|
|
1485
|
+
key: "minimal_metadata",
|
|
1486
|
+
styles: {
|
|
1487
|
+
layout: {
|
|
1488
|
+
position: "relative",
|
|
1489
|
+
height: "100vh",
|
|
1490
|
+
"min-height": "600px",
|
|
1491
|
+
overflow: "hidden",
|
|
1492
|
+
"padding-top": "none",
|
|
1493
|
+
"padding-bottom": "none",
|
|
1494
|
+
"padding-left": "none",
|
|
1495
|
+
"padding-right": "none",
|
|
1496
|
+
},
|
|
1497
|
+
slider_dots: {
|
|
1498
|
+
position: "absolute",
|
|
1499
|
+
bottom: "130px",
|
|
1500
|
+
left: "50%",
|
|
1501
|
+
transform: "translateX(-50%)",
|
|
1502
|
+
display: "flex",
|
|
1503
|
+
"column-gap": "xs",
|
|
1504
|
+
"align-items": "center",
|
|
1505
|
+
"z-index": "20",
|
|
1506
|
+
tablet: {
|
|
1507
|
+
bottom: "70px",
|
|
1508
|
+
},
|
|
1509
|
+
mobile: {
|
|
1510
|
+
bottom: "50px",
|
|
1511
|
+
},
|
|
1512
|
+
},
|
|
1513
|
+
slider_dot: {
|
|
1514
|
+
width: "12px",
|
|
1515
|
+
height: "12px",
|
|
1516
|
+
"border-radius": "base",
|
|
1517
|
+
cursor: "pointer",
|
|
1518
|
+
"background-color": "background-2",
|
|
1519
|
+
},
|
|
1520
|
+
slides_levoGroup: {
|
|
1521
|
+
number_of_slides: 1,
|
|
1522
|
+
height: "100%",
|
|
1523
|
+
},
|
|
1524
|
+
container: {
|
|
1525
|
+
position: "relative",
|
|
1526
|
+
"z-index": "2",
|
|
1527
|
+
height: "100%",
|
|
1528
|
+
display: "flex",
|
|
1529
|
+
"align-items": "center",
|
|
1530
|
+
"justify-content": "center",
|
|
1531
|
+
},
|
|
1532
|
+
slides_levoGroupItem: {
|
|
1533
|
+
slide_wrapper: {
|
|
1534
|
+
position: "relative",
|
|
1535
|
+
height: "100vh",
|
|
1536
|
+
"min-height": "600px",
|
|
1537
|
+
width: "100%",
|
|
1538
|
+
display: "flex",
|
|
1539
|
+
"align-items": "center",
|
|
1540
|
+
"justify-content": "center",
|
|
1541
|
+
"box-shadow": "inset 0 0 0 2000px rgba(5, 10, 20, 0.72)",
|
|
1542
|
+
"background-size": "cover",
|
|
1543
|
+
"background-position": "center",
|
|
1544
|
+
"background-repeat": "no-repeat",
|
|
1545
|
+
"background-attachment": "fixed",
|
|
1546
|
+
mobile: {
|
|
1547
|
+
"background-attachment": "scroll",
|
|
1548
|
+
},
|
|
1549
|
+
},
|
|
1550
|
+
content_image_wrapper: {
|
|
1551
|
+
display: "flex",
|
|
1552
|
+
"align-items": "center",
|
|
1553
|
+
"justify-content": "center",
|
|
1554
|
+
width: "100%",
|
|
1555
|
+
},
|
|
1556
|
+
content_wrapper: {
|
|
1557
|
+
display: "flex",
|
|
1558
|
+
"flex-direction": "column",
|
|
1559
|
+
"align-items": "center",
|
|
1560
|
+
"text-align": "center",
|
|
1561
|
+
"row-gap": "xl",
|
|
1562
|
+
"max-width": "900px",
|
|
1563
|
+
"padding-left": "xl",
|
|
1564
|
+
"padding-right": "xl",
|
|
1565
|
+
position: "relative",
|
|
1566
|
+
"z-index": "2",
|
|
1567
|
+
mobile: {
|
|
1568
|
+
"row-gap": "lg",
|
|
1569
|
+
"max-width": "100%",
|
|
1570
|
+
},
|
|
1571
|
+
},
|
|
1572
|
+
image_wrapper: {
|
|
1573
|
+
position: "absolute",
|
|
1574
|
+
top: "0",
|
|
1575
|
+
left: "0",
|
|
1576
|
+
width: "100%",
|
|
1577
|
+
height: "100%",
|
|
1578
|
+
"z-index": "1",
|
|
1579
|
+
filter: "brightness(0.35)",
|
|
1580
|
+
},
|
|
1581
|
+
background_image: {
|
|
1582
|
+
width: "100%",
|
|
1583
|
+
height: "100%",
|
|
1584
|
+
"object-fit": "cover",
|
|
1585
|
+
},
|
|
1586
|
+
metadata_wrapper: {
|
|
1587
|
+
display: "none",
|
|
1588
|
+
},
|
|
1589
|
+
date_time_wrapper: {
|
|
1590
|
+
display: "none",
|
|
1591
|
+
},
|
|
1592
|
+
date_wrapper: {
|
|
1593
|
+
display: "none",
|
|
1594
|
+
},
|
|
1595
|
+
calendar_icon: {
|
|
1596
|
+
display: "none",
|
|
1597
|
+
},
|
|
1598
|
+
date: {
|
|
1599
|
+
display: "none",
|
|
1600
|
+
},
|
|
1601
|
+
time_wrapper: {
|
|
1602
|
+
display: "none",
|
|
1603
|
+
},
|
|
1604
|
+
time_icon: {
|
|
1605
|
+
display: "none",
|
|
1606
|
+
},
|
|
1607
|
+
time: {
|
|
1608
|
+
display: "none",
|
|
1609
|
+
},
|
|
1610
|
+
title: {
|
|
1611
|
+
color: "white",
|
|
1612
|
+
"text-shadow": "0 2px 4px rgba(0, 0, 0, 0.4)",
|
|
1613
|
+
},
|
|
1614
|
+
description: {
|
|
1615
|
+
color: "white",
|
|
1616
|
+
"text-shadow": "0 1px 2px rgba(0, 0, 0, 0.3)",
|
|
1617
|
+
"max-width": "700px",
|
|
1618
|
+
},
|
|
1619
|
+
author_wrapper: {
|
|
1620
|
+
display: "none",
|
|
1621
|
+
},
|
|
1622
|
+
avatar: {
|
|
1623
|
+
display: "none",
|
|
1624
|
+
},
|
|
1625
|
+
author_name: {
|
|
1626
|
+
display: "none",
|
|
1627
|
+
},
|
|
1628
|
+
ctas_levoGroup: {
|
|
1629
|
+
display: "flex",
|
|
1630
|
+
"column-gap": "base",
|
|
1631
|
+
"align-items": "center",
|
|
1632
|
+
"margin-top": "xl",
|
|
1633
|
+
mobile: {
|
|
1634
|
+
"flex-direction": "column",
|
|
1635
|
+
"row-gap": "sm",
|
|
1636
|
+
"column-gap": "none",
|
|
1637
|
+
},
|
|
1638
|
+
},
|
|
1639
|
+
ctas_levoGroupItem: {
|
|
1640
|
+
cta: {},
|
|
1641
|
+
},
|
|
1642
|
+
ctas: [
|
|
1643
|
+
{
|
|
1644
|
+
cta: {
|
|
1645
|
+
"background-color": "white",
|
|
1646
|
+
color: "text-1",
|
|
1647
|
+
"padding-top": "base",
|
|
1648
|
+
"padding-bottom": "base",
|
|
1649
|
+
"padding-left": "3xl",
|
|
1650
|
+
"padding-right": "3xl",
|
|
1651
|
+
"border-width": "2px",
|
|
1652
|
+
"border-style": "solid",
|
|
1653
|
+
"border-color": "white",
|
|
1654
|
+
},
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
cta: {
|
|
1658
|
+
"background-color": "transparent",
|
|
1659
|
+
color: "white",
|
|
1660
|
+
"padding-top": "base",
|
|
1661
|
+
"padding-bottom": "base",
|
|
1662
|
+
"padding-left": "3xl",
|
|
1663
|
+
"padding-right": "3xl",
|
|
1664
|
+
"border-width": "2px",
|
|
1665
|
+
"border-style": "solid",
|
|
1666
|
+
"border-color": "white",
|
|
1667
|
+
},
|
|
1668
|
+
},
|
|
1669
|
+
],
|
|
1670
|
+
},
|
|
1671
|
+
slides: [{}, {}, {}],
|
|
1672
|
+
},
|
|
1673
|
+
content: DEFAULT_CONTENT,
|
|
1674
|
+
config: {
|
|
1675
|
+
slides: [
|
|
1676
|
+
{
|
|
1677
|
+
title: {
|
|
1678
|
+
heading: {
|
|
1679
|
+
level: 1,
|
|
1680
|
+
},
|
|
1681
|
+
selectedVariants: {
|
|
1682
|
+
Heading_Level: "H1",
|
|
1683
|
+
},
|
|
1684
|
+
},
|
|
1685
|
+
ctas: [{}, {}],
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
title: {
|
|
1689
|
+
heading: {
|
|
1690
|
+
level: 1,
|
|
1691
|
+
},
|
|
1692
|
+
selectedVariants: {
|
|
1693
|
+
Heading_Level: "H1",
|
|
1694
|
+
},
|
|
1695
|
+
},
|
|
1696
|
+
ctas: [{}, {}],
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
title: {
|
|
1700
|
+
heading: {
|
|
1701
|
+
level: 1,
|
|
1702
|
+
},
|
|
1703
|
+
selectedVariants: {
|
|
1704
|
+
Heading_Level: "H1",
|
|
1705
|
+
},
|
|
1706
|
+
},
|
|
1707
|
+
ctas: [{}, {}],
|
|
1708
|
+
},
|
|
1709
|
+
],
|
|
542
1710
|
slides_levoGroup: {
|
|
543
1711
|
carousel: {
|
|
544
1712
|
loop: false,
|