@levo-so/blocks 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -8,7 +8,11 @@ const DEFAULT_CONTENT = {
|
|
|
8
8
|
description:
|
|
9
9
|
"More than investors — true partners in growth. The difference that sets our venture studio apart.",
|
|
10
10
|
jobs_levoGroup: null,
|
|
11
|
-
|
|
11
|
+
bottom_ctas_levoGroup: null,
|
|
12
|
+
bottom_ctas: [
|
|
13
|
+
{ bottom_cta: "Explore All Job Roles" },
|
|
14
|
+
{ bottom_cta: "View Internships" },
|
|
15
|
+
],
|
|
12
16
|
jobs: [
|
|
13
17
|
{
|
|
14
18
|
job_item: null,
|
|
@@ -21,7 +25,8 @@ const DEFAULT_CONTENT = {
|
|
|
21
25
|
location_wrapper: null,
|
|
22
26
|
location_header: "Location",
|
|
23
27
|
location_value: "New York",
|
|
24
|
-
|
|
28
|
+
ctas_levoGroup: null,
|
|
29
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
25
30
|
separator: null,
|
|
26
31
|
cta_rightIcon: {
|
|
27
32
|
kind: "icon",
|
|
@@ -45,7 +50,8 @@ const DEFAULT_CONTENT = {
|
|
|
45
50
|
location_wrapper: null,
|
|
46
51
|
location_header: "Location",
|
|
47
52
|
location_value: "New York",
|
|
48
|
-
|
|
53
|
+
ctas_levoGroup: null,
|
|
54
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
49
55
|
separator: null,
|
|
50
56
|
cta_rightIcon: {
|
|
51
57
|
kind: "icon",
|
|
@@ -69,7 +75,8 @@ const DEFAULT_CONTENT = {
|
|
|
69
75
|
location_wrapper: null,
|
|
70
76
|
location_header: "Location",
|
|
71
77
|
location_value: "New York",
|
|
72
|
-
|
|
78
|
+
ctas_levoGroup: null,
|
|
79
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
73
80
|
separator: null,
|
|
74
81
|
cta_rightIcon: {
|
|
75
82
|
kind: "icon",
|
|
@@ -93,7 +100,8 @@ const DEFAULT_CONTENT = {
|
|
|
93
100
|
location_wrapper: null,
|
|
94
101
|
location_header: "Location",
|
|
95
102
|
location_value: "New York",
|
|
96
|
-
|
|
103
|
+
ctas_levoGroup: null,
|
|
104
|
+
ctas: [{ cta: "View" }, { cta: "Apply" }],
|
|
97
105
|
separator: null,
|
|
98
106
|
cta_rightIcon: {
|
|
99
107
|
kind: "icon",
|
|
@@ -175,9 +183,17 @@ export const Content5: IBlock = {
|
|
|
175
183
|
field_interface: "BoxWidget",
|
|
176
184
|
},
|
|
177
185
|
{
|
|
178
|
-
key: "
|
|
179
|
-
label: "Bottom CTA",
|
|
180
|
-
field_interface: "
|
|
186
|
+
key: "bottom_ctas",
|
|
187
|
+
label: "Bottom CTA Buttons Group",
|
|
188
|
+
field_interface: "BoxWidget",
|
|
189
|
+
kind: "group",
|
|
190
|
+
fields: [
|
|
191
|
+
{
|
|
192
|
+
key: "bottom_cta",
|
|
193
|
+
label: "Bottom CTA Button",
|
|
194
|
+
field_interface: "ButtonWidget",
|
|
195
|
+
},
|
|
196
|
+
],
|
|
181
197
|
},
|
|
182
198
|
{
|
|
183
199
|
key: "bottom_description",
|
|
@@ -271,9 +287,23 @@ export const Content5: IBlock = {
|
|
|
271
287
|
field_interface: "TypographyWidget",
|
|
272
288
|
},
|
|
273
289
|
{
|
|
274
|
-
key: "
|
|
275
|
-
label: "CTA
|
|
276
|
-
field_interface: "
|
|
290
|
+
key: "ctas",
|
|
291
|
+
label: "CTA Buttons",
|
|
292
|
+
field_interface: "BoxWidget",
|
|
293
|
+
kind: "group",
|
|
294
|
+
fields: [
|
|
295
|
+
{
|
|
296
|
+
key: "cta",
|
|
297
|
+
label: "CTA Button",
|
|
298
|
+
field_interface: "ButtonWidget",
|
|
299
|
+
},
|
|
300
|
+
],
|
|
301
|
+
hint: {
|
|
302
|
+
prompt_description:
|
|
303
|
+
"Group of call-to-action buttons for job applications and viewing details",
|
|
304
|
+
min_items: 1,
|
|
305
|
+
max_items: 3,
|
|
306
|
+
},
|
|
277
307
|
},
|
|
278
308
|
{
|
|
279
309
|
key: "separator",
|
|
@@ -288,17 +318,8 @@ export const Content5: IBlock = {
|
|
|
288
318
|
key: "default",
|
|
289
319
|
title: "Default",
|
|
290
320
|
styles: {
|
|
291
|
-
layout: {
|
|
292
|
-
|
|
293
|
-
"padding-bottom": "3xl",
|
|
294
|
-
"padding-left": "base",
|
|
295
|
-
"padding-right": "base",
|
|
296
|
-
},
|
|
297
|
-
container: {
|
|
298
|
-
"margin-left": "auto",
|
|
299
|
-
"margin-right": "auto",
|
|
300
|
-
"max-width": "none",
|
|
301
|
-
},
|
|
321
|
+
layout: {},
|
|
322
|
+
container: {},
|
|
302
323
|
header_wrapper: {
|
|
303
324
|
"text-align": "left",
|
|
304
325
|
"margin-bottom": "3xl",
|
|
@@ -309,8 +330,6 @@ export const Content5: IBlock = {
|
|
|
309
330
|
"text-align": "center",
|
|
310
331
|
},
|
|
311
332
|
description: {
|
|
312
|
-
color: "text-2",
|
|
313
|
-
display: "block",
|
|
314
333
|
"text-align": "center",
|
|
315
334
|
},
|
|
316
335
|
jobs_levoGroup: {
|
|
@@ -319,10 +338,20 @@ export const Content5: IBlock = {
|
|
|
319
338
|
"row-gap": "4xs",
|
|
320
339
|
"margin-bottom": "2xl",
|
|
321
340
|
},
|
|
322
|
-
|
|
341
|
+
bottom_ctas_levoGroup: {
|
|
342
|
+
display: "flex",
|
|
343
|
+
"flex-direction": "row",
|
|
344
|
+
"column-gap": "md",
|
|
345
|
+
"row-gap": "md",
|
|
346
|
+
"flex-wrap": "wrap",
|
|
347
|
+
"align-items": "center",
|
|
348
|
+
"justify-content": "center",
|
|
323
349
|
"margin-left": "auto",
|
|
324
350
|
"margin-right": "auto",
|
|
325
351
|
},
|
|
352
|
+
bottom_ctas: Array(2)
|
|
353
|
+
.fill(0)
|
|
354
|
+
.map(() => ({})),
|
|
326
355
|
jobs: [
|
|
327
356
|
{
|
|
328
357
|
job_item: {
|
|
@@ -364,9 +393,7 @@ export const Content5: IBlock = {
|
|
|
364
393
|
height: "16px",
|
|
365
394
|
},
|
|
366
395
|
designation_header: {
|
|
367
|
-
|
|
368
|
-
"font-size": "sm",
|
|
369
|
-
"font-weight": "500",
|
|
396
|
+
"font-weight": 500,
|
|
370
397
|
"text-transform": "uppercase",
|
|
371
398
|
"letter-spacing": "0.05em",
|
|
372
399
|
},
|
|
@@ -394,9 +421,7 @@ export const Content5: IBlock = {
|
|
|
394
421
|
height: "16px",
|
|
395
422
|
},
|
|
396
423
|
work_header: {
|
|
397
|
-
|
|
398
|
-
"font-size": "sm",
|
|
399
|
-
"font-weight": "500",
|
|
424
|
+
"font-weight": 500,
|
|
400
425
|
"text-transform": "uppercase",
|
|
401
426
|
"letter-spacing": "0.05em",
|
|
402
427
|
},
|
|
@@ -428,9 +453,7 @@ export const Content5: IBlock = {
|
|
|
428
453
|
height: "16px",
|
|
429
454
|
},
|
|
430
455
|
location_header: {
|
|
431
|
-
|
|
432
|
-
"font-size": "sm",
|
|
433
|
-
"font-weight": "500",
|
|
456
|
+
"font-weight": 500,
|
|
434
457
|
"text-transform": "uppercase",
|
|
435
458
|
"letter-spacing": "0.05em",
|
|
436
459
|
},
|
|
@@ -439,19 +462,31 @@ export const Content5: IBlock = {
|
|
|
439
462
|
"font-weight": "600",
|
|
440
463
|
"margin-top": "xs",
|
|
441
464
|
},
|
|
442
|
-
|
|
443
|
-
"border-width": "0",
|
|
444
|
-
cursor: "pointer",
|
|
465
|
+
ctas_levoGroup: {
|
|
445
466
|
display: "flex",
|
|
446
|
-
"
|
|
467
|
+
"flex-direction": "row",
|
|
468
|
+
"column-gap": "xs",
|
|
469
|
+
"row-gap": "xs",
|
|
470
|
+
"flex-wrap": "wrap",
|
|
471
|
+
"align-items": "center",
|
|
447
472
|
tablet: {
|
|
448
|
-
width: "fit-content",
|
|
449
473
|
"justify-content": "center",
|
|
450
474
|
"align-items": "center",
|
|
451
475
|
"margin-left": "5xl",
|
|
452
476
|
},
|
|
453
477
|
width: "fit-content",
|
|
454
478
|
},
|
|
479
|
+
ctas: Array(2)
|
|
480
|
+
.fill(0)
|
|
481
|
+
.map(() => ({
|
|
482
|
+
cta: {
|
|
483
|
+
"border-width": "0",
|
|
484
|
+
cursor: "pointer",
|
|
485
|
+
display: "flex",
|
|
486
|
+
"column-gap": "none",
|
|
487
|
+
width: "fit-content",
|
|
488
|
+
},
|
|
489
|
+
})),
|
|
455
490
|
separator: {
|
|
456
491
|
width: "100%",
|
|
457
492
|
height: "1px",
|
|
@@ -496,9 +531,7 @@ export const Content5: IBlock = {
|
|
|
496
531
|
"row-gap": "xs",
|
|
497
532
|
},
|
|
498
533
|
designation_header: {
|
|
499
|
-
|
|
500
|
-
"font-size": "sm",
|
|
501
|
-
"font-weight": "500",
|
|
534
|
+
"font-weight": 500,
|
|
502
535
|
"text-transform": "uppercase",
|
|
503
536
|
"letter-spacing": "0.05em",
|
|
504
537
|
},
|
|
@@ -517,11 +550,9 @@ export const Content5: IBlock = {
|
|
|
517
550
|
},
|
|
518
551
|
},
|
|
519
552
|
work_header: {
|
|
520
|
-
"font-
|
|
521
|
-
"font-weight": "500",
|
|
553
|
+
"font-weight": 500,
|
|
522
554
|
"text-transform": "uppercase",
|
|
523
555
|
"letter-spacing": "0.05em",
|
|
524
|
-
color: "brand",
|
|
525
556
|
},
|
|
526
557
|
work_value: {
|
|
527
558
|
color: "text-1",
|
|
@@ -542,9 +573,7 @@ export const Content5: IBlock = {
|
|
|
542
573
|
},
|
|
543
574
|
},
|
|
544
575
|
location_header: {
|
|
545
|
-
|
|
546
|
-
"font-size": "sm",
|
|
547
|
-
"font-weight": "500",
|
|
576
|
+
"font-weight": 500,
|
|
548
577
|
"text-transform": "uppercase",
|
|
549
578
|
"letter-spacing": "0.05em",
|
|
550
579
|
},
|
|
@@ -553,19 +582,31 @@ export const Content5: IBlock = {
|
|
|
553
582
|
"font-weight": "600",
|
|
554
583
|
"margin-top": "xs",
|
|
555
584
|
},
|
|
556
|
-
|
|
557
|
-
"border-width": "0",
|
|
558
|
-
cursor: "pointer",
|
|
585
|
+
ctas_levoGroup: {
|
|
559
586
|
display: "flex",
|
|
560
|
-
"
|
|
587
|
+
"flex-direction": "row",
|
|
588
|
+
"column-gap": "xs",
|
|
589
|
+
"row-gap": "xs",
|
|
590
|
+
"flex-wrap": "wrap",
|
|
591
|
+
"align-items": "center",
|
|
561
592
|
tablet: {
|
|
562
|
-
width: "fit-content",
|
|
563
593
|
"justify-content": "center",
|
|
564
594
|
"align-items": "center",
|
|
565
595
|
"margin-left": "5xl",
|
|
566
596
|
},
|
|
567
597
|
width: "fit-content",
|
|
568
598
|
},
|
|
599
|
+
ctas: Array(2)
|
|
600
|
+
.fill(0)
|
|
601
|
+
.map(() => ({
|
|
602
|
+
cta: {
|
|
603
|
+
"border-width": "0",
|
|
604
|
+
cursor: "pointer",
|
|
605
|
+
display: "flex",
|
|
606
|
+
"column-gap": "none",
|
|
607
|
+
width: "fit-content",
|
|
608
|
+
},
|
|
609
|
+
})),
|
|
569
610
|
separator: {
|
|
570
611
|
width: "100%",
|
|
571
612
|
height: "1px",
|
|
@@ -578,6 +619,33 @@ export const Content5: IBlock = {
|
|
|
578
619
|
"font-size": "24px",
|
|
579
620
|
"border-radius": "3xl",
|
|
580
621
|
},
|
|
622
|
+
designation_header_wrapper: {
|
|
623
|
+
display: "flex",
|
|
624
|
+
"align-items": "center",
|
|
625
|
+
"column-gap": "2xs",
|
|
626
|
+
},
|
|
627
|
+
designation_icon: {
|
|
628
|
+
width: "16px",
|
|
629
|
+
height: "16px",
|
|
630
|
+
},
|
|
631
|
+
work_header_wrapper: {
|
|
632
|
+
display: "flex",
|
|
633
|
+
"align-items": "center",
|
|
634
|
+
"column-gap": "2xs",
|
|
635
|
+
},
|
|
636
|
+
work_icon: {
|
|
637
|
+
width: "16px",
|
|
638
|
+
height: "16px",
|
|
639
|
+
},
|
|
640
|
+
location_header_wrapper: {
|
|
641
|
+
display: "flex",
|
|
642
|
+
"align-items": "center",
|
|
643
|
+
"column-gap": "2xs",
|
|
644
|
+
},
|
|
645
|
+
location_icon: {
|
|
646
|
+
width: "16px",
|
|
647
|
+
height: "16px",
|
|
648
|
+
},
|
|
581
649
|
},
|
|
582
650
|
{
|
|
583
651
|
job_item: {
|
|
@@ -610,9 +678,7 @@ export const Content5: IBlock = {
|
|
|
610
678
|
"row-gap": "xs",
|
|
611
679
|
},
|
|
612
680
|
designation_header: {
|
|
613
|
-
|
|
614
|
-
"font-size": "sm",
|
|
615
|
-
"font-weight": "500",
|
|
681
|
+
"font-weight": 500,
|
|
616
682
|
"text-transform": "uppercase",
|
|
617
683
|
"letter-spacing": "0.05em",
|
|
618
684
|
},
|
|
@@ -631,9 +697,7 @@ export const Content5: IBlock = {
|
|
|
631
697
|
},
|
|
632
698
|
},
|
|
633
699
|
work_header: {
|
|
634
|
-
|
|
635
|
-
"font-size": "sm",
|
|
636
|
-
"font-weight": "500",
|
|
700
|
+
"font-weight": 500,
|
|
637
701
|
"text-transform": "uppercase",
|
|
638
702
|
"letter-spacing": "0.05em",
|
|
639
703
|
},
|
|
@@ -656,9 +720,7 @@ export const Content5: IBlock = {
|
|
|
656
720
|
},
|
|
657
721
|
},
|
|
658
722
|
location_header: {
|
|
659
|
-
|
|
660
|
-
"font-size": "sm",
|
|
661
|
-
"font-weight": "500",
|
|
723
|
+
"font-weight": 500,
|
|
662
724
|
"text-transform": "uppercase",
|
|
663
725
|
"letter-spacing": "0.05em",
|
|
664
726
|
},
|
|
@@ -667,19 +729,31 @@ export const Content5: IBlock = {
|
|
|
667
729
|
"font-weight": "600",
|
|
668
730
|
"margin-top": "xs",
|
|
669
731
|
},
|
|
670
|
-
|
|
671
|
-
"border-width": "0",
|
|
672
|
-
cursor: "pointer",
|
|
732
|
+
ctas_levoGroup: {
|
|
673
733
|
display: "flex",
|
|
674
|
-
"
|
|
734
|
+
"flex-direction": "row",
|
|
735
|
+
"column-gap": "xs",
|
|
736
|
+
"row-gap": "xs",
|
|
737
|
+
"flex-wrap": "wrap",
|
|
738
|
+
"align-items": "center",
|
|
675
739
|
tablet: {
|
|
676
|
-
width: "fit-content",
|
|
677
740
|
"justify-content": "center",
|
|
678
741
|
"align-items": "center",
|
|
679
742
|
"margin-left": "5xl",
|
|
680
743
|
},
|
|
681
744
|
width: "fit-content",
|
|
682
745
|
},
|
|
746
|
+
ctas: Array(2)
|
|
747
|
+
.fill(0)
|
|
748
|
+
.map(() => ({
|
|
749
|
+
cta: {
|
|
750
|
+
"border-width": "0",
|
|
751
|
+
cursor: "pointer",
|
|
752
|
+
display: "flex",
|
|
753
|
+
"column-gap": "none",
|
|
754
|
+
width: "fit-content",
|
|
755
|
+
},
|
|
756
|
+
})),
|
|
683
757
|
separator: {
|
|
684
758
|
width: "100%",
|
|
685
759
|
height: "1px",
|
|
@@ -692,6 +766,33 @@ export const Content5: IBlock = {
|
|
|
692
766
|
"font-size": "24px",
|
|
693
767
|
"border-radius": "3xl",
|
|
694
768
|
},
|
|
769
|
+
designation_header_wrapper: {
|
|
770
|
+
display: "flex",
|
|
771
|
+
"align-items": "center",
|
|
772
|
+
"column-gap": "2xs",
|
|
773
|
+
},
|
|
774
|
+
designation_icon: {
|
|
775
|
+
width: "16px",
|
|
776
|
+
height: "16px",
|
|
777
|
+
},
|
|
778
|
+
work_header_wrapper: {
|
|
779
|
+
display: "flex",
|
|
780
|
+
"align-items": "center",
|
|
781
|
+
"column-gap": "2xs",
|
|
782
|
+
},
|
|
783
|
+
work_icon: {
|
|
784
|
+
width: "16px",
|
|
785
|
+
height: "16px",
|
|
786
|
+
},
|
|
787
|
+
location_header_wrapper: {
|
|
788
|
+
display: "flex",
|
|
789
|
+
"align-items": "center",
|
|
790
|
+
"column-gap": "2xs",
|
|
791
|
+
},
|
|
792
|
+
location_icon: {
|
|
793
|
+
width: "16px",
|
|
794
|
+
height: "16px",
|
|
795
|
+
},
|
|
695
796
|
},
|
|
696
797
|
{
|
|
697
798
|
job_item: {
|
|
@@ -724,9 +825,7 @@ export const Content5: IBlock = {
|
|
|
724
825
|
"row-gap": "xs",
|
|
725
826
|
},
|
|
726
827
|
designation_header: {
|
|
727
|
-
|
|
728
|
-
"font-size": "sm",
|
|
729
|
-
"font-weight": "500",
|
|
828
|
+
"font-weight": 500,
|
|
730
829
|
"text-transform": "uppercase",
|
|
731
830
|
"letter-spacing": "0.05em",
|
|
732
831
|
},
|
|
@@ -745,9 +844,7 @@ export const Content5: IBlock = {
|
|
|
745
844
|
},
|
|
746
845
|
},
|
|
747
846
|
work_header: {
|
|
748
|
-
|
|
749
|
-
"font-size": "sm",
|
|
750
|
-
"font-weight": "500",
|
|
847
|
+
"font-weight": 500,
|
|
751
848
|
"text-transform": "uppercase",
|
|
752
849
|
"letter-spacing": "0.05em",
|
|
753
850
|
},
|
|
@@ -770,9 +867,7 @@ export const Content5: IBlock = {
|
|
|
770
867
|
},
|
|
771
868
|
},
|
|
772
869
|
location_header: {
|
|
773
|
-
|
|
774
|
-
"font-size": "sm",
|
|
775
|
-
"font-weight": "500",
|
|
870
|
+
"font-weight": 500,
|
|
776
871
|
"text-transform": "uppercase",
|
|
777
872
|
"letter-spacing": "0.05em",
|
|
778
873
|
},
|
|
@@ -781,19 +876,31 @@ export const Content5: IBlock = {
|
|
|
781
876
|
"font-weight": "600",
|
|
782
877
|
"margin-top": "xs",
|
|
783
878
|
},
|
|
784
|
-
|
|
785
|
-
"border-width": "0",
|
|
786
|
-
cursor: "pointer",
|
|
879
|
+
ctas_levoGroup: {
|
|
787
880
|
display: "flex",
|
|
788
|
-
"
|
|
881
|
+
"flex-direction": "row",
|
|
882
|
+
"column-gap": "xs",
|
|
883
|
+
"row-gap": "xs",
|
|
884
|
+
"flex-wrap": "wrap",
|
|
885
|
+
"align-items": "center",
|
|
789
886
|
tablet: {
|
|
790
|
-
width: "fit-content",
|
|
791
887
|
"justify-content": "center",
|
|
792
888
|
"align-items": "center",
|
|
793
889
|
"margin-left": "5xl",
|
|
794
890
|
},
|
|
795
891
|
width: "fit-content",
|
|
796
892
|
},
|
|
893
|
+
ctas: Array(2)
|
|
894
|
+
.fill(0)
|
|
895
|
+
.map(() => ({
|
|
896
|
+
cta: {
|
|
897
|
+
"border-width": "0",
|
|
898
|
+
cursor: "pointer",
|
|
899
|
+
display: "flex",
|
|
900
|
+
"column-gap": "none",
|
|
901
|
+
width: "fit-content",
|
|
902
|
+
},
|
|
903
|
+
})),
|
|
797
904
|
separator: {
|
|
798
905
|
width: "100%",
|
|
799
906
|
height: "1px",
|
|
@@ -806,211 +913,32 @@ export const Content5: IBlock = {
|
|
|
806
913
|
"font-size": "24px",
|
|
807
914
|
"border-radius": "3xl",
|
|
808
915
|
},
|
|
809
|
-
|
|
810
|
-
{
|
|
811
|
-
job_item: {
|
|
812
|
-
display: "grid",
|
|
813
|
-
"grid-template-columns": "1fr 1fr 1fr auto",
|
|
814
|
-
"align-items": "start",
|
|
815
|
-
"column-gap": "lg",
|
|
816
|
-
"padding-top": "lg",
|
|
817
|
-
"padding-bottom": "lg",
|
|
818
|
-
"border-bottom": "1px solid",
|
|
819
|
-
"border-color": "border",
|
|
820
|
-
tablet: {
|
|
821
|
-
"grid-template-columns": "1fr 1fr auto",
|
|
822
|
-
"column-gap": "base",
|
|
823
|
-
},
|
|
824
|
-
mobile: {
|
|
825
|
-
"grid-template-columns": "1fr auto",
|
|
826
|
-
"column-gap": "sm",
|
|
827
|
-
"padding-top": "base",
|
|
828
|
-
"padding-bottom": "base",
|
|
829
|
-
},
|
|
830
|
-
},
|
|
831
|
-
designation_wrapper: {
|
|
832
|
-
display: "flex",
|
|
833
|
-
"flex-direction": "column",
|
|
834
|
-
"row-gap": "xs",
|
|
835
|
-
},
|
|
836
|
-
designation_header: {
|
|
837
|
-
color: "text-2",
|
|
838
|
-
"font-size": "sm",
|
|
839
|
-
"font-weight": "500",
|
|
840
|
-
"text-transform": "uppercase",
|
|
841
|
-
"letter-spacing": "0.05em",
|
|
842
|
-
},
|
|
843
|
-
designation_value: {
|
|
844
|
-
color: "text-1",
|
|
845
|
-
"font-weight": "600",
|
|
846
|
-
"margin-top": "xs",
|
|
847
|
-
},
|
|
848
|
-
work_wrapper: {
|
|
849
|
-
display: "flex",
|
|
850
|
-
"flex-direction": "column",
|
|
851
|
-
"row-gap": "xs",
|
|
852
|
-
tablet: {
|
|
853
|
-
display: "flex",
|
|
854
|
-
},
|
|
855
|
-
mobile: {
|
|
856
|
-
display: "none",
|
|
857
|
-
},
|
|
858
|
-
},
|
|
859
|
-
work_header: {
|
|
860
|
-
color: "text-2",
|
|
861
|
-
"font-size": "sm",
|
|
862
|
-
"font-weight": "500",
|
|
863
|
-
"text-transform": "uppercase",
|
|
864
|
-
"letter-spacing": "0.05em",
|
|
865
|
-
},
|
|
866
|
-
work_value: {
|
|
867
|
-
color: "text-1",
|
|
868
|
-
"font-weight": "600",
|
|
869
|
-
"margin-top": "xs",
|
|
870
|
-
},
|
|
871
|
-
location_wrapper: {
|
|
872
|
-
display: "flex",
|
|
873
|
-
"flex-direction": "column",
|
|
874
|
-
"row-gap": "xs",
|
|
875
|
-
tablet: {
|
|
876
|
-
display: "none",
|
|
877
|
-
},
|
|
878
|
-
mobile: {
|
|
879
|
-
display: "none",
|
|
880
|
-
},
|
|
881
|
-
},
|
|
882
|
-
location_header: {
|
|
883
|
-
color: "text-2",
|
|
884
|
-
"font-size": "sm",
|
|
885
|
-
"font-weight": "500",
|
|
886
|
-
"text-transform": "uppercase",
|
|
887
|
-
"letter-spacing": "0.05em",
|
|
888
|
-
},
|
|
889
|
-
location_value: {
|
|
890
|
-
color: "text-1",
|
|
891
|
-
"font-weight": "600",
|
|
892
|
-
"margin-top": "xs",
|
|
893
|
-
},
|
|
894
|
-
cta: {
|
|
895
|
-
color: "text-2",
|
|
896
|
-
"background-color": "transparent",
|
|
897
|
-
"border-width": "0",
|
|
898
|
-
"padding-top": "none",
|
|
899
|
-
"padding-bottom": "none",
|
|
900
|
-
"padding-left": "none",
|
|
901
|
-
"padding-right": "none",
|
|
902
|
-
"text-decoration": "none",
|
|
903
|
-
cursor: "pointer",
|
|
904
|
-
"font-size": "lg",
|
|
905
|
-
},
|
|
906
|
-
separator: {
|
|
907
|
-
width: "100%",
|
|
908
|
-
height: "1px",
|
|
909
|
-
"background-color": "border",
|
|
910
|
-
filter: "none",
|
|
911
|
-
},
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
job_item: {
|
|
915
|
-
display: "grid",
|
|
916
|
-
"grid-template-columns": "1fr 1fr 1fr auto",
|
|
917
|
-
"align-items": "start",
|
|
918
|
-
"column-gap": "lg",
|
|
919
|
-
"padding-top": "lg",
|
|
920
|
-
"padding-bottom": "lg",
|
|
921
|
-
"border-bottom": "none",
|
|
922
|
-
tablet: {
|
|
923
|
-
"grid-template-columns": "1fr 1fr auto",
|
|
924
|
-
"column-gap": "base",
|
|
925
|
-
},
|
|
926
|
-
mobile: {
|
|
927
|
-
"grid-template-columns": "1fr auto",
|
|
928
|
-
"column-gap": "sm",
|
|
929
|
-
"padding-top": "base",
|
|
930
|
-
"padding-bottom": "base",
|
|
931
|
-
},
|
|
932
|
-
},
|
|
933
|
-
designation_wrapper: {
|
|
916
|
+
designation_header_wrapper: {
|
|
934
917
|
display: "flex",
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
},
|
|
938
|
-
designation_header: {
|
|
939
|
-
color: "text-2",
|
|
940
|
-
"font-size": "sm",
|
|
941
|
-
"font-weight": "500",
|
|
942
|
-
"text-transform": "uppercase",
|
|
943
|
-
"letter-spacing": "0.05em",
|
|
918
|
+
"align-items": "center",
|
|
919
|
+
"column-gap": "2xs",
|
|
944
920
|
},
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
"margin-top": "xs",
|
|
921
|
+
designation_icon: {
|
|
922
|
+
width: "16px",
|
|
923
|
+
height: "16px",
|
|
949
924
|
},
|
|
950
|
-
|
|
925
|
+
work_header_wrapper: {
|
|
951
926
|
display: "flex",
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
tablet: {
|
|
955
|
-
display: "flex",
|
|
956
|
-
},
|
|
957
|
-
mobile: {
|
|
958
|
-
display: "none",
|
|
959
|
-
},
|
|
960
|
-
},
|
|
961
|
-
work_header: {
|
|
962
|
-
color: "text-2",
|
|
963
|
-
"font-size": "sm",
|
|
964
|
-
"font-weight": "500",
|
|
965
|
-
"text-transform": "uppercase",
|
|
966
|
-
"letter-spacing": "0.05em",
|
|
927
|
+
"align-items": "center",
|
|
928
|
+
"column-gap": "2xs",
|
|
967
929
|
},
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"margin-top": "xs",
|
|
930
|
+
work_icon: {
|
|
931
|
+
width: "16px",
|
|
932
|
+
height: "16px",
|
|
972
933
|
},
|
|
973
|
-
|
|
934
|
+
location_header_wrapper: {
|
|
974
935
|
display: "flex",
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
tablet: {
|
|
978
|
-
display: "none",
|
|
979
|
-
},
|
|
980
|
-
mobile: {
|
|
981
|
-
display: "none",
|
|
982
|
-
},
|
|
983
|
-
},
|
|
984
|
-
location_header: {
|
|
985
|
-
color: "text-2",
|
|
986
|
-
"font-size": "sm",
|
|
987
|
-
"font-weight": "500",
|
|
988
|
-
"text-transform": "uppercase",
|
|
989
|
-
"letter-spacing": "0.05em",
|
|
990
|
-
},
|
|
991
|
-
location_value: {
|
|
992
|
-
color: "text-1",
|
|
993
|
-
"font-weight": "600",
|
|
994
|
-
"margin-top": "xs",
|
|
995
|
-
},
|
|
996
|
-
cta: {
|
|
997
|
-
color: "text-2",
|
|
998
|
-
"background-color": "transparent",
|
|
999
|
-
"border-width": "0",
|
|
1000
|
-
"padding-top": "none",
|
|
1001
|
-
"padding-bottom": "none",
|
|
1002
|
-
"padding-left": "none",
|
|
1003
|
-
"padding-right": "none",
|
|
1004
|
-
"text-decoration": "none",
|
|
1005
|
-
cursor: "pointer",
|
|
1006
|
-
"font-size": "lg",
|
|
936
|
+
"align-items": "center",
|
|
937
|
+
"column-gap": "2xs",
|
|
1007
938
|
},
|
|
1008
|
-
|
|
1009
|
-
width: "
|
|
1010
|
-
height: "
|
|
1011
|
-
"background-color": "border",
|
|
1012
|
-
filter: "none",
|
|
1013
|
-
display: "none",
|
|
939
|
+
location_icon: {
|
|
940
|
+
width: "16px",
|
|
941
|
+
height: "16px",
|
|
1014
942
|
},
|
|
1015
943
|
},
|
|
1016
944
|
],
|
|
@@ -1044,6 +972,96 @@ export const Content5: IBlock = {
|
|
|
1044
972
|
Heading_Level: "H2",
|
|
1045
973
|
},
|
|
1046
974
|
},
|
|
975
|
+
jobs: [
|
|
976
|
+
{
|
|
977
|
+
designation_header: {
|
|
978
|
+
selectedVariants: {
|
|
979
|
+
Typography_Variants: "Small",
|
|
980
|
+
},
|
|
981
|
+
},
|
|
982
|
+
work_header: {
|
|
983
|
+
selectedVariants: {
|
|
984
|
+
Typography_Variants: "Small",
|
|
985
|
+
},
|
|
986
|
+
},
|
|
987
|
+
location_header: {
|
|
988
|
+
selectedVariants: {
|
|
989
|
+
Typography_Variants: "Small",
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
ctas: Array(2).fill(0).map(() => ({
|
|
993
|
+
cta: {
|
|
994
|
+
selectedVariants: {},
|
|
995
|
+
},
|
|
996
|
+
})),
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
designation_header: {
|
|
1000
|
+
selectedVariants: {
|
|
1001
|
+
Typography_Variants: "Small",
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
work_header: {
|
|
1005
|
+
selectedVariants: {
|
|
1006
|
+
Typography_Variants: "Small",
|
|
1007
|
+
},
|
|
1008
|
+
},
|
|
1009
|
+
location_header: {
|
|
1010
|
+
selectedVariants: {
|
|
1011
|
+
Typography_Variants: "Small",
|
|
1012
|
+
},
|
|
1013
|
+
},
|
|
1014
|
+
ctas: Array(2).fill(0).map(() => ({
|
|
1015
|
+
cta: {
|
|
1016
|
+
selectedVariants: {},
|
|
1017
|
+
},
|
|
1018
|
+
})),
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
designation_header: {
|
|
1022
|
+
selectedVariants: {
|
|
1023
|
+
Typography_Variants: "Small",
|
|
1024
|
+
},
|
|
1025
|
+
},
|
|
1026
|
+
work_header: {
|
|
1027
|
+
selectedVariants: {
|
|
1028
|
+
Typography_Variants: "Small",
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
1031
|
+
location_header: {
|
|
1032
|
+
selectedVariants: {
|
|
1033
|
+
Typography_Variants: "Small",
|
|
1034
|
+
},
|
|
1035
|
+
},
|
|
1036
|
+
ctas: Array(2).fill(0).map(() => ({
|
|
1037
|
+
cta: {
|
|
1038
|
+
selectedVariants: {},
|
|
1039
|
+
},
|
|
1040
|
+
})),
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
designation_header: {
|
|
1044
|
+
selectedVariants: {
|
|
1045
|
+
Typography_Variants: "Small",
|
|
1046
|
+
},
|
|
1047
|
+
},
|
|
1048
|
+
work_header: {
|
|
1049
|
+
selectedVariants: {
|
|
1050
|
+
Typography_Variants: "Small",
|
|
1051
|
+
},
|
|
1052
|
+
},
|
|
1053
|
+
location_header: {
|
|
1054
|
+
selectedVariants: {
|
|
1055
|
+
Typography_Variants: "Small",
|
|
1056
|
+
},
|
|
1057
|
+
},
|
|
1058
|
+
ctas: Array(2).fill(0).map(() => ({
|
|
1059
|
+
cta: {
|
|
1060
|
+
selectedVariants: {},
|
|
1061
|
+
},
|
|
1062
|
+
})),
|
|
1063
|
+
},
|
|
1064
|
+
],
|
|
1047
1065
|
},
|
|
1048
1066
|
},
|
|
1049
1067
|
],
|