@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
|
@@ -37,21 +37,12 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
37
37
|
styles: {
|
|
38
38
|
layout: {
|
|
39
39
|
display: "flex",
|
|
40
|
-
width: "100%",
|
|
41
|
-
padding: "80px 112px",
|
|
42
40
|
"flex-direction": "column",
|
|
43
41
|
"align-items": "center",
|
|
44
42
|
"background-color": "brandSecondary",
|
|
45
|
-
tablet: {
|
|
46
|
-
padding: "60px 60px",
|
|
47
|
-
},
|
|
48
|
-
mobile: {
|
|
49
|
-
padding: "40px",
|
|
50
|
-
},
|
|
51
43
|
},
|
|
52
44
|
container: {
|
|
53
45
|
display: "flex",
|
|
54
|
-
width: "100%",
|
|
55
46
|
"flex-direction": "column",
|
|
56
47
|
"align-items": "center",
|
|
57
48
|
"row-gap": "8xl",
|
|
@@ -69,12 +60,12 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
69
60
|
},
|
|
70
61
|
title: {
|
|
71
62
|
"text-align": "center",
|
|
72
|
-
|
|
73
|
-
"font-weight": "bold",
|
|
63
|
+
color: "brandSecondaryForeground",
|
|
74
64
|
},
|
|
75
65
|
description: {
|
|
76
66
|
"max-width": "672px",
|
|
77
67
|
"text-align": "center",
|
|
68
|
+
color: "brandSecondaryForeground",
|
|
78
69
|
},
|
|
79
70
|
specialties_levoGroup: {
|
|
80
71
|
display: "grid",
|
|
@@ -90,49 +81,396 @@ export const stylizedCardsV1Features1Variant: IBlockLayouts = {
|
|
|
90
81
|
"row-gap": "lg",
|
|
91
82
|
},
|
|
92
83
|
},
|
|
93
|
-
specialties:
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
84
|
+
specialties: [
|
|
85
|
+
{
|
|
86
|
+
content_wrapper: {
|
|
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
|
+
],
|
|
135
382
|
},
|
|
136
383
|
content: DEFAULT_CONTENT_FOR_STYLIZED_CARDS,
|
|
137
|
-
config: {
|
|
384
|
+
config: {
|
|
385
|
+
title: {
|
|
386
|
+
heading: {
|
|
387
|
+
level: "4",
|
|
388
|
+
},
|
|
389
|
+
selectedVariants: {
|
|
390
|
+
Heading_Level: "H3",
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
specialties: [
|
|
394
|
+
{
|
|
395
|
+
title: {
|
|
396
|
+
heading: {
|
|
397
|
+
level: "4",
|
|
398
|
+
},
|
|
399
|
+
selectedVariants: {
|
|
400
|
+
Heading_Level: "H5",
|
|
401
|
+
},
|
|
402
|
+
},
|
|
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
|
+
],
|
|
475
|
+
},
|
|
138
476
|
};
|