@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
|
@@ -64,7 +64,10 @@ const Testimonial4: React.FC<ILevoBlockBaseProps<ITestimonial4Content>> = ({
|
|
|
64
64
|
<Box elementKey="badge-container">
|
|
65
65
|
<Typography elementKey="badge-text" />
|
|
66
66
|
</Box>
|
|
67
|
-
<
|
|
67
|
+
<Box elementKey="text-container">
|
|
68
|
+
<Heading elementKey="title" />
|
|
69
|
+
<Typography elementKey="description" />
|
|
70
|
+
</Box>
|
|
68
71
|
</Box>
|
|
69
72
|
{count > 0 && (
|
|
70
73
|
<Box elementKey="carousel-navigation-top-container">
|
|
@@ -11,11 +11,88 @@ const DUMMY_ICON = {
|
|
|
11
11
|
},
|
|
12
12
|
};
|
|
13
13
|
|
|
14
|
+
const MEDIA_AVATAR_1 = {
|
|
15
|
+
id: "R6eXNbORkdbl",
|
|
16
|
+
filename: "testimonial-5-avatar-1.png",
|
|
17
|
+
kind: "image",
|
|
18
|
+
location:
|
|
19
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL.png",
|
|
20
|
+
srcset: {
|
|
21
|
+
"1080w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp",
|
|
23
|
+
"1200w":
|
|
24
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp",
|
|
25
|
+
"1920w":
|
|
26
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp",
|
|
27
|
+
"320w":
|
|
28
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp",
|
|
29
|
+
"640w":
|
|
30
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp",
|
|
31
|
+
"750w":
|
|
32
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp",
|
|
33
|
+
"828w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp",
|
|
35
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-1-oilprpqbsdSL-1920w.webp 1920w",
|
|
36
|
+
},
|
|
37
|
+
mimetype: "image/png",
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const MEDIA_AVATAR_2 = {
|
|
41
|
+
id: "6Hg6xxyV3ZKJ",
|
|
42
|
+
filename: "testimonial-5-avatar-2.png",
|
|
43
|
+
kind: "image",
|
|
44
|
+
location:
|
|
45
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc.png",
|
|
46
|
+
srcset: {
|
|
47
|
+
"1080w":
|
|
48
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp",
|
|
49
|
+
"1200w":
|
|
50
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp",
|
|
51
|
+
"1920w":
|
|
52
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp",
|
|
53
|
+
"320w":
|
|
54
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp",
|
|
55
|
+
"640w":
|
|
56
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp",
|
|
57
|
+
"750w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp",
|
|
59
|
+
"828w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp",
|
|
61
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-2-xlo5CSMxu0Fc-1200w.webp 1200w",
|
|
62
|
+
},
|
|
63
|
+
mimetype: "image/png",
|
|
64
|
+
};
|
|
65
|
+
const MEDIA_AVATAR_3 = {
|
|
66
|
+
id: "VbXFFm7BySJX9",
|
|
67
|
+
filename: "testimonial-5-avatar-3.png",
|
|
68
|
+
kind: "image",
|
|
69
|
+
location:
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY.png",
|
|
71
|
+
srcset: {
|
|
72
|
+
"1080w":
|
|
73
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp",
|
|
74
|
+
"1200w":
|
|
75
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp",
|
|
76
|
+
"1920w":
|
|
77
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp",
|
|
78
|
+
"320w":
|
|
79
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp",
|
|
80
|
+
"640w":
|
|
81
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp",
|
|
82
|
+
"750w":
|
|
83
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp",
|
|
84
|
+
"828w":
|
|
85
|
+
"https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp",
|
|
86
|
+
path: "https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/testimonial-5-avatar-3-6HgExxyV3ABY-750w.webp 750w",
|
|
87
|
+
},
|
|
88
|
+
mimetype: "image/png",
|
|
89
|
+
};
|
|
90
|
+
|
|
14
91
|
const DEFAULT_TESTIMONIALS_CONTENT = [
|
|
15
92
|
{
|
|
16
93
|
card: null,
|
|
17
94
|
profileSection: null,
|
|
18
|
-
avatar:
|
|
95
|
+
avatar: MEDIA_AVATAR_1,
|
|
19
96
|
clientInfo: null,
|
|
20
97
|
name: "John Smith",
|
|
21
98
|
position: "Director, Global Supply Chain",
|
|
@@ -25,7 +102,7 @@ const DEFAULT_TESTIMONIALS_CONTENT = [
|
|
|
25
102
|
{
|
|
26
103
|
card: null,
|
|
27
104
|
profileSection: null,
|
|
28
|
-
avatar:
|
|
105
|
+
avatar: MEDIA_AVATAR_1,
|
|
29
106
|
clientInfo: null,
|
|
30
107
|
name: "Sarah Chen",
|
|
31
108
|
position: "VP of Operations",
|
|
@@ -35,7 +112,7 @@ const DEFAULT_TESTIMONIALS_CONTENT = [
|
|
|
35
112
|
{
|
|
36
113
|
card: null,
|
|
37
114
|
profileSection: null,
|
|
38
|
-
avatar:
|
|
115
|
+
avatar: MEDIA_AVATAR_1,
|
|
39
116
|
clientInfo: null,
|
|
40
117
|
name: "Michael Rodriguez",
|
|
41
118
|
position: "Chief Technology Officer",
|
|
@@ -45,7 +122,7 @@ const DEFAULT_TESTIMONIALS_CONTENT = [
|
|
|
45
122
|
{
|
|
46
123
|
card: null,
|
|
47
124
|
profileSection: null,
|
|
48
|
-
avatar:
|
|
125
|
+
avatar: MEDIA_AVATAR_1,
|
|
49
126
|
clientInfo: null,
|
|
50
127
|
name: "Emily Johnson",
|
|
51
128
|
position: "Supply Chain Manager",
|
|
@@ -68,108 +145,20 @@ export const DEFAULT_CONTENT = {
|
|
|
68
145
|
"carousel-navigation-pill": null,
|
|
69
146
|
};
|
|
70
147
|
|
|
71
|
-
const TESTIMONIAL_CARD_STYLE = {
|
|
72
|
-
card: {
|
|
73
|
-
display: "flex",
|
|
74
|
-
"flex-direction": "column",
|
|
75
|
-
"background-color": "var(--color-background)",
|
|
76
|
-
"border-radius": "2xl",
|
|
77
|
-
"box-shadow": "lg",
|
|
78
|
-
padding: "2xl",
|
|
79
|
-
"row-gap": "xl",
|
|
80
|
-
border: "1px solid",
|
|
81
|
-
"border-color": "var(--color-border)",
|
|
82
|
-
height: "100%",
|
|
83
|
-
mobile: {
|
|
84
|
-
padding: "lg",
|
|
85
|
-
"row-gap": "lg",
|
|
86
|
-
},
|
|
87
|
-
},
|
|
88
|
-
profileSection: {
|
|
89
|
-
display: "flex",
|
|
90
|
-
"align-items": "center",
|
|
91
|
-
"column-gap": "lg",
|
|
92
|
-
mobile: {
|
|
93
|
-
"column-gap": "sm",
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
avatar: {
|
|
97
|
-
height: "64px",
|
|
98
|
-
width: "64px",
|
|
99
|
-
"border-radius": "50%",
|
|
100
|
-
"object-fit": "cover",
|
|
101
|
-
border: "2px solid",
|
|
102
|
-
"border-color": "var(--color-border)",
|
|
103
|
-
mobile: {
|
|
104
|
-
height: "48px",
|
|
105
|
-
width: "48px",
|
|
106
|
-
},
|
|
107
|
-
},
|
|
108
|
-
clientInfo: {
|
|
109
|
-
display: "flex",
|
|
110
|
-
"flex-direction": "column",
|
|
111
|
-
"row-gap": "4xs",
|
|
112
|
-
},
|
|
113
|
-
name: {
|
|
114
|
-
color: "var(--color-text-1)",
|
|
115
|
-
"font-size": "xl",
|
|
116
|
-
"font-weight": "bold",
|
|
117
|
-
mobile: {
|
|
118
|
-
"font-size": "lg",
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
position: {
|
|
122
|
-
color: "var(--color-text-2)",
|
|
123
|
-
"font-size": "sm",
|
|
124
|
-
"font-weight": "medium",
|
|
125
|
-
},
|
|
126
|
-
quote: {
|
|
127
|
-
color: "var(--color-text-1)",
|
|
128
|
-
"font-size": "base",
|
|
129
|
-
"line-height": 1.6,
|
|
130
|
-
"font-style": "italic",
|
|
131
|
-
mobile: {
|
|
132
|
-
"font-size": "sm",
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
const TESTIMONIALS_STYLES = Array(DEFAULT_TESTIMONIALS_CONTENT.length)
|
|
138
|
-
?.fill(0)
|
|
139
|
-
?.map(() => TESTIMONIAL_CARD_STYLE);
|
|
140
|
-
|
|
141
148
|
export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
142
149
|
key: "default",
|
|
143
150
|
title: "Default",
|
|
144
151
|
styles: {
|
|
145
|
-
layout: {
|
|
146
|
-
width: "100%",
|
|
147
|
-
"padding-top": "10xl",
|
|
148
|
-
"padding-bottom": "10xl",
|
|
149
|
-
"padding-right": "8xl",
|
|
150
|
-
"padding-left": "8xl",
|
|
151
|
-
"media:max:768px": {
|
|
152
|
-
"padding-top": "5xl",
|
|
153
|
-
"padding-bottom": "5xl",
|
|
154
|
-
"padding-right": "5xl",
|
|
155
|
-
"padding-left": "5xl",
|
|
156
|
-
},
|
|
157
|
-
"media:max:480px": {
|
|
158
|
-
"padding-top": "2xl",
|
|
159
|
-
"padding-bottom": "2xl",
|
|
160
|
-
"padding-right": "2xl",
|
|
161
|
-
"padding-left": "2xl",
|
|
162
|
-
},
|
|
163
|
-
},
|
|
152
|
+
layout: {},
|
|
164
153
|
container: {
|
|
165
154
|
width: "100%",
|
|
166
155
|
display: "flex",
|
|
167
156
|
"flex-direction": "column",
|
|
168
157
|
"row-gap": "7xl",
|
|
169
|
-
|
|
158
|
+
tablet: {
|
|
170
159
|
"row-gap": "3xl",
|
|
171
160
|
},
|
|
172
|
-
|
|
161
|
+
mobile: {
|
|
173
162
|
"row-gap": "4xl",
|
|
174
163
|
},
|
|
175
164
|
},
|
|
@@ -189,21 +178,8 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
189
178
|
"row-gap": "sm",
|
|
190
179
|
"max-width": "600px",
|
|
191
180
|
},
|
|
192
|
-
title: {
|
|
193
|
-
|
|
194
|
-
"font-weight": "bold",
|
|
195
|
-
color: "var(--color-text-1)",
|
|
196
|
-
tablet: {
|
|
197
|
-
"font-size": "2xl",
|
|
198
|
-
},
|
|
199
|
-
},
|
|
200
|
-
description: {
|
|
201
|
-
"font-size": "lg",
|
|
202
|
-
color: "var(--color-text-2)",
|
|
203
|
-
tablet: {
|
|
204
|
-
"font-size": "base",
|
|
205
|
-
},
|
|
206
|
-
},
|
|
181
|
+
title: {},
|
|
182
|
+
description: {},
|
|
207
183
|
testimonials_levoGroup: {
|
|
208
184
|
number_of_slides: 1,
|
|
209
185
|
tablet: {
|
|
@@ -257,26 +233,13 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
257
233
|
"row-gap": "4xs",
|
|
258
234
|
},
|
|
259
235
|
name: {
|
|
260
|
-
|
|
261
|
-
"font-size": "xl",
|
|
262
|
-
"font-weight": "bold",
|
|
263
|
-
mobile: {
|
|
264
|
-
"font-size": "lg",
|
|
265
|
-
},
|
|
236
|
+
"font-weight": 700,
|
|
266
237
|
},
|
|
267
238
|
position: {
|
|
268
|
-
|
|
269
|
-
"font-size": "sm",
|
|
270
|
-
"font-weight": "medium",
|
|
239
|
+
"font-weight": 500,
|
|
271
240
|
},
|
|
272
241
|
quote: {
|
|
273
|
-
color: "var(--color-text-1)",
|
|
274
|
-
"font-size": "base",
|
|
275
|
-
"line-height": 1.6,
|
|
276
242
|
"font-style": "italic",
|
|
277
|
-
mobile: {
|
|
278
|
-
"font-size": "sm",
|
|
279
|
-
},
|
|
280
243
|
},
|
|
281
244
|
},
|
|
282
245
|
{
|
|
@@ -322,26 +285,13 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
322
285
|
"row-gap": "4xs",
|
|
323
286
|
},
|
|
324
287
|
name: {
|
|
325
|
-
|
|
326
|
-
"font-size": "xl",
|
|
327
|
-
"font-weight": "bold",
|
|
328
|
-
mobile: {
|
|
329
|
-
"font-size": "lg",
|
|
330
|
-
},
|
|
288
|
+
"font-weight": 700,
|
|
331
289
|
},
|
|
332
290
|
position: {
|
|
333
|
-
|
|
334
|
-
"font-size": "sm",
|
|
335
|
-
"font-weight": "medium",
|
|
291
|
+
"font-weight": 500,
|
|
336
292
|
},
|
|
337
293
|
quote: {
|
|
338
|
-
color: "var(--color-text-1)",
|
|
339
|
-
"font-size": "base",
|
|
340
|
-
"line-height": 1.6,
|
|
341
294
|
"font-style": "italic",
|
|
342
|
-
mobile: {
|
|
343
|
-
"font-size": "sm",
|
|
344
|
-
},
|
|
345
295
|
},
|
|
346
296
|
},
|
|
347
297
|
{
|
|
@@ -387,32 +337,19 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
387
337
|
"row-gap": "4xs",
|
|
388
338
|
},
|
|
389
339
|
name: {
|
|
390
|
-
|
|
391
|
-
"font-size": "xl",
|
|
392
|
-
"font-weight": "bold",
|
|
393
|
-
mobile: {
|
|
394
|
-
"font-size": "lg",
|
|
395
|
-
},
|
|
340
|
+
"font-weight": 700,
|
|
396
341
|
},
|
|
397
342
|
position: {
|
|
398
|
-
|
|
399
|
-
"font-size": "sm",
|
|
400
|
-
"font-weight": "medium",
|
|
343
|
+
"font-weight": 500,
|
|
401
344
|
},
|
|
402
345
|
quote: {
|
|
403
|
-
color: "var(--color-text-1)",
|
|
404
|
-
"font-size": "base",
|
|
405
|
-
"line-height": 1.6,
|
|
406
346
|
"font-style": "italic",
|
|
407
|
-
mobile: {
|
|
408
|
-
"font-size": "sm",
|
|
409
|
-
},
|
|
410
347
|
},
|
|
411
348
|
},
|
|
412
349
|
{
|
|
413
350
|
card: {
|
|
414
351
|
display: "flex",
|
|
415
|
-
"flex-direction": "column",
|
|
352
|
+
"flex-direction": "column-reverse",
|
|
416
353
|
"background-color": "var(--color-background)",
|
|
417
354
|
"border-radius": "2xl",
|
|
418
355
|
"box-shadow": "lg",
|
|
@@ -452,26 +389,13 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
452
389
|
"row-gap": "4xs",
|
|
453
390
|
},
|
|
454
391
|
name: {
|
|
455
|
-
|
|
456
|
-
"font-size": "xl",
|
|
457
|
-
"font-weight": "bold",
|
|
458
|
-
mobile: {
|
|
459
|
-
"font-size": "lg",
|
|
460
|
-
},
|
|
392
|
+
"font-weight": 700,
|
|
461
393
|
},
|
|
462
394
|
position: {
|
|
463
|
-
|
|
464
|
-
"font-size": "sm",
|
|
465
|
-
"font-weight": "medium",
|
|
395
|
+
"font-weight": 500,
|
|
466
396
|
},
|
|
467
397
|
quote: {
|
|
468
|
-
color: "var(--color-text-1)",
|
|
469
|
-
"font-size": "base",
|
|
470
|
-
"line-height": 1.6,
|
|
471
398
|
"font-style": "italic",
|
|
472
|
-
mobile: {
|
|
473
|
-
"font-size": "sm",
|
|
474
|
-
},
|
|
475
399
|
},
|
|
476
400
|
},
|
|
477
401
|
],
|
|
@@ -506,5 +430,89 @@ export const defaultTestimonial5Variant: IBlockLayouts = {
|
|
|
506
430
|
autoPlay: false,
|
|
507
431
|
},
|
|
508
432
|
},
|
|
433
|
+
title: {
|
|
434
|
+
selectedVariants: {
|
|
435
|
+
Heading_Level: "H2",
|
|
436
|
+
},
|
|
437
|
+
},
|
|
438
|
+
description: {
|
|
439
|
+
selectedVariants: {
|
|
440
|
+
Typography_Variants: "Large",
|
|
441
|
+
},
|
|
442
|
+
},
|
|
443
|
+
testimonials: [
|
|
444
|
+
{
|
|
445
|
+
name: {
|
|
446
|
+
heading: {
|
|
447
|
+
level: "4",
|
|
448
|
+
},
|
|
449
|
+
selectedVariants: {
|
|
450
|
+
Heading_Level: "H5",
|
|
451
|
+
},
|
|
452
|
+
},
|
|
453
|
+
position: {
|
|
454
|
+
selectedVariants: {
|
|
455
|
+
Typography_Variants: "Small",
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
quote: {
|
|
459
|
+
selectedVariants: {},
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
name: {
|
|
464
|
+
selectedVariants: {
|
|
465
|
+
Heading_Level: "H5",
|
|
466
|
+
},
|
|
467
|
+
heading: {
|
|
468
|
+
level: "4",
|
|
469
|
+
},
|
|
470
|
+
},
|
|
471
|
+
quote: {
|
|
472
|
+
selectedVariants: {},
|
|
473
|
+
},
|
|
474
|
+
position: {
|
|
475
|
+
selectedVariants: {
|
|
476
|
+
Typography_Variants: "Small",
|
|
477
|
+
},
|
|
478
|
+
},
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
name: {
|
|
482
|
+
selectedVariants: {
|
|
483
|
+
Heading_Level: "H5",
|
|
484
|
+
},
|
|
485
|
+
heading: {
|
|
486
|
+
level: "4",
|
|
487
|
+
},
|
|
488
|
+
},
|
|
489
|
+
quote: {
|
|
490
|
+
selectedVariants: {},
|
|
491
|
+
},
|
|
492
|
+
position: {
|
|
493
|
+
selectedVariants: {
|
|
494
|
+
Typography_Variants: "Small",
|
|
495
|
+
},
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
name: {
|
|
500
|
+
selectedVariants: {
|
|
501
|
+
Heading_Level: "H5",
|
|
502
|
+
},
|
|
503
|
+
heading: {
|
|
504
|
+
level: "4",
|
|
505
|
+
},
|
|
506
|
+
},
|
|
507
|
+
quote: {
|
|
508
|
+
selectedVariants: {},
|
|
509
|
+
},
|
|
510
|
+
position: {
|
|
511
|
+
selectedVariants: {
|
|
512
|
+
Typography_Variants: "Small",
|
|
513
|
+
},
|
|
514
|
+
},
|
|
515
|
+
},
|
|
516
|
+
],
|
|
509
517
|
},
|
|
510
518
|
};
|