@levo-so/blocks 0.1.54 → 0.1.58
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 +2 -2
- package/src/blocks/about-us/about-us-1.schema.ts +14 -0
- package/src/blocks/about-us/about-us-1.tsx +4 -2
- package/src/blocks/about-us/about-us-2.schema.ts +48 -0
- package/src/blocks/about-us/about-us-2.tsx +6 -0
- package/src/blocks/blogs/blog-listing-1.schema.ts +10 -0
- package/src/blocks/blogs/blog-listing-2.schema.ts +42 -162
- package/src/blocks/blogs/blog-listing-2.tsx +7 -0
- package/src/blocks/blogs/blog-listing-3.schema.ts +9 -0
- package/src/blocks/blogs/blog-post-1.schema.ts +7 -1
- package/src/blocks/blogs/blog-post-1.tsx +1 -1
- package/src/blocks/blogs/blog-post-2.schema.ts +464 -28
- package/src/blocks/blogs/blog-post-2.tsx +6 -13
- package/src/blocks/blogs/blog-post-3.schema.ts +42 -0
- package/src/blocks/blogs/blog-post-3.tsx +4 -1
- package/src/blocks/calendar/calendar-1.schema.ts +537 -0
- package/src/blocks/calendar/calendar-1.tsx +145 -0
- package/src/blocks/cards/cards-10.schema.ts +52 -4
- package/src/blocks/cards/cards-10.tsx +13 -1
- package/src/blocks/cards/cards-14.schema.ts +532 -0
- package/src/blocks/cards/cards-14.tsx +54 -0
- package/src/blocks/cards/cards-15.schema.ts +277 -0
- package/src/blocks/cards/cards-15.tsx +40 -0
- package/src/blocks/cards/cards-6.schema.ts +46 -0
- package/src/blocks/cards/cards-6.tsx +27 -1
- package/src/blocks/cards/cards-7.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +1128 -0
- package/src/blocks/carousel/carousel-2.tsx +159 -0
- package/src/blocks/content/content-5.schema.ts +112 -6
- package/src/blocks/content/content-5.tsx +19 -3
- package/src/blocks/content/content-6.schema.ts +16 -3
- package/src/blocks/content/content-6.tsx +1 -0
- package/src/blocks/content/content-8.schema.ts +125 -0
- package/src/blocks/content/content-8.tsx +27 -0
- package/src/blocks/content/content-9.schema.ts +2729 -0
- package/src/blocks/content/content-9.tsx +91 -0
- package/src/blocks/cta/cta-2.schema.ts +46 -4
- package/src/blocks/cta/cta-2.tsx +9 -1
- package/src/blocks/embed/embed-1.schema.ts +100 -0
- package/src/blocks/event/ClientOnly.tsx +27 -0
- package/src/blocks/event/event-details.tsx +10 -3
- package/src/blocks/event/event-listing-3.tsx +9 -2
- package/src/blocks/event/event-listing-4.tsx +11 -2
- package/src/blocks/event/event-listing.tsx +11 -4
- package/src/blocks/faq/faq-1.schema.ts +58 -1
- package/src/blocks/faq/faq-1.tsx +18 -1
- package/src/blocks/faq/faq-2.tsx +2 -1
- package/src/blocks/faq/faq-3.schema.ts +6 -1
- package/src/blocks/faq/faq-3.tsx +1 -0
- package/src/blocks/features/features-1/features-1.schema.ts +2 -0
- package/src/blocks/features/features-1/variants/index.ts +2 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +451 -0
- package/src/blocks/features/features-4.schema.ts +358 -20
- package/src/blocks/features/features-4.tsx +3 -1
- package/src/blocks/features/features-6.tsx +2 -0
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +614 -0
- package/src/blocks/filter-listing/filter-listing-1.tsx +128 -0
- package/src/blocks/footer/footer-6.schema.ts +2 -2
- package/src/blocks/hero/hero-11.schema.ts +849 -0
- package/src/blocks/hero/hero-11.tsx +59 -0
- package/src/blocks/hero/hero-12.schema.ts +712 -0
- package/src/blocks/hero/hero-12.tsx +76 -0
- package/src/blocks/hero/hero-13.schema.ts +238 -0
- package/src/blocks/hero/hero-13.tsx +31 -0
- package/src/blocks/hero/hero-4.tsx +2 -0
- package/src/blocks/hero/hero-5.tsx +2 -0
- package/src/blocks/hero/hero-7.tsx +2 -1
- package/src/blocks/hero/hero-8.tsx +2 -0
- package/src/blocks/hero/hero-9.schema.ts +5 -0
- package/src/blocks/hero/hero-9.tsx +2 -0
- package/src/blocks/index.ts +27 -0
- package/src/blocks/navbar/navbar-1.schema.ts +6 -6
- package/src/blocks/navbar/navbar-1.tsx +6 -7
- package/src/blocks/navbar/navbar-2.schema.ts +9 -9
- package/src/blocks/navbar/navbar-2.tsx +7 -8
- package/src/blocks/navbar/navbar-3.schema.ts +9 -9
- package/src/blocks/navbar/navbar-3.tsx +139 -114
- package/src/blocks/polling/polling-1.schema.ts +134 -0
- package/src/blocks/polling/polling-1.tsx +466 -0
- package/src/blocks/products/products-listing-2.schema.ts +596 -0
- package/src/blocks/products/products-listing-2.tsx +56 -0
- package/src/blocks/products/products-listing-3.schema.ts +818 -0
- package/src/blocks/products/products-listing-3.tsx +125 -0
- package/src/blocks/profile/profile-2.schema.ts +505 -0
- package/src/blocks/profile/profile-2.tsx +64 -0
- package/src/blocks/profile/profile-3.schema.ts +867 -0
- package/src/blocks/profile/profile-3.tsx +98 -0
- package/src/blocks/services/service-1.schema.ts +1743 -0
- package/src/blocks/services/service-1.tsx +139 -0
- package/src/blocks/services/service-2.schema.ts +433 -0
- package/src/blocks/services/service-2.tsx +98 -0
- package/src/blocks/services/service-3.schema.ts +631 -0
- package/src/blocks/services/service-3.tsx +135 -0
- package/src/blocks/tabs/tab-1.schema.ts +831 -0
- package/src/blocks/tabs/tab-1.tsx +126 -0
- package/src/blocks/tabs/tab-2.schema.ts +767 -0
- package/src/blocks/tabs/tab-2.tsx +60 -0
- package/src/blocks/team/team-3.schema.ts +5 -1
- package/src/blocks/team/team-3.tsx +7 -0
- package/src/blocks/team/team-4.schema.ts +17 -13
- package/src/blocks/team/team-4.tsx +4 -1
- package/src/blocks/team/team-5.schema.ts +369 -0
- package/src/blocks/team/team-5.tsx +38 -0
- package/src/blocks/testimonial/testimonial-1.tsx +0 -1
- package/src/blocks/testimonial/testimonial-2.tsx +2 -1
- package/src/blocks/testimonial/testimonial-3.tsx +2 -0
- package/src/blocks/testimonial/testimonial-4.tsx +2 -1
- package/src/blocks/testimonial/testimonial-5.tsx +2 -0
- package/src/blocks/testimonial/testimonial-6.tsx +2 -1
- package/src/blocks/testimonial/testimonial-7.schema.ts +438 -0
- package/src/blocks/testimonial/testimonial-7.tsx +125 -0
- package/src/blocks/timeline/timeline-1.schema.ts +741 -0
- package/src/blocks/timeline/timeline-1.tsx +52 -0
- package/src/blocks/users/edit-profile.schema.ts +294 -0
- package/src/blocks/users/edit-profile.tsx +184 -0
- package/src/schemas/blocks.ts +64 -12
- package/src/schemas/categories.ts +36 -0
|
@@ -0,0 +1,741 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
events: [
|
|
7
|
+
{
|
|
8
|
+
title: "Celebrating 25 Years of Innovation",
|
|
9
|
+
subtitle: "Digital Transformation Excellence",
|
|
10
|
+
description: "<p>Celebrating 25 Years of Innovation</p>",
|
|
11
|
+
year: "2025",
|
|
12
|
+
image: {
|
|
13
|
+
id: "7141014160938075687",
|
|
14
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
15
|
+
kind: "image",
|
|
16
|
+
mimetype: "image/png",
|
|
17
|
+
srcset: {
|
|
18
|
+
"1080w":
|
|
19
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
20
|
+
"1200w":
|
|
21
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
22
|
+
"1920w":
|
|
23
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
24
|
+
"320w":
|
|
25
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
26
|
+
"640w":
|
|
27
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
28
|
+
"750w":
|
|
29
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
30
|
+
"828w":
|
|
31
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
32
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: "New Office in Australia",
|
|
38
|
+
subtitle: "Expanded into ANZ Region",
|
|
39
|
+
description: "<p>New Office in Australia expanded into ANZ region</p>",
|
|
40
|
+
year: "2023",
|
|
41
|
+
image: {
|
|
42
|
+
id: "7141014160938075687",
|
|
43
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
44
|
+
kind: "image",
|
|
45
|
+
mimetype: "image/png",
|
|
46
|
+
srcset: {
|
|
47
|
+
"1080w":
|
|
48
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
49
|
+
"1200w":
|
|
50
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
51
|
+
"1920w":
|
|
52
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
53
|
+
"320w":
|
|
54
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
55
|
+
"640w":
|
|
56
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
57
|
+
"750w":
|
|
58
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
59
|
+
"828w":
|
|
60
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
61
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: "Opened Office in Philippines",
|
|
67
|
+
subtitle: "Connecting Large Client Base",
|
|
68
|
+
description:
|
|
69
|
+
"<p>Opened Office on Philippines that connects large client base</p>",
|
|
70
|
+
year: "2016",
|
|
71
|
+
image: {
|
|
72
|
+
id: "7141014160938075687",
|
|
73
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
74
|
+
kind: "image",
|
|
75
|
+
mimetype: "image/png",
|
|
76
|
+
srcset: {
|
|
77
|
+
"1080w":
|
|
78
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
79
|
+
"1200w":
|
|
80
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
81
|
+
"1920w":
|
|
82
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
83
|
+
"320w":
|
|
84
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
85
|
+
"640w":
|
|
86
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
87
|
+
"750w":
|
|
88
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
89
|
+
"828w":
|
|
90
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
91
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
title: "First International Office in India",
|
|
97
|
+
subtitle: "Global Expansion Beginning",
|
|
98
|
+
description:
|
|
99
|
+
"<p>Opened our first office in India, the first global expansion</p>",
|
|
100
|
+
year: "2005",
|
|
101
|
+
image: {
|
|
102
|
+
id: "7141014160938075687",
|
|
103
|
+
location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
104
|
+
kind: "image",
|
|
105
|
+
mimetype: "image/png",
|
|
106
|
+
srcset: {
|
|
107
|
+
"1080w":
|
|
108
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
109
|
+
"1200w":
|
|
110
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
111
|
+
"1920w":
|
|
112
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
113
|
+
"320w":
|
|
114
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
115
|
+
"640w":
|
|
116
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
117
|
+
"750w":
|
|
118
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
119
|
+
"828w":
|
|
120
|
+
"https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
121
|
+
path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
],
|
|
126
|
+
title: "Our Journey Through the Years",
|
|
127
|
+
description:
|
|
128
|
+
"<p>Lorem Ipsum was founded in Silicon Valley to help large enterprises maintain consistent branding across printed materials. By 2004, the company evolved into a business consulting firm.</p>",
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
export type ITimeline1 = typeof DEFAULT_CONTENT;
|
|
132
|
+
|
|
133
|
+
export const Timeline1: IBlock = {
|
|
134
|
+
category_id: "timeline",
|
|
135
|
+
title: "Timeline 1",
|
|
136
|
+
key: "timeline-1",
|
|
137
|
+
version: "v1",
|
|
138
|
+
prompt_description:
|
|
139
|
+
"A timeline block that displays company milestones and events in a chronological order with alternating left-right layout, featuring images, titles, subtitles, and descriptions.",
|
|
140
|
+
content_schema: [
|
|
141
|
+
{
|
|
142
|
+
key: "layout",
|
|
143
|
+
label: "Layout",
|
|
144
|
+
field_interface: "LayoutWidget",
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
key: "container",
|
|
148
|
+
label: "Container",
|
|
149
|
+
field_interface: "ContainerWidget",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
key: "header_wrapper",
|
|
153
|
+
label: "Header Container",
|
|
154
|
+
field_interface: "ContainerWidget",
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
key: "title",
|
|
158
|
+
label: "Title",
|
|
159
|
+
field_interface: "HeadingWidget",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
key: "description",
|
|
163
|
+
label: "Description",
|
|
164
|
+
field_interface: "TypographyWidget",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
key: "center_line",
|
|
168
|
+
label: "Center Line",
|
|
169
|
+
field_interface: "BoxWidget",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
key: "events",
|
|
173
|
+
label: "Timeline Events",
|
|
174
|
+
kind: "group",
|
|
175
|
+
field_interface: "BoxWidget",
|
|
176
|
+
fields: [
|
|
177
|
+
{
|
|
178
|
+
key: "wrapper",
|
|
179
|
+
label: "Wrapper",
|
|
180
|
+
field_interface: "BoxWidget",
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
key: "timeline_line",
|
|
184
|
+
label: "Line",
|
|
185
|
+
field_interface: "BoxWidget",
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
key: "timeline_dot",
|
|
189
|
+
label: "Dot",
|
|
190
|
+
field_interface: "BoxWidget",
|
|
191
|
+
},
|
|
192
|
+
|
|
193
|
+
{
|
|
194
|
+
key: "timeline_wrapper",
|
|
195
|
+
label: "Timeline Wrapper",
|
|
196
|
+
field_interface: "BoxWidget",
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
key: "timeline_dot_wrapper",
|
|
200
|
+
label: "Timeline Dot Wrapper",
|
|
201
|
+
field_interface: "BoxWidget",
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
key: "content_wrapper",
|
|
205
|
+
label: "Content Wrapper",
|
|
206
|
+
field_interface: "BoxWidget",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
key: "description",
|
|
210
|
+
label: "Event Description",
|
|
211
|
+
field_interface: "TypographyWidget",
|
|
212
|
+
hint: {
|
|
213
|
+
prompt_description:
|
|
214
|
+
"A detailed description of the event, milestone, or achievement. Should provide meaningful context.",
|
|
215
|
+
min_characters: 20,
|
|
216
|
+
max_characters: 150,
|
|
217
|
+
},
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
key: "year",
|
|
221
|
+
label: "Event Year",
|
|
222
|
+
field_interface: "TypographyWidget",
|
|
223
|
+
hint: {
|
|
224
|
+
prompt_description:
|
|
225
|
+
"The year when the event occurred. Should be a 4-digit year format.",
|
|
226
|
+
min_characters: 4,
|
|
227
|
+
max_characters: 4,
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
key: "image",
|
|
232
|
+
label: "Event Image",
|
|
233
|
+
field_interface: "ImageWidget",
|
|
234
|
+
hint: {
|
|
235
|
+
prompt_description:
|
|
236
|
+
"An image that represents the event or milestone. Should be relevant and high-quality.",
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
],
|
|
240
|
+
},
|
|
241
|
+
],
|
|
242
|
+
layouts: [
|
|
243
|
+
{
|
|
244
|
+
key: "default",
|
|
245
|
+
title: "Default",
|
|
246
|
+
styles: {
|
|
247
|
+
layout: {
|
|
248
|
+
"padding-top": "5xl",
|
|
249
|
+
"padding-bottom": "5xl",
|
|
250
|
+
"padding-left": "3xl",
|
|
251
|
+
"padding-right": "3xl",
|
|
252
|
+
width: "100%",
|
|
253
|
+
tablet: {
|
|
254
|
+
"padding-top": "4xl",
|
|
255
|
+
"padding-bottom": "4xl",
|
|
256
|
+
"padding-left": "2xl",
|
|
257
|
+
"padding-right": "2xl",
|
|
258
|
+
},
|
|
259
|
+
mobile: {
|
|
260
|
+
"padding-top": "3xl",
|
|
261
|
+
"padding-bottom": "3xl",
|
|
262
|
+
"padding-left": "base",
|
|
263
|
+
"padding-right": "base",
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
container: {
|
|
267
|
+
"margin-left": "auto",
|
|
268
|
+
"margin-right": "auto",
|
|
269
|
+
display: "flex",
|
|
270
|
+
"flex-direction": "column",
|
|
271
|
+
position: "relative",
|
|
272
|
+
},
|
|
273
|
+
events: [
|
|
274
|
+
{
|
|
275
|
+
wrapper: {
|
|
276
|
+
display: "flex",
|
|
277
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
278
|
+
"align-items": "center",
|
|
279
|
+
gap: "2xl",
|
|
280
|
+
"flex-direction": "row-reverse",
|
|
281
|
+
mobile: {
|
|
282
|
+
"flex-direction": "column",
|
|
283
|
+
width: "100%",
|
|
284
|
+
},
|
|
285
|
+
},
|
|
286
|
+
year: {
|
|
287
|
+
"background-color": "brand",
|
|
288
|
+
width: "fit-content",
|
|
289
|
+
"font-size": "xl",
|
|
290
|
+
"padding-left": "base",
|
|
291
|
+
"padding-right": "base",
|
|
292
|
+
"padding-top": "6xs",
|
|
293
|
+
"padding-bottom": "6xs",
|
|
294
|
+
color: "white",
|
|
295
|
+
"border-radius": "3xl",
|
|
296
|
+
mobile: {
|
|
297
|
+
"font-size": "sm",
|
|
298
|
+
"margin-right": "16xl",
|
|
299
|
+
},
|
|
300
|
+
"margin-right": "14xl",
|
|
301
|
+
tablet: {
|
|
302
|
+
"margin-right": "12xl",
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
timeline_right: {
|
|
306
|
+
display: "flex",
|
|
307
|
+
"justify-content": "end",
|
|
308
|
+
"column-gap": "6xl",
|
|
309
|
+
"margin-left": "sm",
|
|
310
|
+
position: "relative",
|
|
311
|
+
"align-items": "center",
|
|
312
|
+
},
|
|
313
|
+
timeline_left: {
|
|
314
|
+
display: "block",
|
|
315
|
+
},
|
|
316
|
+
timeline_dot: {
|
|
317
|
+
"background-color": "brand",
|
|
318
|
+
position: "absolute",
|
|
319
|
+
right: "50%",
|
|
320
|
+
height: "1.5rem",
|
|
321
|
+
width: "1.5rem",
|
|
322
|
+
"border-radius": "9999px",
|
|
323
|
+
transform: "translateX(50%) translateY(-50%)",
|
|
324
|
+
"box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
|
|
325
|
+
"z-index": "2",
|
|
326
|
+
},
|
|
327
|
+
timeline_line: {
|
|
328
|
+
width: "65px",
|
|
329
|
+
"background-color": "brand",
|
|
330
|
+
position: "absolute",
|
|
331
|
+
right: "57%",
|
|
332
|
+
height: "0.25rem",
|
|
333
|
+
transform: "translateX(100%) translateY(-50%)",
|
|
334
|
+
"border-radius": "3xl",
|
|
335
|
+
tablet: {
|
|
336
|
+
"margin-right": "4xl",
|
|
337
|
+
},
|
|
338
|
+
},
|
|
339
|
+
content_wrapper: {
|
|
340
|
+
display: "flex",
|
|
341
|
+
"flex-direction": "column",
|
|
342
|
+
"row-gap": "base",
|
|
343
|
+
width: "40%",
|
|
344
|
+
mobile: {
|
|
345
|
+
width: "100%",
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
description: {
|
|
349
|
+
color: "text-1",
|
|
350
|
+
"font-size": "2xl",
|
|
351
|
+
"font-weight": 700,
|
|
352
|
+
mobile: {
|
|
353
|
+
"font-size": "lg",
|
|
354
|
+
},
|
|
355
|
+
"z-index": "50",
|
|
356
|
+
},
|
|
357
|
+
timeline_wrapper: {
|
|
358
|
+
display: "flex",
|
|
359
|
+
"justify-content": "start",
|
|
360
|
+
"align-items": "center",
|
|
361
|
+
"margin-bottom": "none",
|
|
362
|
+
tablet: {
|
|
363
|
+
"column-gap": "none",
|
|
364
|
+
},
|
|
365
|
+
},
|
|
366
|
+
timeline_dot_wrapper: {},
|
|
367
|
+
image: {
|
|
368
|
+
mobile: {},
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
wrapper: {
|
|
373
|
+
display: "flex",
|
|
374
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
375
|
+
"align-items": "center",
|
|
376
|
+
gap: "2xl",
|
|
377
|
+
mobile: {
|
|
378
|
+
width: "100%",
|
|
379
|
+
"flex-direction": "column",
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
year: {
|
|
383
|
+
"background-color": "brand",
|
|
384
|
+
width: "fit-content",
|
|
385
|
+
"font-size": "xl",
|
|
386
|
+
"padding-left": "base",
|
|
387
|
+
"padding-right": "base",
|
|
388
|
+
"padding-top": "6xs",
|
|
389
|
+
"padding-bottom": "6xs",
|
|
390
|
+
color: "white",
|
|
391
|
+
"border-radius": "3xl",
|
|
392
|
+
mobile: {
|
|
393
|
+
"font-size": "sm",
|
|
394
|
+
"margin-left": "13xl",
|
|
395
|
+
},
|
|
396
|
+
"margin-left": "10xl",
|
|
397
|
+
tablet: {
|
|
398
|
+
"margin-left": "8xl",
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
|
+
timeline_left: {
|
|
402
|
+
position: "relative",
|
|
403
|
+
display: "flex",
|
|
404
|
+
width: "100%",
|
|
405
|
+
"align-items": "center",
|
|
406
|
+
"justify-content": "start",
|
|
407
|
+
},
|
|
408
|
+
content_wrapper: {
|
|
409
|
+
display: "flex",
|
|
410
|
+
"flex-direction": "column",
|
|
411
|
+
"row-gap": "base",
|
|
412
|
+
width: "40%",
|
|
413
|
+
mobile: {
|
|
414
|
+
width: "100%",
|
|
415
|
+
},
|
|
416
|
+
},
|
|
417
|
+
description: {
|
|
418
|
+
color: "text-1",
|
|
419
|
+
"font-size": "2xl",
|
|
420
|
+
"font-weight": 700,
|
|
421
|
+
mobile: {
|
|
422
|
+
"font-size": "lg",
|
|
423
|
+
},
|
|
424
|
+
},
|
|
425
|
+
timeline_dot: {
|
|
426
|
+
"background-color": "brand",
|
|
427
|
+
position: "absolute",
|
|
428
|
+
right: "50%",
|
|
429
|
+
height: "1.5rem",
|
|
430
|
+
width: "1.5rem",
|
|
431
|
+
"border-radius": "9999px",
|
|
432
|
+
transform: "translateX(50%) translateY(-50%)",
|
|
433
|
+
"box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
|
|
434
|
+
"z-index": "2",
|
|
435
|
+
},
|
|
436
|
+
timeline_right: {
|
|
437
|
+
"background-color": "icon-secondary",
|
|
438
|
+
},
|
|
439
|
+
timeline_line: {
|
|
440
|
+
"background-color": "brand",
|
|
441
|
+
position: "absolute",
|
|
442
|
+
left: "57%",
|
|
443
|
+
height: "0.25rem",
|
|
444
|
+
width: "65px",
|
|
445
|
+
transform: "translateX(-100%) translateY(-50%)",
|
|
446
|
+
"border-radius": "3xl",
|
|
447
|
+
tablet: {
|
|
448
|
+
"margin-left": "5xl",
|
|
449
|
+
},
|
|
450
|
+
},
|
|
451
|
+
timeline_wrapper: {
|
|
452
|
+
display: "flex",
|
|
453
|
+
"justify-content": "center",
|
|
454
|
+
"align-items": "center",
|
|
455
|
+
"column-gap": "8xl",
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
wrapper: {
|
|
460
|
+
display: "flex",
|
|
461
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
462
|
+
"align-items": "center",
|
|
463
|
+
gap: "2xl",
|
|
464
|
+
"flex-direction": "row-reverse",
|
|
465
|
+
mobile: {
|
|
466
|
+
width: "100%",
|
|
467
|
+
"flex-direction": "column",
|
|
468
|
+
},
|
|
469
|
+
},
|
|
470
|
+
year: {
|
|
471
|
+
"background-color": "brand",
|
|
472
|
+
width: "fit-content",
|
|
473
|
+
"font-size": "xl",
|
|
474
|
+
"padding-left": "base",
|
|
475
|
+
"padding-right": "base",
|
|
476
|
+
"padding-top": "6xs",
|
|
477
|
+
"padding-bottom": "6xs",
|
|
478
|
+
color: "white",
|
|
479
|
+
"border-radius": "3xl",
|
|
480
|
+
mobile: {
|
|
481
|
+
"font-size": "sm",
|
|
482
|
+
"margin-right": "16xl",
|
|
483
|
+
},
|
|
484
|
+
"margin-right": "14xl",
|
|
485
|
+
tablet: {
|
|
486
|
+
"margin-right": "12xl",
|
|
487
|
+
},
|
|
488
|
+
},
|
|
489
|
+
timeline_right: {
|
|
490
|
+
display: "flex",
|
|
491
|
+
"justify-content": "end",
|
|
492
|
+
"column-gap": "6xl",
|
|
493
|
+
"margin-left": "sm",
|
|
494
|
+
position: "relative",
|
|
495
|
+
"align-items": "center",
|
|
496
|
+
},
|
|
497
|
+
content_wrapper: {
|
|
498
|
+
display: "flex",
|
|
499
|
+
"flex-direction": "column",
|
|
500
|
+
"row-gap": "base",
|
|
501
|
+
width: "40%",
|
|
502
|
+
mobile: {
|
|
503
|
+
width: "100%",
|
|
504
|
+
},
|
|
505
|
+
},
|
|
506
|
+
description: {
|
|
507
|
+
color: "text-1",
|
|
508
|
+
"font-size": "2xl",
|
|
509
|
+
"font-weight": 700,
|
|
510
|
+
mobile: {
|
|
511
|
+
"font-size": "lg",
|
|
512
|
+
},
|
|
513
|
+
},
|
|
514
|
+
timeline_dot: {
|
|
515
|
+
"background-color": "brand",
|
|
516
|
+
position: "absolute",
|
|
517
|
+
right: "50%",
|
|
518
|
+
height: "1.5rem",
|
|
519
|
+
width: "1.5rem",
|
|
520
|
+
"border-radius": "9999px",
|
|
521
|
+
transform: "translateX(50%) translateY(-50%)",
|
|
522
|
+
"box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
|
|
523
|
+
"z-index": "2",
|
|
524
|
+
},
|
|
525
|
+
timeline_line: {
|
|
526
|
+
width: "65px",
|
|
527
|
+
"background-color": "brand",
|
|
528
|
+
position: "absolute",
|
|
529
|
+
right: "57%",
|
|
530
|
+
height: "0.25rem",
|
|
531
|
+
transform: "translateX(100%) translateY(-50%)",
|
|
532
|
+
"border-radius": "3xl",
|
|
533
|
+
tablet: {
|
|
534
|
+
"margin-right": "4xl",
|
|
535
|
+
},
|
|
536
|
+
},
|
|
537
|
+
timeline_wrapper: {
|
|
538
|
+
display: "flex",
|
|
539
|
+
"justify-content": "start",
|
|
540
|
+
"align-items": "center",
|
|
541
|
+
},
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
wrapper: {
|
|
545
|
+
display: "flex",
|
|
546
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
547
|
+
"align-items": "center",
|
|
548
|
+
gap: "2xl",
|
|
549
|
+
mobile: {
|
|
550
|
+
width: "100%",
|
|
551
|
+
"flex-direction": "column",
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
|
+
year: {
|
|
555
|
+
"background-color": "brand",
|
|
556
|
+
width: "fit-content",
|
|
557
|
+
"font-size": "xl",
|
|
558
|
+
"padding-left": "base",
|
|
559
|
+
"padding-right": "base",
|
|
560
|
+
"padding-top": "6xs",
|
|
561
|
+
"padding-bottom": "6xs",
|
|
562
|
+
color: "white",
|
|
563
|
+
"border-radius": "3xl",
|
|
564
|
+
mobile: {
|
|
565
|
+
"font-size": "sm",
|
|
566
|
+
"margin-right": "none",
|
|
567
|
+
"margin-left": "13xl",
|
|
568
|
+
},
|
|
569
|
+
"margin-left": "10xl",
|
|
570
|
+
tablet: {
|
|
571
|
+
"margin-left": "8xl",
|
|
572
|
+
},
|
|
573
|
+
},
|
|
574
|
+
timeline_left: {
|
|
575
|
+
position: "relative",
|
|
576
|
+
display: "flex",
|
|
577
|
+
width: "100%",
|
|
578
|
+
"align-items": "center",
|
|
579
|
+
"justify-content": "start",
|
|
580
|
+
},
|
|
581
|
+
content_wrapper: {
|
|
582
|
+
display: "flex",
|
|
583
|
+
"flex-direction": "column",
|
|
584
|
+
"row-gap": "base",
|
|
585
|
+
width: "40%",
|
|
586
|
+
mobile: {
|
|
587
|
+
width: "100%",
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
description: {
|
|
591
|
+
color: "text-1",
|
|
592
|
+
"font-size": "2xl",
|
|
593
|
+
"font-weight": 700,
|
|
594
|
+
mobile: {
|
|
595
|
+
"font-size": "lg",
|
|
596
|
+
},
|
|
597
|
+
},
|
|
598
|
+
timeline_dot: {
|
|
599
|
+
"background-color": "brand",
|
|
600
|
+
position: "absolute",
|
|
601
|
+
right: "50%",
|
|
602
|
+
height: "1.5rem",
|
|
603
|
+
width: "1.5rem",
|
|
604
|
+
"border-radius": "9999px",
|
|
605
|
+
transform: "translateX(50%) translateY(-50%)",
|
|
606
|
+
"box-shadow": "0 0 0 0.75rem rgba(215, 106, 43, 0.1)",
|
|
607
|
+
"z-index": "2",
|
|
608
|
+
},
|
|
609
|
+
timeline_line: {
|
|
610
|
+
"background-color": "brand",
|
|
611
|
+
position: "absolute",
|
|
612
|
+
left: "57%",
|
|
613
|
+
height: "0.25rem",
|
|
614
|
+
width: "65px",
|
|
615
|
+
transform: "translateX(-100%) translateY(-50%)",
|
|
616
|
+
"border-radius": "3xl",
|
|
617
|
+
tablet: {
|
|
618
|
+
"margin-left": "5xl",
|
|
619
|
+
},
|
|
620
|
+
},
|
|
621
|
+
timeline_wrapper: {
|
|
622
|
+
display: "flex",
|
|
623
|
+
"justify-content": "center",
|
|
624
|
+
"align-items": "center",
|
|
625
|
+
"column-gap": "8xl",
|
|
626
|
+
},
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
wrapper: {
|
|
630
|
+
display: "flex",
|
|
631
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
632
|
+
"align-items": "center",
|
|
633
|
+
gap: "2xl",
|
|
634
|
+
},
|
|
635
|
+
year: {
|
|
636
|
+
"background-color": "brand",
|
|
637
|
+
width: "fit-content",
|
|
638
|
+
"font-size": "xl",
|
|
639
|
+
"padding-left": "base",
|
|
640
|
+
"padding-right": "base",
|
|
641
|
+
"padding-top": "6xs",
|
|
642
|
+
"padding-bottom": "6xs",
|
|
643
|
+
color: "white",
|
|
644
|
+
"border-radius": "3xl",
|
|
645
|
+
mobile: {
|
|
646
|
+
"font-size": "sm",
|
|
647
|
+
},
|
|
648
|
+
"margin-left": "10xl",
|
|
649
|
+
},
|
|
650
|
+
timeline_left: {
|
|
651
|
+
position: "relative",
|
|
652
|
+
display: "flex",
|
|
653
|
+
width: "100%",
|
|
654
|
+
"align-items": "center",
|
|
655
|
+
"justify-content": "start",
|
|
656
|
+
},
|
|
657
|
+
content_wrapper: {
|
|
658
|
+
display: "flex",
|
|
659
|
+
"flex-direction": "column",
|
|
660
|
+
"row-gap": "base",
|
|
661
|
+
width: "40%",
|
|
662
|
+
},
|
|
663
|
+
description: {
|
|
664
|
+
color: "text-1",
|
|
665
|
+
"font-size": "2xl",
|
|
666
|
+
"font-weight": 700,
|
|
667
|
+
mobile: {
|
|
668
|
+
"font-size": "base",
|
|
669
|
+
},
|
|
670
|
+
},
|
|
671
|
+
timeline_dot: {
|
|
672
|
+
"background-color": "brand",
|
|
673
|
+
position: "absolute",
|
|
674
|
+
left: "50%",
|
|
675
|
+
height: "1.5rem",
|
|
676
|
+
width: "1.5rem",
|
|
677
|
+
"border-radius": "9999px",
|
|
678
|
+
transform: "translateX(-50%) translateY(-50%)",
|
|
679
|
+
},
|
|
680
|
+
timeline_line: {
|
|
681
|
+
"background-color": "brand",
|
|
682
|
+
position: "absolute",
|
|
683
|
+
left: "57%",
|
|
684
|
+
height: "0.25rem",
|
|
685
|
+
width: "65px",
|
|
686
|
+
transform: "translateX(-100%) translateY(-50%)",
|
|
687
|
+
},
|
|
688
|
+
timeline_wrapper: {
|
|
689
|
+
display: "flex",
|
|
690
|
+
"justify-content": "center",
|
|
691
|
+
"align-items": "center",
|
|
692
|
+
"column-gap": "8xl",
|
|
693
|
+
},
|
|
694
|
+
},
|
|
695
|
+
],
|
|
696
|
+
center_line: {
|
|
697
|
+
position: "absolute",
|
|
698
|
+
top: "0",
|
|
699
|
+
bottom: "0",
|
|
700
|
+
left: "50%",
|
|
701
|
+
"z-index": "-40",
|
|
702
|
+
width: "0.25rem",
|
|
703
|
+
transform: "translateX(-50%)",
|
|
704
|
+
"background-color": "#fbeae0",
|
|
705
|
+
},
|
|
706
|
+
header_wrapper: {
|
|
707
|
+
display: "flex",
|
|
708
|
+
"justify-content": "space-between",
|
|
709
|
+
"align-items": "center",
|
|
710
|
+
"margin-bottom": "5xl",
|
|
711
|
+
tablet: {
|
|
712
|
+
"flex-direction": "column",
|
|
713
|
+
"row-gap": "base",
|
|
714
|
+
},
|
|
715
|
+
},
|
|
716
|
+
title: {
|
|
717
|
+
width: "50%",
|
|
718
|
+
tablet: {
|
|
719
|
+
width: "100%",
|
|
720
|
+
"text-align": "center",
|
|
721
|
+
},
|
|
722
|
+
},
|
|
723
|
+
description: {
|
|
724
|
+
width: "40%",
|
|
725
|
+
tablet: {
|
|
726
|
+
width: "100%",
|
|
727
|
+
"text-align": "center",
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
events_levoGroup: {
|
|
731
|
+
mobile: {
|
|
732
|
+
display: "block",
|
|
733
|
+
width: "100%",
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
},
|
|
737
|
+
content: DEFAULT_CONTENT,
|
|
738
|
+
config: {},
|
|
739
|
+
},
|
|
740
|
+
],
|
|
741
|
+
};
|