@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,13 +1,82 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const ICON_SHIELD_TICK = {
|
|
4
4
|
kind: "icon",
|
|
5
5
|
data: {
|
|
6
|
-
id: "
|
|
7
|
-
label: "
|
|
8
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
6
|
+
id: "shield-tick",
|
|
7
|
+
label: "Shield Tick",
|
|
9
8
|
svgCode:
|
|
10
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="
|
|
9
|
+
'<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="currentColor"/>\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="currentColor"/>\n</svg>',
|
|
10
|
+
},
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const ICON_CHART_SUCCESS = {
|
|
14
|
+
kind: "icon",
|
|
15
|
+
data: {
|
|
16
|
+
id: "chart-success",
|
|
17
|
+
label: "Chart Success",
|
|
18
|
+
svgCode:
|
|
19
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 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 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="currentColor"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="currentColor"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="currentColor"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="currentColor"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="currentColor"/>\n</svg>',
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const ICON_VERIFY = {
|
|
24
|
+
kind: "icon",
|
|
25
|
+
data: {
|
|
26
|
+
id: "verify",
|
|
27
|
+
label: "Verify",
|
|
28
|
+
svgCode:
|
|
29
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M10.7896 15.17C10.5896 15.17 10.3996 15.09 10.2596 14.95L7.83957 12.53C7.54957 12.24 7.54957 11.76 7.83957 11.47C8.12957 11.18 8.60957 11.18 8.89957 11.47L10.7896 13.36L15.0896 9.06003C15.3796 8.77003 15.8596 8.77003 16.1496 9.06003C16.4396 9.35003 16.4396 9.83003 16.1496 10.12L11.3196 14.95C11.1796 15.09 10.9896 15.17 10.7896 15.17Z" fill="currentColor"/>\n<path d="M11.9999 22.75C11.3699 22.75 10.7399 22.54 10.2499 22.12L8.66988 20.76C8.50988 20.62 8.10988 20.48 7.89988 20.48H6.17988C4.69988 20.48 3.49988 19.28 3.49988 17.8V16.09C3.49988 15.88 3.35988 15.49 3.21988 15.33L1.86988 13.74C1.04988 12.77 1.04988 11.24 1.86988 10.27L3.21988 8.68C3.35988 8.52 3.49988 8.13 3.49988 7.92V6.2C3.49988 4.72 4.69988 3.52 6.17988 3.52H7.90988C8.11988 3.52 8.51988 3.37 8.67988 3.24L10.2599 1.88C11.2399 1.04 12.7699 1.04 13.7499 1.88L15.3299 3.24C15.4899 3.38 15.8899 3.52 16.0999 3.52H17.7999C19.2799 3.52 20.4799 4.72 20.4799 6.2V7.9C20.4799 8.11 20.6299 8.51 20.7699 8.67L22.1299 10.25C22.9699 11.23 22.9699 12.76 22.1299 13.74L20.7699 15.32C20.6299 15.48 20.4799 15.88 20.4799 16.09V17.79C20.4799 19.27 19.2799 20.47 17.7999 20.47H16.0999C15.8899 20.47 15.4899 20.62 15.3299 20.75L13.7499 22.11C13.2599 22.54 12.6299 22.75 11.9999 22.75ZM6.17988 5.02C5.52988 5.02 4.99988 5.55 4.99988 6.2V7.91C4.99988 8.48 4.72988 9.21 4.35988 9.64L3.00988 11.23C2.65988 11.64 2.65988 12.35 3.00988 12.76L4.35988 14.35C4.72988 14.79 4.99988 15.51 4.99988 16.08V17.79C4.99988 18.44 5.52988 18.97 6.17988 18.97H7.90988C8.48988 18.97 9.21988 19.24 9.65988 19.62L11.2399 20.98C11.6499 21.33 12.3699 21.33 12.7799 20.98L14.3599 19.62C14.7999 19.25 15.5299 18.97 16.1099 18.97H17.8099C18.4599 18.97 18.9899 18.44 18.9899 17.79V16.09C18.9899 15.51 19.2599 14.78 19.6399 14.34L20.9999 12.76C21.3499 12.35 21.3499 11.63 20.9999 11.22L19.6399 9.64C19.2599 9.2 18.9899 8.47 18.9899 7.89V6.2C18.9899 5.55 18.4599 5.02 17.8099 5.02H16.1099C15.5299 5.02 14.7999 4.75 14.3599 4.37L12.7799 3.01C12.3699 2.66 11.6499 2.66 11.2399 3.01L9.65988 4.38C9.21988 4.75 8.47988 5.02 7.90988 5.02H6.17988Z" fill="currentColor"/>\n</svg>',
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
const ICON_CALENDAR = {
|
|
34
|
+
kind: "icon",
|
|
35
|
+
data: {
|
|
36
|
+
id: "calendar",
|
|
37
|
+
label: "Calendar",
|
|
38
|
+
svgCode:
|
|
39
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M8 5.75C7.59 5.75 7.25 5.41 7.25 5V2C7.25 1.59 7.59 1.25 8 1.25C8.41 1.25 8.75 1.59 8.75 2V5C8.75 5.41 8.41 5.75 8 5.75Z" fill="currentColor"/>\n<path d="M16 5.75C15.59 5.75 15.25 5.41 15.25 5V2C15.25 1.59 15.59 1.25 16 1.25C16.41 1.25 16.75 1.59 16.75 2V5C16.75 5.41 16.41 5.75 16 5.75Z" fill="currentColor"/>\n<path d="M15 22.75H9C3.38 22.75 2.25 20.1 2.25 15.82V9.65C2.25 4.91 3.85 2.98 7.96 2.75H16C16.01 2.75 16.03 2.75 16.04 2.75C20.15 2.98 21.75 4.91 21.75 9.65V15.82C21.75 20.1 20.62 22.75 15 22.75ZM8 4.25C5.2 4.41 3.75 5.29 3.75 9.65V15.82C3.75 19.65 4.48 21.25 9 21.25H15C19.52 21.25 20.25 19.65 20.25 15.82V9.65C20.25 5.3 18.81 4.41 15.98 4.25H8Z" fill="currentColor"/>\n<path d="M20.75 18.35H3.25C2.84 18.35 2.5 18.01 2.5 17.6C2.5 17.19 2.84 16.85 3.25 16.85H20.75C21.16 16.85 21.5 17.19 21.5 17.6C21.5 18.01 21.16 18.35 20.75 18.35Z" fill="currentColor"/>\n<path d="M12 8.25C10.77 8.25 9.73 8.92 9.73 10.22C9.73 10.84 10.02 11.31 10.46 11.61C9.85 11.97 9.5 12.55 9.5 13.23C9.5 14.47 10.45 15.24 12 15.24C13.54 15.24 14.5 14.47 14.5 13.23C14.5 12.55 14.15 11.96 13.53 11.61C13.98 11.3 14.26 10.84 14.26 10.22C14.26 8.92 13.23 8.25 12 8.25ZM12 11.09C11.48 11.09 11.1 10.78 11.1 10.29C11.1 9.79 11.48 9.5 12 9.5C12.52 9.5 12.9 9.79 12.9 10.29C12.9 10.78 12.52 11.09 12 11.09ZM12 14C11.34 14 10.86 13.67 10.86 13.07C10.86 12.47 11.34 12.15 12 12.15C12.66 12.15 13.14 12.48 13.14 13.07C13.14 13.67 12.66 14 12 14Z" fill="currentColor"/>\n</svg>',
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const ICON_CLOCK = {
|
|
44
|
+
kind: "icon",
|
|
45
|
+
data: {
|
|
46
|
+
id: "clock",
|
|
47
|
+
label: "Clock",
|
|
48
|
+
svgCode:
|
|
49
|
+
'<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="currentColor"/>\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="currentColor"/>\n</svg>',
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const ICON_LINKEDIN = {
|
|
54
|
+
kind: "icon",
|
|
55
|
+
data: {
|
|
56
|
+
id: "linkedin",
|
|
57
|
+
label: "Linkedin",
|
|
58
|
+
svgCode:
|
|
59
|
+
'<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="white"/>\n</g>\n<defs>\n<clipPath id="clip0_37_4945">\n<rect width="24" height="24" fill="white"/>\n</clipPath>\n</defs>\n</svg>',
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
const ICON_TWITTER = {
|
|
64
|
+
kind: "icon",
|
|
65
|
+
data: {
|
|
66
|
+
id: "twitter",
|
|
67
|
+
label: "Twitter",
|
|
68
|
+
svgCode:
|
|
69
|
+
'<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="white"/>\n</svg>',
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
const ICON_YOUTUBE = {
|
|
74
|
+
kind: "icon",
|
|
75
|
+
data: {
|
|
76
|
+
id: "youtube",
|
|
77
|
+
label: "Youtube",
|
|
78
|
+
svgCode:
|
|
79
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M23.7609 7.20005C23.7609 7.20005 23.5266 5.54536 22.8047 4.8188C21.8906 3.86255 20.8688 3.85786 20.4 3.80161C17.0438 3.55786 12.0047 3.55786 12.0047 3.55786H11.9953C11.9953 3.55786 6.95625 3.55786 3.6 3.80161C3.13125 3.85786 2.10938 3.86255 1.19531 4.8188C0.473438 5.54536 0.24375 7.20005 0.24375 7.20005C0.24375 7.20005 0 9.14536 0 11.086V12.9047C0 14.8454 0.239062 16.7907 0.239062 16.7907C0.239062 16.7907 0.473437 18.4454 1.19062 19.1719C2.10469 20.1282 3.30469 20.0954 3.83906 20.1985C5.76094 20.3813 12 20.4375 12 20.4375C12 20.4375 17.0438 20.4282 20.4 20.1891C20.8688 20.1329 21.8906 20.1282 22.8047 19.1719C23.5266 18.4454 23.7609 16.7907 23.7609 16.7907C23.7609 16.7907 24 14.85 24 12.9047V11.086C24 9.14536 23.7609 7.20005 23.7609 7.20005ZM9.52031 15.1125V8.36724L16.0031 11.7516L9.52031 15.1125Z" fill="white"/>\n</svg>',
|
|
11
80
|
},
|
|
12
81
|
};
|
|
13
82
|
|
|
@@ -21,52 +90,55 @@ const DEFAULT_CONTENT = {
|
|
|
21
90
|
"sidebar-cards": [
|
|
22
91
|
{
|
|
23
92
|
card: null,
|
|
24
|
-
heading: "
|
|
93
|
+
heading: "Ledger highlights",
|
|
25
94
|
content: [
|
|
26
95
|
{
|
|
27
96
|
"content-item": null,
|
|
28
|
-
title: "
|
|
97
|
+
title: "Real-time settlement",
|
|
29
98
|
description:
|
|
30
|
-
"
|
|
99
|
+
"Funds land in merchant accounts within 90 seconds on domestic rails, 24/7.",
|
|
31
100
|
},
|
|
32
101
|
{
|
|
33
102
|
"content-item": null,
|
|
34
|
-
title: "
|
|
35
|
-
description:
|
|
103
|
+
title: "PCI DSS Level 1",
|
|
104
|
+
description:
|
|
105
|
+
"Card data never touches your servers — tokenized at the edge, stored in an HSM vault.",
|
|
36
106
|
},
|
|
37
107
|
],
|
|
38
|
-
button: "
|
|
108
|
+
button: "Read trust report",
|
|
39
109
|
},
|
|
40
110
|
{
|
|
41
111
|
card: null,
|
|
42
|
-
heading: "
|
|
112
|
+
heading: "KYC & compliance",
|
|
43
113
|
content: [
|
|
44
114
|
{
|
|
45
115
|
"content-item": null,
|
|
46
|
-
title: "
|
|
47
|
-
description:
|
|
116
|
+
title: "Automated onboarding",
|
|
117
|
+
description:
|
|
118
|
+
"Document capture, liveness check, and sanctions screening close in under four minutes.",
|
|
48
119
|
},
|
|
49
120
|
],
|
|
50
|
-
button: "
|
|
121
|
+
button: "See compliance stack",
|
|
51
122
|
},
|
|
52
123
|
{
|
|
53
124
|
card: null,
|
|
54
|
-
heading: "
|
|
125
|
+
heading: "Fraud operations",
|
|
55
126
|
content: [
|
|
56
127
|
{
|
|
57
128
|
"content-item": null,
|
|
58
|
-
title: "24/7
|
|
59
|
-
description:
|
|
129
|
+
title: "24/7 dispute desk",
|
|
130
|
+
description:
|
|
131
|
+
"Our analysts contest chargebacks within the card-network window and share every artifact.",
|
|
60
132
|
},
|
|
61
133
|
],
|
|
62
|
-
button: "
|
|
134
|
+
button: "Talk to risk team",
|
|
63
135
|
},
|
|
64
136
|
],
|
|
65
137
|
|
|
66
138
|
// Social section
|
|
67
139
|
"social-section": null,
|
|
68
|
-
"social-title": "Follow
|
|
69
|
-
"social-icons": [{ icon:
|
|
140
|
+
"social-title": "Follow our engineering blog",
|
|
141
|
+
"social-icons": [{ icon: ICON_LINKEDIN }, { icon: ICON_TWITTER }, { icon: ICON_YOUTUBE }],
|
|
70
142
|
|
|
71
143
|
// Blog content
|
|
72
144
|
"blog-content": null,
|
|
@@ -76,27 +148,33 @@ const DEFAULT_CONTENT = {
|
|
|
76
148
|
"content-icons": [
|
|
77
149
|
{
|
|
78
150
|
"icon-wrapper": null,
|
|
79
|
-
icon:
|
|
80
|
-
description: "
|
|
151
|
+
icon: ICON_SHIELD_TICK,
|
|
152
|
+
description: "Risk engineering",
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"icon-wrapper": null,
|
|
156
|
+
icon: ICON_VERIFY,
|
|
157
|
+
description: "KYC verified",
|
|
81
158
|
},
|
|
82
159
|
{
|
|
83
160
|
"icon-wrapper": null,
|
|
84
|
-
icon:
|
|
85
|
-
description: "
|
|
161
|
+
icon: ICON_CHART_SUCCESS,
|
|
162
|
+
description: "Settlement data",
|
|
86
163
|
},
|
|
87
164
|
],
|
|
88
165
|
"meta-info": null,
|
|
89
166
|
"date-wrapper": null,
|
|
90
|
-
"calendar-icon":
|
|
91
|
-
"publish-date": "
|
|
167
|
+
"calendar-icon": ICON_CALENDAR,
|
|
168
|
+
"publish-date": "2026-03-04T10:23:31.297Z",
|
|
92
169
|
"time-wrapper": null,
|
|
93
|
-
"time-icon":
|
|
94
|
-
"reading-time": "
|
|
170
|
+
"time-icon": ICON_CLOCK,
|
|
171
|
+
"reading-time": "9 minute read",
|
|
95
172
|
|
|
96
173
|
// Content
|
|
97
174
|
"content-section": null,
|
|
175
|
+
content_title: "Why real-time payments break traditional reconciliation",
|
|
98
176
|
content:
|
|
99
|
-
"
|
|
177
|
+
"<p>Instant rails changed the economics of settlement. Money moves in seconds, but the batch-file reconciliation stack most platforms rely on still assumes an overnight cutover. The result is a widening gap between what the ledger says and what the bank account holds — and that gap is where disputes, double-refunds, and failed audits live.</p><p><strong>The overnight batch is dead.</strong></p><p>Traditional acquirers publish a settlement file at 02:00, and merchant ops teams sweep it the next morning. With UPI, FedNow, and instant SEPA, that file is twelve hours out of date before anyone opens it. Funds have already moved; the merchant has already shipped; the refund window has already opened. Reconciliation needs to be a stream, not a sweep.</p><p><strong>What breaks first.</strong></p><p>Refund duplicates. A customer disputes, the batch file has not posted yet, the ops team issues a goodwill credit, then the original refund lands the next day. Net effect: double payout, no audit trail, and a chargeback that is now indefensible.</p><p><strong>Build the ledger around the event, not the file.</strong></p><p>Every authorization, capture, refund, and reversal becomes a ledger entry the moment the network confirms it. No overnight job. No file-watcher. Your books are the card network's books, reconciled continuously against the bank account.</p><p><strong>The three guardrails that make it work.</strong></p><p>First, idempotency keys on every write — the same network event cannot hit the ledger twice. Second, dual-write consistency between your application database and the ledger store, enforced by a transactional outbox. Third, a daily parity check against the acquirer's end-of-day file, not as the source of truth but as a tripwire for drift.</p><p><strong>What this buys you.</strong></p><p>Treasury forecasts that match the bank account to the paisa. A dispute team that sees the authorization, the capture, and the refund in one timeline. Auditors who stop asking for spreadsheets. And when instant rails inevitably replace card rails in your highest-volume corridor, your stack is already ready.</p>",
|
|
100
178
|
};
|
|
101
179
|
|
|
102
180
|
const DEFAULT_CONTENT_V1 = {
|
|
@@ -110,20 +188,20 @@ const DEFAULT_CONTENT_V1 = {
|
|
|
110
188
|
heading: "",
|
|
111
189
|
content: [
|
|
112
190
|
{
|
|
113
|
-
title: "
|
|
114
|
-
description: "<p>Full-time</p>",
|
|
191
|
+
title: "<p>Role type</p>",
|
|
192
|
+
description: "<p>Full-time, senior engineer track</p>",
|
|
115
193
|
},
|
|
116
194
|
{
|
|
117
195
|
title: "<p>Experience</p>",
|
|
118
|
-
description: "<p>
|
|
196
|
+
description: "<p>6+ years in payments, ledgers, or fintech infrastructure</p>",
|
|
119
197
|
},
|
|
120
198
|
{
|
|
121
|
-
title: "<p>
|
|
122
|
-
description: "<p>
|
|
199
|
+
title: "<p>Work mode</p>",
|
|
200
|
+
description: "<p>Hybrid — two days a week from our Bengaluru HQ</p>",
|
|
123
201
|
},
|
|
124
202
|
{
|
|
125
|
-
title: "<p>
|
|
126
|
-
description: "<p>
|
|
203
|
+
title: "<p>Compensation</p>",
|
|
204
|
+
description: "<p>Base + equity aligned to senior SDE-3 / Staff bands</p>",
|
|
127
205
|
},
|
|
128
206
|
],
|
|
129
207
|
button: "",
|
|
@@ -137,33 +215,15 @@ const DEFAULT_CONTENT_V1 = {
|
|
|
137
215
|
"content-icons": [],
|
|
138
216
|
"meta-info": null,
|
|
139
217
|
"date-wrapper": null,
|
|
140
|
-
"calendar-icon":
|
|
141
|
-
|
|
142
|
-
data: {
|
|
143
|
-
id: "archive-minus",
|
|
144
|
-
label: "Archive Minus",
|
|
145
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
146
|
-
svgCode:
|
|
147
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
148
|
-
},
|
|
149
|
-
},
|
|
150
|
-
"publish-date": "2025-01-16T10:23:31.297Z",
|
|
218
|
+
"calendar-icon": ICON_CALENDAR,
|
|
219
|
+
"publish-date": "2026-03-04T10:23:31.297Z",
|
|
151
220
|
"time-wrapper": null,
|
|
152
|
-
"time-icon":
|
|
153
|
-
|
|
154
|
-
data: {
|
|
155
|
-
id: "archive-minus",
|
|
156
|
-
label: "Archive Minus",
|
|
157
|
-
tags: ["archive", "custom", "directional", "minus"],
|
|
158
|
-
svgCode:
|
|
159
|
-
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
"reading-time": "12 Minutes",
|
|
221
|
+
"time-icon": ICON_CLOCK,
|
|
222
|
+
"reading-time": "7 minute read",
|
|
163
223
|
"content-section": null,
|
|
164
224
|
content:
|
|
165
|
-
"<p>
|
|
166
|
-
content_title: "<p>
|
|
225
|
+
"<p>You will own the core ledger that records every authorization, capture, refund, and reversal moving across our payments platform — roughly 14 million transactions a day, rising to 40 million by year end. The ledger is the source of truth for treasury, merchant settlement, and every compliance filing we ship to the regulator, so engineering bar here is not negotiable.</p><p><strong>What you will build.</strong></p><p>A double-entry ledger service that is idempotent at the event level, handles both card-network and UPI-style instant rails, and publishes balance snapshots to downstream consumers (treasury forecast, dispute desk, merchant payout). You will own the data model, the replay semantics, the outbox pipeline, and the reconciliation tooling against acquirer end-of-day files.</p><p><strong>Typical week.</strong></p><p>Forty percent design and code review on the ledger service itself. Twenty percent partnering with the compliance team on audit trail requirements (RBI, PCI DSS, SOC 2). Twenty percent operational — on-call rotation for the tier-0 payment path. Twenty percent mentoring two mid-level engineers on the team.</p><p><strong>We are looking for.</strong></p><p>Strong SQL and distributed systems fundamentals — MVCC, two-phase commit, at-least-once delivery trade-offs. Comfort with Go or Kotlin. Prior exposure to PCI DSS Level 1 or RBI-licensed payment systems. A pragmatic bias toward boring, observable architecture over novel frameworks.</p><p><strong>Nice to have.</strong></p><p>Experience with EventStoreDB, Cadence, or Kafka Connect. Familiarity with card-network message formats (ISO 8583, ISO 20022). Open-source contributions to fintech or database infrastructure.</p><p><strong>What we offer.</strong></p><p>Staff-track comp with meaningful equity, a 40-person engineering org where senior ICs set direction, and a product that is already processing a non-trivial share of the country's real-time payment volume. Our engineering blog is linked in the sidebar; we write about what we ship.</p>",
|
|
226
|
+
content_title: "<p>Staff Engineer, Ledger & Settlement</p>",
|
|
167
227
|
};
|
|
168
228
|
|
|
169
229
|
export type IProfile4Content = typeof DEFAULT_CONTENT;
|
|
@@ -271,7 +331,7 @@ export const Profile4: IBlock = {
|
|
|
271
331
|
prompt_description: "Brief description explaining the service or feature benefits.",
|
|
272
332
|
usecase: "description",
|
|
273
333
|
min_characters: 40,
|
|
274
|
-
max_characters:
|
|
334
|
+
max_characters: 160,
|
|
275
335
|
},
|
|
276
336
|
},
|
|
277
337
|
],
|
|
@@ -284,7 +344,7 @@ export const Profile4: IBlock = {
|
|
|
284
344
|
prompt_description: "Call-to-action button for the card. Use action-oriented text.",
|
|
285
345
|
usecase: "button",
|
|
286
346
|
min_characters: 5,
|
|
287
|
-
max_characters:
|
|
347
|
+
max_characters: 25,
|
|
288
348
|
},
|
|
289
349
|
},
|
|
290
350
|
],
|
|
@@ -307,7 +367,7 @@ export const Profile4: IBlock = {
|
|
|
307
367
|
prompt_description: "Title for the social media section. Keep it short and engaging.",
|
|
308
368
|
usecase: "title",
|
|
309
369
|
min_characters: 5,
|
|
310
|
-
max_characters:
|
|
370
|
+
max_characters: 40,
|
|
311
371
|
},
|
|
312
372
|
},
|
|
313
373
|
{
|
|
@@ -450,7 +510,7 @@ export const Profile4: IBlock = {
|
|
|
450
510
|
prompt_description: "Estimated reading time for the profile post.",
|
|
451
511
|
usecase: "reading_time",
|
|
452
512
|
min_characters: 5,
|
|
453
|
-
max_characters:
|
|
513
|
+
max_characters: 20,
|
|
454
514
|
},
|
|
455
515
|
},
|
|
456
516
|
|
|
@@ -493,287 +553,191 @@ export const Profile4: IBlock = {
|
|
|
493
553
|
styles: {
|
|
494
554
|
layout: {
|
|
495
555
|
width: "100%",
|
|
496
|
-
"padding-top": "
|
|
497
|
-
"padding-bottom": "
|
|
498
|
-
"padding-left": "
|
|
499
|
-
"padding-right": "
|
|
556
|
+
"padding-top": "6xl",
|
|
557
|
+
"padding-bottom": "6xl",
|
|
558
|
+
"padding-left": "5xl",
|
|
559
|
+
"padding-right": "5xl",
|
|
500
560
|
mobile: {
|
|
501
|
-
"padding-top": "
|
|
502
|
-
"padding-bottom": "
|
|
503
|
-
"padding-left": "
|
|
504
|
-
"padding-right": "
|
|
561
|
+
"padding-top": "4xl",
|
|
562
|
+
"padding-bottom": "4xl",
|
|
563
|
+
"padding-left": "xl",
|
|
564
|
+
"padding-right": "xl",
|
|
505
565
|
},
|
|
506
566
|
},
|
|
507
567
|
container: {
|
|
508
568
|
width: "100%",
|
|
509
|
-
"max-width": "
|
|
569
|
+
"max-width": "1200px",
|
|
510
570
|
"margin-left": "auto",
|
|
511
571
|
"margin-right": "auto",
|
|
512
572
|
},
|
|
513
573
|
"main-content": {
|
|
514
574
|
display: "flex",
|
|
515
|
-
"column-gap": "
|
|
575
|
+
"column-gap": "5xl",
|
|
516
576
|
"row-gap": "4xl",
|
|
577
|
+
"align-items": "flex-start",
|
|
517
578
|
mobile: {
|
|
518
579
|
"flex-direction": "column",
|
|
519
580
|
},
|
|
520
581
|
},
|
|
521
582
|
|
|
522
|
-
// Sidebar
|
|
583
|
+
// Sidebar
|
|
523
584
|
sidebar: {
|
|
524
585
|
width: "300px",
|
|
525
586
|
"flex-shrink": "0",
|
|
526
587
|
display: "flex",
|
|
527
588
|
"flex-direction": "column",
|
|
528
589
|
"row-gap": "3xl",
|
|
590
|
+
position: "sticky",
|
|
591
|
+
top: "2xl",
|
|
529
592
|
mobile: {
|
|
530
593
|
width: "100%",
|
|
594
|
+
position: "static",
|
|
531
595
|
},
|
|
532
596
|
},
|
|
533
597
|
"sidebar-cards_levoGroup": {
|
|
534
598
|
display: "flex",
|
|
535
599
|
"flex-direction": "column",
|
|
536
|
-
"row-gap": "
|
|
600
|
+
"row-gap": "lg",
|
|
537
601
|
},
|
|
538
|
-
"sidebar-
|
|
539
|
-
{
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
"row-gap": "base",
|
|
552
|
-
},
|
|
553
|
-
heading: {
|
|
554
|
-
color: "text-1",
|
|
555
|
-
"margin-bottom": "base",
|
|
556
|
-
},
|
|
557
|
-
content_levoGroup: {
|
|
558
|
-
display: "flex",
|
|
559
|
-
"flex-direction": "column",
|
|
560
|
-
"row-gap": "base",
|
|
561
|
-
},
|
|
562
|
-
content: [
|
|
563
|
-
{
|
|
564
|
-
"content-item": {
|
|
565
|
-
"margin-bottom": "sm",
|
|
566
|
-
},
|
|
567
|
-
title: {
|
|
568
|
-
"margin-bottom": "xs",
|
|
569
|
-
color: "text-1",
|
|
570
|
-
},
|
|
571
|
-
description: {
|
|
572
|
-
"font-size": "sm",
|
|
573
|
-
color: "text-2",
|
|
574
|
-
"line-height": "1.5",
|
|
575
|
-
},
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"content-item": {
|
|
579
|
-
"margin-bottom": "sm",
|
|
580
|
-
},
|
|
581
|
-
title: {
|
|
582
|
-
"margin-bottom": "xs",
|
|
583
|
-
color: "text-1",
|
|
584
|
-
},
|
|
585
|
-
description: {
|
|
586
|
-
"font-size": "sm",
|
|
587
|
-
color: "text-2",
|
|
588
|
-
"line-height": "1.5",
|
|
589
|
-
},
|
|
590
|
-
},
|
|
591
|
-
],
|
|
602
|
+
"sidebar-cards_levoGroupItem": {
|
|
603
|
+
card: {
|
|
604
|
+
"padding-top": "xl",
|
|
605
|
+
"padding-bottom": "xl",
|
|
606
|
+
"padding-left": "xl",
|
|
607
|
+
"padding-right": "xl",
|
|
608
|
+
"border-radius": "lg",
|
|
609
|
+
border: "1px solid",
|
|
610
|
+
"border-color": "border",
|
|
611
|
+
"background-color": "background-1",
|
|
612
|
+
display: "flex",
|
|
613
|
+
"flex-direction": "column",
|
|
614
|
+
"row-gap": "base",
|
|
592
615
|
},
|
|
593
|
-
{
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
"border-radius": "lg",
|
|
600
|
-
border: "1px solid",
|
|
601
|
-
"border-color": "brand",
|
|
602
|
-
|
|
603
|
-
display: "flex",
|
|
604
|
-
"flex-direction": "column",
|
|
605
|
-
"row-gap": "base",
|
|
606
|
-
},
|
|
607
|
-
image: {
|
|
608
|
-
width: "48px",
|
|
609
|
-
height: "48px",
|
|
610
|
-
"border-radius": "base",
|
|
611
|
-
},
|
|
612
|
-
content_levoGroup: {
|
|
613
|
-
display: "flex",
|
|
614
|
-
"flex-direction": "column",
|
|
615
|
-
"row-gap": "base",
|
|
616
|
-
},
|
|
617
|
-
content: [
|
|
618
|
-
{
|
|
619
|
-
"content-item": {
|
|
620
|
-
"margin-bottom": "sm",
|
|
621
|
-
},
|
|
622
|
-
title: {
|
|
623
|
-
"margin-bottom": "xs",
|
|
624
|
-
color: "text-1",
|
|
625
|
-
},
|
|
626
|
-
description: {
|
|
627
|
-
"font-size": "sm",
|
|
628
|
-
color: "text-2",
|
|
629
|
-
"line-height": "1.5",
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
|
-
],
|
|
616
|
+
heading: {
|
|
617
|
+
color: "text-1",
|
|
618
|
+
"font-size": "base",
|
|
619
|
+
"font-weight": 600,
|
|
620
|
+
"text-transform": "uppercase",
|
|
621
|
+
"letter-spacing": "0.08em",
|
|
633
622
|
},
|
|
634
|
-
{
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
border: "1px solid",
|
|
642
|
-
"border-color": "brand",
|
|
643
|
-
|
|
623
|
+
content_levoGroup: {
|
|
624
|
+
display: "flex",
|
|
625
|
+
"flex-direction": "column",
|
|
626
|
+
"row-gap": "base",
|
|
627
|
+
},
|
|
628
|
+
content_levoGroupItem: {
|
|
629
|
+
"content-item": {
|
|
644
630
|
display: "flex",
|
|
645
631
|
"flex-direction": "column",
|
|
646
|
-
"row-gap": "
|
|
632
|
+
"row-gap": "xs",
|
|
647
633
|
},
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
"
|
|
634
|
+
title: {
|
|
635
|
+
color: "text-1",
|
|
636
|
+
"font-size": "sm",
|
|
637
|
+
"font-weight": 600,
|
|
652
638
|
},
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
"
|
|
639
|
+
description: {
|
|
640
|
+
"font-size": "sm",
|
|
641
|
+
color: "text-2",
|
|
642
|
+
"line-height": "1.55",
|
|
657
643
|
},
|
|
658
|
-
content: [
|
|
659
|
-
{
|
|
660
|
-
"content-item": {
|
|
661
|
-
"margin-bottom": "sm",
|
|
662
|
-
},
|
|
663
|
-
title: {
|
|
664
|
-
"margin-bottom": "xs",
|
|
665
|
-
color: "text-1",
|
|
666
|
-
},
|
|
667
|
-
description: {
|
|
668
|
-
"font-size": "sm",
|
|
669
|
-
color: "text-2",
|
|
670
|
-
"line-height": "1.5",
|
|
671
|
-
},
|
|
672
|
-
},
|
|
673
|
-
],
|
|
674
644
|
},
|
|
645
|
+
button: {
|
|
646
|
+
"margin-top": "xs",
|
|
647
|
+
"max-width": "fit-content",
|
|
648
|
+
"padding-left": 0,
|
|
649
|
+
"padding-right": 0,
|
|
650
|
+
"background-color": "transparent",
|
|
651
|
+
color: "brand",
|
|
652
|
+
"font-size": "sm",
|
|
653
|
+
"font-weight": 600,
|
|
654
|
+
},
|
|
655
|
+
},
|
|
656
|
+
"sidebar-cards": [
|
|
657
|
+
{ content: [{}, {}] },
|
|
658
|
+
{ content: [{}] },
|
|
659
|
+
{ content: [{}] },
|
|
675
660
|
],
|
|
676
661
|
|
|
677
|
-
// Social
|
|
662
|
+
// Social
|
|
678
663
|
"social-section": {
|
|
679
|
-
"padding-top": "
|
|
664
|
+
"padding-top": "xl",
|
|
680
665
|
"border-top": "1px solid",
|
|
681
|
-
"border-color": "
|
|
666
|
+
"border-color": "border",
|
|
667
|
+
display: "flex",
|
|
668
|
+
"flex-direction": "column",
|
|
669
|
+
"row-gap": "base",
|
|
682
670
|
},
|
|
683
671
|
"social-title": {
|
|
684
|
-
"font-size": "
|
|
685
|
-
"font-weight":
|
|
686
|
-
|
|
687
|
-
|
|
672
|
+
"font-size": "xs",
|
|
673
|
+
"font-weight": 600,
|
|
674
|
+
color: "brand",
|
|
675
|
+
"text-transform": "uppercase",
|
|
676
|
+
"letter-spacing": "0.08em",
|
|
688
677
|
},
|
|
689
678
|
"social-icons_levoGroup": {
|
|
690
679
|
display: "flex",
|
|
691
|
-
"column-gap": "
|
|
680
|
+
"column-gap": "sm",
|
|
692
681
|
},
|
|
693
|
-
"social-
|
|
694
|
-
{
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
icon: {
|
|
702
|
-
width: "32px",
|
|
703
|
-
height: "32px",
|
|
704
|
-
},
|
|
682
|
+
"social-icons_levoGroupItem": {
|
|
683
|
+
icon: {
|
|
684
|
+
width: "32px",
|
|
685
|
+
height: "32px",
|
|
686
|
+
"font-size": "32px",
|
|
687
|
+
"flex-shrink": "0",
|
|
705
688
|
},
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
width: "32px",
|
|
709
|
-
height: "32px",
|
|
710
|
-
},
|
|
711
|
-
},
|
|
712
|
-
],
|
|
689
|
+
},
|
|
690
|
+
"social-icons": [{}, {}, {}],
|
|
713
691
|
|
|
714
|
-
// Blog content
|
|
692
|
+
// Blog content
|
|
715
693
|
"blog-content": {
|
|
716
694
|
"flex-grow": "1",
|
|
695
|
+
"min-width": "0",
|
|
717
696
|
display: "flex",
|
|
718
697
|
"flex-direction": "column",
|
|
719
|
-
"row-gap": "
|
|
698
|
+
"row-gap": "2xl",
|
|
720
699
|
},
|
|
721
700
|
|
|
722
|
-
// Content meta
|
|
701
|
+
// Content meta
|
|
723
702
|
"content-meta": {
|
|
724
703
|
display: "flex",
|
|
725
704
|
"flex-direction": "column",
|
|
726
|
-
"row-gap": "
|
|
727
|
-
"padding-top": "
|
|
728
|
-
"padding-bottom": "
|
|
705
|
+
"row-gap": "base",
|
|
706
|
+
"padding-top": "lg",
|
|
707
|
+
"padding-bottom": "lg",
|
|
729
708
|
"border-top": "1px solid",
|
|
730
709
|
"border-bottom": "1px solid",
|
|
731
|
-
"border-color": "
|
|
710
|
+
"border-color": "border",
|
|
732
711
|
},
|
|
733
712
|
"content-icons_levoGroup": {
|
|
734
713
|
display: "flex",
|
|
735
|
-
"column-gap": "
|
|
736
|
-
"row-gap": "
|
|
714
|
+
"column-gap": "xl",
|
|
715
|
+
"row-gap": "sm",
|
|
737
716
|
"flex-wrap": "wrap",
|
|
738
717
|
},
|
|
739
|
-
"content-
|
|
740
|
-
{
|
|
741
|
-
"
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
"column-gap": "xs",
|
|
745
|
-
},
|
|
746
|
-
icon: {
|
|
747
|
-
width: "24px",
|
|
748
|
-
height: "24px",
|
|
749
|
-
},
|
|
750
|
-
description: {
|
|
751
|
-
"font-size": "sm",
|
|
752
|
-
"font-weight": "medium",
|
|
753
|
-
color: "text-1",
|
|
754
|
-
},
|
|
718
|
+
"content-icons_levoGroupItem": {
|
|
719
|
+
"icon-wrapper": {
|
|
720
|
+
display: "flex",
|
|
721
|
+
"align-items": "center",
|
|
722
|
+
"column-gap": "xs",
|
|
755
723
|
},
|
|
756
|
-
{
|
|
757
|
-
"
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
},
|
|
762
|
-
icon: {
|
|
763
|
-
width: "24px",
|
|
764
|
-
height: "24px",
|
|
765
|
-
},
|
|
766
|
-
description: {
|
|
767
|
-
"font-size": "sm",
|
|
768
|
-
"font-weight": "medium",
|
|
769
|
-
color: "text-1",
|
|
770
|
-
},
|
|
724
|
+
icon: {
|
|
725
|
+
width: "18px",
|
|
726
|
+
height: "18px",
|
|
727
|
+
"font-size": "18px",
|
|
728
|
+
"flex-shrink": "0",
|
|
771
729
|
},
|
|
772
|
-
|
|
730
|
+
description: {
|
|
731
|
+
"font-size": "sm",
|
|
732
|
+
"font-weight": 500,
|
|
733
|
+
color: "text-1",
|
|
734
|
+
},
|
|
735
|
+
},
|
|
736
|
+
"content-icons": [{}, {}, {}],
|
|
773
737
|
"meta-info": {
|
|
774
738
|
display: "flex",
|
|
775
|
-
"column-gap": "
|
|
776
|
-
"row-gap": "
|
|
739
|
+
"column-gap": "xl",
|
|
740
|
+
"row-gap": "sm",
|
|
777
741
|
"flex-wrap": "wrap",
|
|
778
742
|
},
|
|
779
743
|
"date-wrapper": {
|
|
@@ -782,8 +746,10 @@ export const Profile4: IBlock = {
|
|
|
782
746
|
"column-gap": "xs",
|
|
783
747
|
},
|
|
784
748
|
"calendar-icon": {
|
|
785
|
-
width: "
|
|
786
|
-
height: "
|
|
749
|
+
width: "16px",
|
|
750
|
+
height: "16px",
|
|
751
|
+
"font-size": "16px",
|
|
752
|
+
"flex-shrink": "0",
|
|
787
753
|
},
|
|
788
754
|
"publish-date": {
|
|
789
755
|
"font-size": "sm",
|
|
@@ -795,24 +761,36 @@ export const Profile4: IBlock = {
|
|
|
795
761
|
"column-gap": "xs",
|
|
796
762
|
},
|
|
797
763
|
"time-icon": {
|
|
798
|
-
width: "
|
|
799
|
-
height: "
|
|
764
|
+
width: "16px",
|
|
765
|
+
height: "16px",
|
|
766
|
+
"font-size": "16px",
|
|
767
|
+
"flex-shrink": "0",
|
|
800
768
|
},
|
|
801
769
|
"reading-time": {
|
|
802
770
|
"font-size": "sm",
|
|
803
771
|
color: "text-2",
|
|
804
772
|
},
|
|
805
773
|
|
|
806
|
-
// Content
|
|
774
|
+
// Content
|
|
807
775
|
"content-section": {
|
|
808
776
|
display: "flex",
|
|
809
777
|
"flex-direction": "column",
|
|
778
|
+
"row-gap": "lg",
|
|
779
|
+
},
|
|
780
|
+
content_title: {
|
|
781
|
+
color: "text-1",
|
|
782
|
+
"font-size": "3xl",
|
|
783
|
+
"font-weight": 700,
|
|
784
|
+
"line-height": "1.2",
|
|
810
785
|
},
|
|
811
786
|
content: {
|
|
812
787
|
"font-size": "base",
|
|
813
788
|
"line-height": "1.7",
|
|
814
789
|
color: "text-1",
|
|
815
790
|
},
|
|
791
|
+
contact_form: {
|
|
792
|
+
display: "none",
|
|
793
|
+
},
|
|
816
794
|
},
|
|
817
795
|
content: DEFAULT_CONTENT,
|
|
818
796
|
config: {
|
|
@@ -832,15 +810,15 @@ export const Profile4: IBlock = {
|
|
|
832
810
|
styles: {
|
|
833
811
|
layout: {
|
|
834
812
|
width: "100%",
|
|
835
|
-
"padding-top": "
|
|
836
|
-
"padding-bottom": "
|
|
837
|
-
"padding-left": "
|
|
838
|
-
"padding-right": "
|
|
813
|
+
"padding-top": "6xl",
|
|
814
|
+
"padding-bottom": "6xl",
|
|
815
|
+
"padding-left": "5xl",
|
|
816
|
+
"padding-right": "5xl",
|
|
839
817
|
mobile: {
|
|
840
|
-
"padding-top": "
|
|
841
|
-
"padding-bottom": "
|
|
842
|
-
"padding-left": "
|
|
843
|
-
"padding-right": "
|
|
818
|
+
"padding-top": "4xl",
|
|
819
|
+
"padding-bottom": "4xl",
|
|
820
|
+
"padding-left": "xl",
|
|
821
|
+
"padding-right": "xl",
|
|
844
822
|
},
|
|
845
823
|
},
|
|
846
824
|
container: {
|
|
@@ -853,21 +831,28 @@ export const Profile4: IBlock = {
|
|
|
853
831
|
display: "flex",
|
|
854
832
|
"column-gap": "4xl",
|
|
855
833
|
"row-gap": "4xl",
|
|
834
|
+
"align-items": "flex-start",
|
|
856
835
|
mobile: {
|
|
857
836
|
"flex-direction": "column",
|
|
858
837
|
},
|
|
859
838
|
},
|
|
860
839
|
sidebar: {
|
|
861
|
-
width: "
|
|
840
|
+
width: "240px",
|
|
862
841
|
"flex-shrink": "0",
|
|
863
842
|
display: "flex",
|
|
864
843
|
"flex-direction": "column",
|
|
865
|
-
"row-gap": "
|
|
844
|
+
"row-gap": "2xl",
|
|
845
|
+
"padding-right": "2xl",
|
|
846
|
+
"border-right": "1px solid",
|
|
847
|
+
"border-color": "border",
|
|
866
848
|
mobile: {
|
|
867
849
|
width: "100%",
|
|
850
|
+
"padding-right": "0",
|
|
851
|
+
"border-right": "none",
|
|
852
|
+
"border-bottom": "1px solid",
|
|
853
|
+
"border-color": "border",
|
|
854
|
+
"padding-bottom": "2xl",
|
|
868
855
|
},
|
|
869
|
-
"border-right": "1px solid",
|
|
870
|
-
"border-color": "text-3",
|
|
871
856
|
},
|
|
872
857
|
"sidebar-cards_levoGroup": {
|
|
873
858
|
display: "flex",
|
|
@@ -876,317 +861,200 @@ export const Profile4: IBlock = {
|
|
|
876
861
|
},
|
|
877
862
|
"sidebar-cards": [
|
|
878
863
|
{
|
|
879
|
-
card: {
|
|
864
|
+
card: {
|
|
865
|
+
display: "flex",
|
|
866
|
+
"flex-direction": "column",
|
|
867
|
+
"row-gap": "lg",
|
|
868
|
+
},
|
|
880
869
|
heading: {
|
|
881
|
-
color: "text-1",
|
|
882
|
-
"margin-bottom": "base",
|
|
883
870
|
display: "none",
|
|
884
871
|
},
|
|
885
872
|
content_levoGroup: {
|
|
886
873
|
display: "flex",
|
|
887
874
|
"flex-direction": "column",
|
|
888
|
-
"
|
|
889
|
-
"border-width": "0px",
|
|
875
|
+
"row-gap": "lg",
|
|
890
876
|
},
|
|
891
877
|
content: [
|
|
892
878
|
{
|
|
893
879
|
"content-item": {
|
|
894
|
-
|
|
880
|
+
display: "flex",
|
|
881
|
+
"flex-direction": "column",
|
|
882
|
+
"row-gap": "2xs",
|
|
895
883
|
},
|
|
896
884
|
title: {
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
"font-weight":
|
|
885
|
+
color: "brand",
|
|
886
|
+
"font-size": "xs",
|
|
887
|
+
"font-weight": 600,
|
|
888
|
+
"text-transform": "uppercase",
|
|
889
|
+
"letter-spacing": "0.08em",
|
|
900
890
|
},
|
|
901
891
|
description: {
|
|
902
892
|
"font-size": "sm",
|
|
903
|
-
color: "text-2",
|
|
904
|
-
"line-height": "1.5",
|
|
905
|
-
},
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"content-item": {
|
|
909
|
-
"margin-bottom": "sm",
|
|
910
|
-
},
|
|
911
|
-
title: {
|
|
912
|
-
"margin-bottom": "xs",
|
|
913
893
|
color: "text-1",
|
|
914
|
-
"font-weight":
|
|
915
|
-
},
|
|
916
|
-
description: {
|
|
917
|
-
"font-size": "sm",
|
|
918
|
-
color: "text-2",
|
|
894
|
+
"font-weight": 500,
|
|
919
895
|
"line-height": "1.5",
|
|
920
896
|
},
|
|
921
897
|
},
|
|
922
898
|
{
|
|
923
899
|
"content-item": {
|
|
924
|
-
|
|
900
|
+
display: "flex",
|
|
901
|
+
"flex-direction": "column",
|
|
902
|
+
"row-gap": "2xs",
|
|
925
903
|
},
|
|
926
904
|
title: {
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
"font-weight":
|
|
905
|
+
color: "brand",
|
|
906
|
+
"font-size": "xs",
|
|
907
|
+
"font-weight": 600,
|
|
908
|
+
"text-transform": "uppercase",
|
|
909
|
+
"letter-spacing": "0.08em",
|
|
930
910
|
},
|
|
931
911
|
description: {
|
|
932
912
|
"font-size": "sm",
|
|
933
|
-
color: "text-2",
|
|
934
|
-
"line-height": "1.5",
|
|
935
|
-
},
|
|
936
|
-
},
|
|
937
|
-
{
|
|
938
|
-
"content-item": {
|
|
939
|
-
"margin-bottom": "sm",
|
|
940
|
-
},
|
|
941
|
-
title: {
|
|
942
|
-
"margin-bottom": "xs",
|
|
943
913
|
color: "text-1",
|
|
944
|
-
"font-weight":
|
|
945
|
-
},
|
|
946
|
-
description: {
|
|
947
|
-
"font-size": "sm",
|
|
948
|
-
color: "text-2",
|
|
914
|
+
"font-weight": 500,
|
|
949
915
|
"line-height": "1.5",
|
|
950
916
|
},
|
|
951
917
|
},
|
|
952
918
|
{
|
|
953
919
|
"content-item": {
|
|
954
|
-
|
|
920
|
+
display: "flex",
|
|
921
|
+
"flex-direction": "column",
|
|
922
|
+
"row-gap": "2xs",
|
|
955
923
|
},
|
|
956
924
|
title: {
|
|
957
|
-
|
|
958
|
-
|
|
925
|
+
color: "brand",
|
|
926
|
+
"font-size": "xs",
|
|
927
|
+
"font-weight": 600,
|
|
928
|
+
"text-transform": "uppercase",
|
|
929
|
+
"letter-spacing": "0.08em",
|
|
959
930
|
},
|
|
960
931
|
description: {
|
|
961
932
|
"font-size": "sm",
|
|
962
|
-
color: "text-
|
|
933
|
+
color: "text-1",
|
|
934
|
+
"font-weight": 500,
|
|
963
935
|
"line-height": "1.5",
|
|
964
936
|
},
|
|
965
937
|
},
|
|
966
|
-
],
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
card: {
|
|
970
|
-
"padding-top": "xl",
|
|
971
|
-
"padding-bottom": "xl",
|
|
972
|
-
"padding-left": "lg",
|
|
973
|
-
"padding-right": "lg",
|
|
974
|
-
"border-radius": "lg",
|
|
975
|
-
border: "1px solid",
|
|
976
|
-
"border-color": "brand",
|
|
977
|
-
display: "none",
|
|
978
|
-
"flex-direction": "column",
|
|
979
|
-
"row-gap": "base",
|
|
980
|
-
},
|
|
981
|
-
image: {
|
|
982
|
-
width: "48px",
|
|
983
|
-
height: "48px",
|
|
984
|
-
"border-radius": "base",
|
|
985
|
-
},
|
|
986
|
-
content_levoGroup: {
|
|
987
|
-
display: "flex",
|
|
988
|
-
"flex-direction": "column",
|
|
989
|
-
"row-gap": "base",
|
|
990
|
-
},
|
|
991
|
-
content: [
|
|
992
938
|
{
|
|
993
939
|
"content-item": {
|
|
994
|
-
|
|
940
|
+
display: "flex",
|
|
941
|
+
"flex-direction": "column",
|
|
942
|
+
"row-gap": "2xs",
|
|
995
943
|
},
|
|
996
944
|
title: {
|
|
997
|
-
|
|
998
|
-
|
|
945
|
+
color: "brand",
|
|
946
|
+
"font-size": "xs",
|
|
947
|
+
"font-weight": 600,
|
|
948
|
+
"text-transform": "uppercase",
|
|
949
|
+
"letter-spacing": "0.08em",
|
|
999
950
|
},
|
|
1000
951
|
description: {
|
|
1001
952
|
"font-size": "sm",
|
|
1002
|
-
color: "text-
|
|
953
|
+
color: "text-1",
|
|
954
|
+
"font-weight": 500,
|
|
1003
955
|
"line-height": "1.5",
|
|
1004
956
|
},
|
|
1005
957
|
},
|
|
1006
958
|
],
|
|
1007
|
-
|
|
1008
|
-
{
|
|
1009
|
-
card: {
|
|
1010
|
-
"padding-top": "xl",
|
|
1011
|
-
"padding-bottom": "xl",
|
|
1012
|
-
"padding-left": "lg",
|
|
1013
|
-
"padding-right": "lg",
|
|
1014
|
-
"border-radius": "lg",
|
|
1015
|
-
border: "1px solid",
|
|
1016
|
-
"border-color": "brand",
|
|
959
|
+
button: {
|
|
1017
960
|
display: "none",
|
|
1018
|
-
"flex-direction": "column",
|
|
1019
|
-
"row-gap": "base",
|
|
1020
961
|
},
|
|
1021
|
-
image: {
|
|
1022
|
-
width: "48px",
|
|
1023
|
-
height: "48px",
|
|
1024
|
-
"border-radius": "base",
|
|
1025
|
-
},
|
|
1026
|
-
content_levoGroup: {
|
|
1027
|
-
display: "flex",
|
|
1028
|
-
"flex-direction": "column",
|
|
1029
|
-
"row-gap": "base",
|
|
1030
|
-
},
|
|
1031
|
-
content: [
|
|
1032
|
-
{
|
|
1033
|
-
"content-item": {
|
|
1034
|
-
"margin-bottom": "sm",
|
|
1035
|
-
},
|
|
1036
|
-
title: {
|
|
1037
|
-
"margin-bottom": "xs",
|
|
1038
|
-
color: "text-1",
|
|
1039
|
-
},
|
|
1040
|
-
description: {
|
|
1041
|
-
"font-size": "sm",
|
|
1042
|
-
color: "text-2",
|
|
1043
|
-
"line-height": "1.5",
|
|
1044
|
-
},
|
|
1045
|
-
},
|
|
1046
|
-
],
|
|
1047
962
|
},
|
|
1048
963
|
],
|
|
1049
964
|
"social-section": {
|
|
1050
965
|
display: "none",
|
|
1051
966
|
},
|
|
1052
967
|
"social-title": {
|
|
1053
|
-
|
|
1054
|
-
"font-weight": "semibold",
|
|
1055
|
-
"margin-bottom": "lg",
|
|
1056
|
-
color: "text-1",
|
|
968
|
+
display: "none",
|
|
1057
969
|
},
|
|
1058
970
|
"social-icons_levoGroup": {
|
|
1059
|
-
display: "
|
|
1060
|
-
"column-gap": "base",
|
|
971
|
+
display: "none",
|
|
1061
972
|
},
|
|
1062
|
-
"social-
|
|
1063
|
-
{
|
|
1064
|
-
|
|
1065
|
-
width: "32px",
|
|
1066
|
-
height: "32px",
|
|
1067
|
-
},
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
icon: {
|
|
1071
|
-
width: "32px",
|
|
1072
|
-
height: "32px",
|
|
1073
|
-
},
|
|
973
|
+
"social-icons_levoGroupItem": {
|
|
974
|
+
icon: {
|
|
975
|
+
display: "none",
|
|
1074
976
|
},
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
width: "32px",
|
|
1078
|
-
height: "32px",
|
|
1079
|
-
},
|
|
1080
|
-
},
|
|
1081
|
-
],
|
|
977
|
+
},
|
|
978
|
+
"social-icons": [],
|
|
1082
979
|
"blog-content": {
|
|
1083
980
|
"flex-grow": "1",
|
|
1084
|
-
|
|
981
|
+
"min-width": "0",
|
|
982
|
+
display: "flex",
|
|
1085
983
|
"flex-direction": "column",
|
|
1086
|
-
"row-gap": "
|
|
1087
|
-
width: "50%",
|
|
984
|
+
"row-gap": "2xl",
|
|
1088
985
|
},
|
|
1089
986
|
"content-meta": {
|
|
1090
987
|
display: "none",
|
|
1091
|
-
"flex-direction": "column",
|
|
1092
|
-
"row-gap": "lg",
|
|
1093
|
-
"padding-top": "xl",
|
|
1094
|
-
"padding-bottom": "xl",
|
|
1095
|
-
"border-top": "1px solid",
|
|
1096
|
-
"border-bottom": "1px solid",
|
|
1097
|
-
"border-color": "brand",
|
|
1098
988
|
},
|
|
1099
989
|
"content-icons_levoGroup": {
|
|
1100
|
-
display: "
|
|
1101
|
-
"column-gap": "2xl",
|
|
1102
|
-
"row-gap": "lg",
|
|
1103
|
-
"flex-wrap": "wrap",
|
|
990
|
+
display: "none",
|
|
1104
991
|
},
|
|
1105
|
-
"content-
|
|
1106
|
-
{
|
|
1107
|
-
"
|
|
1108
|
-
display: "flex",
|
|
1109
|
-
"align-items": "center",
|
|
1110
|
-
"column-gap": "xs",
|
|
1111
|
-
},
|
|
1112
|
-
icon: {
|
|
1113
|
-
width: "24px",
|
|
1114
|
-
height: "24px",
|
|
1115
|
-
},
|
|
1116
|
-
description: {
|
|
1117
|
-
"font-size": "sm",
|
|
1118
|
-
"font-weight": "medium",
|
|
1119
|
-
color: "text-1",
|
|
1120
|
-
},
|
|
992
|
+
"content-icons_levoGroupItem": {
|
|
993
|
+
"icon-wrapper": {
|
|
994
|
+
display: "none",
|
|
1121
995
|
},
|
|
1122
|
-
{
|
|
1123
|
-
"
|
|
1124
|
-
display: "flex",
|
|
1125
|
-
"align-items": "center",
|
|
1126
|
-
"column-gap": "xs",
|
|
1127
|
-
},
|
|
1128
|
-
icon: {
|
|
1129
|
-
width: "24px",
|
|
1130
|
-
height: "24px",
|
|
1131
|
-
},
|
|
1132
|
-
description: {
|
|
1133
|
-
"font-size": "sm",
|
|
1134
|
-
"font-weight": "medium",
|
|
1135
|
-
color: "text-1",
|
|
1136
|
-
},
|
|
996
|
+
icon: {
|
|
997
|
+
display: "none",
|
|
1137
998
|
},
|
|
1138
|
-
|
|
999
|
+
description: {
|
|
1000
|
+
display: "none",
|
|
1001
|
+
},
|
|
1002
|
+
},
|
|
1003
|
+
"content-icons": [],
|
|
1139
1004
|
"meta-info": {
|
|
1140
|
-
display: "
|
|
1141
|
-
"column-gap": "2xl",
|
|
1142
|
-
"row-gap": "lg",
|
|
1143
|
-
"flex-wrap": "wrap",
|
|
1005
|
+
display: "none",
|
|
1144
1006
|
},
|
|
1145
1007
|
"date-wrapper": {
|
|
1146
|
-
display: "
|
|
1147
|
-
"align-items": "center",
|
|
1148
|
-
"column-gap": "xs",
|
|
1008
|
+
display: "none",
|
|
1149
1009
|
},
|
|
1150
1010
|
"calendar-icon": {
|
|
1151
|
-
|
|
1152
|
-
height: "20px",
|
|
1011
|
+
display: "none",
|
|
1153
1012
|
},
|
|
1154
1013
|
"publish-date": {
|
|
1155
|
-
|
|
1156
|
-
color: "text-2",
|
|
1014
|
+
display: "none",
|
|
1157
1015
|
},
|
|
1158
1016
|
"time-wrapper": {
|
|
1159
|
-
display: "
|
|
1160
|
-
"align-items": "center",
|
|
1161
|
-
"column-gap": "xs",
|
|
1017
|
+
display: "none",
|
|
1162
1018
|
},
|
|
1163
1019
|
"time-icon": {
|
|
1164
|
-
|
|
1165
|
-
height: "20px",
|
|
1020
|
+
display: "none",
|
|
1166
1021
|
},
|
|
1167
1022
|
"reading-time": {
|
|
1168
|
-
|
|
1169
|
-
color: "text-2",
|
|
1023
|
+
display: "none",
|
|
1170
1024
|
},
|
|
1171
1025
|
"content-section": {
|
|
1172
1026
|
display: "flex",
|
|
1173
1027
|
"flex-direction": "column",
|
|
1174
|
-
|
|
1175
|
-
content: {
|
|
1176
|
-
"font-size": "base",
|
|
1177
|
-
"line-height": "1.7",
|
|
1178
|
-
color: "text-1",
|
|
1028
|
+
"row-gap": "lg",
|
|
1179
1029
|
},
|
|
1180
1030
|
content_title: {
|
|
1181
1031
|
color: "text-1",
|
|
1182
1032
|
"font-size": "3xl",
|
|
1183
1033
|
"font-weight": 700,
|
|
1184
|
-
"
|
|
1034
|
+
"line-height": "1.2",
|
|
1035
|
+
"margin-bottom": "base",
|
|
1036
|
+
},
|
|
1037
|
+
content: {
|
|
1038
|
+
"font-size": "base",
|
|
1039
|
+
"line-height": "1.7",
|
|
1040
|
+
color: "text-1",
|
|
1185
1041
|
},
|
|
1186
1042
|
contact_form: {
|
|
1187
|
-
width: "
|
|
1043
|
+
width: "320px",
|
|
1044
|
+
"flex-shrink": "0",
|
|
1188
1045
|
"background-color": "background-3",
|
|
1046
|
+
"padding-top": "2xl",
|
|
1047
|
+
"padding-bottom": "2xl",
|
|
1048
|
+
"padding-left": "2xl",
|
|
1049
|
+
"padding-right": "2xl",
|
|
1050
|
+
"border-radius": "lg",
|
|
1189
1051
|
height: "fit-content",
|
|
1052
|
+
position: "sticky",
|
|
1053
|
+
top: "2xl",
|
|
1054
|
+
mobile: {
|
|
1055
|
+
width: "100%",
|
|
1056
|
+
position: "static",
|
|
1057
|
+
},
|
|
1190
1058
|
},
|
|
1191
1059
|
},
|
|
1192
1060
|
content: DEFAULT_CONTENT_V1,
|