@levo-so/blocks 0.1.59 → 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,24 +1,79 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "k5KwTxRcqRdf",
|
|
5
|
+
filename: "hero-7-3.png",
|
|
6
6
|
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-750w.webp 750w",
|
|
24
|
+
},
|
|
7
25
|
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
const MEDIA_2 = {
|
|
28
|
+
id: "n3qNfSsUos2B",
|
|
29
|
+
filename: "hero-7-2.png",
|
|
30
|
+
kind: "image",
|
|
31
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py.png",
|
|
8
32
|
srcset: {
|
|
9
33
|
"1080w":
|
|
10
|
-
"https://
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1080w.webp",
|
|
11
35
|
"1200w":
|
|
12
|
-
"https://
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1200w.webp",
|
|
13
37
|
"1920w":
|
|
14
|
-
"https://
|
|
15
|
-
"320w":
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1920w.webp",
|
|
39
|
+
"320w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-320w.webp",
|
|
41
|
+
"640w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-640w.webp",
|
|
43
|
+
"750w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-750w.webp",
|
|
45
|
+
"828w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-828w.webp",
|
|
47
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-7-2-UpLSWh31w3py-1920w.webp 1920w",
|
|
20
48
|
},
|
|
49
|
+
mimetype: "image/png",
|
|
21
50
|
};
|
|
51
|
+
const MEDIA_3 = {
|
|
52
|
+
id: "k5KwTxRcqRdf",
|
|
53
|
+
filename: "hero-7-3.png",
|
|
54
|
+
kind: "image",
|
|
55
|
+
location: "https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr.png",
|
|
56
|
+
srcset: {
|
|
57
|
+
"1080w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1080w.webp",
|
|
59
|
+
"1200w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1200w.webp",
|
|
61
|
+
"1920w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1920w.webp",
|
|
63
|
+
"320w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-320w.webp",
|
|
65
|
+
"640w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-640w.webp",
|
|
67
|
+
"750w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-750w.webp",
|
|
69
|
+
"828w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-828w.webp",
|
|
71
|
+
path: "https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/hero-7-3-74duDI5Su5qr-750w.webp 750w",
|
|
72
|
+
},
|
|
73
|
+
mimetype: "image/png",
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
const MEDIA_ARR = [MEDIA_1, MEDIA_2, MEDIA_3];
|
|
22
77
|
|
|
23
78
|
const DUMMY_ICON = {
|
|
24
79
|
kind: "icon",
|
|
@@ -38,29 +93,31 @@ const DEFAULT_CONTENT = {
|
|
|
38
93
|
slider_dots: null,
|
|
39
94
|
slider_dot: null,
|
|
40
95
|
|
|
41
|
-
slides: Array(DEFAULT_SLIDES_COUNT)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
96
|
+
slides: Array(DEFAULT_SLIDES_COUNT)
|
|
97
|
+
.fill(0)
|
|
98
|
+
.map((v, index) => ({
|
|
99
|
+
slide_wrapper: null,
|
|
100
|
+
background_image: MEDIA_ARR[index],
|
|
101
|
+
content_wrapper: null,
|
|
102
|
+
metadata_wrapper: null,
|
|
103
|
+
date_time_wrapper: null,
|
|
104
|
+
date_wrapper: null,
|
|
105
|
+
calendar_icon: DUMMY_ICON,
|
|
106
|
+
date: "September 28, 2025",
|
|
107
|
+
time_wrapper: null,
|
|
108
|
+
time_icon: DUMMY_ICON,
|
|
109
|
+
time: "10 min read",
|
|
110
|
+
title:
|
|
111
|
+
"Wellness isn't a destination — it's the small choices you make each day that shape a healthier, calmer you",
|
|
112
|
+
description:
|
|
113
|
+
"Discover the power of mindful living and how small daily practices can transform your overall well-being and bring lasting peace to your life.",
|
|
114
|
+
author_wrapper: null,
|
|
115
|
+
avatar: DUMMY_ICON,
|
|
116
|
+
author_name: "Lily Morphine",
|
|
117
|
+
ctas_wrapper: null,
|
|
118
|
+
primary_cta: "Read Article",
|
|
119
|
+
secondary_cta: "Save for Later",
|
|
120
|
+
})),
|
|
64
121
|
};
|
|
65
122
|
|
|
66
123
|
export type IHero7Content = typeof DEFAULT_CONTENT;
|
|
@@ -227,6 +284,11 @@ export const Hero7: IBlock = {
|
|
|
227
284
|
max_characters: 15,
|
|
228
285
|
},
|
|
229
286
|
},
|
|
287
|
+
{
|
|
288
|
+
key: "title_container",
|
|
289
|
+
label: "Title Container",
|
|
290
|
+
field_interface: "BoxWidget",
|
|
291
|
+
},
|
|
230
292
|
{
|
|
231
293
|
key: "title",
|
|
232
294
|
label: "Title",
|
|
@@ -238,6 +300,11 @@ export const Hero7: IBlock = {
|
|
|
238
300
|
max_characters: 80,
|
|
239
301
|
},
|
|
240
302
|
},
|
|
303
|
+
{
|
|
304
|
+
key: "description",
|
|
305
|
+
label: "Description",
|
|
306
|
+
field_interface: "TypographyWidget",
|
|
307
|
+
},
|
|
241
308
|
|
|
242
309
|
{
|
|
243
310
|
key: "author_wrapper",
|
|
@@ -290,6 +357,10 @@ export const Hero7: IBlock = {
|
|
|
290
357
|
height: "100vh",
|
|
291
358
|
"min-height": "600px",
|
|
292
359
|
overflow: "hidden",
|
|
360
|
+
"padding-top": "none",
|
|
361
|
+
"padding-bottom": "none",
|
|
362
|
+
"padding-left": "none",
|
|
363
|
+
"padding-right": "none",
|
|
293
364
|
},
|
|
294
365
|
slider_dots: {
|
|
295
366
|
position: "absolute",
|
|
@@ -70,7 +70,10 @@ const Hero7: React.FC<ILevoBlockBaseProps<IHero7Content>> = ({ content }) => {
|
|
|
70
70
|
</Box>
|
|
71
71
|
</Box>
|
|
72
72
|
</Box>
|
|
73
|
-
<
|
|
73
|
+
<Box elementKey="title_container">
|
|
74
|
+
<Heading elementKey={`slides.${index}.title`} />
|
|
75
|
+
<Typography elementKey={`slides.${index}.description`} />
|
|
76
|
+
</Box>
|
|
74
77
|
<Box elementKey={`slides.${index}.author_wrapper`}>
|
|
75
78
|
<Icon elementKey={`slides.${index}.avatar`} />
|
|
76
79
|
<Typography elementKey={`slides.${index}.author_name`} />
|