@levo-so/blocks 0.1.59 → 0.1.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA = {
|
|
4
|
+
id: "n3q3fSsDYQrj",
|
|
5
|
+
filename: "tabs-2-bg-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp",
|
|
10
|
+
"1200w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp",
|
|
11
|
+
"1920w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp",
|
|
12
|
+
"320w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp",
|
|
13
|
+
"640w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp",
|
|
14
|
+
"750w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp",
|
|
15
|
+
"828w": "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp",
|
|
16
|
+
path: "https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/tabs-2-bg-1-30WTpd1Q0qCc-750w.webp 750w",
|
|
17
|
+
},
|
|
18
|
+
mimetype: "image/png",
|
|
19
|
+
};
|
|
20
|
+
|
|
3
21
|
const DEFAULT_CONTENT = {
|
|
4
22
|
layout: null,
|
|
5
23
|
container: null,
|
|
@@ -7,6 +25,8 @@ const DEFAULT_CONTENT = {
|
|
|
7
25
|
left_container: null,
|
|
8
26
|
right_container: null,
|
|
9
27
|
title: "Industries We Serve",
|
|
28
|
+
description:
|
|
29
|
+
"Industries We Serve Industries We Serve Industries We Serve Industries We Serve Industries We Serve ",
|
|
10
30
|
tabs_levoGroup: null,
|
|
11
31
|
tabs_tabList: null,
|
|
12
32
|
tabs: [
|
|
@@ -17,7 +37,15 @@ const DEFAULT_CONTENT = {
|
|
|
17
37
|
card_title: "Cement Industry",
|
|
18
38
|
card_description:
|
|
19
39
|
"Robust conveyors engineered for heavy-duty cement handling, ensuring seamless material flow from raw mix to final dispatch.",
|
|
20
|
-
|
|
40
|
+
card_ctas_levoGroup: null,
|
|
41
|
+
card_ctas: [
|
|
42
|
+
{
|
|
43
|
+
card_cta: "Know More",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
card_cta: "Learn More",
|
|
47
|
+
},
|
|
48
|
+
],
|
|
21
49
|
},
|
|
22
50
|
{
|
|
23
51
|
TabsTrigger: "Food Industry",
|
|
@@ -26,7 +54,15 @@ const DEFAULT_CONTENT = {
|
|
|
26
54
|
card_title: "Food Industry",
|
|
27
55
|
card_description:
|
|
28
56
|
"Hygienic conveyor systems designed for food-grade applications, maintaining quality and safety standards throughout the process.",
|
|
29
|
-
|
|
57
|
+
card_ctas_levoGroup: null,
|
|
58
|
+
card_ctas: [
|
|
59
|
+
{
|
|
60
|
+
card_cta: "Know More",
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
card_cta: "Learn More",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
30
66
|
},
|
|
31
67
|
{
|
|
32
68
|
TabsTrigger: "Insulation Industry",
|
|
@@ -35,7 +71,15 @@ const DEFAULT_CONTENT = {
|
|
|
35
71
|
card_title: "Insulation Industry",
|
|
36
72
|
card_description:
|
|
37
73
|
"Specialized conveyor solutions for handling insulation materials with precision and care, optimized for lightweight materials.",
|
|
38
|
-
|
|
74
|
+
card_ctas_levoGroup: null,
|
|
75
|
+
card_ctas: [
|
|
76
|
+
{
|
|
77
|
+
card_cta: "Know More",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
card_cta: "Learn More",
|
|
81
|
+
},
|
|
82
|
+
],
|
|
39
83
|
},
|
|
40
84
|
{
|
|
41
85
|
TabsTrigger: "Steel & Sponge Industry",
|
|
@@ -44,7 +88,15 @@ const DEFAULT_CONTENT = {
|
|
|
44
88
|
card_title: "Steel & Sponge Industry",
|
|
45
89
|
card_description:
|
|
46
90
|
"Heavy-duty conveyor systems built to withstand extreme conditions in steel manufacturing and sponge iron production.",
|
|
47
|
-
|
|
91
|
+
card_ctas_levoGroup: null,
|
|
92
|
+
card_ctas: [
|
|
93
|
+
{
|
|
94
|
+
card_cta: "Know More",
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
card_cta: "Learn More",
|
|
98
|
+
},
|
|
99
|
+
],
|
|
48
100
|
},
|
|
49
101
|
{
|
|
50
102
|
TabsTrigger: "Power Industry",
|
|
@@ -53,7 +105,15 @@ const DEFAULT_CONTENT = {
|
|
|
53
105
|
card_title: "Power Industry",
|
|
54
106
|
card_description:
|
|
55
107
|
"Reliable conveyor solutions for power plants, handling coal, ash, and other materials with maximum efficiency.",
|
|
56
|
-
|
|
108
|
+
card_ctas_levoGroup: null,
|
|
109
|
+
card_ctas: [
|
|
110
|
+
{
|
|
111
|
+
card_cta: "Know More",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
card_cta: "Learn More",
|
|
115
|
+
},
|
|
116
|
+
],
|
|
57
117
|
},
|
|
58
118
|
{
|
|
59
119
|
TabsTrigger: "General Engineering",
|
|
@@ -62,7 +122,15 @@ const DEFAULT_CONTENT = {
|
|
|
62
122
|
card_title: "General Engineering",
|
|
63
123
|
card_description:
|
|
64
124
|
"Versatile conveyor systems adaptable to various engineering applications, providing flexible solutions for diverse needs.",
|
|
65
|
-
|
|
125
|
+
card_ctas_levoGroup: null,
|
|
126
|
+
card_ctas: [
|
|
127
|
+
{
|
|
128
|
+
card_cta: "Know More",
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
card_cta: "Learn More",
|
|
132
|
+
},
|
|
133
|
+
],
|
|
66
134
|
},
|
|
67
135
|
],
|
|
68
136
|
};
|
|
@@ -97,11 +165,21 @@ export const Tab2: IBlock = {
|
|
|
97
165
|
label: "Left Container",
|
|
98
166
|
field_interface: "BoxWidget",
|
|
99
167
|
},
|
|
168
|
+
{
|
|
169
|
+
key: "header",
|
|
170
|
+
label: "Header",
|
|
171
|
+
field_interface: "BoxWidget",
|
|
172
|
+
},
|
|
100
173
|
{
|
|
101
174
|
key: "title",
|
|
102
175
|
label: "Title",
|
|
103
176
|
field_interface: "HeadingWidget",
|
|
104
177
|
},
|
|
178
|
+
{
|
|
179
|
+
key: "description",
|
|
180
|
+
label: "Description",
|
|
181
|
+
field_interface: "TypographyWidget",
|
|
182
|
+
},
|
|
105
183
|
{
|
|
106
184
|
key: "tabs_levoGroup",
|
|
107
185
|
label: "Tabs Group",
|
|
@@ -149,9 +227,17 @@ export const Tab2: IBlock = {
|
|
|
149
227
|
field_interface: "TypographyWidget",
|
|
150
228
|
},
|
|
151
229
|
{
|
|
152
|
-
key: "
|
|
153
|
-
label: "Card CTA",
|
|
154
|
-
field_interface: "
|
|
230
|
+
key: "card_ctas",
|
|
231
|
+
label: "Card CTA Group",
|
|
232
|
+
field_interface: "BoxWidget",
|
|
233
|
+
kind: "group",
|
|
234
|
+
fields: [
|
|
235
|
+
{
|
|
236
|
+
key: "card_cta",
|
|
237
|
+
label: "Card CTA",
|
|
238
|
+
field_interface: "ButtonWidget",
|
|
239
|
+
},
|
|
240
|
+
],
|
|
155
241
|
},
|
|
156
242
|
],
|
|
157
243
|
},
|
|
@@ -161,15 +247,8 @@ export const Tab2: IBlock = {
|
|
|
161
247
|
key: "default",
|
|
162
248
|
title: "Default",
|
|
163
249
|
styles: {
|
|
164
|
-
layout: {
|
|
165
|
-
|
|
166
|
-
"padding-bottom": "10xl",
|
|
167
|
-
},
|
|
168
|
-
container: {
|
|
169
|
-
"max-width": "1280px",
|
|
170
|
-
"margin-left": "auto",
|
|
171
|
-
"margin-right": "auto",
|
|
172
|
-
},
|
|
250
|
+
layout: {},
|
|
251
|
+
container: {},
|
|
173
252
|
main_content_wrapper: {
|
|
174
253
|
display: "flex",
|
|
175
254
|
tablet: {
|
|
@@ -187,7 +266,6 @@ export const Tab2: IBlock = {
|
|
|
187
266
|
"justify-content": "start",
|
|
188
267
|
"align-items": "center",
|
|
189
268
|
"min-height": "600px",
|
|
190
|
-
"background-color": "gray",
|
|
191
269
|
"background-size": "cover",
|
|
192
270
|
width: "50%",
|
|
193
271
|
"padding-left": "2xl",
|
|
@@ -203,19 +281,14 @@ export const Tab2: IBlock = {
|
|
|
203
281
|
mobile: {
|
|
204
282
|
"padding-bottom": "24xl",
|
|
205
283
|
},
|
|
284
|
+
"background-color": "brand",
|
|
206
285
|
},
|
|
207
286
|
title: {
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"font-size": "32px",
|
|
214
|
-
"text-align": "center",
|
|
215
|
-
},
|
|
216
|
-
mobile: {
|
|
217
|
-
"font-size": "28px",
|
|
218
|
-
},
|
|
287
|
+
"text-align": "center",
|
|
288
|
+
color: "brandForeground",
|
|
289
|
+
},
|
|
290
|
+
description: {
|
|
291
|
+
"text-align": "center",
|
|
219
292
|
},
|
|
220
293
|
tabs_levoGroup: {},
|
|
221
294
|
tabs_tabList: {
|
|
@@ -235,9 +308,11 @@ export const Tab2: IBlock = {
|
|
|
235
308
|
"background-color": "transparent",
|
|
236
309
|
},
|
|
237
310
|
right_container: {
|
|
311
|
+
"background-image": `url("${MEDIA.location}")`,
|
|
312
|
+
"background-position": "50% 50%",
|
|
313
|
+
"background-size": "cover",
|
|
238
314
|
flex: "1",
|
|
239
315
|
"min-height": "600px",
|
|
240
|
-
"background-color": "lightGray",
|
|
241
316
|
display: "flex",
|
|
242
317
|
"justify-content": "center",
|
|
243
318
|
"align-items": "center",
|
|
@@ -257,7 +332,6 @@ export const Tab2: IBlock = {
|
|
|
257
332
|
tabs: [
|
|
258
333
|
{
|
|
259
334
|
TabsTrigger: {
|
|
260
|
-
width: "30%",
|
|
261
335
|
"background-color": "white",
|
|
262
336
|
"padding-left": "md",
|
|
263
337
|
"padding-right": "md",
|
|
@@ -268,6 +342,7 @@ export const Tab2: IBlock = {
|
|
|
268
342
|
tablet: {
|
|
269
343
|
width: "auto",
|
|
270
344
|
},
|
|
345
|
+
width: "fit-content",
|
|
271
346
|
},
|
|
272
347
|
tab_content: {
|
|
273
348
|
width: "100%",
|
|
@@ -279,8 +354,7 @@ export const Tab2: IBlock = {
|
|
|
279
354
|
"padding-bottom": "32px",
|
|
280
355
|
"padding-left": "32px",
|
|
281
356
|
"padding-right": "32px",
|
|
282
|
-
"box-shadow":
|
|
283
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
357
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
284
358
|
tablet: {
|
|
285
359
|
"padding-top": "24px",
|
|
286
360
|
"padding-bottom": "24px",
|
|
@@ -289,47 +363,29 @@ export const Tab2: IBlock = {
|
|
|
289
363
|
},
|
|
290
364
|
},
|
|
291
365
|
card_title: {
|
|
292
|
-
"font-
|
|
293
|
-
"font-weight": "700",
|
|
294
|
-
color: "text-1",
|
|
366
|
+
"font-weight": 700,
|
|
295
367
|
"margin-bottom": "16px",
|
|
296
|
-
"line-height": "1.3",
|
|
297
|
-
tablet: {
|
|
298
|
-
"font-size": "20px",
|
|
299
|
-
},
|
|
300
368
|
},
|
|
301
369
|
card_description: {
|
|
302
|
-
"font-size": "16px",
|
|
303
|
-
"line-height": "1.6",
|
|
304
|
-
color: "text-2",
|
|
305
370
|
"margin-bottom": "24px",
|
|
306
|
-
tablet: {
|
|
307
|
-
"font-size": "14px",
|
|
308
|
-
},
|
|
309
371
|
},
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"padding-right": "24px",
|
|
315
|
-
"border-radius": "lg",
|
|
316
|
-
"background-color": "primary",
|
|
317
|
-
color: "white",
|
|
318
|
-
"font-weight": "600",
|
|
319
|
-
"font-size": "14px",
|
|
320
|
-
display: "inline-flex",
|
|
372
|
+
card_ctas_levoGroup: {
|
|
373
|
+
display: "flex",
|
|
374
|
+
"column-gap": "md",
|
|
375
|
+
"row-gap": "base",
|
|
321
376
|
"align-items": "center",
|
|
322
|
-
"column-gap": "8px",
|
|
323
|
-
"transition-property": "all",
|
|
324
|
-
"transition-duration": "200ms",
|
|
325
|
-
"&:hover": {
|
|
326
|
-
"background-color": "primary-dark",
|
|
327
|
-
},
|
|
328
377
|
},
|
|
378
|
+
card_ctas: [
|
|
379
|
+
{
|
|
380
|
+
card_cta: {},
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
card_cta: {},
|
|
384
|
+
},
|
|
385
|
+
],
|
|
329
386
|
},
|
|
330
387
|
{
|
|
331
388
|
TabsTrigger: {
|
|
332
|
-
width: "30%",
|
|
333
389
|
"background-color": "white",
|
|
334
390
|
"padding-left": "md",
|
|
335
391
|
"padding-right": "md",
|
|
@@ -340,6 +396,7 @@ export const Tab2: IBlock = {
|
|
|
340
396
|
tablet: {
|
|
341
397
|
width: "auto",
|
|
342
398
|
},
|
|
399
|
+
width: "fit-content",
|
|
343
400
|
},
|
|
344
401
|
tab_content: {
|
|
345
402
|
width: "100%",
|
|
@@ -351,8 +408,7 @@ export const Tab2: IBlock = {
|
|
|
351
408
|
"padding-bottom": "32px",
|
|
352
409
|
"padding-left": "32px",
|
|
353
410
|
"padding-right": "32px",
|
|
354
|
-
"box-shadow":
|
|
355
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
411
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
356
412
|
tablet: {
|
|
357
413
|
"padding-top": "24px",
|
|
358
414
|
"padding-bottom": "24px",
|
|
@@ -361,47 +417,29 @@ export const Tab2: IBlock = {
|
|
|
361
417
|
},
|
|
362
418
|
},
|
|
363
419
|
card_title: {
|
|
364
|
-
"font-
|
|
365
|
-
"font-weight": "700",
|
|
366
|
-
color: "text-1",
|
|
420
|
+
"font-weight": 700,
|
|
367
421
|
"margin-bottom": "16px",
|
|
368
|
-
"line-height": "1.3",
|
|
369
|
-
tablet: {
|
|
370
|
-
"font-size": "20px",
|
|
371
|
-
},
|
|
372
422
|
},
|
|
373
423
|
card_description: {
|
|
374
|
-
"font-size": "16px",
|
|
375
|
-
"line-height": "1.6",
|
|
376
|
-
color: "text-2",
|
|
377
424
|
"margin-bottom": "24px",
|
|
378
|
-
tablet: {
|
|
379
|
-
"font-size": "14px",
|
|
380
|
-
},
|
|
381
425
|
},
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"padding-right": "24px",
|
|
387
|
-
"border-radius": "lg",
|
|
388
|
-
"background-color": "primary",
|
|
389
|
-
color: "white",
|
|
390
|
-
"font-weight": "600",
|
|
391
|
-
"font-size": "14px",
|
|
392
|
-
display: "inline-flex",
|
|
426
|
+
card_ctas_levoGroup: {
|
|
427
|
+
display: "flex",
|
|
428
|
+
"column-gap": "md",
|
|
429
|
+
"row-gap": "base",
|
|
393
430
|
"align-items": "center",
|
|
394
|
-
"column-gap": "8px",
|
|
395
|
-
"transition-property": "all",
|
|
396
|
-
"transition-duration": "200ms",
|
|
397
|
-
"&:hover": {
|
|
398
|
-
"background-color": "primary-dark",
|
|
399
|
-
},
|
|
400
431
|
},
|
|
432
|
+
card_ctas: [
|
|
433
|
+
{
|
|
434
|
+
card_cta: {},
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
card_cta: {},
|
|
438
|
+
},
|
|
439
|
+
],
|
|
401
440
|
},
|
|
402
441
|
{
|
|
403
442
|
TabsTrigger: {
|
|
404
|
-
width: "30%",
|
|
405
443
|
"background-color": "white",
|
|
406
444
|
"padding-left": "md",
|
|
407
445
|
"padding-right": "md",
|
|
@@ -412,6 +450,7 @@ export const Tab2: IBlock = {
|
|
|
412
450
|
tablet: {
|
|
413
451
|
width: "auto",
|
|
414
452
|
},
|
|
453
|
+
width: "fit-content",
|
|
415
454
|
},
|
|
416
455
|
tab_content: {
|
|
417
456
|
width: "100%",
|
|
@@ -423,8 +462,7 @@ export const Tab2: IBlock = {
|
|
|
423
462
|
"padding-bottom": "32px",
|
|
424
463
|
"padding-left": "32px",
|
|
425
464
|
"padding-right": "32px",
|
|
426
|
-
"box-shadow":
|
|
427
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
465
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
428
466
|
tablet: {
|
|
429
467
|
"padding-top": "24px",
|
|
430
468
|
"padding-bottom": "24px",
|
|
@@ -433,50 +471,32 @@ export const Tab2: IBlock = {
|
|
|
433
471
|
},
|
|
434
472
|
},
|
|
435
473
|
card_title: {
|
|
436
|
-
"font-
|
|
437
|
-
"font-weight": "700",
|
|
438
|
-
color: "text-1",
|
|
474
|
+
"font-weight": 700,
|
|
439
475
|
"margin-bottom": "16px",
|
|
440
|
-
"line-height": "1.3",
|
|
441
|
-
tablet: {
|
|
442
|
-
"font-size": "20px",
|
|
443
|
-
},
|
|
444
476
|
},
|
|
445
477
|
card_description: {
|
|
446
|
-
"font-size": "16px",
|
|
447
|
-
"line-height": "1.6",
|
|
448
|
-
color: "text-2",
|
|
449
478
|
"margin-bottom": "24px",
|
|
450
|
-
tablet: {
|
|
451
|
-
"font-size": "14px",
|
|
452
|
-
},
|
|
453
479
|
},
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"padding-right": "24px",
|
|
459
|
-
"border-radius": "lg",
|
|
460
|
-
"background-color": "primary",
|
|
461
|
-
color: "white",
|
|
462
|
-
"font-weight": "600",
|
|
463
|
-
"font-size": "14px",
|
|
464
|
-
display: "inline-flex",
|
|
480
|
+
card_ctas_levoGroup: {
|
|
481
|
+
display: "flex",
|
|
482
|
+
"column-gap": "md",
|
|
483
|
+
"row-gap": "base",
|
|
465
484
|
"align-items": "center",
|
|
466
|
-
"column-gap": "8px",
|
|
467
|
-
"transition-property": "all",
|
|
468
|
-
"transition-duration": "200ms",
|
|
469
|
-
"&:hover": {
|
|
470
|
-
"background-color": "primary-dark",
|
|
471
|
-
},
|
|
472
485
|
},
|
|
486
|
+
card_ctas: [
|
|
487
|
+
{
|
|
488
|
+
card_cta: {},
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
card_cta: {},
|
|
492
|
+
},
|
|
493
|
+
],
|
|
473
494
|
},
|
|
474
495
|
{
|
|
475
496
|
TabsTrigger: {
|
|
476
|
-
width: "40%",
|
|
477
497
|
"background-color": "white",
|
|
478
|
-
"padding-left": "
|
|
479
|
-
"padding-right": "
|
|
498
|
+
"padding-left": "md",
|
|
499
|
+
"padding-right": "md",
|
|
480
500
|
"padding-top": "xs",
|
|
481
501
|
"padding-bottom": "xs",
|
|
482
502
|
"border-radius": "3xl",
|
|
@@ -484,6 +504,7 @@ export const Tab2: IBlock = {
|
|
|
484
504
|
tablet: {
|
|
485
505
|
width: "auto",
|
|
486
506
|
},
|
|
507
|
+
width: "fit-content",
|
|
487
508
|
},
|
|
488
509
|
tab_content: {
|
|
489
510
|
width: "100%",
|
|
@@ -495,8 +516,7 @@ export const Tab2: IBlock = {
|
|
|
495
516
|
"padding-bottom": "32px",
|
|
496
517
|
"padding-left": "32px",
|
|
497
518
|
"padding-right": "32px",
|
|
498
|
-
"box-shadow":
|
|
499
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
519
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
500
520
|
tablet: {
|
|
501
521
|
"padding-top": "24px",
|
|
502
522
|
"padding-bottom": "24px",
|
|
@@ -505,50 +525,32 @@ export const Tab2: IBlock = {
|
|
|
505
525
|
},
|
|
506
526
|
},
|
|
507
527
|
card_title: {
|
|
508
|
-
"font-
|
|
509
|
-
"font-weight": "700",
|
|
510
|
-
color: "text-1",
|
|
528
|
+
"font-weight": 700,
|
|
511
529
|
"margin-bottom": "16px",
|
|
512
|
-
"line-height": "1.3",
|
|
513
|
-
tablet: {
|
|
514
|
-
"font-size": "20px",
|
|
515
|
-
},
|
|
516
530
|
},
|
|
517
531
|
card_description: {
|
|
518
|
-
"font-size": "16px",
|
|
519
|
-
"line-height": "1.6",
|
|
520
|
-
color: "text-2",
|
|
521
532
|
"margin-bottom": "24px",
|
|
522
|
-
tablet: {
|
|
523
|
-
"font-size": "14px",
|
|
524
|
-
},
|
|
525
533
|
},
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
"padding-right": "24px",
|
|
531
|
-
"border-radius": "lg",
|
|
532
|
-
"background-color": "primary",
|
|
533
|
-
color: "white",
|
|
534
|
-
"font-weight": "600",
|
|
535
|
-
"font-size": "14px",
|
|
536
|
-
display: "inline-flex",
|
|
534
|
+
card_ctas_levoGroup: {
|
|
535
|
+
display: "flex",
|
|
536
|
+
"column-gap": "md",
|
|
537
|
+
"row-gap": "base",
|
|
537
538
|
"align-items": "center",
|
|
538
|
-
"column-gap": "8px",
|
|
539
|
-
"transition-property": "all",
|
|
540
|
-
"transition-duration": "200ms",
|
|
541
|
-
"&:hover": {
|
|
542
|
-
"background-color": "primary-dark",
|
|
543
|
-
},
|
|
544
539
|
},
|
|
540
|
+
card_ctas: [
|
|
541
|
+
{
|
|
542
|
+
card_cta: {},
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
card_cta: {},
|
|
546
|
+
},
|
|
547
|
+
],
|
|
545
548
|
},
|
|
546
549
|
{
|
|
547
550
|
TabsTrigger: {
|
|
548
|
-
width: "40%",
|
|
549
551
|
"background-color": "white",
|
|
550
|
-
"padding-left": "
|
|
551
|
-
"padding-right": "
|
|
552
|
+
"padding-left": "md",
|
|
553
|
+
"padding-right": "md",
|
|
552
554
|
"padding-top": "xs",
|
|
553
555
|
"padding-bottom": "xs",
|
|
554
556
|
"border-radius": "3xl",
|
|
@@ -556,6 +558,7 @@ export const Tab2: IBlock = {
|
|
|
556
558
|
tablet: {
|
|
557
559
|
width: "auto",
|
|
558
560
|
},
|
|
561
|
+
width: "fit-content",
|
|
559
562
|
},
|
|
560
563
|
tab_content: {
|
|
561
564
|
width: "100%",
|
|
@@ -567,8 +570,7 @@ export const Tab2: IBlock = {
|
|
|
567
570
|
"padding-bottom": "32px",
|
|
568
571
|
"padding-left": "32px",
|
|
569
572
|
"padding-right": "32px",
|
|
570
|
-
"box-shadow":
|
|
571
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
573
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
572
574
|
tablet: {
|
|
573
575
|
"padding-top": "24px",
|
|
574
576
|
"padding-bottom": "24px",
|
|
@@ -577,47 +579,29 @@ export const Tab2: IBlock = {
|
|
|
577
579
|
},
|
|
578
580
|
},
|
|
579
581
|
card_title: {
|
|
580
|
-
"font-
|
|
581
|
-
"font-weight": "700",
|
|
582
|
-
color: "text-1",
|
|
582
|
+
"font-weight": 700,
|
|
583
583
|
"margin-bottom": "16px",
|
|
584
|
-
"line-height": "1.3",
|
|
585
|
-
tablet: {
|
|
586
|
-
"font-size": "20px",
|
|
587
|
-
},
|
|
588
584
|
},
|
|
589
585
|
card_description: {
|
|
590
|
-
"font-size": "16px",
|
|
591
|
-
"line-height": "1.6",
|
|
592
|
-
color: "text-2",
|
|
593
586
|
"margin-bottom": "24px",
|
|
594
|
-
tablet: {
|
|
595
|
-
"font-size": "14px",
|
|
596
|
-
},
|
|
597
587
|
},
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
"
|
|
601
|
-
"
|
|
602
|
-
"padding-right": "24px",
|
|
603
|
-
"border-radius": "lg",
|
|
604
|
-
"background-color": "primary",
|
|
605
|
-
color: "white",
|
|
606
|
-
"font-weight": "600",
|
|
607
|
-
"font-size": "14px",
|
|
608
|
-
display: "inline-flex",
|
|
588
|
+
card_ctas_levoGroup: {
|
|
589
|
+
display: "flex",
|
|
590
|
+
"column-gap": "md",
|
|
591
|
+
"row-gap": "base",
|
|
609
592
|
"align-items": "center",
|
|
610
|
-
"column-gap": "8px",
|
|
611
|
-
"transition-property": "all",
|
|
612
|
-
"transition-duration": "200ms",
|
|
613
|
-
"&:hover": {
|
|
614
|
-
"background-color": "primary-dark",
|
|
615
|
-
},
|
|
616
593
|
},
|
|
594
|
+
card_ctas: [
|
|
595
|
+
{
|
|
596
|
+
card_cta: {},
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
card_cta: {},
|
|
600
|
+
},
|
|
601
|
+
],
|
|
617
602
|
},
|
|
618
603
|
{
|
|
619
604
|
TabsTrigger: {
|
|
620
|
-
width: "33%",
|
|
621
605
|
"background-color": "white",
|
|
622
606
|
"padding-left": "md",
|
|
623
607
|
"padding-right": "md",
|
|
@@ -628,6 +612,7 @@ export const Tab2: IBlock = {
|
|
|
628
612
|
tablet: {
|
|
629
613
|
width: "auto",
|
|
630
614
|
},
|
|
615
|
+
width: "fit-content",
|
|
631
616
|
},
|
|
632
617
|
tab_content: {
|
|
633
618
|
width: "100%",
|
|
@@ -639,8 +624,7 @@ export const Tab2: IBlock = {
|
|
|
639
624
|
"padding-bottom": "32px",
|
|
640
625
|
"padding-left": "32px",
|
|
641
626
|
"padding-right": "32px",
|
|
642
|
-
"box-shadow":
|
|
643
|
-
"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
627
|
+
"box-shadow": "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
|
|
644
628
|
tablet: {
|
|
645
629
|
"padding-top": "24px",
|
|
646
630
|
"padding-bottom": "24px",
|
|
@@ -649,43 +633,26 @@ export const Tab2: IBlock = {
|
|
|
649
633
|
},
|
|
650
634
|
},
|
|
651
635
|
card_title: {
|
|
652
|
-
"font-
|
|
653
|
-
"font-weight": "700",
|
|
654
|
-
color: "text-1",
|
|
636
|
+
"font-weight": 700,
|
|
655
637
|
"margin-bottom": "16px",
|
|
656
|
-
"line-height": "1.3",
|
|
657
|
-
tablet: {
|
|
658
|
-
"font-size": "20px",
|
|
659
|
-
},
|
|
660
638
|
},
|
|
661
639
|
card_description: {
|
|
662
|
-
"font-size": "16px",
|
|
663
|
-
"line-height": "1.6",
|
|
664
|
-
color: "text-2",
|
|
665
640
|
"margin-bottom": "24px",
|
|
666
|
-
tablet: {
|
|
667
|
-
"font-size": "14px",
|
|
668
|
-
},
|
|
669
641
|
},
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"padding-right": "24px",
|
|
675
|
-
"border-radius": "lg",
|
|
676
|
-
"background-color": "primary",
|
|
677
|
-
color: "white",
|
|
678
|
-
"font-weight": "600",
|
|
679
|
-
"font-size": "14px",
|
|
680
|
-
display: "inline-flex",
|
|
642
|
+
card_ctas_levoGroup: {
|
|
643
|
+
display: "flex",
|
|
644
|
+
"column-gap": "md",
|
|
645
|
+
"row-gap": "base",
|
|
681
646
|
"align-items": "center",
|
|
682
|
-
"column-gap": "8px",
|
|
683
|
-
"transition-property": "all",
|
|
684
|
-
"transition-duration": "200ms",
|
|
685
|
-
"&:hover": {
|
|
686
|
-
"background-color": "primary-dark",
|
|
687
|
-
},
|
|
688
647
|
},
|
|
648
|
+
card_ctas: [
|
|
649
|
+
{
|
|
650
|
+
card_cta: {},
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
card_cta: {},
|
|
654
|
+
},
|
|
655
|
+
],
|
|
689
656
|
},
|
|
690
657
|
],
|
|
691
658
|
},
|
|
@@ -693,74 +660,24 @@ export const Tab2: IBlock = {
|
|
|
693
660
|
config: {
|
|
694
661
|
title: {
|
|
695
662
|
heading: {
|
|
696
|
-
level: 2,
|
|
663
|
+
level: "2",
|
|
697
664
|
},
|
|
698
665
|
selectedVariants: {
|
|
699
|
-
Heading_Level: "
|
|
666
|
+
Heading_Level: "H3",
|
|
700
667
|
},
|
|
701
668
|
},
|
|
702
|
-
tabs:
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
heading: {
|
|
706
|
-
level: 3,
|
|
707
|
-
},
|
|
708
|
-
selectedVariants: {
|
|
709
|
-
Heading_Level: "H3",
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
card_title: {
|
|
715
|
-
heading: {
|
|
716
|
-
level: 3,
|
|
717
|
-
},
|
|
718
|
-
selectedVariants: {
|
|
719
|
-
Heading_Level: "H3",
|
|
720
|
-
},
|
|
721
|
-
},
|
|
722
|
-
},
|
|
723
|
-
{
|
|
669
|
+
tabs: Array(6)
|
|
670
|
+
.fill(0)
|
|
671
|
+
.map((v) => ({
|
|
724
672
|
card_title: {
|
|
725
673
|
heading: {
|
|
726
674
|
level: 3,
|
|
727
675
|
},
|
|
728
676
|
selectedVariants: {
|
|
729
|
-
Heading_Level: "
|
|
677
|
+
Heading_Level: "H5",
|
|
730
678
|
},
|
|
731
679
|
},
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
card_title: {
|
|
735
|
-
heading: {
|
|
736
|
-
level: 3,
|
|
737
|
-
},
|
|
738
|
-
selectedVariants: {
|
|
739
|
-
Heading_Level: "H3",
|
|
740
|
-
},
|
|
741
|
-
},
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
card_title: {
|
|
745
|
-
heading: {
|
|
746
|
-
level: 3,
|
|
747
|
-
},
|
|
748
|
-
selectedVariants: {
|
|
749
|
-
Heading_Level: "H3",
|
|
750
|
-
},
|
|
751
|
-
},
|
|
752
|
-
},
|
|
753
|
-
{
|
|
754
|
-
card_title: {
|
|
755
|
-
heading: {
|
|
756
|
-
level: 3,
|
|
757
|
-
},
|
|
758
|
-
selectedVariants: {
|
|
759
|
-
Heading_Level: "H3",
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
],
|
|
680
|
+
})),
|
|
764
681
|
},
|
|
765
682
|
},
|
|
766
683
|
],
|