@levo-so/blocks 0.1.101 → 0.1.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -23
- package/src/blocks/about-us/about-us-1.schema.ts +302 -295
- package/src/blocks/about-us/about-us-2.schema.ts +225 -220
- package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
- package/src/blocks/blogs/blog-author-1.tsx +121 -0
- package/src/blocks/blogs/blog-listing-1.tsx +111 -33
- package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
- package/src/blocks/blogs/blog-listing-2.tsx +118 -33
- package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
- package/src/blocks/blogs/blog-listing-3.tsx +118 -33
- package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
- package/src/blocks/blogs/blog-post-1.tsx +272 -39
- package/src/blocks/calendar/calendar-1.schema.ts +641 -192
- package/src/blocks/calendar/calendar-1.tsx +1 -0
- package/src/blocks/cards/cards-10.schema.ts +557 -544
- package/src/blocks/cards/cards-11.schema.ts +525 -419
- package/src/blocks/cards/cards-12.schema.ts +538 -147
- package/src/blocks/cards/cards-13.schema.ts +482 -312
- package/src/blocks/cards/cards-14.schema.ts +423 -196
- package/src/blocks/cards/cards-15.schema.ts +309 -143
- package/src/blocks/cards/cards-16.schema.ts +1277 -175
- package/src/blocks/cards/cards-17.schema.ts +2908 -1303
- package/src/blocks/cards/cards-18.schema.ts +1404 -217
- package/src/blocks/cards/cards-19.schema.ts +1105 -1084
- package/src/blocks/cards/cards-19.tsx +4 -5
- package/src/blocks/cards/cards-2.schema.ts +513 -42
- package/src/blocks/cards/cards-20.schema.ts +790 -212
- package/src/blocks/cards/cards-21.schema.ts +1215 -229
- package/src/blocks/cards/cards-21.tsx +51 -6
- package/src/blocks/cards/cards-22.schema.ts +1252 -2809
- package/src/blocks/cards/cards-22.tsx +6 -7
- package/src/blocks/cards/cards-23.schema.ts +571 -109
- package/src/blocks/cards/cards-3.schema.ts +355 -116
- package/src/blocks/cards/cards-4.schema.ts +805 -321
- package/src/blocks/cards/cards-5.schema.ts +216 -64
- package/src/blocks/cards/cards-6.schema.ts +568 -1330
- package/src/blocks/cards/cards-7.schema.ts +1181 -1378
- package/src/blocks/cards/cards-8.schema.ts +585 -221
- package/src/blocks/cards/cards-9.schema.ts +763 -382
- package/src/blocks/carousel/carousel-1.schema.ts +257 -502
- package/src/blocks/carousel/carousel-1.tsx +2 -2
- package/src/blocks/carousel/carousel-2.schema.ts +771 -761
- package/src/blocks/community/community-1.schema.ts +8 -23
- package/src/blocks/community/community-1.tsx +3 -3
- package/src/blocks/community/community-post-1.tsx +4 -4
- package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
- package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
- package/src/blocks/content/content-1.schema.ts +800 -381
- package/src/blocks/content/content-10.schema.ts +763 -20
- package/src/blocks/content/content-2.schema.ts +426 -52
- package/src/blocks/content/content-3.schema.ts +631 -432
- package/src/blocks/content/content-4.schema.ts +378 -123
- package/src/blocks/content/content-5.schema.ts +1152 -682
- package/src/blocks/content/content-6.schema.ts +679 -707
- package/src/blocks/content/content-7.schema.ts +694 -291
- package/src/blocks/content/content-8.schema.ts +247 -7
- package/src/blocks/content/content-9.schema.ts +855 -116
- package/src/blocks/cta/cta-1.schema.ts +294 -62
- package/src/blocks/cta/cta-2.schema.ts +302 -66
- package/src/blocks/cta/cta-2.tsx +1 -2
- package/src/blocks/cta/cta-3.schema.ts +312 -62
- package/src/blocks/ecommerce/ecommerce-1.schema.ts +477 -0
- package/src/blocks/ecommerce/ecommerce-1.tsx +243 -0
- package/src/blocks/ecommerce/ecommerce-2.schema.ts +268 -0
- package/src/blocks/ecommerce/ecommerce-2.tsx +238 -0
- package/src/blocks/ecommerce/ecommerce-3.schema.ts +56 -0
- package/src/blocks/ecommerce/ecommerce-3.tsx +72 -0
- package/src/blocks/ecommerce/ecommerce-4.schema.ts +461 -0
- package/src/blocks/ecommerce/ecommerce-4.tsx +249 -0
- package/src/blocks/ecommerce/ecommerce-5.schema.ts +230 -0
- package/src/blocks/ecommerce/ecommerce-5.tsx +146 -0
- package/src/blocks/embed/embed-1.schema.ts +181 -0
- package/src/blocks/event/event-listing-2.schema.ts +5 -11
- package/src/blocks/event/event-listing-3.schema.ts +5 -11
- package/src/blocks/event/event-listing-4.schema.ts +5 -11
- package/src/blocks/event/event-listing.schema.ts +5 -11
- package/src/blocks/faq/faq-1.schema.ts +439 -260
- package/src/blocks/faq/faq-2.schema.ts +444 -266
- package/src/blocks/faq/faq-3.schema.ts +1420 -224
- package/src/blocks/features/features-1/features-1.schema.ts +21 -21
- package/src/blocks/features/features-1/variants/default.ts +120 -138
- package/src/blocks/features/features-1/variants/index.ts +2 -2
- package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
- package/src/blocks/features/features-2.schema.ts +368 -286
- package/src/blocks/features/features-3.schema.ts +557 -280
- package/src/blocks/features/features-4.schema.ts +940 -432
- package/src/blocks/features/features-5.schema.ts +566 -407
- package/src/blocks/features/features-6.schema.ts +557 -523
- package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
- package/src/blocks/footer/footer-1.schema.ts +383 -401
- package/src/blocks/footer/footer-2.schema.ts +337 -878
- package/src/blocks/footer/footer-3.schema.ts +445 -381
- package/src/blocks/footer/footer-4.schema.ts +610 -439
- package/src/blocks/footer/footer-5.schema.ts +367 -321
- package/src/blocks/footer/footer-6.schema.ts +610 -357
- package/src/blocks/form/form-1.schema.ts +237 -0
- package/src/blocks/hero/hero-1.schema.ts +251 -221
- package/src/blocks/hero/hero-10.schema.ts +23 -14
- package/src/blocks/hero/hero-11.schema.ts +728 -601
- package/src/blocks/hero/hero-12.schema.ts +524 -334
- package/src/blocks/hero/hero-13.schema.ts +83 -95
- package/src/blocks/hero/hero-2.schema.ts +277 -68
- package/src/blocks/hero/hero-3.schema.ts +371 -235
- package/src/blocks/hero/hero-3.tsx +1 -1
- package/src/blocks/hero/hero-4.schema.ts +605 -338
- package/src/blocks/hero/hero-5.schema.ts +545 -61
- package/src/blocks/hero/hero-6.schema.ts +446 -257
- package/src/blocks/hero/hero-6.tsx +1 -1
- package/src/blocks/hero/hero-7.schema.ts +1299 -131
- package/src/blocks/hero/hero-7.tsx +43 -23
- package/src/blocks/hero/hero-8.schema.ts +736 -236
- package/src/blocks/hero/hero-9.schema.ts +908 -58
- package/src/blocks/index.ts +14 -2
- package/src/blocks/jobs/jobs-1.schema.ts +741 -219
- package/src/blocks/logos/logos-1.schema.ts +317 -321
- package/src/blocks/logos/logos-1.tsx +32 -19
- package/src/blocks/logos/logos-2.schema.ts +223 -0
- package/src/blocks/logos/logos-2.tsx +55 -0
- package/src/blocks/navbar/navbar-1.schema.ts +319 -186
- package/src/blocks/navbar/navbar-3.schema.ts +618 -570
- package/src/blocks/navbar/navbar-3.tsx +3 -2
- package/src/blocks/navbar/navbar-4.schema.ts +731 -1234
- package/src/blocks/navbar/navbar-4.tsx +1 -6
- package/src/blocks/polling/polling-1.schema.ts +161 -0
- package/src/blocks/pricing/pricing-1.schema.ts +549 -626
- package/src/blocks/products/products-listing-1.schema.ts +363 -249
- package/src/blocks/products/products-listing-2.schema.ts +515 -257
- package/src/blocks/products/products-listing-3.schema.ts +790 -839
- package/src/blocks/products/products-listing-3.tsx +86 -84
- package/src/blocks/profile/profile-1.schema.ts +168 -187
- package/src/blocks/profile/profile-2.schema.ts +150 -122
- package/src/blocks/profile/profile-3.schema.ts +307 -256
- package/src/blocks/profile/profile-4.schema.ts +372 -504
- package/src/blocks/profile/profile-5.schema.ts +186 -79
- package/src/blocks/services/service-1.schema.ts +700 -631
- package/src/blocks/services/service-2.schema.ts +559 -82
- package/src/blocks/services/service-2.tsx +5 -6
- package/src/blocks/services/service-3.schema.ts +592 -207
- package/src/blocks/services/service-3.tsx +10 -2
- package/src/blocks/stats/stats-1.schema.ts +347 -257
- package/src/blocks/stats/stats-2.schema.ts +14 -2
- package/src/blocks/stats/variants/default.ts +14 -37
- package/src/blocks/stats/variants/extra.ts +232 -0
- package/src/blocks/stats/variants/hero.ts +1 -30
- package/src/blocks/stats/variants/index.ts +13 -1
- package/src/blocks/tabs/tab-1.schema.ts +1361 -214
- package/src/blocks/tabs/tab-2.schema.ts +984 -390
- package/src/blocks/tabs/tab-3.schema.ts +961 -95
- package/src/blocks/team/team-1.schema.ts +681 -564
- package/src/blocks/team/team-2.schema.ts +589 -935
- package/src/blocks/team/team-3.schema.ts +375 -284
- package/src/blocks/team/team-4.schema.ts +569 -355
- package/src/blocks/team/team-5.schema.ts +307 -111
- package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
- package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
- package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
- package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
- package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
- package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
- package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
- package/src/blocks/timeline/timeline-1.schema.ts +382 -140
- package/src/blocks/users/edit-profile.schema.ts +2 -8
- package/src/blocks/users/edit-profile.tsx +2 -3
- package/src/schemas/blocks.ts +14 -2
- package/src/schemas/categories.ts +6 -0
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
- package/src/blocks/navbar/navbar-2.schema.ts +0 -1134
- package/src/blocks/navbar/navbar-2.tsx +0 -381
|
@@ -1,31 +1,76 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
filename: "services-3.png",
|
|
3
|
+
const IMG_FINTECH = {
|
|
4
|
+
id: "7453394785232526021",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg",
|
|
7
|
+
mimetype: "image/jpeg",
|
|
8
8
|
srcset: {
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"828w":
|
|
16
|
-
|
|
9
|
+
"320w":
|
|
10
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/8938729/pexels-photo-8938729.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
17
24
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
25
|
};
|
|
20
26
|
|
|
21
|
-
const
|
|
27
|
+
const ICON_SHIELD_TICK = {
|
|
22
28
|
kind: "icon",
|
|
23
29
|
data: {
|
|
24
|
-
id: "
|
|
25
|
-
label: "
|
|
26
|
-
tags: ["custom", "directional", "star", "support-like-question"],
|
|
30
|
+
id: "shield-tick",
|
|
31
|
+
label: "Shield Tick",
|
|
27
32
|
svgCode:
|
|
28
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="
|
|
33
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="var(--color-icon-primary)"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
const ICON_LOCK = {
|
|
38
|
+
kind: "icon",
|
|
39
|
+
data: {
|
|
40
|
+
id: "lock",
|
|
41
|
+
label: "Lock",
|
|
42
|
+
svgCode:
|
|
43
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18 10.75C17.59 10.75 17.25 10.41 17.25 10V8C17.25 4.85 16.36 2.75 12 2.75C7.64 2.75 6.75 4.85 6.75 8V10C6.75 10.41 6.41 10.75 6 10.75C5.59 10.75 5.25 10.41 5.25 10V8C5.25 5.1 5.95 1.25 12 1.25C18.05 1.25 18.75 5.1 18.75 8V10C18.75 10.41 18.41 10.75 18 10.75Z" fill="var(--color-icon-primary)"/>\n<path d="M12 19.25C10.21 19.25 8.75 17.79 8.75 16C8.75 14.21 10.21 12.75 12 12.75C13.79 12.75 15.25 14.21 15.25 16C15.25 17.79 13.79 19.25 12 19.25ZM12 14.25C11.04 14.25 10.25 15.04 10.25 16C10.25 16.96 11.04 17.75 12 17.75C12.96 17.75 13.75 16.96 13.75 16C13.75 15.04 12.96 14.25 12 14.25Z" fill="var(--color-icon-primary)"/>\n<path d="M17 22.75H7C2.59 22.75 1.25 21.41 1.25 17V15C1.25 10.59 2.59 9.25 7 9.25H17C21.41 9.25 22.75 10.59 22.75 15V17C22.75 21.41 21.41 22.75 17 22.75ZM7 10.75C3.42 10.75 2.75 11.43 2.75 15V17C2.75 20.57 3.42 21.25 7 21.25H17C20.58 21.25 21.25 20.57 21.25 17V15C21.25 11.43 20.58 10.75 17 10.75H7Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const ICON_SECURITY_SAFE = {
|
|
48
|
+
kind: "icon",
|
|
49
|
+
data: {
|
|
50
|
+
id: "security-safe",
|
|
51
|
+
label: "Security Safe",
|
|
52
|
+
svgCode:
|
|
53
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.9998 22.7501C11.7598 22.7501 11.5199 22.7201 11.2899 22.6501C6.09986 21.2201 2.33984 16.37 2.33984 11.11V6.72003C2.33984 5.60003 3.14985 4.39008 4.18985 3.96008L9.75986 1.68005C11.2099 1.09005 12.7998 1.09005 14.2398 1.68005L19.8098 3.96008C20.8498 4.39008 21.6599 5.60003 21.6599 6.72003V11.11C21.6599 16.36 17.8898 21.2101 12.7098 22.6501C12.4798 22.7201 12.2398 22.7501 11.9998 22.7501ZM11.9998 2.75006C11.4298 2.75006 10.8698 2.86007 10.3298 3.08007L4.75986 5.36004C4.27986 5.56004 3.83984 6.21004 3.83984 6.73004V11.1201C3.83984 15.7101 7.13985 19.9501 11.6898 21.2101C11.8898 21.2701 12.1098 21.2701 12.3098 21.2101C16.8598 19.9501 20.1599 15.7101 20.1599 11.1201V6.73004C20.1599 6.21004 19.7198 5.56004 19.2398 5.36004L13.6699 3.08007C13.1299 2.86007 12.5698 2.75006 11.9998 2.75006Z" fill="var(--color-icon-primary)"/>\n<path d="M12 13.25C10.48 13.25 9.25 12.02 9.25 10.5C9.25 8.98 10.48 7.75 12 7.75C13.52 7.75 14.75 8.98 14.75 10.5C14.75 12.02 13.52 13.25 12 13.25ZM12 9.25C11.31 9.25 10.75 9.81 10.75 10.5C10.75 11.19 11.31 11.75 12 11.75C12.69 11.75 13.25 11.19 13.25 10.5C13.25 9.81 12.69 9.25 12 9.25Z" fill="var(--color-icon-primary)"/>\n<path d="M12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V12.5C11.25 12.09 11.59 11.75 12 11.75C12.41 11.75 12.75 12.09 12.75 12.5V15.5C12.75 15.91 12.41 16.25 12 16.25Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
54
|
+
},
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const ICON_CLOCK = {
|
|
58
|
+
kind: "icon",
|
|
59
|
+
data: {
|
|
60
|
+
id: "clock",
|
|
61
|
+
label: "Clock",
|
|
62
|
+
svgCode:
|
|
63
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 6.07 6.07 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75ZM12 2.75C6.9 2.75 2.75 6.9 2.75 12C2.75 17.1 6.9 21.25 12 21.25C17.1 21.25 21.25 17.1 21.25 12C21.25 6.9 17.1 2.75 12 2.75Z" fill="var(--color-icon-primary)"/>\n<path d="M15.7096 15.93C15.5796 15.93 15.4496 15.9 15.3296 15.82L12.2296 13.97C11.4596 13.51 10.8896 12.5 10.8896 11.61V7.51001C10.8896 7.10001 11.2296 6.76001 11.6396 6.76001C12.0496 6.76001 12.3896 7.10001 12.3896 7.51001V11.61C12.3896 11.97 12.6896 12.5 12.9996 12.68L16.0996 14.53C16.4596 14.74 16.5696 15.2 16.3596 15.56C16.2096 15.8 15.9596 15.93 15.7096 15.93Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
const ICON_ARROW_RIGHT_3 = {
|
|
68
|
+
kind: "icon",
|
|
69
|
+
data: {
|
|
70
|
+
id: "arrow-right-3",
|
|
71
|
+
label: "Arrow Right 3",
|
|
72
|
+
svgCode:
|
|
73
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
29
74
|
},
|
|
30
75
|
};
|
|
31
76
|
|
|
@@ -34,67 +79,49 @@ const DEFAULT_CONTENT = {
|
|
|
34
79
|
container: null,
|
|
35
80
|
main_wrapper: null,
|
|
36
81
|
left_container: null,
|
|
37
|
-
profile_image:
|
|
82
|
+
profile_image: IMG_FINTECH,
|
|
38
83
|
right_container: null,
|
|
39
84
|
content_wrapper: null,
|
|
40
|
-
title: "
|
|
85
|
+
title: "Card acceptance that settles in hours, not days.",
|
|
41
86
|
stats: [
|
|
42
87
|
{
|
|
43
88
|
stat_wrapper: null,
|
|
44
|
-
icon:
|
|
45
|
-
label: "<p>
|
|
89
|
+
icon: ICON_SHIELD_TICK,
|
|
90
|
+
label: "<p>PCI DSS Level 1 certified</p>",
|
|
46
91
|
},
|
|
47
92
|
{
|
|
48
93
|
stat_wrapper: null,
|
|
49
|
-
icon:
|
|
50
|
-
label: "<p>
|
|
94
|
+
icon: ICON_LOCK,
|
|
95
|
+
label: "<p>Network tokenization on every card</p>",
|
|
51
96
|
},
|
|
52
97
|
{
|
|
53
98
|
stat_wrapper: null,
|
|
54
|
-
icon:
|
|
55
|
-
label: "<p>
|
|
99
|
+
icon: ICON_SECURITY_SAFE,
|
|
100
|
+
label: "<p>ISO 27001 & SOC 2 Type II</p>",
|
|
56
101
|
},
|
|
57
102
|
{
|
|
58
103
|
stat_wrapper: null,
|
|
59
|
-
icon:
|
|
60
|
-
label: "<p>
|
|
104
|
+
icon: ICON_CLOCK,
|
|
105
|
+
label: "<p>T+1 settlement with 30-min P1 SLA</p>",
|
|
61
106
|
},
|
|
62
107
|
],
|
|
63
108
|
price_container: null,
|
|
64
|
-
actual_price: "
|
|
65
|
-
discount_price: "
|
|
66
|
-
off_percent: "
|
|
109
|
+
actual_price: "1.75%",
|
|
110
|
+
discount_price: "2.40%",
|
|
111
|
+
off_percent: "Save 27%",
|
|
67
112
|
search_input_wrapper: null,
|
|
68
|
-
search_button: "Check
|
|
113
|
+
search_button: "Check coverage",
|
|
69
114
|
breadcrumbs: [
|
|
70
115
|
{
|
|
71
116
|
label: "<p>Home</p>",
|
|
72
|
-
icon:
|
|
73
|
-
kind: "icon",
|
|
74
|
-
data: {
|
|
75
|
-
id: "arrow-right-3",
|
|
76
|
-
label: "Arrow Right 3",
|
|
77
|
-
tags: ["arrow", "custom", "directional", "right"],
|
|
78
|
-
svgCode:
|
|
79
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
80
|
-
},
|
|
81
|
-
},
|
|
117
|
+
icon: ICON_ARROW_RIGHT_3,
|
|
82
118
|
},
|
|
83
119
|
{
|
|
84
|
-
label: "<p>
|
|
85
|
-
icon:
|
|
86
|
-
kind: "icon",
|
|
87
|
-
data: {
|
|
88
|
-
id: "arrow-right-3",
|
|
89
|
-
label: "Arrow Right 3",
|
|
90
|
-
tags: ["arrow", "custom", "directional", "right"],
|
|
91
|
-
svgCode:
|
|
92
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8.90961 20.67C8.71961 20.67 8.52961 20.6 8.37961 20.45C8.08961 20.16 8.08961 19.68 8.37961 19.39L14.8996 12.87C15.3796 12.39 15.3796 11.61 14.8996 11.13L8.37961 4.61002C8.08961 4.32002 8.08961 3.84002 8.37961 3.55002C8.66961 3.26002 9.14961 3.26002 9.43961 3.55002L15.9596 10.07C16.4696 10.58 16.7596 11.27 16.7596 12C16.7596 12.73 16.4796 13.42 15.9596 13.93L9.43961 20.45C9.28961 20.59 9.09961 20.67 8.90961 20.67Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
93
|
-
},
|
|
94
|
-
},
|
|
120
|
+
label: "<p>Payments</p>",
|
|
121
|
+
icon: ICON_ARROW_RIGHT_3,
|
|
95
122
|
},
|
|
96
123
|
{
|
|
97
|
-
label: "<p>
|
|
124
|
+
label: "<p>Card acceptance</p>",
|
|
98
125
|
icon: null,
|
|
99
126
|
},
|
|
100
127
|
],
|
|
@@ -250,7 +277,7 @@ export const Service3: IBlock = {
|
|
|
250
277
|
field_interface: "TypographyWidget",
|
|
251
278
|
hint: {
|
|
252
279
|
prompt_description:
|
|
253
|
-
"Descriptive text explaining the service feature or benefit (e.g., '
|
|
280
|
+
"Descriptive text explaining the service feature or benefit (e.g., 'PCI DSS Level 1 certified').",
|
|
254
281
|
min_characters: 10,
|
|
255
282
|
max_characters: 40,
|
|
256
283
|
},
|
|
@@ -258,80 +285,15 @@ export const Service3: IBlock = {
|
|
|
258
285
|
],
|
|
259
286
|
},
|
|
260
287
|
{
|
|
261
|
-
key: "
|
|
262
|
-
label: "
|
|
288
|
+
key: "ctas",
|
|
289
|
+
label: "CTA Group",
|
|
263
290
|
field_interface: "BoxWidget",
|
|
264
291
|
kind: "group",
|
|
265
|
-
hint: {
|
|
266
|
-
prompt_description:
|
|
267
|
-
"Collection of service features or benefits with icons that build credibility and showcase capabilities.",
|
|
268
|
-
min_items: 2,
|
|
269
|
-
max_items: 4,
|
|
270
|
-
},
|
|
271
292
|
fields: [
|
|
272
293
|
{
|
|
273
|
-
key: "
|
|
274
|
-
label: "
|
|
275
|
-
field_interface: "
|
|
276
|
-
hint: {
|
|
277
|
-
prompt_description:
|
|
278
|
-
"Individual feature container with proper alignment for icon and label.",
|
|
279
|
-
},
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
key: "icon",
|
|
283
|
-
label: "Icon",
|
|
284
|
-
field_interface: "IconWidget",
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
key: "label",
|
|
288
|
-
label: "Feature Label",
|
|
289
|
-
field_interface: "TypographyWidget",
|
|
290
|
-
hint: {
|
|
291
|
-
prompt_description:
|
|
292
|
-
"Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
|
|
293
|
-
min_characters: 10,
|
|
294
|
-
max_characters: 40,
|
|
295
|
-
},
|
|
296
|
-
},
|
|
297
|
-
],
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
key: "stats_3",
|
|
301
|
-
label: "Service Features 3",
|
|
302
|
-
field_interface: "BoxWidget",
|
|
303
|
-
kind: "group",
|
|
304
|
-
hint: {
|
|
305
|
-
prompt_description:
|
|
306
|
-
"Collection of service features or benefits with icons that build credibility and showcase capabilities.",
|
|
307
|
-
min_items: 2,
|
|
308
|
-
max_items: 4,
|
|
309
|
-
},
|
|
310
|
-
fields: [
|
|
311
|
-
{
|
|
312
|
-
key: "stat_wrapper",
|
|
313
|
-
label: "Feature Wrapper",
|
|
314
|
-
field_interface: "BoxWidget",
|
|
315
|
-
hint: {
|
|
316
|
-
prompt_description:
|
|
317
|
-
"Individual feature container with proper alignment for icon and label.",
|
|
318
|
-
},
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
key: "icon",
|
|
322
|
-
label: "Icon",
|
|
323
|
-
field_interface: "IconWidget",
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
key: "label",
|
|
327
|
-
label: "Feature Label",
|
|
328
|
-
field_interface: "TypographyWidget",
|
|
329
|
-
hint: {
|
|
330
|
-
prompt_description:
|
|
331
|
-
"Descriptive text explaining the service feature or benefit (e.g., 'Expert Service Provider').",
|
|
332
|
-
min_characters: 10,
|
|
333
|
-
max_characters: 40,
|
|
334
|
-
},
|
|
294
|
+
key: "cta",
|
|
295
|
+
label: "CTA",
|
|
296
|
+
field_interface: "ButtonWidget",
|
|
335
297
|
},
|
|
336
298
|
],
|
|
337
299
|
},
|
|
@@ -347,9 +309,9 @@ export const Service3: IBlock = {
|
|
|
347
309
|
{
|
|
348
310
|
key: "actual_price",
|
|
349
311
|
label: "Actual Price",
|
|
350
|
-
field_interface: "
|
|
312
|
+
field_interface: "TypographyWidget",
|
|
351
313
|
hint: {
|
|
352
|
-
prompt_description: "Current promotional
|
|
314
|
+
prompt_description: "Current promotional rate that customers will pay (e.g., '1.75%').",
|
|
353
315
|
},
|
|
354
316
|
},
|
|
355
317
|
{
|
|
@@ -357,7 +319,7 @@ export const Service3: IBlock = {
|
|
|
357
319
|
label: "Discount Price",
|
|
358
320
|
field_interface: "TypographyWidget",
|
|
359
321
|
hint: {
|
|
360
|
-
prompt_description: "Original
|
|
322
|
+
prompt_description: "Original rate before discount to show value (e.g., '2.40%').",
|
|
361
323
|
},
|
|
362
324
|
},
|
|
363
325
|
{
|
|
@@ -365,16 +327,7 @@ export const Service3: IBlock = {
|
|
|
365
327
|
label: "Off Percent",
|
|
366
328
|
field_interface: "TypographyWidget",
|
|
367
329
|
hint: {
|
|
368
|
-
prompt_description: "Discount
|
|
369
|
-
},
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
key: "file_upload_container",
|
|
373
|
-
label: "Location Check Container",
|
|
374
|
-
field_interface: "BoxWidget",
|
|
375
|
-
hint: {
|
|
376
|
-
prompt_description:
|
|
377
|
-
"Container for the zipcode input section with proper spacing and layout structure.",
|
|
330
|
+
prompt_description: "Discount highlight (e.g., 'Save 27%').",
|
|
378
331
|
},
|
|
379
332
|
},
|
|
380
333
|
{
|
|
@@ -419,7 +372,9 @@ export const Service3: IBlock = {
|
|
|
419
372
|
key: "default",
|
|
420
373
|
styles: {
|
|
421
374
|
layout: {
|
|
422
|
-
"background-color": "
|
|
375
|
+
"background-color": "background-2",
|
|
376
|
+
"padding-top": "3xl",
|
|
377
|
+
"padding-bottom": "3xl",
|
|
423
378
|
},
|
|
424
379
|
container: {},
|
|
425
380
|
main_wrapper: {
|
|
@@ -436,12 +391,13 @@ export const Service3: IBlock = {
|
|
|
436
391
|
},
|
|
437
392
|
left_container: {
|
|
438
393
|
flex: "1",
|
|
439
|
-
"max-width": "
|
|
394
|
+
"max-width": "360px",
|
|
440
395
|
},
|
|
441
396
|
profile_image: {
|
|
442
|
-
"aspect-ratio": "1/1",
|
|
397
|
+
"aspect-ratio": "1 / 1",
|
|
443
398
|
"object-fit": "cover",
|
|
444
|
-
|
|
399
|
+
width: "100%",
|
|
400
|
+
"border-radius": "lg",
|
|
445
401
|
},
|
|
446
402
|
right_container: {
|
|
447
403
|
flex: "1",
|
|
@@ -456,28 +412,29 @@ export const Service3: IBlock = {
|
|
|
456
412
|
},
|
|
457
413
|
title: {
|
|
458
414
|
"margin-bottom": "lg",
|
|
415
|
+
"font-weight": 700,
|
|
416
|
+
"line-height": "1.15",
|
|
459
417
|
},
|
|
460
418
|
stats_levoGroup: {
|
|
461
419
|
display: "grid",
|
|
462
|
-
"
|
|
463
|
-
"row-gap": "2xs",
|
|
420
|
+
"row-gap": "sm",
|
|
464
421
|
"margin-bottom": "lg",
|
|
465
422
|
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
466
|
-
"column-gap": "
|
|
467
|
-
width: "
|
|
423
|
+
"column-gap": "base",
|
|
424
|
+
width: "100%",
|
|
468
425
|
tablet: {
|
|
469
|
-
|
|
426
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
470
427
|
},
|
|
471
428
|
},
|
|
472
429
|
price_container: {
|
|
473
430
|
display: "flex",
|
|
474
431
|
"flex-direction": "row",
|
|
475
|
-
"align-items": "
|
|
476
|
-
"row-gap": "2xs",
|
|
432
|
+
"align-items": "baseline",
|
|
477
433
|
"column-gap": "base",
|
|
478
434
|
},
|
|
479
435
|
actual_price: {
|
|
480
436
|
"font-weight": 700,
|
|
437
|
+
color: "brand",
|
|
481
438
|
},
|
|
482
439
|
discount_price: {
|
|
483
440
|
color: "text-3",
|
|
@@ -485,6 +442,17 @@ export const Service3: IBlock = {
|
|
|
485
442
|
},
|
|
486
443
|
off_percent: {
|
|
487
444
|
"font-weight": 600,
|
|
445
|
+
color: "brand",
|
|
446
|
+
"text-transform": "uppercase",
|
|
447
|
+
"letter-spacing": "0.08em",
|
|
448
|
+
"font-size": "xs",
|
|
449
|
+
"max-width": "fit-content",
|
|
450
|
+
"background-color": "brand-subtle",
|
|
451
|
+
"padding-left": "sm",
|
|
452
|
+
"padding-right": "sm",
|
|
453
|
+
"padding-top": "4xs",
|
|
454
|
+
"padding-bottom": "4xs",
|
|
455
|
+
"border-radius": "3xl",
|
|
488
456
|
},
|
|
489
457
|
search_input_wrapper: {
|
|
490
458
|
display: "flex",
|
|
@@ -492,70 +460,48 @@ export const Service3: IBlock = {
|
|
|
492
460
|
"row-gap": "base",
|
|
493
461
|
"margin-top": "base",
|
|
494
462
|
},
|
|
495
|
-
|
|
496
|
-
{
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
"column-gap": "sm",
|
|
501
|
-
},
|
|
502
|
-
label: {},
|
|
463
|
+
stats_levoGroupItem: {
|
|
464
|
+
stat_wrapper: {
|
|
465
|
+
display: "flex",
|
|
466
|
+
"align-items": "center",
|
|
467
|
+
"column-gap": "sm",
|
|
503
468
|
},
|
|
504
|
-
{
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
},
|
|
510
|
-
label: {},
|
|
469
|
+
icon: {
|
|
470
|
+
width: "20px",
|
|
471
|
+
height: "20px",
|
|
472
|
+
"font-size": "20px",
|
|
473
|
+
"flex-shrink": 0,
|
|
511
474
|
},
|
|
512
|
-
{
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
"align-items": "center",
|
|
516
|
-
"column-gap": "sm",
|
|
517
|
-
},
|
|
518
|
-
label: {},
|
|
475
|
+
label: {
|
|
476
|
+
"font-size": "sm",
|
|
477
|
+
color: "text-2",
|
|
519
478
|
},
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
],
|
|
529
|
-
breadcrumbs: [
|
|
530
|
-
{
|
|
531
|
-
wrapper: {
|
|
532
|
-
display: "flex",
|
|
533
|
-
"justify-content": "start",
|
|
534
|
-
"align-items": "center",
|
|
535
|
-
"column-gap": "5xs",
|
|
536
|
-
},
|
|
479
|
+
},
|
|
480
|
+
stats: [{}, {}, {}, {}],
|
|
481
|
+
breadcrumbs_levoGroupItem: {
|
|
482
|
+
wrapper: {
|
|
483
|
+
display: "flex",
|
|
484
|
+
"justify-content": "start",
|
|
485
|
+
"align-items": "center",
|
|
486
|
+
"column-gap": "5xs",
|
|
537
487
|
},
|
|
538
|
-
{
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"column-gap": "5xs",
|
|
544
|
-
},
|
|
488
|
+
icon: {
|
|
489
|
+
width: "14px",
|
|
490
|
+
height: "14px",
|
|
491
|
+
"font-size": "14px",
|
|
492
|
+
"flex-shrink": 0,
|
|
545
493
|
},
|
|
546
|
-
{
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
"justify-content": "start",
|
|
550
|
-
"align-items": "center",
|
|
551
|
-
"column-gap": "5xs",
|
|
552
|
-
},
|
|
494
|
+
label: {
|
|
495
|
+
"font-size": "xs",
|
|
496
|
+
color: "text-3",
|
|
553
497
|
},
|
|
554
|
-
|
|
498
|
+
},
|
|
499
|
+
breadcrumbs: [{}, {}, {}],
|
|
555
500
|
breadcrumbs_levoGroup: {
|
|
556
501
|
display: "flex",
|
|
557
502
|
"column-gap": "xs",
|
|
558
503
|
"margin-bottom": "base",
|
|
504
|
+
"align-items": "center",
|
|
559
505
|
},
|
|
560
506
|
},
|
|
561
507
|
content: DEFAULT_CONTENT,
|
|
@@ -596,23 +542,462 @@ export const Service3: IBlock = {
|
|
|
596
542
|
},
|
|
597
543
|
],
|
|
598
544
|
actual_price: {
|
|
599
|
-
|
|
600
|
-
|
|
545
|
+
selectedVariants: {
|
|
546
|
+
Typography_Variants: "Large",
|
|
601
547
|
},
|
|
548
|
+
},
|
|
549
|
+
off_percent: {
|
|
602
550
|
selectedVariants: {
|
|
603
|
-
|
|
551
|
+
Typography_Variants: "Small",
|
|
604
552
|
},
|
|
605
553
|
},
|
|
554
|
+
discount_price: {
|
|
555
|
+
selectedVariants: {
|
|
556
|
+
Typography_Variants: "Small",
|
|
557
|
+
},
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
title: "Stacked Card",
|
|
563
|
+
key: "stacked-card",
|
|
564
|
+
styles: {
|
|
565
|
+
layout: {
|
|
566
|
+
"background-color": "background-2",
|
|
567
|
+
"padding-top": "3xl",
|
|
568
|
+
"padding-bottom": "3xl",
|
|
569
|
+
},
|
|
570
|
+
container: {},
|
|
571
|
+
main_wrapper: {
|
|
572
|
+
display: "flex",
|
|
573
|
+
"flex-direction": "column",
|
|
574
|
+
"align-items": "center",
|
|
575
|
+
"row-gap": "xl",
|
|
576
|
+
"background-color": "background-1",
|
|
577
|
+
"border-radius": "xl",
|
|
578
|
+
"padding-top": "2xl",
|
|
579
|
+
"padding-bottom": "2xl",
|
|
580
|
+
"padding-left": "2xl",
|
|
581
|
+
"padding-right": "2xl",
|
|
582
|
+
"box-shadow": "default",
|
|
583
|
+
"max-width": "560px",
|
|
584
|
+
"margin-left": "auto",
|
|
585
|
+
"margin-right": "auto",
|
|
586
|
+
},
|
|
587
|
+
left_container: {
|
|
588
|
+
width: "100%",
|
|
589
|
+
display: "flex",
|
|
590
|
+
"justify-content": "center",
|
|
591
|
+
},
|
|
592
|
+
profile_image: {
|
|
593
|
+
width: "128px",
|
|
594
|
+
height: "128px",
|
|
595
|
+
"aspect-ratio": "1 / 1",
|
|
596
|
+
"object-fit": "cover",
|
|
597
|
+
"border-radius": "9999px",
|
|
598
|
+
"border-width": "3px",
|
|
599
|
+
"border-style": "solid",
|
|
600
|
+
"border-color": "brand",
|
|
601
|
+
},
|
|
602
|
+
right_container: {
|
|
603
|
+
width: "100%",
|
|
604
|
+
display: "flex",
|
|
605
|
+
"flex-direction": "column",
|
|
606
|
+
"align-items": "center",
|
|
607
|
+
"text-align": "center",
|
|
608
|
+
},
|
|
609
|
+
content_wrapper: {
|
|
610
|
+
display: "flex",
|
|
611
|
+
"flex-direction": "column",
|
|
612
|
+
"row-gap": "sm",
|
|
613
|
+
"align-items": "center",
|
|
614
|
+
width: "100%",
|
|
615
|
+
},
|
|
616
|
+
title: {
|
|
617
|
+
"margin-bottom": "xs",
|
|
618
|
+
"font-weight": 700,
|
|
619
|
+
"line-height": "1.2",
|
|
620
|
+
},
|
|
621
|
+
stats_levoGroup: {
|
|
622
|
+
display: "flex",
|
|
623
|
+
"flex-wrap": "wrap",
|
|
624
|
+
"justify-content": "center",
|
|
625
|
+
"column-gap": "sm",
|
|
626
|
+
"row-gap": "sm",
|
|
627
|
+
"margin-bottom": "base",
|
|
628
|
+
},
|
|
629
|
+
price_container: {
|
|
630
|
+
display: "flex",
|
|
631
|
+
"flex-direction": "row",
|
|
632
|
+
"align-items": "baseline",
|
|
633
|
+
"column-gap": "sm",
|
|
634
|
+
"justify-content": "center",
|
|
635
|
+
},
|
|
636
|
+
actual_price: { "font-weight": 700, color: "brand" },
|
|
637
|
+
discount_price: { color: "text-3", "text-decoration": "line-through" },
|
|
606
638
|
off_percent: {
|
|
639
|
+
"font-weight": 600,
|
|
640
|
+
color: "brand",
|
|
641
|
+
"text-transform": "uppercase",
|
|
642
|
+
"letter-spacing": "0.08em",
|
|
643
|
+
"font-size": "xs",
|
|
644
|
+
},
|
|
645
|
+
search_input_wrapper: {
|
|
646
|
+
display: "flex",
|
|
647
|
+
"flex-direction": "column",
|
|
648
|
+
"row-gap": "base",
|
|
649
|
+
"margin-top": "base",
|
|
650
|
+
width: "100%",
|
|
651
|
+
},
|
|
652
|
+
stats_levoGroupItem: {
|
|
653
|
+
stat_wrapper: {
|
|
654
|
+
display: "flex",
|
|
655
|
+
"align-items": "center",
|
|
656
|
+
"column-gap": "xs",
|
|
657
|
+
"background-color": "background-2",
|
|
658
|
+
"padding-left": "base",
|
|
659
|
+
"padding-right": "base",
|
|
660
|
+
"padding-top": "2xs",
|
|
661
|
+
"padding-bottom": "2xs",
|
|
662
|
+
"border-radius": "3xl",
|
|
663
|
+
},
|
|
664
|
+
icon: {
|
|
665
|
+
width: "16px",
|
|
666
|
+
height: "16px",
|
|
667
|
+
"font-size": "16px",
|
|
668
|
+
"flex-shrink": 0,
|
|
669
|
+
},
|
|
670
|
+
label: {
|
|
671
|
+
"font-size": "xs",
|
|
672
|
+
color: "text-2",
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
stats: [{}, {}, {}, {}],
|
|
676
|
+
breadcrumbs_levoGroupItem: {
|
|
677
|
+
wrapper: {
|
|
678
|
+
display: "flex",
|
|
679
|
+
"justify-content": "start",
|
|
680
|
+
"align-items": "center",
|
|
681
|
+
"column-gap": "5xs",
|
|
682
|
+
},
|
|
683
|
+
icon: {
|
|
684
|
+
width: "14px",
|
|
685
|
+
height: "14px",
|
|
686
|
+
"font-size": "14px",
|
|
687
|
+
"flex-shrink": 0,
|
|
688
|
+
},
|
|
689
|
+
label: {
|
|
690
|
+
"font-size": "xs",
|
|
691
|
+
color: "text-3",
|
|
692
|
+
},
|
|
693
|
+
},
|
|
694
|
+
breadcrumbs: [{}, {}, {}],
|
|
695
|
+
breadcrumbs_levoGroup: {
|
|
696
|
+
display: "flex",
|
|
697
|
+
"column-gap": "xs",
|
|
698
|
+
"margin-bottom": "base",
|
|
699
|
+
"justify-content": "center",
|
|
700
|
+
"align-items": "center",
|
|
701
|
+
},
|
|
702
|
+
},
|
|
703
|
+
content: DEFAULT_CONTENT,
|
|
704
|
+
config: {
|
|
705
|
+
title: {
|
|
706
|
+
heading: { level: "3" },
|
|
707
|
+
selectedVariants: { Heading_Level: "H3" },
|
|
708
|
+
},
|
|
709
|
+
search_button: { selectedVariants: { Button_Variants: "Primary" } },
|
|
710
|
+
stats: [
|
|
711
|
+
{ label: { selectedVariants: {} } },
|
|
712
|
+
{ label: { selectedVariants: {} } },
|
|
713
|
+
{ label: { selectedVariants: {} } },
|
|
714
|
+
{ label: { selectedVariants: {} } },
|
|
715
|
+
],
|
|
716
|
+
actual_price: {
|
|
607
717
|
selectedVariants: {
|
|
608
718
|
Typography_Variants: "Large",
|
|
609
719
|
},
|
|
610
720
|
},
|
|
721
|
+
off_percent: { selectedVariants: { Typography_Variants: "Small" } },
|
|
722
|
+
discount_price: { selectedVariants: { Typography_Variants: "Small" } },
|
|
723
|
+
},
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
title: "Minimal Horizontal",
|
|
727
|
+
key: "minimal-horizontal",
|
|
728
|
+
styles: {
|
|
729
|
+
layout: {
|
|
730
|
+
"padding-top": "2xl",
|
|
731
|
+
"padding-bottom": "2xl",
|
|
732
|
+
},
|
|
733
|
+
container: {},
|
|
734
|
+
main_wrapper: {
|
|
735
|
+
display: "flex",
|
|
736
|
+
"align-items": "center",
|
|
737
|
+
"column-gap": "3xl",
|
|
738
|
+
"border-top-width": "1px",
|
|
739
|
+
"border-bottom-width": "1px",
|
|
740
|
+
"border-style": "solid",
|
|
741
|
+
"border-color": "border",
|
|
742
|
+
"padding-top": "2xl",
|
|
743
|
+
"padding-bottom": "2xl",
|
|
744
|
+
mobile: { "flex-direction": "column", "row-gap": "2xl" },
|
|
745
|
+
},
|
|
746
|
+
left_container: { flex: "0 0 auto", "max-width": "176px" },
|
|
747
|
+
profile_image: {
|
|
748
|
+
"aspect-ratio": "1 / 1",
|
|
749
|
+
"object-fit": "cover",
|
|
750
|
+
width: "100%",
|
|
751
|
+
"border-radius": "base",
|
|
752
|
+
},
|
|
753
|
+
right_container: {
|
|
754
|
+
flex: "1",
|
|
755
|
+
display: "flex",
|
|
756
|
+
"flex-direction": "column",
|
|
757
|
+
"justify-content": "center",
|
|
758
|
+
},
|
|
759
|
+
content_wrapper: {
|
|
760
|
+
display: "flex",
|
|
761
|
+
"flex-direction": "column",
|
|
762
|
+
"row-gap": "sm",
|
|
763
|
+
},
|
|
764
|
+
title: {
|
|
765
|
+
"margin-bottom": "xs",
|
|
766
|
+
"font-weight": 600,
|
|
767
|
+
"line-height": "1.2",
|
|
768
|
+
},
|
|
769
|
+
stats_levoGroup: {
|
|
770
|
+
display: "flex",
|
|
771
|
+
"flex-wrap": "wrap",
|
|
772
|
+
"column-gap": "lg",
|
|
773
|
+
"row-gap": "xs",
|
|
774
|
+
"margin-bottom": "base",
|
|
775
|
+
},
|
|
776
|
+
price_container: {
|
|
777
|
+
display: "flex",
|
|
778
|
+
"flex-direction": "row",
|
|
779
|
+
"align-items": "baseline",
|
|
780
|
+
"column-gap": "base",
|
|
781
|
+
},
|
|
782
|
+
actual_price: { "font-weight": 700, color: "brand" },
|
|
783
|
+
discount_price: { color: "text-3", "text-decoration": "line-through" },
|
|
784
|
+
off_percent: {
|
|
785
|
+
"font-weight": 600,
|
|
786
|
+
color: "brand",
|
|
787
|
+
"text-transform": "uppercase",
|
|
788
|
+
"letter-spacing": "0.08em",
|
|
789
|
+
"font-size": "xs",
|
|
790
|
+
},
|
|
791
|
+
search_input_wrapper: {
|
|
792
|
+
display: "flex",
|
|
793
|
+
"flex-direction": "row",
|
|
794
|
+
"column-gap": "base",
|
|
795
|
+
"margin-top": "base",
|
|
796
|
+
"align-items": "center",
|
|
797
|
+
"flex-wrap": "wrap",
|
|
798
|
+
width: "100%",
|
|
799
|
+
},
|
|
800
|
+
stats_levoGroupItem: {
|
|
801
|
+
stat_wrapper: {
|
|
802
|
+
display: "flex",
|
|
803
|
+
"align-items": "center",
|
|
804
|
+
"column-gap": "xs",
|
|
805
|
+
},
|
|
806
|
+
icon: {
|
|
807
|
+
width: "18px",
|
|
808
|
+
height: "18px",
|
|
809
|
+
"font-size": "18px",
|
|
810
|
+
"flex-shrink": 0,
|
|
811
|
+
},
|
|
812
|
+
label: { "font-size": "sm", color: "text-2" },
|
|
813
|
+
},
|
|
814
|
+
stats: [{}, {}, {}, {}],
|
|
815
|
+
breadcrumbs_levoGroupItem: {
|
|
816
|
+
wrapper: {
|
|
817
|
+
display: "flex",
|
|
818
|
+
"justify-content": "start",
|
|
819
|
+
"align-items": "center",
|
|
820
|
+
"column-gap": "5xs",
|
|
821
|
+
},
|
|
822
|
+
icon: {
|
|
823
|
+
width: "14px",
|
|
824
|
+
height: "14px",
|
|
825
|
+
"font-size": "14px",
|
|
826
|
+
"flex-shrink": 0,
|
|
827
|
+
},
|
|
828
|
+
label: {
|
|
829
|
+
"font-size": "xs",
|
|
830
|
+
color: "text-3",
|
|
831
|
+
},
|
|
832
|
+
},
|
|
833
|
+
breadcrumbs: [{}, {}, {}],
|
|
834
|
+
breadcrumbs_levoGroup: {
|
|
835
|
+
display: "flex",
|
|
836
|
+
"column-gap": "xs",
|
|
837
|
+
"margin-bottom": "base",
|
|
838
|
+
"align-items": "center",
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
content: DEFAULT_CONTENT,
|
|
842
|
+
config: {
|
|
843
|
+
title: {
|
|
844
|
+
heading: { level: "4" },
|
|
845
|
+
selectedVariants: { Heading_Level: "H4" },
|
|
846
|
+
},
|
|
847
|
+
search_button: { selectedVariants: { Button_Variants: "Secondary" } },
|
|
848
|
+
stats: [
|
|
849
|
+
{ label: { selectedVariants: {} } },
|
|
850
|
+
{ label: { selectedVariants: {} } },
|
|
851
|
+
{ label: { selectedVariants: {} } },
|
|
852
|
+
{ label: { selectedVariants: {} } },
|
|
853
|
+
],
|
|
854
|
+
actual_price: {
|
|
855
|
+
selectedVariants: {
|
|
856
|
+
Typography_Variants: "Large",
|
|
857
|
+
},
|
|
858
|
+
},
|
|
859
|
+
off_percent: { selectedVariants: { Typography_Variants: "Small" } },
|
|
860
|
+
discount_price: { selectedVariants: { Typography_Variants: "Small" } },
|
|
861
|
+
},
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
title: "Showcase Hero",
|
|
865
|
+
key: "showcase-hero",
|
|
866
|
+
styles: {
|
|
867
|
+
layout: {
|
|
868
|
+
"padding-top": "3xl",
|
|
869
|
+
"padding-bottom": "3xl",
|
|
870
|
+
},
|
|
871
|
+
container: {},
|
|
872
|
+
main_wrapper: {
|
|
873
|
+
display: "flex",
|
|
874
|
+
"align-items": "center",
|
|
875
|
+
"column-gap": "4xl",
|
|
876
|
+
"flex-direction": "row-reverse",
|
|
877
|
+
mobile: { "flex-direction": "column", "row-gap": "3xl" },
|
|
878
|
+
},
|
|
879
|
+
left_container: {
|
|
880
|
+
flex: "1",
|
|
881
|
+
"max-width": "440px",
|
|
882
|
+
},
|
|
883
|
+
profile_image: {
|
|
884
|
+
"aspect-ratio": "4 / 5",
|
|
885
|
+
"object-fit": "cover",
|
|
886
|
+
width: "100%",
|
|
887
|
+
"border-radius": "xl",
|
|
888
|
+
"box-shadow": "default",
|
|
889
|
+
},
|
|
890
|
+
right_container: {
|
|
891
|
+
flex: "1",
|
|
892
|
+
display: "flex",
|
|
893
|
+
"flex-direction": "column",
|
|
894
|
+
"justify-content": "center",
|
|
895
|
+
},
|
|
896
|
+
content_wrapper: {
|
|
897
|
+
display: "flex",
|
|
898
|
+
"flex-direction": "column",
|
|
899
|
+
"row-gap": "sm",
|
|
900
|
+
},
|
|
901
|
+
title: {
|
|
902
|
+
"margin-bottom": "lg",
|
|
903
|
+
"font-weight": 700,
|
|
904
|
+
"line-height": "1.1",
|
|
905
|
+
},
|
|
906
|
+
stats_levoGroup: {
|
|
907
|
+
display: "flex",
|
|
908
|
+
"flex-direction": "column",
|
|
909
|
+
"row-gap": "sm",
|
|
910
|
+
"margin-bottom": "xl",
|
|
911
|
+
},
|
|
912
|
+
price_container: {
|
|
913
|
+
display: "flex",
|
|
914
|
+
"flex-direction": "row",
|
|
915
|
+
"align-items": "baseline",
|
|
916
|
+
"column-gap": "base",
|
|
917
|
+
"padding-top": "lg",
|
|
918
|
+
"border-top-width": "1px",
|
|
919
|
+
"border-top-style": "solid",
|
|
920
|
+
"border-color": "border",
|
|
921
|
+
},
|
|
922
|
+
actual_price: { "font-weight": 700 },
|
|
611
923
|
discount_price: {
|
|
924
|
+
color: "mutedForeground",
|
|
925
|
+
"text-decoration": "line-through",
|
|
926
|
+
},
|
|
927
|
+
off_percent: {
|
|
928
|
+
"font-weight": 600,
|
|
929
|
+
color: "brand",
|
|
930
|
+
"text-transform": "uppercase",
|
|
931
|
+
"letter-spacing": "0.08em",
|
|
932
|
+
"font-size": "xs",
|
|
933
|
+
"max-width": "fit-content",
|
|
934
|
+
},
|
|
935
|
+
search_input_wrapper: {
|
|
936
|
+
display: "flex",
|
|
937
|
+
"flex-direction": "column",
|
|
938
|
+
"row-gap": "base",
|
|
939
|
+
"margin-top": "lg",
|
|
940
|
+
},
|
|
941
|
+
stats_levoGroupItem: {
|
|
942
|
+
stat_wrapper: {
|
|
943
|
+
display: "flex",
|
|
944
|
+
"align-items": "center",
|
|
945
|
+
"column-gap": "sm",
|
|
946
|
+
},
|
|
947
|
+
icon: {
|
|
948
|
+
width: "22px",
|
|
949
|
+
height: "22px",
|
|
950
|
+
"font-size": "22px",
|
|
951
|
+
"flex-shrink": 0,
|
|
952
|
+
color: "brand",
|
|
953
|
+
},
|
|
954
|
+
label: { "font-size": "sm" },
|
|
955
|
+
},
|
|
956
|
+
stats: [{}, {}, {}, {}],
|
|
957
|
+
breadcrumbs_levoGroupItem: {
|
|
958
|
+
wrapper: {
|
|
959
|
+
display: "flex",
|
|
960
|
+
"justify-content": "start",
|
|
961
|
+
"align-items": "center",
|
|
962
|
+
"column-gap": "5xs",
|
|
963
|
+
},
|
|
964
|
+
icon: {
|
|
965
|
+
width: "14px",
|
|
966
|
+
height: "14px",
|
|
967
|
+
"font-size": "14px",
|
|
968
|
+
"flex-shrink": 0,
|
|
969
|
+
color: "mutedForeground",
|
|
970
|
+
},
|
|
971
|
+
label: { color: "mutedForeground", "font-size": "xs" },
|
|
972
|
+
},
|
|
973
|
+
breadcrumbs: [{}, {}, {}],
|
|
974
|
+
breadcrumbs_levoGroup: {
|
|
975
|
+
display: "flex",
|
|
976
|
+
"column-gap": "xs",
|
|
977
|
+
"margin-bottom": "base",
|
|
978
|
+
"align-items": "center",
|
|
979
|
+
},
|
|
980
|
+
},
|
|
981
|
+
content: DEFAULT_CONTENT,
|
|
982
|
+
config: {
|
|
983
|
+
title: {
|
|
984
|
+
heading: { level: "2" },
|
|
985
|
+
selectedVariants: { Heading_Level: "H1" },
|
|
986
|
+
},
|
|
987
|
+
search_button: { selectedVariants: { Button_Variants: "Secondary" } },
|
|
988
|
+
stats: [
|
|
989
|
+
{ label: { selectedVariants: {} } },
|
|
990
|
+
{ label: { selectedVariants: {} } },
|
|
991
|
+
{ label: { selectedVariants: {} } },
|
|
992
|
+
{ label: { selectedVariants: {} } },
|
|
993
|
+
],
|
|
994
|
+
actual_price: {
|
|
612
995
|
selectedVariants: {
|
|
613
|
-
Typography_Variants: "
|
|
996
|
+
Typography_Variants: "Large",
|
|
614
997
|
},
|
|
615
998
|
},
|
|
999
|
+
off_percent: { selectedVariants: { Typography_Variants: "Small" } },
|
|
1000
|
+
discount_price: { selectedVariants: { Typography_Variants: "Large" } },
|
|
616
1001
|
},
|
|
617
1002
|
},
|
|
618
1003
|
],
|