@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,72 +1,68 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
3
|
const MEDIA_1 = {
|
|
4
|
-
id: "
|
|
5
|
-
filename: "timeline-1-1.png",
|
|
4
|
+
id: "7453468596406147400",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg",
|
|
7
|
+
mimetype: "image/jpeg",
|
|
8
8
|
srcset: {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
path: "https://
|
|
9
|
+
"320w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
10
|
+
"640w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
11
|
+
"750w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
12
|
+
"828w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
13
|
+
"1080w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
14
|
+
"1200w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
15
|
+
"1920w": "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
16
|
+
path: "https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/6565752/pexels-photo-6565752.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
17
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
18
|
};
|
|
20
19
|
const MEDIA_2 = {
|
|
21
|
-
id: "
|
|
22
|
-
filename: "timeline-1-2.png",
|
|
20
|
+
id: "7453468599275451870",
|
|
23
21
|
kind: "image",
|
|
24
|
-
location: "https://
|
|
22
|
+
location: "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg",
|
|
23
|
+
mimetype: "image/jpeg",
|
|
25
24
|
srcset: {
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
path: "https://
|
|
25
|
+
"320w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
26
|
+
"640w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
27
|
+
"750w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
28
|
+
"828w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
29
|
+
"1080w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
30
|
+
"1200w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
31
|
+
"1920w": "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
32
|
+
path: "https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/33001996/pexels-photo-33001996.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
34
33
|
},
|
|
35
|
-
mimetype: "image/png",
|
|
36
34
|
};
|
|
37
35
|
const MEDIA_3 = {
|
|
38
|
-
id: "
|
|
39
|
-
filename: "timeline-1-3.png",
|
|
36
|
+
id: "7453468645314273241",
|
|
40
37
|
kind: "image",
|
|
41
|
-
location: "https://
|
|
38
|
+
location: "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg",
|
|
39
|
+
mimetype: "image/jpeg",
|
|
42
40
|
srcset: {
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
path: "https://
|
|
41
|
+
"320w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
42
|
+
"640w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
43
|
+
"750w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
44
|
+
"828w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
45
|
+
"1080w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
46
|
+
"1200w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
47
|
+
"1920w": "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
48
|
+
path: "https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/32377100/pexels-photo-32377100.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
51
49
|
},
|
|
52
|
-
mimetype: "image/png",
|
|
53
50
|
};
|
|
54
51
|
const MEDIA_4 = {
|
|
55
|
-
id: "
|
|
56
|
-
filename: "timeline-1-4.png",
|
|
52
|
+
id: "7453468604088759891",
|
|
57
53
|
kind: "image",
|
|
58
|
-
location: "https://
|
|
54
|
+
location: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg",
|
|
55
|
+
mimetype: "image/jpeg",
|
|
59
56
|
srcset: {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
path: "https://
|
|
57
|
+
"320w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
58
|
+
"640w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
59
|
+
"750w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
60
|
+
"828w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
61
|
+
"1080w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
62
|
+
"1200w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
63
|
+
"1920w": "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
64
|
+
path: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
68
65
|
},
|
|
69
|
-
mimetype: "image/png",
|
|
70
66
|
};
|
|
71
67
|
|
|
72
68
|
const DEFAULT_CONTENT = {
|
|
@@ -74,41 +70,53 @@ const DEFAULT_CONTENT = {
|
|
|
74
70
|
container: null,
|
|
75
71
|
events: [
|
|
76
72
|
{
|
|
77
|
-
title: "
|
|
78
|
-
subtitle: "
|
|
79
|
-
description:
|
|
73
|
+
title: "Global Volunteer Week",
|
|
74
|
+
subtitle: "50,000 service hours mobilized",
|
|
75
|
+
description:
|
|
76
|
+
"<p>Volunteers across 34 countries delivered 50,000 service hours in a single week — our largest coordinated mobilization to date.</p>",
|
|
80
77
|
year: "2025",
|
|
81
78
|
image: MEDIA_1,
|
|
82
79
|
},
|
|
83
80
|
{
|
|
84
|
-
title: "
|
|
85
|
-
subtitle: "
|
|
86
|
-
description:
|
|
87
|
-
|
|
81
|
+
title: "Pandemic Relief Response",
|
|
82
|
+
subtitle: "Reached 1.2M families",
|
|
83
|
+
description:
|
|
84
|
+
"<p>Deployed emergency food, medical supplies, and cash assistance to 1.2 million families across twelve regions during the COVID-19 crisis.</p>",
|
|
85
|
+
year: "2020",
|
|
88
86
|
image: MEDIA_2,
|
|
89
87
|
},
|
|
90
88
|
{
|
|
91
|
-
title: "
|
|
92
|
-
subtitle: "
|
|
93
|
-
description:
|
|
94
|
-
|
|
89
|
+
title: "Scholars Program Launched",
|
|
90
|
+
subtitle: "Scholarships in 12 countries",
|
|
91
|
+
description:
|
|
92
|
+
"<p>Launched the Scholars Program, funding secondary education for first-generation students across twelve partner countries.</p>",
|
|
93
|
+
year: "2015",
|
|
95
94
|
image: MEDIA_3,
|
|
96
95
|
},
|
|
97
96
|
{
|
|
98
|
-
title: "
|
|
99
|
-
subtitle: "
|
|
100
|
-
description:
|
|
101
|
-
|
|
97
|
+
title: "The Foundation Begins",
|
|
98
|
+
subtitle: "Six volunteers, one mission",
|
|
99
|
+
description:
|
|
100
|
+
"<p>Six volunteers pooled $4,000 to register the Foundation and open our first community center in rural Kenya.</p>",
|
|
101
|
+
year: "2008",
|
|
102
102
|
image: MEDIA_4,
|
|
103
103
|
},
|
|
104
104
|
],
|
|
105
|
-
title: "
|
|
105
|
+
title: "Sixteen years of showing up",
|
|
106
106
|
description:
|
|
107
|
-
"<p>
|
|
107
|
+
"<p>From six volunteers in one village to a coalition serving 30+ countries — every milestone below was earned alongside the communities we stand with.</p>",
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
export type ITimeline1 = typeof DEFAULT_CONTENT;
|
|
111
111
|
|
|
112
|
+
const IMAGE_POLISH = {
|
|
113
|
+
width: "100%",
|
|
114
|
+
height: "auto",
|
|
115
|
+
"aspect-ratio": "16 / 9",
|
|
116
|
+
"object-fit": "cover",
|
|
117
|
+
"border-radius": "lg",
|
|
118
|
+
};
|
|
119
|
+
|
|
112
120
|
export const Timeline1: IBlock = {
|
|
113
121
|
category_id: "timeline",
|
|
114
122
|
title: "Timeline 1",
|
|
@@ -290,7 +298,7 @@ export const Timeline1: IBlock = {
|
|
|
290
298
|
width: "1.5rem",
|
|
291
299
|
"border-radius": "9999px",
|
|
292
300
|
transform: "translateX(50%) translateY(-50%)",
|
|
293
|
-
"box-shadow": "
|
|
301
|
+
"box-shadow": "default",
|
|
294
302
|
"z-index": "2",
|
|
295
303
|
},
|
|
296
304
|
timeline_line: {
|
|
@@ -327,9 +335,7 @@ export const Timeline1: IBlock = {
|
|
|
327
335
|
},
|
|
328
336
|
},
|
|
329
337
|
timeline_dot_wrapper: {},
|
|
330
|
-
image:
|
|
331
|
-
mobile: {},
|
|
332
|
-
},
|
|
338
|
+
image: IMAGE_POLISH,
|
|
333
339
|
title: {
|
|
334
340
|
"font-weight": 700,
|
|
335
341
|
},
|
|
@@ -390,7 +396,7 @@ export const Timeline1: IBlock = {
|
|
|
390
396
|
width: "1.5rem",
|
|
391
397
|
"border-radius": "9999px",
|
|
392
398
|
transform: "translateX(50%) translateY(-50%)",
|
|
393
|
-
"box-shadow": "
|
|
399
|
+
"box-shadow": "default",
|
|
394
400
|
"z-index": "2",
|
|
395
401
|
},
|
|
396
402
|
timeline_right: {
|
|
@@ -414,6 +420,7 @@ export const Timeline1: IBlock = {
|
|
|
414
420
|
"align-items": "center",
|
|
415
421
|
"column-gap": "8xl",
|
|
416
422
|
},
|
|
423
|
+
image: IMAGE_POLISH,
|
|
417
424
|
title: {
|
|
418
425
|
"font-weight": 700,
|
|
419
426
|
},
|
|
@@ -476,7 +483,7 @@ export const Timeline1: IBlock = {
|
|
|
476
483
|
width: "1.5rem",
|
|
477
484
|
"border-radius": "9999px",
|
|
478
485
|
transform: "translateX(50%) translateY(-50%)",
|
|
479
|
-
"box-shadow": "
|
|
486
|
+
"box-shadow": "default",
|
|
480
487
|
"z-index": "2",
|
|
481
488
|
},
|
|
482
489
|
timeline_line: {
|
|
@@ -496,6 +503,7 @@ export const Timeline1: IBlock = {
|
|
|
496
503
|
"justify-content": "start",
|
|
497
504
|
"align-items": "center",
|
|
498
505
|
},
|
|
506
|
+
image: IMAGE_POLISH,
|
|
499
507
|
title: {
|
|
500
508
|
"font-weight": 700,
|
|
501
509
|
},
|
|
@@ -557,7 +565,7 @@ export const Timeline1: IBlock = {
|
|
|
557
565
|
width: "1.5rem",
|
|
558
566
|
"border-radius": "9999px",
|
|
559
567
|
transform: "translateX(50%) translateY(-50%)",
|
|
560
|
-
"box-shadow": "
|
|
568
|
+
"box-shadow": "default",
|
|
561
569
|
"z-index": "2",
|
|
562
570
|
},
|
|
563
571
|
timeline_line: {
|
|
@@ -578,77 +586,11 @@ export const Timeline1: IBlock = {
|
|
|
578
586
|
"align-items": "center",
|
|
579
587
|
"column-gap": "8xl",
|
|
580
588
|
},
|
|
589
|
+
image: IMAGE_POLISH,
|
|
581
590
|
title: {
|
|
582
591
|
"font-weight": 700,
|
|
583
592
|
},
|
|
584
593
|
},
|
|
585
|
-
{
|
|
586
|
-
wrapper: {
|
|
587
|
-
display: "flex",
|
|
588
|
-
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
589
|
-
"align-items": "center",
|
|
590
|
-
gap: "2xl",
|
|
591
|
-
},
|
|
592
|
-
year: {
|
|
593
|
-
"background-color": "brand",
|
|
594
|
-
width: "fit-content",
|
|
595
|
-
"font-size": "xl",
|
|
596
|
-
"padding-left": "base",
|
|
597
|
-
"padding-right": "base",
|
|
598
|
-
"padding-top": "6xs",
|
|
599
|
-
"padding-bottom": "6xs",
|
|
600
|
-
color: "white",
|
|
601
|
-
"border-radius": "3xl",
|
|
602
|
-
mobile: {
|
|
603
|
-
"font-size": "sm",
|
|
604
|
-
},
|
|
605
|
-
"margin-left": "10xl",
|
|
606
|
-
},
|
|
607
|
-
timeline_left: {
|
|
608
|
-
position: "relative",
|
|
609
|
-
display: "flex",
|
|
610
|
-
width: "100%",
|
|
611
|
-
"align-items": "center",
|
|
612
|
-
"justify-content": "start",
|
|
613
|
-
},
|
|
614
|
-
content_wrapper: {
|
|
615
|
-
display: "flex",
|
|
616
|
-
"flex-direction": "column",
|
|
617
|
-
"row-gap": "base",
|
|
618
|
-
width: "40%",
|
|
619
|
-
},
|
|
620
|
-
description: {
|
|
621
|
-
color: "text-1",
|
|
622
|
-
"font-size": "2xl",
|
|
623
|
-
"font-weight": 700,
|
|
624
|
-
mobile: {
|
|
625
|
-
"font-size": "base",
|
|
626
|
-
},
|
|
627
|
-
},
|
|
628
|
-
timeline_dot: {
|
|
629
|
-
"background-color": "brand",
|
|
630
|
-
position: "absolute",
|
|
631
|
-
left: "50%",
|
|
632
|
-
height: "1.5rem",
|
|
633
|
-
width: "1.5rem",
|
|
634
|
-
"border-radius": "9999px",
|
|
635
|
-
transform: "translateX(-50%) translateY(-50%)",
|
|
636
|
-
},
|
|
637
|
-
timeline_line: {
|
|
638
|
-
"background-color": "brand",
|
|
639
|
-
position: "absolute",
|
|
640
|
-
left: "57%",
|
|
641
|
-
height: "0.25rem",
|
|
642
|
-
width: "65px",
|
|
643
|
-
transform: "translateX(-100%) translateY(-50%)",
|
|
644
|
-
},
|
|
645
|
-
timeline_wrapper: {
|
|
646
|
-
display: "flex",
|
|
647
|
-
"justify-content": "center",
|
|
648
|
-
"align-items": "center",
|
|
649
|
-
"column-gap": "8xl",
|
|
650
|
-
},
|
|
651
|
-
},
|
|
652
594
|
],
|
|
653
595
|
center_line: {
|
|
654
596
|
position: "absolute",
|
|
@@ -658,7 +600,8 @@ export const Timeline1: IBlock = {
|
|
|
658
600
|
"z-index": "-40",
|
|
659
601
|
width: "0.25rem",
|
|
660
602
|
transform: "translateX(-50%)",
|
|
661
|
-
"background-color": "
|
|
603
|
+
"background-color": "brand",
|
|
604
|
+
opacity: 0.15,
|
|
662
605
|
},
|
|
663
606
|
header_wrapper: {
|
|
664
607
|
display: "flex",
|
|
@@ -685,6 +628,9 @@ export const Timeline1: IBlock = {
|
|
|
685
628
|
},
|
|
686
629
|
},
|
|
687
630
|
events_levoGroup: {
|
|
631
|
+
display: "flex",
|
|
632
|
+
"flex-direction": "column",
|
|
633
|
+
"row-gap": "4xl",
|
|
688
634
|
mobile: {
|
|
689
635
|
display: "block",
|
|
690
636
|
width: "100%",
|
|
@@ -750,5 +696,301 @@ export const Timeline1: IBlock = {
|
|
|
750
696
|
],
|
|
751
697
|
},
|
|
752
698
|
},
|
|
699
|
+
{
|
|
700
|
+
key: "vertical",
|
|
701
|
+
title: "Vertical",
|
|
702
|
+
styles: {
|
|
703
|
+
layout: {
|
|
704
|
+
"padding-top": "5xl",
|
|
705
|
+
"padding-bottom": "5xl",
|
|
706
|
+
"padding-left": "3xl",
|
|
707
|
+
"padding-right": "3xl",
|
|
708
|
+
},
|
|
709
|
+
container: {
|
|
710
|
+
display: "flex",
|
|
711
|
+
"flex-direction": "column",
|
|
712
|
+
"max-width": "720px",
|
|
713
|
+
"margin-left": "auto",
|
|
714
|
+
"margin-right": "auto",
|
|
715
|
+
position: "relative",
|
|
716
|
+
},
|
|
717
|
+
header_wrapper: {
|
|
718
|
+
display: "flex",
|
|
719
|
+
"flex-direction": "column",
|
|
720
|
+
"row-gap": "sm",
|
|
721
|
+
"margin-bottom": "3xl",
|
|
722
|
+
"text-align": "center",
|
|
723
|
+
"align-items": "center",
|
|
724
|
+
},
|
|
725
|
+
title: { width: "100%" },
|
|
726
|
+
description: { width: "100%", "max-width": "520px" },
|
|
727
|
+
center_line: {
|
|
728
|
+
position: "absolute",
|
|
729
|
+
top: "0",
|
|
730
|
+
bottom: "0",
|
|
731
|
+
left: "60px",
|
|
732
|
+
width: "2px",
|
|
733
|
+
"background-color": "brand",
|
|
734
|
+
opacity: 0.15,
|
|
735
|
+
},
|
|
736
|
+
events_levoGroup: {
|
|
737
|
+
display: "flex",
|
|
738
|
+
"flex-direction": "column",
|
|
739
|
+
"row-gap": "2xl",
|
|
740
|
+
},
|
|
741
|
+
events_levoGroupItem: {
|
|
742
|
+
wrapper: {
|
|
743
|
+
display: "flex",
|
|
744
|
+
"flex-direction": "row-reverse",
|
|
745
|
+
"column-gap": "lg",
|
|
746
|
+
"align-items": "flex-start",
|
|
747
|
+
position: "relative",
|
|
748
|
+
},
|
|
749
|
+
timeline_wrapper: {
|
|
750
|
+
display: "flex",
|
|
751
|
+
"flex-direction": "column",
|
|
752
|
+
"align-items": "center",
|
|
753
|
+
"row-gap": "xs",
|
|
754
|
+
width: "72px",
|
|
755
|
+
"flex-shrink": 0,
|
|
756
|
+
position: "relative",
|
|
757
|
+
"padding-top": "4px",
|
|
758
|
+
},
|
|
759
|
+
timeline_dot_wrapper: {},
|
|
760
|
+
timeline_dot: {
|
|
761
|
+
width: "1rem",
|
|
762
|
+
height: "1rem",
|
|
763
|
+
"border-radius": "9999px",
|
|
764
|
+
"background-color": "brand",
|
|
765
|
+
"box-shadow": "default",
|
|
766
|
+
},
|
|
767
|
+
timeline_line: { display: "none" },
|
|
768
|
+
timeline_left: { display: "none" },
|
|
769
|
+
timeline_right: { display: "none" },
|
|
770
|
+
content_wrapper: {
|
|
771
|
+
display: "flex",
|
|
772
|
+
"flex-direction": "column",
|
|
773
|
+
"row-gap": "xs",
|
|
774
|
+
flex: "1",
|
|
775
|
+
"padding-bottom": "md",
|
|
776
|
+
},
|
|
777
|
+
content: { display: "flex", "flex-direction": "column", "row-gap": "xs" },
|
|
778
|
+
year: {
|
|
779
|
+
"background-color": "brand",
|
|
780
|
+
color: "brandForeground",
|
|
781
|
+
"padding-left": "sm",
|
|
782
|
+
"padding-right": "sm",
|
|
783
|
+
"padding-top": "6xs",
|
|
784
|
+
"padding-bottom": "6xs",
|
|
785
|
+
"border-radius": "3xl",
|
|
786
|
+
width: "fit-content",
|
|
787
|
+
"font-size": "xs",
|
|
788
|
+
"font-weight": 600,
|
|
789
|
+
},
|
|
790
|
+
title: { "font-weight": 700 },
|
|
791
|
+
description: {},
|
|
792
|
+
image: { display: "none" },
|
|
793
|
+
},
|
|
794
|
+
},
|
|
795
|
+
content: DEFAULT_CONTENT,
|
|
796
|
+
config: {
|
|
797
|
+
title: { heading: { level: "2" }, selectedVariants: { Heading_Level: "H2" } },
|
|
798
|
+
events: Array(4).fill(0).map(() => ({
|
|
799
|
+
title: { heading: { level: "4" }, selectedVariants: { Heading_Level: "H4" } },
|
|
800
|
+
year: { selectedVariants: { Typography_Variants: "Small" } },
|
|
801
|
+
})),
|
|
802
|
+
},
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
key: "horizontal",
|
|
806
|
+
title: "Horizontal",
|
|
807
|
+
styles: {
|
|
808
|
+
layout: {
|
|
809
|
+
"padding-top": "5xl",
|
|
810
|
+
"padding-bottom": "5xl",
|
|
811
|
+
"padding-left": "3xl",
|
|
812
|
+
"padding-right": "3xl",
|
|
813
|
+
},
|
|
814
|
+
container: {
|
|
815
|
+
display: "flex",
|
|
816
|
+
"flex-direction": "column",
|
|
817
|
+
position: "relative",
|
|
818
|
+
},
|
|
819
|
+
header_wrapper: {
|
|
820
|
+
display: "flex",
|
|
821
|
+
"flex-direction": "column",
|
|
822
|
+
"row-gap": "sm",
|
|
823
|
+
"margin-bottom": "4xl",
|
|
824
|
+
"text-align": "center",
|
|
825
|
+
"align-items": "center",
|
|
826
|
+
},
|
|
827
|
+
title: { width: "100%" },
|
|
828
|
+
description: { width: "100%", "max-width": "640px" },
|
|
829
|
+
center_line: {
|
|
830
|
+
position: "absolute",
|
|
831
|
+
left: "0",
|
|
832
|
+
right: "0",
|
|
833
|
+
top: "20px",
|
|
834
|
+
height: "2px",
|
|
835
|
+
"background-color": "brand",
|
|
836
|
+
opacity: 0.2,
|
|
837
|
+
"z-index": "0",
|
|
838
|
+
},
|
|
839
|
+
events_levoGroup: {
|
|
840
|
+
display: "grid",
|
|
841
|
+
"grid-template-columns": "repeat(4, minmax(0, 1fr))",
|
|
842
|
+
"column-gap": "lg",
|
|
843
|
+
"row-gap": "2xl",
|
|
844
|
+
position: "relative",
|
|
845
|
+
tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
|
|
846
|
+
mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
|
|
847
|
+
},
|
|
848
|
+
events_levoGroupItem: {
|
|
849
|
+
wrapper: {
|
|
850
|
+
display: "flex",
|
|
851
|
+
"flex-direction": "column",
|
|
852
|
+
"align-items": "center",
|
|
853
|
+
"text-align": "center",
|
|
854
|
+
"row-gap": "md",
|
|
855
|
+
position: "relative",
|
|
856
|
+
height: "100%",
|
|
857
|
+
},
|
|
858
|
+
timeline_dot: {
|
|
859
|
+
width: "1rem",
|
|
860
|
+
height: "1rem",
|
|
861
|
+
"border-radius": "9999px",
|
|
862
|
+
"background-color": "brand",
|
|
863
|
+
"box-shadow": "default",
|
|
864
|
+
"z-index": "1",
|
|
865
|
+
},
|
|
866
|
+
timeline_line: { display: "none" },
|
|
867
|
+
timeline_wrapper: {
|
|
868
|
+
display: "flex",
|
|
869
|
+
"flex-direction": "column",
|
|
870
|
+
"align-items": "center",
|
|
871
|
+
"row-gap": "sm",
|
|
872
|
+
position: "relative",
|
|
873
|
+
"z-index": "1",
|
|
874
|
+
"padding-top": "12px",
|
|
875
|
+
order: 1,
|
|
876
|
+
},
|
|
877
|
+
timeline_dot_wrapper: {},
|
|
878
|
+
timeline_left: { display: "none" },
|
|
879
|
+
timeline_right: { display: "none" },
|
|
880
|
+
content_wrapper: {
|
|
881
|
+
display: "flex",
|
|
882
|
+
"flex-direction": "column",
|
|
883
|
+
"row-gap": "xs",
|
|
884
|
+
"align-items": "center",
|
|
885
|
+
width: "100%",
|
|
886
|
+
order: 2,
|
|
887
|
+
},
|
|
888
|
+
content: { display: "flex", "flex-direction": "column", "row-gap": "xs", "align-items": "center" },
|
|
889
|
+
year: {
|
|
890
|
+
"background-color": "brand",
|
|
891
|
+
color: "brandForeground",
|
|
892
|
+
"padding-left": "sm",
|
|
893
|
+
"padding-right": "sm",
|
|
894
|
+
"padding-top": "6xs",
|
|
895
|
+
"padding-bottom": "6xs",
|
|
896
|
+
"border-radius": "3xl",
|
|
897
|
+
width: "fit-content",
|
|
898
|
+
"font-size": "xs",
|
|
899
|
+
"font-weight": 600,
|
|
900
|
+
},
|
|
901
|
+
title: { "font-weight": 700 },
|
|
902
|
+
description: {},
|
|
903
|
+
image: { display: "none" },
|
|
904
|
+
},
|
|
905
|
+
},
|
|
906
|
+
content: DEFAULT_CONTENT,
|
|
907
|
+
config: {
|
|
908
|
+
title: { heading: { level: "2" }, selectedVariants: { Heading_Level: "H2" } },
|
|
909
|
+
events: Array(4).fill(0).map(() => ({
|
|
910
|
+
title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H5" } },
|
|
911
|
+
year: { selectedVariants: { Typography_Variants: "Small" } },
|
|
912
|
+
})),
|
|
913
|
+
},
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
key: "compact",
|
|
917
|
+
title: "Compact",
|
|
918
|
+
styles: {
|
|
919
|
+
layout: {
|
|
920
|
+
"padding-top": "3xl",
|
|
921
|
+
"padding-bottom": "3xl",
|
|
922
|
+
"padding-left": "2xl",
|
|
923
|
+
"padding-right": "2xl",
|
|
924
|
+
},
|
|
925
|
+
container: {
|
|
926
|
+
display: "flex",
|
|
927
|
+
"flex-direction": "column",
|
|
928
|
+
"max-width": "640px",
|
|
929
|
+
"margin-left": "auto",
|
|
930
|
+
"margin-right": "auto",
|
|
931
|
+
position: "relative",
|
|
932
|
+
},
|
|
933
|
+
header_wrapper: {
|
|
934
|
+
display: "flex",
|
|
935
|
+
"flex-direction": "column",
|
|
936
|
+
"row-gap": "3xs",
|
|
937
|
+
"margin-bottom": "2xl",
|
|
938
|
+
},
|
|
939
|
+
title: { width: "100%" },
|
|
940
|
+
description: { width: "100%", color: "text-2" },
|
|
941
|
+
center_line: { display: "none" },
|
|
942
|
+
events_levoGroup: {
|
|
943
|
+
display: "flex",
|
|
944
|
+
"flex-direction": "column",
|
|
945
|
+
},
|
|
946
|
+
events_levoGroupItem: {
|
|
947
|
+
wrapper: {
|
|
948
|
+
display: "flex",
|
|
949
|
+
"flex-direction": "row-reverse",
|
|
950
|
+
"column-gap": "md",
|
|
951
|
+
"align-items": "flex-start",
|
|
952
|
+
"padding-top": "md",
|
|
953
|
+
"padding-bottom": "md",
|
|
954
|
+
"border-bottom-style": "solid",
|
|
955
|
+
"border-bottom-width": "1px",
|
|
956
|
+
"border-bottom-color": "var(--color-border)",
|
|
957
|
+
},
|
|
958
|
+
timeline_dot: { display: "none" },
|
|
959
|
+
timeline_line: { display: "none" },
|
|
960
|
+
timeline_wrapper: {
|
|
961
|
+
display: "flex",
|
|
962
|
+
"align-items": "center",
|
|
963
|
+
width: "72px",
|
|
964
|
+
"flex-shrink": 0,
|
|
965
|
+
"padding-top": "3xs",
|
|
966
|
+
},
|
|
967
|
+
timeline_dot_wrapper: { display: "none" },
|
|
968
|
+
timeline_left: { display: "none" },
|
|
969
|
+
timeline_right: { display: "none" },
|
|
970
|
+
content_wrapper: {
|
|
971
|
+
display: "flex",
|
|
972
|
+
"flex-direction": "column",
|
|
973
|
+
flex: "1",
|
|
974
|
+
},
|
|
975
|
+
content: { display: "flex", "flex-direction": "column" },
|
|
976
|
+
year: {
|
|
977
|
+
color: "brand",
|
|
978
|
+
"font-weight": 700,
|
|
979
|
+
"font-size": "sm",
|
|
980
|
+
},
|
|
981
|
+
title: { "font-weight": 600 },
|
|
982
|
+
description: { color: "text-2", "font-size": "sm" },
|
|
983
|
+
image: { display: "none" },
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
content: DEFAULT_CONTENT,
|
|
987
|
+
config: {
|
|
988
|
+
title: { heading: { level: "3" }, selectedVariants: { Heading_Level: "H3" } },
|
|
989
|
+
events: Array(4).fill(0).map(() => ({
|
|
990
|
+
title: { heading: { level: "5" }, selectedVariants: { Heading_Level: "H6" } },
|
|
991
|
+
year: { selectedVariants: { Typography_Variants: "Small" } },
|
|
992
|
+
})),
|
|
993
|
+
},
|
|
994
|
+
},
|
|
753
995
|
],
|
|
754
996
|
};
|