@levo-so/blocks 0.1.59 → 0.1.61
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 +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -28,40 +28,57 @@ export const DEFAULT_CONTENT = {
|
|
|
28
28
|
"Elevate your smile with holistic dental care, promoting oral health and confidence.",
|
|
29
29
|
caption: " ",
|
|
30
30
|
icon: DUMMY_ICON,
|
|
31
|
-
|
|
31
|
+
ctas_levoGroup: null,
|
|
32
|
+
ctas: [
|
|
33
|
+
{
|
|
34
|
+
cta: "Donate Now",
|
|
35
|
+
},
|
|
36
|
+
],
|
|
32
37
|
},
|
|
33
38
|
{
|
|
34
39
|
content_wrapper: null,
|
|
35
40
|
text_wrapper: null,
|
|
36
41
|
icon_wrapper: null,
|
|
37
42
|
title: "Pulmonology",
|
|
38
|
-
description:
|
|
39
|
-
"Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
43
|
+
description: "Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
40
44
|
caption: " ",
|
|
41
45
|
icon: DUMMY_ICON,
|
|
42
|
-
|
|
46
|
+
ctas_levoGroup: null,
|
|
47
|
+
ctas: [
|
|
48
|
+
{
|
|
49
|
+
cta: "Donate Now",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
43
52
|
},
|
|
44
53
|
{
|
|
45
54
|
content_wrapper: null,
|
|
46
55
|
text_wrapper: null,
|
|
47
56
|
icon_wrapper: null,
|
|
48
57
|
title: "Hematology",
|
|
49
|
-
description:
|
|
50
|
-
"Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
58
|
+
description: "Specialized pulmonology care for optimal respiratory health and well-being.",
|
|
51
59
|
caption: " ",
|
|
52
60
|
icon: DUMMY_ICON,
|
|
53
|
-
|
|
61
|
+
ctas_levoGroup: null,
|
|
62
|
+
ctas: [
|
|
63
|
+
{
|
|
64
|
+
cta: "Donate Now",
|
|
65
|
+
},
|
|
66
|
+
],
|
|
54
67
|
},
|
|
55
68
|
{
|
|
56
69
|
content_wrapper: null,
|
|
57
70
|
text_wrapper: null,
|
|
58
71
|
icon_wrapper: null,
|
|
59
72
|
title: "Infection",
|
|
60
|
-
description:
|
|
61
|
-
"Expert care for infections, ensuring swift diagnosis and effective treatment.",
|
|
73
|
+
description: "Expert care for infections, ensuring swift diagnosis and effective treatment.",
|
|
62
74
|
caption: " ",
|
|
63
75
|
icon: DUMMY_ICON,
|
|
64
|
-
|
|
76
|
+
ctas_levoGroup: null,
|
|
77
|
+
ctas: [
|
|
78
|
+
{
|
|
79
|
+
cta: "Donate Now",
|
|
80
|
+
},
|
|
81
|
+
],
|
|
65
82
|
},
|
|
66
83
|
{
|
|
67
84
|
content_wrapper: null,
|
|
@@ -72,18 +89,27 @@ export const DEFAULT_CONTENT = {
|
|
|
72
89
|
"Comprehensive dialysis services, providing vital kidney care for a healthier life.",
|
|
73
90
|
caption: " ",
|
|
74
91
|
icon: DUMMY_ICON,
|
|
75
|
-
|
|
92
|
+
ctas_levoGroup: null,
|
|
93
|
+
ctas: [
|
|
94
|
+
{
|
|
95
|
+
cta: "Donate Now",
|
|
96
|
+
},
|
|
97
|
+
],
|
|
76
98
|
},
|
|
77
99
|
{
|
|
78
100
|
content_wrapper: null,
|
|
79
101
|
text_wrapper: null,
|
|
80
102
|
icon_wrapper: null,
|
|
81
103
|
title: "Generalist",
|
|
82
|
-
description:
|
|
83
|
-
"Generalist doctors addressing common health concerns with personalized care.",
|
|
104
|
+
description: "Generalist doctors addressing common health concerns with personalized care.",
|
|
84
105
|
caption: " ",
|
|
85
106
|
icon: DUMMY_ICON,
|
|
86
|
-
|
|
107
|
+
ctas_levoGroup: null,
|
|
108
|
+
ctas: [
|
|
109
|
+
{
|
|
110
|
+
cta: "Donate Now",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
87
113
|
},
|
|
88
114
|
],
|
|
89
115
|
};
|
|
@@ -95,15 +121,8 @@ export const defaultFeatures1Variant: IBlockLayouts = {
|
|
|
95
121
|
layout: {
|
|
96
122
|
display: "flex",
|
|
97
123
|
width: "100%",
|
|
98
|
-
padding: "80px 112px",
|
|
99
124
|
"flex-direction": "column",
|
|
100
125
|
"align-items": "center",
|
|
101
|
-
tablet: {
|
|
102
|
-
padding: "60px 60px",
|
|
103
|
-
},
|
|
104
|
-
mobile: {
|
|
105
|
-
padding: "40px",
|
|
106
|
-
},
|
|
107
126
|
},
|
|
108
127
|
container: {
|
|
109
128
|
display: "flex",
|
|
@@ -128,12 +147,10 @@ export const defaultFeatures1Variant: IBlockLayouts = {
|
|
|
128
147
|
},
|
|
129
148
|
title: {
|
|
130
149
|
"text-align": "center",
|
|
131
|
-
color: "text-1",
|
|
132
150
|
},
|
|
133
151
|
description: {
|
|
134
152
|
"max-width": "672px",
|
|
135
153
|
"text-align": "center",
|
|
136
|
-
color: "text-2",
|
|
137
154
|
},
|
|
138
155
|
specialties_levoGroup: {
|
|
139
156
|
display: "grid",
|
|
@@ -151,46 +168,55 @@ export const defaultFeatures1Variant: IBlockLayouts = {
|
|
|
151
168
|
},
|
|
152
169
|
specialties: Array(6)
|
|
153
170
|
.fill(0)
|
|
154
|
-
.map((v) => {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
171
|
+
.map((v) => ({
|
|
172
|
+
content_wrapper: {
|
|
173
|
+
"border-radius": "xl",
|
|
174
|
+
"border-width": "1px",
|
|
175
|
+
"border-style": "solid",
|
|
176
|
+
"border-color": "var(--color-border)",
|
|
177
|
+
display: "flex",
|
|
178
|
+
"flex-direction": "column",
|
|
179
|
+
"row-gap": "lg",
|
|
180
|
+
padding: "2xl",
|
|
181
|
+
},
|
|
182
|
+
icon_wrapper: {
|
|
183
|
+
display: "flex",
|
|
184
|
+
"justify-content": "center",
|
|
185
|
+
"align-items": "center",
|
|
186
|
+
},
|
|
187
|
+
icon: {
|
|
188
|
+
height: "16",
|
|
189
|
+
width: "16",
|
|
190
|
+
"border-radius": "none",
|
|
191
|
+
"background-color": "brandSecondary",
|
|
192
|
+
},
|
|
193
|
+
text_wrapper: {
|
|
194
|
+
display: "flex",
|
|
195
|
+
width: "100%",
|
|
196
|
+
"flex-direction": "column",
|
|
197
|
+
"align-items": "center",
|
|
198
|
+
"row-gap": "sm",
|
|
199
|
+
},
|
|
200
|
+
title: {
|
|
201
|
+
"font-weight": 700,
|
|
202
|
+
},
|
|
203
|
+
description: {
|
|
204
|
+
"text-align": "center",
|
|
205
|
+
"max-width": "266px",
|
|
206
|
+
},
|
|
207
|
+
ctas_levoGroup: {
|
|
208
|
+
display: "flex",
|
|
209
|
+
"column-gap": "xs",
|
|
210
|
+
},
|
|
211
|
+
ctas: [
|
|
212
|
+
{
|
|
213
|
+
cta: {
|
|
214
|
+
display: "flex",
|
|
215
|
+
"column-gap": "xs",
|
|
216
|
+
},
|
|
183
217
|
},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"font-weight": "bold",
|
|
187
|
-
},
|
|
188
|
-
description: {
|
|
189
|
-
"text-align": "center",
|
|
190
|
-
"max-width": "266px",
|
|
191
|
-
},
|
|
192
|
-
};
|
|
193
|
-
}),
|
|
218
|
+
],
|
|
219
|
+
})),
|
|
194
220
|
},
|
|
195
221
|
content: DEFAULT_CONTENT,
|
|
196
222
|
config: {
|
|
@@ -202,5 +228,93 @@ export const defaultFeatures1Variant: IBlockLayouts = {
|
|
|
202
228
|
level: 2,
|
|
203
229
|
},
|
|
204
230
|
},
|
|
231
|
+
specialties: [
|
|
232
|
+
{
|
|
233
|
+
title: {
|
|
234
|
+
heading: {
|
|
235
|
+
level: "4",
|
|
236
|
+
},
|
|
237
|
+
selectedVariants: {
|
|
238
|
+
Heading_Level: "H5",
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
description: {
|
|
242
|
+
selectedVariants: {},
|
|
243
|
+
},
|
|
244
|
+
cta: {
|
|
245
|
+
selectedVariants: {},
|
|
246
|
+
button_icons: {
|
|
247
|
+
right: {
|
|
248
|
+
enabled: true,
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
},
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
title: {
|
|
255
|
+
selectedVariants: {
|
|
256
|
+
Heading_Level: "H5",
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
description: {
|
|
260
|
+
selectedVariants: {},
|
|
261
|
+
},
|
|
262
|
+
cta: {
|
|
263
|
+
selectedVariants: {},
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
title: {
|
|
268
|
+
selectedVariants: {
|
|
269
|
+
Heading_Level: "H5",
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
description: {
|
|
273
|
+
selectedVariants: {},
|
|
274
|
+
},
|
|
275
|
+
cta: {
|
|
276
|
+
selectedVariants: {},
|
|
277
|
+
},
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
title: {
|
|
281
|
+
selectedVariants: {
|
|
282
|
+
Heading_Level: "H5",
|
|
283
|
+
},
|
|
284
|
+
},
|
|
285
|
+
description: {
|
|
286
|
+
selectedVariants: {},
|
|
287
|
+
},
|
|
288
|
+
cta: {
|
|
289
|
+
selectedVariants: {},
|
|
290
|
+
},
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
title: {
|
|
294
|
+
selectedVariants: {
|
|
295
|
+
Heading_Level: "H5",
|
|
296
|
+
},
|
|
297
|
+
},
|
|
298
|
+
description: {
|
|
299
|
+
selectedVariants: {},
|
|
300
|
+
},
|
|
301
|
+
cta: {
|
|
302
|
+
selectedVariants: {},
|
|
303
|
+
},
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
title: {
|
|
307
|
+
selectedVariants: {
|
|
308
|
+
Heading_Level: "H5",
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
description: {
|
|
312
|
+
selectedVariants: {},
|
|
313
|
+
},
|
|
314
|
+
cta: {
|
|
315
|
+
selectedVariants: {},
|
|
316
|
+
},
|
|
317
|
+
},
|
|
318
|
+
],
|
|
205
319
|
},
|
|
206
320
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { DEFAULT_CONTENT, defaultFeatures1Variant } from "./default";
|
|
1
2
|
import { stylizedCardsV1Features1Variant } from "./stylized-cards-v1";
|
|
2
3
|
import { stylizedCardsV2Features1Variant } from "./stylized-cards-v2";
|
|
3
4
|
import { stylizedCardsV3Features1Variant } from "./stylized-cards-v3";
|
|
4
|
-
import { defaultFeatures1Variant, DEFAULT_CONTENT } from "./default";
|
|
5
5
|
|
|
6
6
|
export {
|
|
7
7
|
stylizedCardsV1Features1Variant,
|