@levo-so/blocks 0.1.58 → 0.1.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "aytAUN3yAYoHd",
|
|
5
|
+
filename: "cards-12-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-12-1-UpLA9Wh31o5St-1920w.webp 1920w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
|
|
3
28
|
const DEFAULT_CONTENT = {
|
|
4
29
|
layout: null,
|
|
5
30
|
container: null,
|
|
@@ -11,30 +36,7 @@ const DEFAULT_CONTENT = {
|
|
|
11
36
|
right_container: null,
|
|
12
37
|
images: [
|
|
13
38
|
{
|
|
14
|
-
image:
|
|
15
|
-
id: "7141014160938075687",
|
|
16
|
-
location:
|
|
17
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
18
|
-
kind: "image",
|
|
19
|
-
mimetype: "image/png",
|
|
20
|
-
srcset: {
|
|
21
|
-
"1080w":
|
|
22
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
|
|
23
|
-
"1200w":
|
|
24
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
|
|
25
|
-
"1920w":
|
|
26
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
|
|
27
|
-
"320w":
|
|
28
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
|
|
29
|
-
"640w":
|
|
30
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
|
|
31
|
-
"750w":
|
|
32
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
|
|
33
|
-
"828w":
|
|
34
|
-
"https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
|
|
35
|
-
path: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
|
|
36
|
-
},
|
|
37
|
-
},
|
|
39
|
+
image: MEDIA,
|
|
38
40
|
},
|
|
39
41
|
],
|
|
40
42
|
cards: [
|
|
@@ -231,29 +233,8 @@ export const Cards12: IBlock = {
|
|
|
231
233
|
title: "Default",
|
|
232
234
|
key: "default",
|
|
233
235
|
styles: {
|
|
234
|
-
layout: {
|
|
235
|
-
|
|
236
|
-
"padding-bottom": "5xl",
|
|
237
|
-
"padding-left": "xl",
|
|
238
|
-
"padding-right": "xl",
|
|
239
|
-
tablet: {
|
|
240
|
-
"padding-top": "4xl",
|
|
241
|
-
"padding-bottom": "4xl",
|
|
242
|
-
"padding-left": "lg",
|
|
243
|
-
"padding-right": "lg",
|
|
244
|
-
},
|
|
245
|
-
mobile: {
|
|
246
|
-
"padding-top": "3xl",
|
|
247
|
-
"padding-bottom": "3xl",
|
|
248
|
-
"padding-left": "base",
|
|
249
|
-
"padding-right": "base",
|
|
250
|
-
},
|
|
251
|
-
},
|
|
252
|
-
container: {
|
|
253
|
-
"max-width": "1280px",
|
|
254
|
-
"margin-left": "auto",
|
|
255
|
-
"margin-right": "auto",
|
|
256
|
-
},
|
|
236
|
+
layout: {},
|
|
237
|
+
container: {},
|
|
257
238
|
main_wrapper: {
|
|
258
239
|
display: "flex",
|
|
259
240
|
"column-gap": "5xl",
|
|
@@ -272,23 +253,8 @@ export const Cards12: IBlock = {
|
|
|
272
253
|
"flex-direction": "column",
|
|
273
254
|
"row-gap": "xl",
|
|
274
255
|
},
|
|
275
|
-
left_title: {
|
|
276
|
-
|
|
277
|
-
"font-weight": "700",
|
|
278
|
-
color: "text-1",
|
|
279
|
-
"line-height": "1.2",
|
|
280
|
-
tablet: {
|
|
281
|
-
"font-size": "3xl",
|
|
282
|
-
},
|
|
283
|
-
mobile: {
|
|
284
|
-
"font-size": "2xl",
|
|
285
|
-
},
|
|
286
|
-
},
|
|
287
|
-
left_description: {
|
|
288
|
-
"font-size": "lg",
|
|
289
|
-
color: "text-2",
|
|
290
|
-
"line-height": "1.6",
|
|
291
|
-
},
|
|
256
|
+
left_title: {},
|
|
257
|
+
left_description: {},
|
|
292
258
|
images_levoGroup: {
|
|
293
259
|
display: "grid",
|
|
294
260
|
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
@@ -330,9 +296,12 @@ export const Cards12: IBlock = {
|
|
|
330
296
|
"border-width": "1px",
|
|
331
297
|
"border-color": "border",
|
|
332
298
|
},
|
|
299
|
+
title: {
|
|
300
|
+
"font-weight": 600,
|
|
301
|
+
},
|
|
302
|
+
description: {},
|
|
333
303
|
small_desc: {
|
|
334
|
-
"font-
|
|
335
|
-
"font-weight": "600",
|
|
304
|
+
"font-weight": 600,
|
|
336
305
|
color: "text-3",
|
|
337
306
|
"text-transform": "uppercase",
|
|
338
307
|
"letter-spacing": "0.05em",
|
|
@@ -344,17 +313,6 @@ export const Cards12: IBlock = {
|
|
|
344
313
|
"padding-bottom": "4xs",
|
|
345
314
|
"border-radius": "3xl",
|
|
346
315
|
},
|
|
347
|
-
title: {
|
|
348
|
-
"font-size": "xl",
|
|
349
|
-
"font-weight": "600",
|
|
350
|
-
color: "text-1",
|
|
351
|
-
"line-height": "1.3",
|
|
352
|
-
},
|
|
353
|
-
description: {
|
|
354
|
-
"font-size": "base",
|
|
355
|
-
color: "text-2",
|
|
356
|
-
"line-height": "1.6",
|
|
357
|
-
},
|
|
358
316
|
},
|
|
359
317
|
{
|
|
360
318
|
card: {
|
|
@@ -369,9 +327,12 @@ export const Cards12: IBlock = {
|
|
|
369
327
|
"border-width": "1px",
|
|
370
328
|
"border-color": "border",
|
|
371
329
|
},
|
|
330
|
+
title: {
|
|
331
|
+
"font-weight": 600,
|
|
332
|
+
},
|
|
333
|
+
description: {},
|
|
372
334
|
small_desc: {
|
|
373
|
-
"font-
|
|
374
|
-
"font-weight": "600",
|
|
335
|
+
"font-weight": 600,
|
|
375
336
|
color: "text-3",
|
|
376
337
|
"text-transform": "uppercase",
|
|
377
338
|
"letter-spacing": "0.05em",
|
|
@@ -383,34 +344,10 @@ export const Cards12: IBlock = {
|
|
|
383
344
|
"padding-bottom": "4xs",
|
|
384
345
|
"border-radius": "3xl",
|
|
385
346
|
},
|
|
386
|
-
title: {
|
|
387
|
-
"font-size": "xl",
|
|
388
|
-
"font-weight": "600",
|
|
389
|
-
color: "text-1",
|
|
390
|
-
"line-height": "1.3",
|
|
391
|
-
},
|
|
392
|
-
description: {
|
|
393
|
-
"font-size": "base",
|
|
394
|
-
color: "text-2",
|
|
395
|
-
"line-height": "1.6",
|
|
396
|
-
},
|
|
397
347
|
},
|
|
398
348
|
{
|
|
399
|
-
card: {
|
|
400
|
-
display: "flex",
|
|
401
|
-
"flex-direction": "column",
|
|
402
|
-
"row-gap": "sm",
|
|
403
|
-
"padding-top": "lg",
|
|
404
|
-
"padding-bottom": "lg",
|
|
405
|
-
"padding-left": "lg",
|
|
406
|
-
"padding-right": "lg",
|
|
407
|
-
"border-radius": "lg",
|
|
408
|
-
"border-width": "1px",
|
|
409
|
-
"border-color": "border",
|
|
410
|
-
},
|
|
411
349
|
small_desc: {
|
|
412
|
-
"font-
|
|
413
|
-
"font-weight": "600",
|
|
350
|
+
"font-weight": 600,
|
|
414
351
|
color: "text-3",
|
|
415
352
|
"text-transform": "uppercase",
|
|
416
353
|
"letter-spacing": "0.05em",
|
|
@@ -422,19 +359,6 @@ export const Cards12: IBlock = {
|
|
|
422
359
|
"padding-bottom": "4xs",
|
|
423
360
|
"border-radius": "3xl",
|
|
424
361
|
},
|
|
425
|
-
title: {
|
|
426
|
-
"font-size": "xl",
|
|
427
|
-
"font-weight": "600",
|
|
428
|
-
color: "text-1",
|
|
429
|
-
"line-height": "1.3",
|
|
430
|
-
},
|
|
431
|
-
description: {
|
|
432
|
-
"font-size": "base",
|
|
433
|
-
color: "text-2",
|
|
434
|
-
"line-height": "1.6",
|
|
435
|
-
},
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
362
|
card: {
|
|
439
363
|
display: "flex",
|
|
440
364
|
"flex-direction": "column",
|
|
@@ -447,9 +371,14 @@ export const Cards12: IBlock = {
|
|
|
447
371
|
"border-width": "1px",
|
|
448
372
|
"border-color": "border",
|
|
449
373
|
},
|
|
374
|
+
title: {
|
|
375
|
+
"font-weight": 600,
|
|
376
|
+
},
|
|
377
|
+
description: {},
|
|
378
|
+
},
|
|
379
|
+
{
|
|
450
380
|
small_desc: {
|
|
451
|
-
"font-
|
|
452
|
-
"font-weight": "600",
|
|
381
|
+
"font-weight": 600,
|
|
453
382
|
color: "text-3",
|
|
454
383
|
"text-transform": "uppercase",
|
|
455
384
|
"letter-spacing": "0.05em",
|
|
@@ -461,19 +390,6 @@ export const Cards12: IBlock = {
|
|
|
461
390
|
"padding-bottom": "4xs",
|
|
462
391
|
"border-radius": "3xl",
|
|
463
392
|
},
|
|
464
|
-
title: {
|
|
465
|
-
"font-size": "xl",
|
|
466
|
-
"font-weight": "600",
|
|
467
|
-
color: "text-1",
|
|
468
|
-
"line-height": "1.3",
|
|
469
|
-
},
|
|
470
|
-
description: {
|
|
471
|
-
"font-size": "base",
|
|
472
|
-
color: "text-2",
|
|
473
|
-
"line-height": "1.6",
|
|
474
|
-
},
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
393
|
card: {
|
|
478
394
|
display: "flex",
|
|
479
395
|
"flex-direction": "column",
|
|
@@ -486,93 +402,98 @@ export const Cards12: IBlock = {
|
|
|
486
402
|
"border-width": "1px",
|
|
487
403
|
"border-color": "border",
|
|
488
404
|
},
|
|
489
|
-
small_desc: {
|
|
490
|
-
"font-size": "sm",
|
|
491
|
-
"font-weight": "600",
|
|
492
|
-
color: "text-3",
|
|
493
|
-
"text-transform": "uppercase",
|
|
494
|
-
"letter-spacing": "0.05em",
|
|
495
|
-
},
|
|
496
405
|
title: {
|
|
497
|
-
"font-
|
|
498
|
-
"font-weight": "600",
|
|
499
|
-
color: "text-1",
|
|
500
|
-
"line-height": "1.3",
|
|
501
|
-
},
|
|
502
|
-
description: {
|
|
503
|
-
"font-size": "base",
|
|
504
|
-
color: "text-2",
|
|
505
|
-
"line-height": "1.6",
|
|
406
|
+
"font-weight": 600,
|
|
506
407
|
},
|
|
408
|
+
description: {},
|
|
507
409
|
},
|
|
410
|
+
],
|
|
411
|
+
},
|
|
412
|
+
content: DEFAULT_CONTENT,
|
|
413
|
+
config: {
|
|
414
|
+
left_title: {
|
|
415
|
+
selectedVariants: {
|
|
416
|
+
Heading_Level: "H3",
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
left_description: {
|
|
420
|
+
selectedVariants: {},
|
|
421
|
+
},
|
|
422
|
+
cards: [
|
|
508
423
|
{
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
"border-color": "border",
|
|
424
|
+
title: {
|
|
425
|
+
heading: {
|
|
426
|
+
level: "4",
|
|
427
|
+
},
|
|
428
|
+
selectedVariants: {
|
|
429
|
+
Heading_Level: "H5",
|
|
430
|
+
},
|
|
431
|
+
},
|
|
432
|
+
description: {
|
|
433
|
+
selectedVariants: {},
|
|
520
434
|
},
|
|
521
435
|
small_desc: {
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
"text-transform": "uppercase",
|
|
526
|
-
"letter-spacing": "0.05em",
|
|
436
|
+
selectedVariants: {
|
|
437
|
+
Typography_Variants: "Small",
|
|
438
|
+
},
|
|
527
439
|
},
|
|
440
|
+
},
|
|
441
|
+
{
|
|
528
442
|
title: {
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
443
|
+
selectedVariants: {
|
|
444
|
+
Heading_Level: "H5",
|
|
445
|
+
},
|
|
446
|
+
heading: {
|
|
447
|
+
level: "4",
|
|
448
|
+
},
|
|
533
449
|
},
|
|
534
450
|
description: {
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
451
|
+
selectedVariants: {},
|
|
452
|
+
},
|
|
453
|
+
small_desc: {
|
|
454
|
+
selectedVariants: {
|
|
455
|
+
Typography_Variants: "Small",
|
|
456
|
+
},
|
|
538
457
|
},
|
|
539
458
|
},
|
|
540
459
|
{
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
"border-color": "border",
|
|
460
|
+
title: {
|
|
461
|
+
selectedVariants: {
|
|
462
|
+
Heading_Level: "H5",
|
|
463
|
+
},
|
|
464
|
+
heading: {
|
|
465
|
+
level: "4",
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
description: {
|
|
469
|
+
selectedVariants: {},
|
|
552
470
|
},
|
|
553
471
|
small_desc: {
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
"text-transform": "uppercase",
|
|
558
|
-
"letter-spacing": "0.05em",
|
|
472
|
+
selectedVariants: {
|
|
473
|
+
Typography_Variants: "Small",
|
|
474
|
+
},
|
|
559
475
|
},
|
|
476
|
+
},
|
|
477
|
+
{
|
|
560
478
|
title: {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
479
|
+
selectedVariants: {
|
|
480
|
+
Heading_Level: "H5",
|
|
481
|
+
},
|
|
482
|
+
heading: {
|
|
483
|
+
level: "4",
|
|
484
|
+
},
|
|
565
485
|
},
|
|
566
486
|
description: {
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
487
|
+
selectedVariants: {},
|
|
488
|
+
},
|
|
489
|
+
small_desc: {
|
|
490
|
+
selectedVariants: {
|
|
491
|
+
Typography_Variants: "Small",
|
|
492
|
+
},
|
|
570
493
|
},
|
|
571
494
|
},
|
|
572
495
|
],
|
|
573
496
|
},
|
|
574
|
-
content: DEFAULT_CONTENT,
|
|
575
|
-
config: {},
|
|
576
497
|
},
|
|
577
498
|
],
|
|
578
499
|
};
|
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const IMG = {
|
|
4
|
+
object: "media",
|
|
5
|
+
id: "SvIOKsjxeW60M",
|
|
6
|
+
workspace_id: "WLZ1TXTD",
|
|
7
|
+
folder_id: null,
|
|
8
|
+
filename: "cards-13-default.jpg",
|
|
9
|
+
kind: "image",
|
|
10
|
+
path: "WLZ1TXTD/cards-13-default-R6er7NbOMhWhq.jpg",
|
|
11
|
+
location:
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq.jpg",
|
|
13
|
+
metadata: {
|
|
14
|
+
etag: '"82cc15f23828898f40601be4d10eaa42"',
|
|
15
|
+
mimetype: "image/jpeg",
|
|
16
|
+
size: 149766,
|
|
17
|
+
},
|
|
18
|
+
srcset: {
|
|
19
|
+
"1080w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1080w.webp",
|
|
21
|
+
"1200w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1200w.webp",
|
|
23
|
+
"1920w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1920w.webp",
|
|
25
|
+
"320w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-320w.webp",
|
|
27
|
+
"640w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-640w.webp",
|
|
29
|
+
"750w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-750w.webp",
|
|
31
|
+
"828w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-828w.webp",
|
|
33
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-13-default-R6er7NbOMhWhq-1200w.webp 1200w",
|
|
34
|
+
},
|
|
35
|
+
tags: [],
|
|
36
|
+
created_at: "2025-12-20T08:24:01.290Z",
|
|
37
|
+
updated_at: "2025-12-20T08:24:01.290Z",
|
|
38
|
+
created_by: null,
|
|
39
|
+
updated_by: null,
|
|
40
|
+
};
|
|
41
|
+
|
|
3
42
|
const DEFAULT_CONTENT = {
|
|
4
43
|
layout: null,
|
|
5
44
|
container: null,
|
|
@@ -11,30 +50,7 @@ const DEFAULT_CONTENT = {
|
|
|
11
50
|
left_container: null,
|
|
12
51
|
center_container: null,
|
|
13
52
|
right_container: null,
|
|
14
|
-
main_image:
|
|
15
|
-
id: "4JOGKlkPlUtWm",
|
|
16
|
-
filename: "image.png",
|
|
17
|
-
kind: "image",
|
|
18
|
-
location: "https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU.png",
|
|
19
|
-
srcset: {
|
|
20
|
-
"1080w":
|
|
21
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1080w.webp",
|
|
22
|
-
"1200w":
|
|
23
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1200w.webp",
|
|
24
|
-
"1920w":
|
|
25
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1920w.webp",
|
|
26
|
-
"320w":
|
|
27
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-320w.webp",
|
|
28
|
-
"640w":
|
|
29
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-640w.webp",
|
|
30
|
-
"750w":
|
|
31
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-750w.webp",
|
|
32
|
-
"828w":
|
|
33
|
-
"https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-828w.webp",
|
|
34
|
-
path: "https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-320w.webp 320w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-640w.webp 640w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-750w.webp 750w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-828w.webp 828w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1080w.webp 1080w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1200w.webp 1200w, https://static.levostg.online/W6OEVMW8/image-ImvFuBrtkBYIU-1920w.webp 1920w",
|
|
35
|
-
},
|
|
36
|
-
mimetype: "image/png",
|
|
37
|
-
},
|
|
53
|
+
main_image: IMG,
|
|
38
54
|
left_cards: [
|
|
39
55
|
{
|
|
40
56
|
card: null,
|
|
@@ -265,7 +281,7 @@ export const Cards13: IBlock = {
|
|
|
265
281
|
{
|
|
266
282
|
key: "title",
|
|
267
283
|
label: "Title",
|
|
268
|
-
field_interface: "
|
|
284
|
+
field_interface: "HeadingWidget",
|
|
269
285
|
},
|
|
270
286
|
{
|
|
271
287
|
key: "description",
|
|
@@ -298,7 +314,7 @@ export const Cards13: IBlock = {
|
|
|
298
314
|
{
|
|
299
315
|
key: "title",
|
|
300
316
|
label: "Title",
|
|
301
|
-
field_interface: "
|
|
317
|
+
field_interface: "HeadingWidget",
|
|
302
318
|
},
|
|
303
319
|
{
|
|
304
320
|
key: "description",
|
|
@@ -313,22 +329,8 @@ export const Cards13: IBlock = {
|
|
|
313
329
|
key: "default",
|
|
314
330
|
title: "Default",
|
|
315
331
|
styles: {
|
|
316
|
-
layout: {
|
|
317
|
-
|
|
318
|
-
"padding-bottom": "3xl",
|
|
319
|
-
},
|
|
320
|
-
container: {
|
|
321
|
-
"padding-left": "none",
|
|
322
|
-
"padding-right": "none",
|
|
323
|
-
tablet: {
|
|
324
|
-
"padding-left": "5xl",
|
|
325
|
-
"padding-right": "5xl",
|
|
326
|
-
},
|
|
327
|
-
mobile: {
|
|
328
|
-
"padding-left": "2xl",
|
|
329
|
-
"padding-right": "2xl",
|
|
330
|
-
},
|
|
331
|
-
},
|
|
332
|
+
layout: {},
|
|
333
|
+
container: {},
|
|
332
334
|
header_section: {
|
|
333
335
|
"text-align": "center",
|
|
334
336
|
"margin-bottom": "3xl",
|
|
@@ -337,22 +339,9 @@ export const Cards13: IBlock = {
|
|
|
337
339
|
"align-items": "center",
|
|
338
340
|
"row-gap": "base",
|
|
339
341
|
},
|
|
340
|
-
main_title: {
|
|
341
|
-
"font-size": "3xl",
|
|
342
|
-
"font-weight": "700",
|
|
343
|
-
color: "text-1",
|
|
344
|
-
mobile: {
|
|
345
|
-
"font-size": "2xl",
|
|
346
|
-
},
|
|
347
|
-
},
|
|
342
|
+
main_title: {},
|
|
348
343
|
main_description: {
|
|
349
|
-
"font-size": "lg",
|
|
350
|
-
color: "text-2",
|
|
351
|
-
"line-height": "1.6",
|
|
352
344
|
"max-width": "600px",
|
|
353
|
-
mobile: {
|
|
354
|
-
"font-size": "base",
|
|
355
|
-
},
|
|
356
345
|
},
|
|
357
346
|
main_wrapper: {
|
|
358
347
|
display: "flex",
|
|
@@ -525,6 +514,9 @@ export const Cards13: IBlock = {
|
|
|
525
514
|
"flex-direction": "column",
|
|
526
515
|
"row-gap": "xs",
|
|
527
516
|
},
|
|
517
|
+
title: {
|
|
518
|
+
"font-weight": 600,
|
|
519
|
+
},
|
|
528
520
|
},
|
|
529
521
|
{
|
|
530
522
|
card: {
|
|
@@ -538,6 +530,7 @@ export const Cards13: IBlock = {
|
|
|
538
530
|
display: "flex",
|
|
539
531
|
"flex-direction": "column",
|
|
540
532
|
"row-gap": "base",
|
|
533
|
+
"box-shadow": "none",
|
|
541
534
|
},
|
|
542
535
|
icon: {
|
|
543
536
|
height: "32px",
|
|
@@ -549,6 +542,9 @@ export const Cards13: IBlock = {
|
|
|
549
542
|
"flex-direction": "column",
|
|
550
543
|
"row-gap": "xs",
|
|
551
544
|
},
|
|
545
|
+
title: {
|
|
546
|
+
"font-weight": 600,
|
|
547
|
+
},
|
|
552
548
|
},
|
|
553
549
|
],
|
|
554
550
|
right_cards: [
|
|
@@ -575,6 +571,9 @@ export const Cards13: IBlock = {
|
|
|
575
571
|
"flex-direction": "column",
|
|
576
572
|
"row-gap": "xs",
|
|
577
573
|
},
|
|
574
|
+
title: {
|
|
575
|
+
"font-weight": 600,
|
|
576
|
+
},
|
|
578
577
|
},
|
|
579
578
|
{
|
|
580
579
|
card: {
|
|
@@ -599,6 +598,9 @@ export const Cards13: IBlock = {
|
|
|
599
598
|
"flex-direction": "column",
|
|
600
599
|
"row-gap": "xs",
|
|
601
600
|
},
|
|
601
|
+
title: {
|
|
602
|
+
"font-weight": 600,
|
|
603
|
+
},
|
|
602
604
|
},
|
|
603
605
|
],
|
|
604
606
|
},
|
|
@@ -609,6 +611,55 @@ export const Cards13: IBlock = {
|
|
|
609
611
|
Heading_Level: "H2",
|
|
610
612
|
},
|
|
611
613
|
},
|
|
614
|
+
main_description: {
|
|
615
|
+
selectedVariants: {
|
|
616
|
+
Typography_Variants: "Large",
|
|
617
|
+
},
|
|
618
|
+
},
|
|
619
|
+
left_cards: [
|
|
620
|
+
{
|
|
621
|
+
title: {
|
|
622
|
+
heading: {
|
|
623
|
+
level: "4",
|
|
624
|
+
},
|
|
625
|
+
selectedVariants: {
|
|
626
|
+
Heading_Level: "H5",
|
|
627
|
+
},
|
|
628
|
+
},
|
|
629
|
+
description: {
|
|
630
|
+
selectedVariants: {},
|
|
631
|
+
},
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
title: {
|
|
635
|
+
selectedVariants: {
|
|
636
|
+
Heading_Level: "H5",
|
|
637
|
+
},
|
|
638
|
+
},
|
|
639
|
+
description: {
|
|
640
|
+
selectedVariants: {},
|
|
641
|
+
},
|
|
642
|
+
},
|
|
643
|
+
],
|
|
644
|
+
right_cards: [
|
|
645
|
+
{
|
|
646
|
+
title: {
|
|
647
|
+
heading: {
|
|
648
|
+
level: "4",
|
|
649
|
+
},
|
|
650
|
+
selectedVariants: {
|
|
651
|
+
Heading_Level: "H5",
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
title: {
|
|
657
|
+
selectedVariants: {
|
|
658
|
+
Heading_Level: "H5",
|
|
659
|
+
},
|
|
660
|
+
},
|
|
661
|
+
},
|
|
662
|
+
],
|
|
612
663
|
},
|
|
613
664
|
},
|
|
614
665
|
],
|