@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
|
@@ -1,29 +1,14 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const MEDIA = {
|
|
4
|
-
id: "oil1trpqq3syH",
|
|
5
|
-
filename: "hero-13.png",
|
|
6
|
-
kind: "image",
|
|
7
|
-
location: "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT.png",
|
|
8
|
-
srcset: {
|
|
9
|
-
"1080w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1080w.webp",
|
|
10
|
-
"1200w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1200w.webp",
|
|
11
|
-
"1920w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1920w.webp",
|
|
12
|
-
"320w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-320w.webp",
|
|
13
|
-
"640w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-640w.webp",
|
|
14
|
-
"750w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-750w.webp",
|
|
15
|
-
"828w": "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-828w.webp",
|
|
16
|
-
path: "https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-13-sR8E7jjddc6eT-320w.webp 320w",
|
|
17
|
-
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
|
-
};
|
|
20
|
-
|
|
21
3
|
const DEFAULT_CONTENT = {
|
|
22
4
|
layout: null,
|
|
23
5
|
container: null,
|
|
6
|
+
textWrapper: null,
|
|
7
|
+
formWrapper: null,
|
|
24
8
|
description:
|
|
25
|
-
"<p>
|
|
26
|
-
title: "
|
|
9
|
+
"<p>See how teams ship weekly with automated workflows, real-time sync, and a shared source of truth. Trusted by 12,000+ teams.</p>",
|
|
10
|
+
title: "Operating System for fast-moving teams",
|
|
11
|
+
form_title: "Book your demo",
|
|
27
12
|
};
|
|
28
13
|
|
|
29
14
|
export type IHero13Content = typeof DEFAULT_CONTENT;
|
|
@@ -34,7 +19,7 @@ export const Hero13: IBlock = {
|
|
|
34
19
|
key: "hero-13",
|
|
35
20
|
version: "v1",
|
|
36
21
|
prompt_description:
|
|
37
|
-
"Two-column
|
|
22
|
+
"Two-column hero with a bold headline and supporting text on the left, paired with a contact form card on the right for demo requests or lead capture.",
|
|
38
23
|
content_schema: [
|
|
39
24
|
{
|
|
40
25
|
key: "layout",
|
|
@@ -42,7 +27,7 @@ export const Hero13: IBlock = {
|
|
|
42
27
|
field_interface: "LayoutWidget",
|
|
43
28
|
hint: {
|
|
44
29
|
prompt_description:
|
|
45
|
-
"Overall layout definition. Used to structure the block as a two-column split: left for text content, right for
|
|
30
|
+
"Overall layout definition. Used to structure the block as a two-column split: left for text content, right for contact form. No content needed.",
|
|
46
31
|
},
|
|
47
32
|
},
|
|
48
33
|
{
|
|
@@ -69,9 +54,9 @@ export const Hero13: IBlock = {
|
|
|
69
54
|
field_interface: "HeadingWidget",
|
|
70
55
|
hint: {
|
|
71
56
|
prompt_description:
|
|
72
|
-
"Main headline positioned at the top left. Aim for a direct,
|
|
57
|
+
"Main headline positioned at the top left. Aim for a direct, confident claim for a B2B SaaS product. Avoid buzzwords like 'revolutionize' or 'next-generation'.",
|
|
73
58
|
min_characters: 8,
|
|
74
|
-
max_characters:
|
|
59
|
+
max_characters: 48,
|
|
75
60
|
},
|
|
76
61
|
},
|
|
77
62
|
{
|
|
@@ -80,9 +65,9 @@ export const Hero13: IBlock = {
|
|
|
80
65
|
field_interface: "TypographyWidget",
|
|
81
66
|
hint: {
|
|
82
67
|
prompt_description:
|
|
83
|
-
"Short
|
|
68
|
+
"Short supporting paragraph under the headline. Include a specific mechanism (real-time sync, SOC 2, 99.99% uptime). 18-25 words, concrete, no fluff.",
|
|
84
69
|
min_characters: 30,
|
|
85
|
-
max_characters:
|
|
70
|
+
max_characters: 160,
|
|
86
71
|
},
|
|
87
72
|
},
|
|
88
73
|
{
|
|
@@ -91,7 +76,7 @@ export const Hero13: IBlock = {
|
|
|
91
76
|
field_interface: "BoxWidget",
|
|
92
77
|
hint: {
|
|
93
78
|
prompt_description:
|
|
94
|
-
"Container for the
|
|
79
|
+
"Container for the contact form card on the right side. Used for positioning, background, and alignment of the form.",
|
|
95
80
|
},
|
|
96
81
|
},
|
|
97
82
|
{
|
|
@@ -100,9 +85,9 @@ export const Hero13: IBlock = {
|
|
|
100
85
|
field_interface: "TypographyWidget",
|
|
101
86
|
hint: {
|
|
102
87
|
prompt_description:
|
|
103
|
-
"Short
|
|
104
|
-
min_characters:
|
|
105
|
-
max_characters:
|
|
88
|
+
"Short, action-oriented title above the form fields. Examples: 'Book your demo', 'Talk to our team', 'Get early access'.",
|
|
89
|
+
min_characters: 4,
|
|
90
|
+
max_characters: 40,
|
|
106
91
|
},
|
|
107
92
|
},
|
|
108
93
|
{
|
|
@@ -113,23 +98,33 @@ export const Hero13: IBlock = {
|
|
|
113
98
|
],
|
|
114
99
|
layouts: [
|
|
115
100
|
{
|
|
116
|
-
|
|
117
|
-
|
|
101
|
+
title: "No Background",
|
|
102
|
+
key: "no_background",
|
|
118
103
|
styles: {
|
|
119
104
|
layout: {
|
|
120
105
|
position: "relative",
|
|
121
106
|
"min-height": "600px",
|
|
122
107
|
display: "flex",
|
|
123
108
|
"align-items": "center",
|
|
109
|
+
"background-color": "background-1",
|
|
110
|
+
"padding-top": "3xl",
|
|
111
|
+
"padding-bottom": "3xl",
|
|
112
|
+
"padding-left": "3xl",
|
|
113
|
+
"padding-right": "3xl",
|
|
124
114
|
tablet: {
|
|
125
115
|
"min-height": "500px",
|
|
116
|
+
"padding-top": "2xl",
|
|
117
|
+
"padding-bottom": "2xl",
|
|
118
|
+
"padding-left": "2xl",
|
|
119
|
+
"padding-right": "2xl",
|
|
126
120
|
},
|
|
127
121
|
mobile: {
|
|
128
122
|
"min-height": "400px",
|
|
123
|
+
"padding-top": "xl",
|
|
124
|
+
"padding-bottom": "xl",
|
|
125
|
+
"padding-left": "base",
|
|
126
|
+
"padding-right": "base",
|
|
129
127
|
},
|
|
130
|
-
"background-image": `url("${MEDIA.location}")`,
|
|
131
|
-
"background-position": "50% 50%",
|
|
132
|
-
"background-size": "cover",
|
|
133
128
|
},
|
|
134
129
|
container: {
|
|
135
130
|
"margin-left": "auto",
|
|
@@ -138,99 +133,92 @@ export const Hero13: IBlock = {
|
|
|
138
133
|
display: "flex",
|
|
139
134
|
"flex-direction": "row",
|
|
140
135
|
"justify-content": "space-between",
|
|
136
|
+
"align-items": "center",
|
|
137
|
+
"column-gap": "3xl",
|
|
141
138
|
"padding-left": "none",
|
|
142
139
|
"padding-right": "none",
|
|
143
|
-
tablet: {
|
|
144
|
-
"flex-direction": "column",
|
|
145
|
-
},
|
|
146
|
-
},
|
|
147
|
-
description: {},
|
|
148
|
-
form_title: {
|
|
149
|
-
"font-size": "xl",
|
|
150
|
-
"font-weight": 600,
|
|
151
|
-
color: "text-1",
|
|
152
|
-
margin: "0",
|
|
153
|
-
"text-align": "center",
|
|
154
|
-
},
|
|
155
|
-
form_button: {
|
|
156
|
-
"background-color": "brand",
|
|
157
|
-
color: "text-1",
|
|
158
|
-
"padding-top": "base",
|
|
159
|
-
"padding-bottom": "base",
|
|
160
|
-
"padding-left": "2xl",
|
|
161
|
-
"padding-right": "2xl",
|
|
162
|
-
"border-radius": "base",
|
|
163
|
-
"font-weight": 600,
|
|
164
|
-
width: "100%",
|
|
165
|
-
"text-align": "center",
|
|
166
|
-
},
|
|
167
|
-
features_section: {
|
|
168
|
-
"padding-top": "4xl",
|
|
169
|
-
"padding-bottom": "4xl",
|
|
170
|
-
"padding-left": "3xl",
|
|
171
|
-
"padding-right": "3xl",
|
|
172
140
|
width: "100%",
|
|
173
141
|
tablet: {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"padding-right": "2xl",
|
|
178
|
-
},
|
|
179
|
-
mobile: {
|
|
180
|
-
"padding-top": "2xl",
|
|
181
|
-
"padding-bottom": "2xl",
|
|
182
|
-
"padding-left": "base",
|
|
183
|
-
"padding-right": "base",
|
|
142
|
+
"flex-direction": "column",
|
|
143
|
+
"row-gap": "2xl",
|
|
144
|
+
"align-items": "stretch",
|
|
184
145
|
},
|
|
185
146
|
},
|
|
186
147
|
textWrapper: {
|
|
148
|
+
display: "flex",
|
|
149
|
+
"flex-direction": "column",
|
|
150
|
+
"row-gap": "lg",
|
|
187
151
|
width: "55%",
|
|
152
|
+
"max-width": "600px",
|
|
188
153
|
tablet: {
|
|
189
154
|
width: "100%",
|
|
155
|
+
"max-width": "none",
|
|
190
156
|
},
|
|
191
157
|
},
|
|
192
|
-
|
|
193
|
-
|
|
158
|
+
title: {
|
|
159
|
+
"text-wrap": "balance",
|
|
160
|
+
"font-weight": 700,
|
|
161
|
+
},
|
|
162
|
+
description: {
|
|
163
|
+
color: "text-2",
|
|
194
164
|
},
|
|
195
165
|
formWrapper: {
|
|
196
|
-
"background-color": "background-
|
|
197
|
-
"padding-left": "
|
|
198
|
-
"padding-right": "
|
|
199
|
-
"padding-top": "
|
|
200
|
-
"padding-bottom": "
|
|
166
|
+
"background-color": "background-1",
|
|
167
|
+
"padding-left": "2xl",
|
|
168
|
+
"padding-right": "2xl",
|
|
169
|
+
"padding-top": "2xl",
|
|
170
|
+
"padding-bottom": "2xl",
|
|
201
171
|
"border-radius": "2xl",
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
172
|
+
border: "1px solid",
|
|
173
|
+
"border-color": "border",
|
|
174
|
+
width: "440px",
|
|
175
|
+
display: "flex",
|
|
176
|
+
"flex-direction": "column",
|
|
177
|
+
"row-gap": "lg",
|
|
206
178
|
"box-shadow": {
|
|
207
179
|
x: 0,
|
|
208
|
-
y:
|
|
209
|
-
blur:
|
|
210
|
-
spread:
|
|
211
|
-
color: "#
|
|
212
|
-
opacity:
|
|
180
|
+
y: 8,
|
|
181
|
+
blur: 24,
|
|
182
|
+
spread: 0,
|
|
183
|
+
color: "#0a0f19",
|
|
184
|
+
opacity: 8,
|
|
213
185
|
},
|
|
214
186
|
tablet: {
|
|
215
|
-
"background-color": "page",
|
|
216
|
-
position: "static",
|
|
217
187
|
width: "100%",
|
|
218
|
-
"margin-top": "none",
|
|
219
188
|
},
|
|
220
189
|
},
|
|
190
|
+
form_title: {
|
|
191
|
+
"font-size": "xl",
|
|
192
|
+
"font-weight": 600,
|
|
193
|
+
color: "text-1",
|
|
194
|
+
margin: "0",
|
|
195
|
+
"text-align": "left",
|
|
196
|
+
},
|
|
221
197
|
contact_form: {
|
|
222
198
|
display: "block",
|
|
223
199
|
"flex-direction": "column",
|
|
224
200
|
},
|
|
201
|
+
form_button: {
|
|
202
|
+
"background-color": "brand",
|
|
203
|
+
color: "text-1",
|
|
204
|
+
"padding-top": "base",
|
|
205
|
+
"padding-bottom": "base",
|
|
206
|
+
"padding-left": "2xl",
|
|
207
|
+
"padding-right": "2xl",
|
|
208
|
+
"border-radius": "base",
|
|
209
|
+
"font-weight": 600,
|
|
210
|
+
width: "100%",
|
|
211
|
+
"text-align": "center",
|
|
212
|
+
},
|
|
225
213
|
},
|
|
226
214
|
content: DEFAULT_CONTENT,
|
|
227
215
|
config: {
|
|
228
216
|
title: {
|
|
229
217
|
heading: {
|
|
230
|
-
level: "
|
|
218
|
+
level: "1",
|
|
231
219
|
},
|
|
232
220
|
selectedVariants: {
|
|
233
|
-
Heading_Level: "
|
|
221
|
+
Heading_Level: "H1",
|
|
234
222
|
},
|
|
235
223
|
},
|
|
236
224
|
description: {
|