@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
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
import { DEFAULT_CONTENT } from "./default";
|
|
4
|
+
|
|
5
|
+
export const minimalListFeatures1Variant: IBlockLayouts = {
|
|
6
|
+
key: "minimal_list",
|
|
7
|
+
title: "Minimal List",
|
|
8
|
+
styles: {
|
|
9
|
+
layout: {
|
|
10
|
+
display: "flex",
|
|
11
|
+
width: "100%",
|
|
12
|
+
"flex-direction": "column",
|
|
13
|
+
"align-items": "center",
|
|
14
|
+
},
|
|
15
|
+
container: {
|
|
16
|
+
display: "flex",
|
|
17
|
+
width: "100%",
|
|
18
|
+
"flex-direction": "column",
|
|
19
|
+
"align-items": "center",
|
|
20
|
+
"row-gap": "4xl",
|
|
21
|
+
mobile: {
|
|
22
|
+
"row-gap": "3xl",
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
text_wrapper: {
|
|
26
|
+
display: "flex",
|
|
27
|
+
"flex-direction": "column",
|
|
28
|
+
"row-gap": "lg",
|
|
29
|
+
"max-width": "600px",
|
|
30
|
+
mobile: {
|
|
31
|
+
"row-gap": "sm",
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
label: {
|
|
35
|
+
"text-align": "center",
|
|
36
|
+
},
|
|
37
|
+
title: {
|
|
38
|
+
"text-align": "center",
|
|
39
|
+
},
|
|
40
|
+
description: {
|
|
41
|
+
"max-width": "600px",
|
|
42
|
+
"text-align": "center",
|
|
43
|
+
},
|
|
44
|
+
specialties_levoGroup: {
|
|
45
|
+
display: "grid",
|
|
46
|
+
width: "100%",
|
|
47
|
+
"grid-template-columns": "repeat(2, 1fr)",
|
|
48
|
+
"row-gap": "xl",
|
|
49
|
+
"column-gap": "xl",
|
|
50
|
+
tablet: {
|
|
51
|
+
"grid-template-columns": "repeat(1, 1fr)",
|
|
52
|
+
},
|
|
53
|
+
mobile: {
|
|
54
|
+
"grid-template-columns": "repeat(1, 1fr)",
|
|
55
|
+
"row-gap": "base",
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
specialties: Array(6)
|
|
59
|
+
.fill(0)
|
|
60
|
+
.map(() => ({
|
|
61
|
+
content_wrapper: {
|
|
62
|
+
"border-radius": "lg",
|
|
63
|
+
display: "flex",
|
|
64
|
+
"flex-direction": "row",
|
|
65
|
+
"column-gap": "lg",
|
|
66
|
+
"align-items": "start",
|
|
67
|
+
padding: "xl",
|
|
68
|
+
"background-color": "brandSecondary",
|
|
69
|
+
height: "100%",
|
|
70
|
+
},
|
|
71
|
+
icon_wrapper: {
|
|
72
|
+
display: "flex",
|
|
73
|
+
"justify-content": "center",
|
|
74
|
+
"align-items": "center",
|
|
75
|
+
"flex-shrink": "0",
|
|
76
|
+
width: "40px",
|
|
77
|
+
height: "40px",
|
|
78
|
+
"border-radius": "base",
|
|
79
|
+
"background-color": "background",
|
|
80
|
+
},
|
|
81
|
+
icon: {
|
|
82
|
+
height: "20px",
|
|
83
|
+
width: "20px",
|
|
84
|
+
"font-size": "20px",
|
|
85
|
+
"flex-shrink": "0",
|
|
86
|
+
color: "brand",
|
|
87
|
+
},
|
|
88
|
+
text_wrapper: {
|
|
89
|
+
display: "flex",
|
|
90
|
+
width: "100%",
|
|
91
|
+
"flex-direction": "column",
|
|
92
|
+
"row-gap": "3xs",
|
|
93
|
+
},
|
|
94
|
+
title: {
|
|
95
|
+
"font-weight": 600,
|
|
96
|
+
},
|
|
97
|
+
description: {
|
|
98
|
+
"max-width": "100%",
|
|
99
|
+
},
|
|
100
|
+
caption: {
|
|
101
|
+
display: "none",
|
|
102
|
+
},
|
|
103
|
+
ctas_levoGroup: {
|
|
104
|
+
display: "none",
|
|
105
|
+
},
|
|
106
|
+
ctas: [
|
|
107
|
+
{
|
|
108
|
+
cta: {},
|
|
109
|
+
},
|
|
110
|
+
],
|
|
111
|
+
})),
|
|
112
|
+
},
|
|
113
|
+
content: DEFAULT_CONTENT,
|
|
114
|
+
config: {
|
|
115
|
+
title: {
|
|
116
|
+
selectedVariants: {
|
|
117
|
+
Heading_Level: "H2",
|
|
118
|
+
},
|
|
119
|
+
heading: {
|
|
120
|
+
level: 2,
|
|
121
|
+
},
|
|
122
|
+
},
|
|
123
|
+
specialties: Array(6)
|
|
124
|
+
.fill(0)
|
|
125
|
+
.map(() => ({
|
|
126
|
+
title: {
|
|
127
|
+
heading: {
|
|
128
|
+
level: "5",
|
|
129
|
+
},
|
|
130
|
+
selectedVariants: {
|
|
131
|
+
Heading_Level: "H5",
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
description: {
|
|
135
|
+
selectedVariants: {},
|
|
136
|
+
},
|
|
137
|
+
})),
|
|
138
|
+
},
|
|
139
|
+
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { IBlockLayouts } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
import { DEFAULT_CONTENT,
|
|
3
|
+
import { DEFAULT_CONTENT, ICON_CPU_CHARGE, ICON_GLOBAL } from "./default";
|
|
4
4
|
|
|
5
|
+
/**
|
|
6
|
+
* 4-col grid variant. Uses the 6 shared cards plus two extras (global edge + compute)
|
|
7
|
+
* to fill the wider layout. Descriptions are shorter (~18 words) to match 4-col cadence.
|
|
8
|
+
*/
|
|
5
9
|
const DEFAULT_CONTENT_FOR_STYLIZED_CARDS = {
|
|
6
10
|
...DEFAULT_CONTENT,
|
|
7
11
|
specialties: [
|
|
@@ -10,27 +14,72 @@ const DEFAULT_CONTENT_FOR_STYLIZED_CARDS = {
|
|
|
10
14
|
content_wrapper: null,
|
|
11
15
|
text_wrapper: null,
|
|
12
16
|
icon_wrapper: null,
|
|
13
|
-
title: "
|
|
17
|
+
title: "Global edge network",
|
|
14
18
|
description:
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
cta: "
|
|
19
|
+
"Over 180 points of presence worldwide. Route traffic to the nearest region with sub-50ms latency.",
|
|
20
|
+
icon: ICON_GLOBAL,
|
|
21
|
+
ctas_levoGroup: null,
|
|
22
|
+
ctas: [{ cta: "View coverage" }],
|
|
19
23
|
},
|
|
20
24
|
{
|
|
21
25
|
content_wrapper: null,
|
|
22
26
|
text_wrapper: null,
|
|
23
27
|
icon_wrapper: null,
|
|
24
|
-
title: "
|
|
28
|
+
title: "High-performance compute",
|
|
25
29
|
description:
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
cta: "
|
|
30
|
+
"GPU-ready nodes, confidential VMs, and burstable spot pools. Right-sized silicon for every workload you run.",
|
|
31
|
+
icon: ICON_CPU_CHARGE,
|
|
32
|
+
ctas_levoGroup: null,
|
|
33
|
+
ctas: [{ cta: "Explore platform" }],
|
|
30
34
|
},
|
|
31
35
|
],
|
|
32
36
|
};
|
|
33
37
|
|
|
38
|
+
const V1_CARD_STYLE = {
|
|
39
|
+
content_wrapper: {
|
|
40
|
+
"border-radius": "xl",
|
|
41
|
+
"border-width": "1px",
|
|
42
|
+
"border-style": "solid",
|
|
43
|
+
"border-color": "var(--color-border)",
|
|
44
|
+
display: "flex",
|
|
45
|
+
"flex-direction": "column",
|
|
46
|
+
"row-gap": "base",
|
|
47
|
+
padding: "xl",
|
|
48
|
+
"background-color": "background-1",
|
|
49
|
+
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
50
|
+
height: "100%",
|
|
51
|
+
},
|
|
52
|
+
icon_wrapper: {
|
|
53
|
+
display: "flex",
|
|
54
|
+
"justify-content": "start",
|
|
55
|
+
"align-items": "center",
|
|
56
|
+
},
|
|
57
|
+
icon: {
|
|
58
|
+
height: "28px",
|
|
59
|
+
width: "28px",
|
|
60
|
+
"font-size": "28px",
|
|
61
|
+
"flex-shrink": "0",
|
|
62
|
+
},
|
|
63
|
+
text_wrapper: {
|
|
64
|
+
display: "flex",
|
|
65
|
+
width: "100%",
|
|
66
|
+
"flex-direction": "column",
|
|
67
|
+
"align-items": "start",
|
|
68
|
+
"row-gap": "xs",
|
|
69
|
+
"flex-grow": "1",
|
|
70
|
+
},
|
|
71
|
+
title: {
|
|
72
|
+
"font-weight": 700,
|
|
73
|
+
},
|
|
74
|
+
description: {},
|
|
75
|
+
caption: {
|
|
76
|
+
display: "none",
|
|
77
|
+
},
|
|
78
|
+
ctas_levoGroup: {
|
|
79
|
+
display: "none",
|
|
80
|
+
},
|
|
81
|
+
};
|
|
82
|
+
|
|
34
83
|
export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
35
84
|
key: "stylized_cards_v1",
|
|
36
85
|
title: "Stylized Cards V1",
|
|
@@ -45,9 +94,9 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
45
94
|
display: "flex",
|
|
46
95
|
"flex-direction": "column",
|
|
47
96
|
"align-items": "center",
|
|
48
|
-
"row-gap": "
|
|
97
|
+
"row-gap": "5xl",
|
|
49
98
|
mobile: {
|
|
50
|
-
"row-gap": "
|
|
99
|
+
"row-gap": "3xl",
|
|
51
100
|
},
|
|
52
101
|
},
|
|
53
102
|
text_wrapper: {
|
|
@@ -81,304 +130,9 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
81
130
|
"row-gap": "lg",
|
|
82
131
|
},
|
|
83
132
|
},
|
|
84
|
-
specialties:
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"border-radius": "xl",
|
|
88
|
-
"border-width": "1px",
|
|
89
|
-
"border-style": "solid",
|
|
90
|
-
"border-color": "var(--color-border)",
|
|
91
|
-
display: "flex",
|
|
92
|
-
"flex-direction": "column",
|
|
93
|
-
"row-gap": "base",
|
|
94
|
-
"padding-top": "2xl",
|
|
95
|
-
"padding-bottom": "2xl",
|
|
96
|
-
"padding-left": "xl",
|
|
97
|
-
"padding-right": "xl",
|
|
98
|
-
"background-color": "white",
|
|
99
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
100
|
-
},
|
|
101
|
-
icon_wrapper: {
|
|
102
|
-
display: "flex",
|
|
103
|
-
"justify-content": "start",
|
|
104
|
-
"align-items": "center",
|
|
105
|
-
},
|
|
106
|
-
icon: {
|
|
107
|
-
height: "36px",
|
|
108
|
-
width: "36px",
|
|
109
|
-
},
|
|
110
|
-
text_wrapper: {
|
|
111
|
-
display: "flex",
|
|
112
|
-
width: "100%",
|
|
113
|
-
"flex-direction": "column",
|
|
114
|
-
"align-items": "start",
|
|
115
|
-
"row-gap": "xs",
|
|
116
|
-
},
|
|
117
|
-
title: {
|
|
118
|
-
"font-weight": 700,
|
|
119
|
-
},
|
|
120
|
-
description: {},
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
content_wrapper: {
|
|
124
|
-
"border-radius": "xl",
|
|
125
|
-
"border-width": "1px",
|
|
126
|
-
"border-style": "solid",
|
|
127
|
-
"border-color": "var(--color-border)",
|
|
128
|
-
display: "flex",
|
|
129
|
-
"flex-direction": "column",
|
|
130
|
-
"row-gap": "base",
|
|
131
|
-
"padding-top": "2xl",
|
|
132
|
-
"padding-bottom": "2xl",
|
|
133
|
-
"padding-left": "xl",
|
|
134
|
-
"padding-right": "xl",
|
|
135
|
-
"background-color": "white",
|
|
136
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
137
|
-
},
|
|
138
|
-
icon_wrapper: {
|
|
139
|
-
display: "flex",
|
|
140
|
-
"justify-content": "start",
|
|
141
|
-
"align-items": "center",
|
|
142
|
-
},
|
|
143
|
-
icon: {
|
|
144
|
-
height: "36px",
|
|
145
|
-
width: "36px",
|
|
146
|
-
},
|
|
147
|
-
text_wrapper: {
|
|
148
|
-
display: "flex",
|
|
149
|
-
width: "100%",
|
|
150
|
-
"flex-direction": "column",
|
|
151
|
-
"align-items": "start",
|
|
152
|
-
"row-gap": "xs",
|
|
153
|
-
},
|
|
154
|
-
title: {
|
|
155
|
-
"font-weight": 700,
|
|
156
|
-
},
|
|
157
|
-
description: {},
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
content_wrapper: {
|
|
161
|
-
"border-radius": "xl",
|
|
162
|
-
"border-width": "1px",
|
|
163
|
-
"border-style": "solid",
|
|
164
|
-
"border-color": "var(--color-border)",
|
|
165
|
-
display: "flex",
|
|
166
|
-
"flex-direction": "column",
|
|
167
|
-
"row-gap": "base",
|
|
168
|
-
"padding-top": "2xl",
|
|
169
|
-
"padding-bottom": "2xl",
|
|
170
|
-
"padding-left": "xl",
|
|
171
|
-
"padding-right": "xl",
|
|
172
|
-
"background-color": "white",
|
|
173
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
174
|
-
},
|
|
175
|
-
icon_wrapper: {
|
|
176
|
-
display: "flex",
|
|
177
|
-
"justify-content": "start",
|
|
178
|
-
"align-items": "center",
|
|
179
|
-
},
|
|
180
|
-
icon: {
|
|
181
|
-
height: "36px",
|
|
182
|
-
width: "36px",
|
|
183
|
-
},
|
|
184
|
-
text_wrapper: {
|
|
185
|
-
display: "flex",
|
|
186
|
-
width: "100%",
|
|
187
|
-
"flex-direction": "column",
|
|
188
|
-
"align-items": "start",
|
|
189
|
-
"row-gap": "xs",
|
|
190
|
-
},
|
|
191
|
-
title: {
|
|
192
|
-
"font-weight": 700,
|
|
193
|
-
},
|
|
194
|
-
description: {},
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
content_wrapper: {
|
|
198
|
-
"border-radius": "xl",
|
|
199
|
-
"border-width": "1px",
|
|
200
|
-
"border-style": "solid",
|
|
201
|
-
"border-color": "var(--color-border)",
|
|
202
|
-
display: "flex",
|
|
203
|
-
"flex-direction": "column",
|
|
204
|
-
"row-gap": "base",
|
|
205
|
-
"padding-top": "2xl",
|
|
206
|
-
"padding-bottom": "2xl",
|
|
207
|
-
"padding-left": "xl",
|
|
208
|
-
"padding-right": "xl",
|
|
209
|
-
"background-color": "white",
|
|
210
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
211
|
-
},
|
|
212
|
-
icon_wrapper: {
|
|
213
|
-
display: "flex",
|
|
214
|
-
"justify-content": "start",
|
|
215
|
-
"align-items": "center",
|
|
216
|
-
},
|
|
217
|
-
icon: {
|
|
218
|
-
height: "36px",
|
|
219
|
-
width: "36px",
|
|
220
|
-
},
|
|
221
|
-
text_wrapper: {
|
|
222
|
-
display: "flex",
|
|
223
|
-
width: "100%",
|
|
224
|
-
"flex-direction": "column",
|
|
225
|
-
"align-items": "start",
|
|
226
|
-
"row-gap": "xs",
|
|
227
|
-
},
|
|
228
|
-
title: {
|
|
229
|
-
"font-weight": 700,
|
|
230
|
-
},
|
|
231
|
-
description: {},
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
content_wrapper: {
|
|
235
|
-
"border-radius": "xl",
|
|
236
|
-
"border-width": "1px",
|
|
237
|
-
"border-style": "solid",
|
|
238
|
-
"border-color": "var(--color-border)",
|
|
239
|
-
display: "flex",
|
|
240
|
-
"flex-direction": "column",
|
|
241
|
-
"row-gap": "base",
|
|
242
|
-
"padding-top": "2xl",
|
|
243
|
-
"padding-bottom": "2xl",
|
|
244
|
-
"padding-left": "xl",
|
|
245
|
-
"padding-right": "xl",
|
|
246
|
-
"background-color": "white",
|
|
247
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
248
|
-
},
|
|
249
|
-
icon_wrapper: {
|
|
250
|
-
display: "flex",
|
|
251
|
-
"justify-content": "start",
|
|
252
|
-
"align-items": "center",
|
|
253
|
-
},
|
|
254
|
-
icon: {
|
|
255
|
-
height: "36px",
|
|
256
|
-
width: "36px",
|
|
257
|
-
},
|
|
258
|
-
text_wrapper: {
|
|
259
|
-
display: "flex",
|
|
260
|
-
width: "100%",
|
|
261
|
-
"flex-direction": "column",
|
|
262
|
-
"align-items": "start",
|
|
263
|
-
"row-gap": "xs",
|
|
264
|
-
},
|
|
265
|
-
title: {
|
|
266
|
-
"font-weight": 700,
|
|
267
|
-
},
|
|
268
|
-
description: {},
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
content_wrapper: {
|
|
272
|
-
"border-radius": "xl",
|
|
273
|
-
"border-width": "1px",
|
|
274
|
-
"border-style": "solid",
|
|
275
|
-
"border-color": "var(--color-border)",
|
|
276
|
-
display: "flex",
|
|
277
|
-
"flex-direction": "column",
|
|
278
|
-
"row-gap": "base",
|
|
279
|
-
"padding-top": "2xl",
|
|
280
|
-
"padding-bottom": "2xl",
|
|
281
|
-
"padding-left": "xl",
|
|
282
|
-
"padding-right": "xl",
|
|
283
|
-
"background-color": "white",
|
|
284
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
285
|
-
},
|
|
286
|
-
icon_wrapper: {
|
|
287
|
-
display: "flex",
|
|
288
|
-
"justify-content": "start",
|
|
289
|
-
"align-items": "center",
|
|
290
|
-
},
|
|
291
|
-
icon: {
|
|
292
|
-
height: "36px",
|
|
293
|
-
width: "36px",
|
|
294
|
-
},
|
|
295
|
-
text_wrapper: {
|
|
296
|
-
display: "flex",
|
|
297
|
-
width: "100%",
|
|
298
|
-
"flex-direction": "column",
|
|
299
|
-
"align-items": "start",
|
|
300
|
-
"row-gap": "xs",
|
|
301
|
-
},
|
|
302
|
-
title: {
|
|
303
|
-
"font-weight": 700,
|
|
304
|
-
},
|
|
305
|
-
description: {},
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
content_wrapper: {
|
|
309
|
-
"border-radius": "xl",
|
|
310
|
-
"border-width": "1px",
|
|
311
|
-
"border-style": "solid",
|
|
312
|
-
"border-color": "var(--color-border)",
|
|
313
|
-
display: "flex",
|
|
314
|
-
"flex-direction": "column",
|
|
315
|
-
"row-gap": "base",
|
|
316
|
-
"padding-top": "2xl",
|
|
317
|
-
"padding-bottom": "2xl",
|
|
318
|
-
"padding-left": "xl",
|
|
319
|
-
"padding-right": "xl",
|
|
320
|
-
"background-color": "white",
|
|
321
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
322
|
-
},
|
|
323
|
-
icon_wrapper: {
|
|
324
|
-
display: "flex",
|
|
325
|
-
"justify-content": "start",
|
|
326
|
-
"align-items": "center",
|
|
327
|
-
},
|
|
328
|
-
icon: {
|
|
329
|
-
height: "36px",
|
|
330
|
-
width: "36px",
|
|
331
|
-
},
|
|
332
|
-
text_wrapper: {
|
|
333
|
-
display: "flex",
|
|
334
|
-
width: "100%",
|
|
335
|
-
"flex-direction": "column",
|
|
336
|
-
"align-items": "start",
|
|
337
|
-
"row-gap": "xs",
|
|
338
|
-
},
|
|
339
|
-
title: {
|
|
340
|
-
"font-weight": 700,
|
|
341
|
-
},
|
|
342
|
-
description: {},
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
content_wrapper: {
|
|
346
|
-
"border-radius": "xl",
|
|
347
|
-
"border-width": "1px",
|
|
348
|
-
"border-style": "solid",
|
|
349
|
-
"border-color": "var(--color-border)",
|
|
350
|
-
display: "flex",
|
|
351
|
-
"flex-direction": "column",
|
|
352
|
-
"row-gap": "base",
|
|
353
|
-
"padding-top": "2xl",
|
|
354
|
-
"padding-bottom": "2xl",
|
|
355
|
-
"padding-left": "xl",
|
|
356
|
-
"padding-right": "xl",
|
|
357
|
-
"background-color": "white",
|
|
358
|
-
"box-shadow": "4px 4px 23px -3px rgba(0, 0, 0, 0.05)",
|
|
359
|
-
},
|
|
360
|
-
icon_wrapper: {
|
|
361
|
-
display: "flex",
|
|
362
|
-
"justify-content": "start",
|
|
363
|
-
"align-items": "center",
|
|
364
|
-
},
|
|
365
|
-
icon: {
|
|
366
|
-
height: "36px",
|
|
367
|
-
width: "36px",
|
|
368
|
-
},
|
|
369
|
-
text_wrapper: {
|
|
370
|
-
display: "flex",
|
|
371
|
-
width: "100%",
|
|
372
|
-
"flex-direction": "column",
|
|
373
|
-
"align-items": "start",
|
|
374
|
-
"row-gap": "xs",
|
|
375
|
-
},
|
|
376
|
-
title: {
|
|
377
|
-
"font-weight": 700,
|
|
378
|
-
},
|
|
379
|
-
description: {},
|
|
380
|
-
},
|
|
381
|
-
],
|
|
133
|
+
specialties: Array(8)
|
|
134
|
+
.fill(0)
|
|
135
|
+
.map(() => V1_CARD_STYLE),
|
|
382
136
|
},
|
|
383
137
|
content: DEFAULT_CONTENT_FOR_STYLIZED_CARDS,
|
|
384
138
|
config: {
|
|
@@ -390,8 +144,9 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
390
144
|
Heading_Level: "H3",
|
|
391
145
|
},
|
|
392
146
|
},
|
|
393
|
-
specialties:
|
|
394
|
-
|
|
147
|
+
specialties: Array(8)
|
|
148
|
+
.fill(0)
|
|
149
|
+
.map(() => ({
|
|
395
150
|
title: {
|
|
396
151
|
heading: {
|
|
397
152
|
level: "4",
|
|
@@ -400,77 +155,6 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
400
155
|
Heading_Level: "H5",
|
|
401
156
|
},
|
|
402
157
|
},
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
title: {
|
|
406
|
-
heading: {
|
|
407
|
-
level: "4",
|
|
408
|
-
},
|
|
409
|
-
selectedVariants: {
|
|
410
|
-
Heading_Level: "H5",
|
|
411
|
-
},
|
|
412
|
-
},
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
title: {
|
|
416
|
-
heading: {
|
|
417
|
-
level: "4",
|
|
418
|
-
},
|
|
419
|
-
selectedVariants: {
|
|
420
|
-
Heading_Level: "H5",
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
title: {
|
|
426
|
-
heading: {
|
|
427
|
-
level: "4",
|
|
428
|
-
},
|
|
429
|
-
selectedVariants: {
|
|
430
|
-
Heading_Level: "H5",
|
|
431
|
-
},
|
|
432
|
-
},
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
title: {
|
|
436
|
-
heading: {
|
|
437
|
-
level: "4",
|
|
438
|
-
},
|
|
439
|
-
selectedVariants: {
|
|
440
|
-
Heading_Level: "H5",
|
|
441
|
-
},
|
|
442
|
-
},
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
title: {
|
|
446
|
-
heading: {
|
|
447
|
-
level: "4",
|
|
448
|
-
},
|
|
449
|
-
selectedVariants: {
|
|
450
|
-
Heading_Level: "H5",
|
|
451
|
-
},
|
|
452
|
-
},
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
title: {
|
|
456
|
-
heading: {
|
|
457
|
-
level: "4",
|
|
458
|
-
},
|
|
459
|
-
selectedVariants: {
|
|
460
|
-
Heading_Level: "H5",
|
|
461
|
-
},
|
|
462
|
-
},
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
title: {
|
|
466
|
-
heading: {
|
|
467
|
-
level: "4",
|
|
468
|
-
},
|
|
469
|
-
selectedVariants: {
|
|
470
|
-
Heading_Level: "H5",
|
|
471
|
-
},
|
|
472
|
-
},
|
|
473
|
-
},
|
|
474
|
-
],
|
|
158
|
+
})),
|
|
475
159
|
},
|
|
476
160
|
};
|