@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,21 +1,57 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
4
|
-
id: "
|
|
5
|
-
filename: "profile-1.png",
|
|
3
|
+
const IMG_PROFILE = {
|
|
4
|
+
id: "7453456486986406851",
|
|
6
5
|
kind: "image",
|
|
7
|
-
location: "https://
|
|
6
|
+
location: "https://images.pexels.com/photos/36733311/pexels-photo-36733311.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/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
11
|
+
"640w":
|
|
12
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
13
|
+
"750w":
|
|
14
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
15
|
+
"828w":
|
|
16
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
17
|
+
"1080w":
|
|
18
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
19
|
+
"1200w":
|
|
20
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
21
|
+
"1920w":
|
|
22
|
+
"https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
23
|
+
path: "https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/36733311/pexels-photo-36733311.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
const ICON_LINKEDIN = {
|
|
28
|
+
kind: "icon" as const,
|
|
29
|
+
data: {
|
|
30
|
+
id: "linkedin",
|
|
31
|
+
label: "Linkedin",
|
|
32
|
+
svgCode:
|
|
33
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_4945)">\n<path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
const ICON_TWITTER = {
|
|
38
|
+
kind: "icon" as const,
|
|
39
|
+
data: {
|
|
40
|
+
id: "twitter",
|
|
41
|
+
label: "Twitter",
|
|
42
|
+
svgCode:
|
|
43
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M7.55016 21.75C16.6045 21.75 21.5583 14.2468 21.5583 7.74192C21.5583 7.53098 21.5536 7.31536 21.5442 7.10442C22.5079 6.40752 23.3395 5.54432 24 4.55536C23.1025 4.95466 22.1496 5.21544 21.1739 5.3288C22.2013 4.71297 22.9705 3.74553 23.3391 2.60583C22.3726 3.17862 21.3156 3.58267 20.2134 3.80067C19.4708 3.01162 18.489 2.48918 17.4197 2.31411C16.3504 2.13905 15.2532 2.32111 14.2977 2.83216C13.3423 3.3432 12.5818 4.15477 12.1338 5.14137C11.6859 6.12798 11.5754 7.23468 11.8195 8.29036C9.86249 8.19215 7.94794 7.68377 6.19998 6.79816C4.45203 5.91255 2.90969 4.6695 1.67297 3.14958C1.0444 4.2333 0.852057 5.51571 1.13503 6.73615C1.418 7.9566 2.15506 9.02351 3.19641 9.72005C2.41463 9.69523 1.64998 9.48474 0.965625 9.10598V9.16692C0.964925 10.3042 1.3581 11.4066 2.07831 12.2868C2.79852 13.167 3.80132 13.7706 4.91625 13.995C4.19206 14.1932 3.43198 14.2221 2.69484 14.0794C3.00945 15.0575 3.62157 15.913 4.44577 16.5264C5.26997 17.1398 6.26512 17.4807 7.29234 17.5013C5.54842 18.8712 3.39417 19.6142 1.17656 19.6107C0.783287 19.6101 0.390399 19.586 0 19.5385C2.25286 20.9838 4.87353 21.7514 7.55016 21.75Z" fill="currentColor"/>\n</svg>',
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const ICON_GITHUB = {
|
|
48
|
+
kind: "icon" as const,
|
|
49
|
+
data: {
|
|
50
|
+
id: "github",
|
|
51
|
+
label: "Github",
|
|
52
|
+
svgCode:
|
|
53
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_37_5133)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.3724 0 0 5.3808 0 12.0204C0 17.3304 3.438 21.8364 8.2068 23.4252C8.8068 23.5356 9.0252 23.1648 9.0252 22.8456C9.0252 22.5612 9.0156 21.804 9.0096 20.802C5.6712 21.528 4.9668 19.1904 4.9668 19.1904C4.422 17.8008 3.6348 17.4312 3.6348 17.4312C2.5452 16.6872 3.7176 16.7016 3.7176 16.7016C4.9212 16.7856 5.5548 17.94 5.5548 17.94C6.6252 19.776 8.364 19.2456 9.0468 18.9384C9.1572 18.162 9.4668 17.6328 9.81 17.3328C7.146 17.0292 4.344 15.9972 4.344 11.3916C4.344 10.08 4.812 9.006 5.5788 8.166C5.4552 7.8624 5.0436 6.6396 5.6964 4.986C5.6964 4.986 6.7044 4.662 8.9964 6.2172C9.97532 5.95022 10.9853 5.81423 12 5.8128C13.02 5.8176 14.046 5.9508 15.0048 6.2172C17.2956 4.662 18.3012 4.9848 18.3012 4.9848C18.9564 6.6396 18.5436 7.8624 18.4212 8.166C19.1892 9.006 19.6548 10.08 19.6548 11.3916C19.6548 16.0092 16.848 17.0256 14.1756 17.3232C14.6064 17.694 14.9892 18.4272 14.9892 19.5492C14.9892 21.1548 14.9748 22.452 14.9748 22.8456C14.9748 23.1672 15.1908 23.5416 15.8004 23.424C18.19 22.6225 20.2672 21.0904 21.7386 19.0441C23.2099 16.9977 24.001 14.5408 24 12.0204C24 5.3808 18.6264 0 12 0Z" fill="currentColor"/>\n</g>\n<defs>\n<clipPath id="clip0_37_5133">\n<rect width="24" height="24" fill="currentColor"/>\n</clipPath>\n</defs>\n</svg>',
|
|
17
54
|
},
|
|
18
|
-
mimetype: "image/png",
|
|
19
55
|
};
|
|
20
56
|
|
|
21
57
|
const DEFAULT_CONTENT = {
|
|
@@ -23,74 +59,34 @@ const DEFAULT_CONTENT = {
|
|
|
23
59
|
container: null,
|
|
24
60
|
main_container: null,
|
|
25
61
|
left_container: null,
|
|
26
|
-
image:
|
|
27
|
-
ctas: [
|
|
28
|
-
right_container: null,
|
|
29
|
-
content_container: null,
|
|
30
|
-
content_description:
|
|
31
|
-
"Our team of expert developers and designers work collaboratively to deliver innovative solutions that drive business growth. We combine cutting-edge technology with industry best practices to create digital experiences that engage and inspire users.",
|
|
32
|
-
groups: [
|
|
62
|
+
image: IMG_PROFILE,
|
|
63
|
+
ctas: [
|
|
33
64
|
{
|
|
34
|
-
|
|
35
|
-
description: "<p>4-5 + </p>",
|
|
65
|
+
button: "Book a demo",
|
|
36
66
|
},
|
|
37
67
|
{
|
|
38
|
-
|
|
39
|
-
description: "<p>Scaling , HR , Operations</p>",
|
|
68
|
+
button: "Read trust report",
|
|
40
69
|
},
|
|
41
70
|
],
|
|
42
|
-
|
|
71
|
+
right_container: null,
|
|
72
|
+
content_container: null,
|
|
73
|
+
content_description:
|
|
74
|
+
"Maya leads payments engineering at a PCI DSS Level 1 platform moving $12B annually — building ledger primitives, settlement rails, and KYC tooling for 40+ markets. She's shipped card, UPI, ACH, and SEPA flows end-to-end.",
|
|
75
|
+
groups: [
|
|
43
76
|
{
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
data: {
|
|
47
|
-
id: "facebook",
|
|
48
|
-
label: "Facebook",
|
|
49
|
-
tags: ["crypto", "custom", "directional", "facebook"],
|
|
50
|
-
svgCode:
|
|
51
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
52
|
-
},
|
|
53
|
-
},
|
|
77
|
+
title: "<p>12 years</p>",
|
|
78
|
+
description: "<p>Building payments infra across card, UPI, and ACH rails</p>",
|
|
54
79
|
},
|
|
55
80
|
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
data: {
|
|
59
|
-
id: "facebook",
|
|
60
|
-
label: "Facebook",
|
|
61
|
-
tags: ["crypto", "custom", "directional", "facebook"],
|
|
62
|
-
svgCode:
|
|
63
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
64
|
-
},
|
|
65
|
-
},
|
|
81
|
+
title: "<p>$12B / year</p>",
|
|
82
|
+
description: "<p>Annual volume settled through systems she architected</p>",
|
|
66
83
|
},
|
|
67
84
|
],
|
|
68
|
-
name: "<p>
|
|
85
|
+
name: "<p>Maya Chandran</p>",
|
|
69
86
|
social_icon: [
|
|
70
|
-
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
data: {
|
|
74
|
-
id: "facebook",
|
|
75
|
-
label: "Facebook",
|
|
76
|
-
tags: ["crypto", "custom", "directional", "facebook"],
|
|
77
|
-
svgCode:
|
|
78
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.75 22.75H10.25V15.5H9.29999C8.71999 15.5 8.25 15.03 8.25 14.45V12.55C8.25 11.97 8.71999 11.5 9.29999 11.5H10.25V9C10.25 6.93 11.93 5.25 14 5.25H16.7C17.28 5.25 17.75 5.71999 17.75 6.29999V8.70001C17.75 9.28001 17.28 9.75 16.7 9.75H14.75V11.5H16.63C16.95 11.5 17.24 11.64 17.44 11.88C17.64 12.12 17.72 12.44 17.66 12.75L17.28 14.65C17.18 15.14 16.75 15.49 16.25 15.49H14.75V22.75ZM11.75 21.25H13.25V14H15.89L16.09 13H13.26V9.29999C13.26 8.71999 13.73 8.25 14.31 8.25H16.26V6.75H14C12.76 6.75 11.75 7.76 11.75 9V13H9.75V14H11.75V21.25Z" fill="var(--color-icon-primary)"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V15C22.75 20.43 20.43 22.75 15 22.75ZM9 2.75C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V9C21.25 4.39 19.61 2.75 15 2.75H9Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
icon: {
|
|
84
|
-
kind: "icon",
|
|
85
|
-
data: {
|
|
86
|
-
id: "youtube",
|
|
87
|
-
label: "Youtube",
|
|
88
|
-
tags: ["crypto", "custom", "directional", "youtube"],
|
|
89
|
-
svgCode:
|
|
90
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17 20.75H7C3.56 20.75 1.25 18.44 1.25 15V9C1.25 5.56 3.56 3.25 7 3.25H17C20.44 3.25 22.75 5.56 22.75 9V15C22.75 18.44 20.44 20.75 17 20.75ZM7 4.75C4.42 4.75 2.75 6.42 2.75 9V15C2.75 17.58 4.42 19.25 7 19.25H17C19.58 19.25 21.25 17.58 21.25 15V9C21.25 6.42 19.58 4.75 17 4.75H7Z" fill="var(--color-icon-primary)"/>\n<path d="M10.5897 15.53C10.2997 15.53 10.0197 15.46 9.76965 15.32C9.18965 14.99 8.84961 14.32 8.84961 13.49V10.53C8.84961 9.7 9.17965 9.03002 9.76965 8.70002C10.3497 8.37002 11.0996 8.42999 11.8096 8.85999L14.2797 10.34C14.9597 10.75 15.3496 11.36 15.3496 12.01C15.3496 12.66 14.9597 13.27 14.2797 13.68L11.8096 15.16C11.3996 15.4 10.9797 15.53 10.5897 15.53ZM10.5897 9.97001C10.5497 9.97001 10.5196 9.98 10.4996 9.99C10.4296 10.03 10.3496 10.21 10.3496 10.52V13.48C10.3496 13.78 10.4296 13.96 10.4996 14.01C10.5796 14.05 10.7697 14.03 11.0297 13.87L13.4996 12.39C13.7496 12.24 13.8397 12.09 13.8397 12C13.8397 11.91 13.7496 11.77 13.4996 11.61L11.0297 10.13C10.8497 10.02 10.6897 9.97001 10.5897 9.97001Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
},
|
|
87
|
+
{ icon: ICON_LINKEDIN },
|
|
88
|
+
{ icon: ICON_TWITTER },
|
|
89
|
+
{ icon: ICON_GITHUB },
|
|
94
90
|
],
|
|
95
91
|
};
|
|
96
92
|
|
|
@@ -129,7 +125,6 @@ export const Profile1: IBlock = {
|
|
|
129
125
|
label: "Image",
|
|
130
126
|
field_interface: "ImageWidget",
|
|
131
127
|
},
|
|
132
|
-
|
|
133
128
|
{
|
|
134
129
|
key: "social_icon",
|
|
135
130
|
label: "Social Icon",
|
|
@@ -205,168 +200,136 @@ export const Profile1: IBlock = {
|
|
|
205
200
|
key: "default",
|
|
206
201
|
title: "Default",
|
|
207
202
|
styles: {
|
|
208
|
-
layout: {
|
|
203
|
+
layout: {
|
|
204
|
+
"padding-top": "3xl",
|
|
205
|
+
"padding-bottom": "3xl",
|
|
206
|
+
},
|
|
209
207
|
container: {},
|
|
210
208
|
main_container: {
|
|
211
209
|
display: "flex",
|
|
212
210
|
"flex-direction": "row",
|
|
213
211
|
"align-items": "flex-start",
|
|
214
|
-
"column-gap": "
|
|
212
|
+
"column-gap": "4xl",
|
|
215
213
|
tablet: {
|
|
216
214
|
"flex-direction": "column",
|
|
215
|
+
"row-gap": "2xl",
|
|
216
|
+
"align-items": "stretch",
|
|
217
217
|
},
|
|
218
218
|
},
|
|
219
219
|
left_container: {
|
|
220
220
|
display: "flex",
|
|
221
221
|
"flex-direction": "column",
|
|
222
|
-
"align-items": "
|
|
222
|
+
"align-items": "stretch",
|
|
223
|
+
"row-gap": "lg",
|
|
223
224
|
flex: "1",
|
|
224
|
-
"max-width": "
|
|
225
|
+
"max-width": "360px",
|
|
225
226
|
tablet: {
|
|
226
227
|
"max-width": "100%",
|
|
227
228
|
},
|
|
228
229
|
},
|
|
229
230
|
image: {
|
|
230
|
-
"border-radius": "
|
|
231
|
-
"margin-bottom": "24px",
|
|
231
|
+
"border-radius": "lg",
|
|
232
232
|
width: "100%",
|
|
233
|
-
height: "
|
|
233
|
+
height: "auto",
|
|
234
|
+
"aspect-ratio": "1 / 1",
|
|
234
235
|
"object-fit": "cover",
|
|
235
236
|
},
|
|
236
|
-
|
|
237
|
-
"0": {
|
|
238
|
-
icon: {
|
|
239
|
-
width: "1px",
|
|
240
|
-
height: "1px",
|
|
241
|
-
"font-size": "1px",
|
|
242
|
-
},
|
|
243
|
-
},
|
|
237
|
+
right_container: {
|
|
244
238
|
display: "flex",
|
|
245
|
-
"flex-direction": "
|
|
246
|
-
"
|
|
247
|
-
|
|
248
|
-
"
|
|
249
|
-
},
|
|
250
|
-
social_icon_1: {
|
|
251
|
-
"background-color": "background-1",
|
|
252
|
-
color: "text-1",
|
|
253
|
-
"padding-top": "12px",
|
|
254
|
-
"padding-bottom": "12px",
|
|
255
|
-
"padding-left": "12px",
|
|
256
|
-
"padding-right": "12px",
|
|
257
|
-
"border-radius": "50%",
|
|
258
|
-
"border-color": "border",
|
|
259
|
-
"border-width": "2px",
|
|
260
|
-
},
|
|
261
|
-
social_icon_2: {
|
|
262
|
-
"background-color": "background-1",
|
|
263
|
-
color: "text-1",
|
|
264
|
-
"padding-top": "12px",
|
|
265
|
-
"padding-bottom": "12px",
|
|
266
|
-
"padding-left": "12px",
|
|
267
|
-
"padding-right": "12px",
|
|
268
|
-
"border-radius": "50%",
|
|
269
|
-
"border-color": "border",
|
|
270
|
-
"border-width": "2px",
|
|
239
|
+
"flex-direction": "column",
|
|
240
|
+
"align-items": "flex-start",
|
|
241
|
+
flex: "1.4",
|
|
242
|
+
"row-gap": "xl",
|
|
271
243
|
},
|
|
272
|
-
|
|
273
|
-
"
|
|
244
|
+
name: {
|
|
245
|
+
"font-size": "3xl",
|
|
246
|
+
"font-weight": "700",
|
|
274
247
|
color: "text-1",
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"padding-left": "12px",
|
|
278
|
-
"padding-right": "12px",
|
|
279
|
-
"border-radius": "50%",
|
|
280
|
-
"border-color": "border",
|
|
281
|
-
"border-width": "2px",
|
|
248
|
+
"line-height": "1.15",
|
|
249
|
+
"letter-spacing": "-0.02em",
|
|
282
250
|
},
|
|
283
|
-
|
|
251
|
+
content_container: {
|
|
284
252
|
display: "flex",
|
|
285
253
|
"flex-direction": "column",
|
|
286
254
|
"align-items": "flex-start",
|
|
287
|
-
|
|
288
|
-
|
|
255
|
+
},
|
|
256
|
+
content_description: {
|
|
257
|
+
"font-size": "md",
|
|
258
|
+
color: "text-2",
|
|
259
|
+
"line-height": "1.7",
|
|
260
|
+
"max-width": "560px",
|
|
289
261
|
},
|
|
290
262
|
"groups.0.title": {
|
|
291
|
-
"font-size": "
|
|
263
|
+
"font-size": "2xl",
|
|
292
264
|
"font-weight": "700",
|
|
293
|
-
color: "
|
|
294
|
-
"margin-bottom": "
|
|
265
|
+
color: "brand",
|
|
266
|
+
"margin-bottom": "xs",
|
|
267
|
+
"letter-spacing": "-0.01em",
|
|
295
268
|
},
|
|
296
269
|
"groups.0.description": {
|
|
297
|
-
"font-size": "
|
|
270
|
+
"font-size": "sm",
|
|
298
271
|
color: "text-2",
|
|
299
|
-
"line-height": "1.
|
|
300
|
-
"margin-bottom": "16px",
|
|
272
|
+
"line-height": "1.55",
|
|
301
273
|
},
|
|
302
274
|
"groups.1.title": {
|
|
303
|
-
"font-size": "
|
|
304
|
-
"font-weight": "
|
|
305
|
-
color: "
|
|
306
|
-
"margin-bottom": "
|
|
275
|
+
"font-size": "2xl",
|
|
276
|
+
"font-weight": "700",
|
|
277
|
+
color: "brand",
|
|
278
|
+
"margin-bottom": "xs",
|
|
279
|
+
"letter-spacing": "-0.01em",
|
|
307
280
|
},
|
|
308
281
|
"groups.1.description": {
|
|
309
|
-
"font-size": "
|
|
282
|
+
"font-size": "sm",
|
|
310
283
|
color: "text-2",
|
|
311
|
-
"line-height": "1.
|
|
312
|
-
},
|
|
313
|
-
content_container: {
|
|
314
|
-
display: "flex",
|
|
315
|
-
"flex-direction": "column",
|
|
316
|
-
"align-items": "flex-start",
|
|
284
|
+
"line-height": "1.55",
|
|
317
285
|
},
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
"row-gap": "base",
|
|
329
|
-
},
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
title: {
|
|
333
|
-
"font-weight": 600,
|
|
334
|
-
},
|
|
335
|
-
wrapper: {
|
|
336
|
-
display: "flex",
|
|
337
|
-
"flex-direction": "column",
|
|
338
|
-
"row-gap": "base",
|
|
339
|
-
},
|
|
286
|
+
groups_levoGroupItem: {
|
|
287
|
+
wrapper: {
|
|
288
|
+
display: "flex",
|
|
289
|
+
"flex-direction": "column",
|
|
290
|
+
flex: "1",
|
|
291
|
+
"padding-top": "base",
|
|
292
|
+
"padding-bottom": "base",
|
|
293
|
+
"padding-left": "lg",
|
|
294
|
+
"border-left": "2px solid",
|
|
295
|
+
"border-color": "border",
|
|
340
296
|
},
|
|
341
|
-
|
|
297
|
+
},
|
|
298
|
+
groups: [{}, {}],
|
|
342
299
|
groups_levoGroup: {
|
|
343
300
|
display: "flex",
|
|
344
|
-
"column-gap": "base",
|
|
345
301
|
"flex-direction": "row",
|
|
302
|
+
"column-gap": "xl",
|
|
303
|
+
width: "100%",
|
|
304
|
+
},
|
|
305
|
+
social_icon_levoGroupItem: {
|
|
306
|
+
icon: {
|
|
307
|
+
width: "20px",
|
|
308
|
+
height: "20px",
|
|
309
|
+
"font-size": "20px",
|
|
310
|
+
"flex-shrink": 0,
|
|
311
|
+
},
|
|
346
312
|
},
|
|
347
|
-
|
|
313
|
+
social_icon: [{}, {}, {}],
|
|
314
|
+
social_icon_levoGroup: {
|
|
348
315
|
display: "flex",
|
|
349
|
-
"
|
|
316
|
+
"flex-direction": "row",
|
|
317
|
+
"column-gap": "md",
|
|
318
|
+
"align-items": "center",
|
|
350
319
|
},
|
|
351
|
-
|
|
352
|
-
{
|
|
353
|
-
|
|
354
|
-
height: "40px",
|
|
355
|
-
width: "40px",
|
|
356
|
-
"font-size": "40px",
|
|
357
|
-
},
|
|
320
|
+
ctas_levoGroupItem: {
|
|
321
|
+
button: {
|
|
322
|
+
"font-weight": "600",
|
|
358
323
|
},
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
width: "40px",
|
|
363
|
-
"font-size": "40px",
|
|
364
|
-
},
|
|
365
|
-
},
|
|
366
|
-
],
|
|
367
|
-
social_icon_levoGroup: {
|
|
324
|
+
},
|
|
325
|
+
ctas: [{}, {}],
|
|
326
|
+
ctas_levoGroup: {
|
|
368
327
|
display: "flex",
|
|
328
|
+
"flex-direction": "row",
|
|
369
329
|
"column-gap": "md",
|
|
330
|
+
"row-gap": "sm",
|
|
331
|
+
"flex-wrap": "wrap",
|
|
332
|
+
"margin-top": "sm",
|
|
370
333
|
},
|
|
371
334
|
},
|
|
372
335
|
content: DEFAULT_CONTENT,
|
|
@@ -389,18 +352,36 @@ export const Profile1: IBlock = {
|
|
|
389
352
|
level: "4",
|
|
390
353
|
},
|
|
391
354
|
selectedVariants: {
|
|
392
|
-
Heading_Level: "
|
|
355
|
+
Heading_Level: "H4",
|
|
393
356
|
},
|
|
394
357
|
},
|
|
395
358
|
},
|
|
396
359
|
{
|
|
397
360
|
title: {
|
|
398
|
-
selectedVariants: {
|
|
399
|
-
Heading_Level: "H5",
|
|
400
|
-
},
|
|
401
361
|
heading: {
|
|
402
362
|
level: "4",
|
|
403
363
|
},
|
|
364
|
+
selectedVariants: {
|
|
365
|
+
Heading_Level: "H4",
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
],
|
|
370
|
+
ctas: [
|
|
371
|
+
{
|
|
372
|
+
button: {
|
|
373
|
+
selectedVariants: {
|
|
374
|
+
Button_Style: "Primary",
|
|
375
|
+
Button_Size: "Medium",
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
button: {
|
|
381
|
+
selectedVariants: {
|
|
382
|
+
Button_Style: "Outline",
|
|
383
|
+
Button_Size: "Medium",
|
|
384
|
+
},
|
|
404
385
|
},
|
|
405
386
|
},
|
|
406
387
|
],
|