@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,92 +1,253 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const CALENDAR_ICON = {
|
|
4
4
|
kind: "icon",
|
|
5
5
|
data: {
|
|
6
|
-
id: "calendar-
|
|
7
|
-
label: "Calendar
|
|
8
|
-
tags: ["calendar", "custom", "time"],
|
|
6
|
+
id: "calendar-tick",
|
|
7
|
+
label: "Calendar Tick",
|
|
9
8
|
svgCode:
|
|
10
|
-
'<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="var(--color-icon-primary)"/>\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="var(--color-icon-primary)"/>\n<path d="M8.5 14.
|
|
9
|
+
'<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="var(--color-icon-primary)"/>\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="var(--color-icon-primary)"/>\n<path d="M8.5 14.4999C8.24 14.4999 7.98 14.3899 7.79 14.2099C7.61 14.0199 7.5 13.7699 7.5 13.4999C7.5 13.3699 7.53 13.2399 7.58 13.1199C7.63 12.9999 7.7 12.89 7.79 12.79C8.16 12.42 8.83 12.42 9.21 12.79C9.39 12.98 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.63 9.48 13.7C9.47 13.76 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25 14.1599 9.21 14.2099C9.02 14.3899 8.76 14.4999 8.5 14.4999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5001C11.87 14.5001 11.74 14.4701 11.62 14.4201C11.49 14.3701 11.39 14.3001 11.29 14.2101C11.11 14.0201 11 13.7701 11 13.5001C11 13.3701 11.03 13.2401 11.08 13.1201C11.13 13.0001 11.2 12.8901 11.29 12.7901C11.39 12.7001 11.49 12.6301 11.62 12.5801C11.99 12.4301 12.43 12.5101 12.71 12.7901C12.89 12.9801 13 13.2401 13 13.5001C13 13.5601 12.99 13.6301 12.98 13.7001C12.97 13.7601 12.95 13.8201 12.92 13.8801C12.9 13.9401 12.87 14.0001 12.83 14.0601C12.8 14.1101 12.75 14.1601 12.71 14.2101C12.52 14.3901 12.26 14.5001 12 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 18C8.37 18 8.24 17.97 8.12 17.92C7.99 17.87 7.88 17.8 7.79 17.71C7.7 17.62 7.63 17.51 7.58 17.38C7.53 17.26 7.5 17.13 7.5 17C7.5 16.87 7.53 16.74 7.58 16.62C7.63 16.49 7.7 16.38 7.79 16.29C7.88 16.2 7.99 16.13 8.12 16.08C8.36 15.98 8.64 15.97 8.88 16.08C9.01 16.13 9.12 16.2 9.21 16.29C9.3 16.38 9.37 16.49 9.42 16.62C9.47 16.74 9.5 16.87 9.5 17C9.5 17.13 9.47 17.26 9.42 17.38C9.37 17.51 9.3 17.62 9.21 17.71C9.12 17.8 9.01 17.87 8.88 17.92C8.76 17.97 8.63 18 8.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M18 23.75C16.83 23.75 15.72 23.33 14.87 22.56C14.51 22.26 14.19 21.88 13.93 21.44C13.49 20.72 13.25 19.87 13.25 19C13.25 16.38 15.38 14.25 18 14.25C19.36 14.25 20.66 14.84 21.56 15.86C22.33 16.74 22.75 17.85 22.75 19C22.75 19.87 22.51 20.72 22.06 21.45C21.22 22.87 19.66 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 19.59 14.91 20.17 15.22 20.67C15.39 20.97 15.61 21.22 15.85 21.43C16.45 21.97 17.2 22.25 18 22.25C19.15 22.25 20.19 21.66 20.78 20.68C21.09 20.17 21.25 19.6 21.25 19C21.25 18.22 20.96 17.46 20.44 16.85C19.82 16.15 18.93 15.75 18 15.75Z" fill="var(--color-icon-primary)"/>\n<path d="M17.4299 20.74C17.2399 20.74 17.0499 20.67 16.8999 20.52L15.9099 19.53C15.6199 19.24 15.6199 18.7601 15.9099 18.4701C16.1999 18.1801 16.6799 18.1801 16.9699 18.4701L17.4499 18.9501L19.0499 17.4701C19.3499 17.1901 19.8299 17.2101 20.1099 17.5101C20.3899 17.8101 20.3699 18.2901 20.0699 18.5701L17.9399 20.5401C17.7899 20.6701 17.6099 20.74 17.4299 20.74Z" fill="var(--color-icon-primary)"/>\n<path d="M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
11
10
|
},
|
|
12
11
|
};
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
// Overhead view of project management documents and charts on a desk
|
|
14
|
+
const IMG_1 = {
|
|
15
|
+
id: "7453000332583204082",
|
|
17
16
|
kind: "image",
|
|
18
|
-
|
|
17
|
+
location:
|
|
18
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg",
|
|
19
|
+
mimetype: "image/jpeg",
|
|
19
20
|
srcset: {
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
"828w":
|
|
27
|
-
|
|
21
|
+
"320w":
|
|
22
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
23
|
+
"640w":
|
|
24
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
25
|
+
"750w":
|
|
26
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
27
|
+
"828w":
|
|
28
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
29
|
+
"1080w":
|
|
30
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
31
|
+
"1200w":
|
|
32
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
33
|
+
"1920w":
|
|
34
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
35
|
+
path: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
28
36
|
},
|
|
29
37
|
};
|
|
30
38
|
|
|
31
|
-
|
|
39
|
+
// Two business professionals analyzing financial data on multiple computer screens
|
|
40
|
+
const IMG_2 = {
|
|
41
|
+
id: "7453000333363165133",
|
|
42
|
+
kind: "image",
|
|
43
|
+
location:
|
|
44
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg",
|
|
45
|
+
mimetype: "image/jpeg",
|
|
46
|
+
srcset: {
|
|
47
|
+
"320w":
|
|
48
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
49
|
+
"640w":
|
|
50
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
51
|
+
"750w":
|
|
52
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
53
|
+
"828w":
|
|
54
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
55
|
+
"1080w":
|
|
56
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
57
|
+
"1200w":
|
|
58
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
59
|
+
"1920w":
|
|
60
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
61
|
+
path: "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
// Close-up of multicolored code on a computer screen
|
|
66
|
+
const IMG_3 = {
|
|
67
|
+
id: "7453000334799459882",
|
|
68
|
+
kind: "image",
|
|
69
|
+
location:
|
|
70
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg",
|
|
71
|
+
mimetype: "image/jpeg",
|
|
72
|
+
srcset: {
|
|
73
|
+
"320w":
|
|
74
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
75
|
+
"640w":
|
|
76
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
77
|
+
"750w":
|
|
78
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
79
|
+
"828w":
|
|
80
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
81
|
+
"1080w":
|
|
82
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
83
|
+
"1200w":
|
|
84
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
85
|
+
"1920w":
|
|
86
|
+
"https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
87
|
+
path: "https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/3872166/pexels-photo-3872166.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
88
|
+
},
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
// Generic avatar-style Pexels portrait pool, re-used per author. Same shape as cover images.
|
|
92
|
+
const AUTHOR_1 = {
|
|
93
|
+
id: "7453000337216180776",
|
|
94
|
+
kind: "image",
|
|
95
|
+
location:
|
|
96
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg",
|
|
97
|
+
mimetype: "image/jpeg",
|
|
98
|
+
srcset: {
|
|
99
|
+
"320w":
|
|
100
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
101
|
+
"640w":
|
|
102
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
103
|
+
"750w":
|
|
104
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
105
|
+
"828w":
|
|
106
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
107
|
+
"1080w":
|
|
108
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
109
|
+
"1200w":
|
|
110
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
111
|
+
"1920w":
|
|
112
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
113
|
+
path: "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w",
|
|
114
|
+
},
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
const AUTHOR_2 = {
|
|
118
|
+
id: "7453000339905843052",
|
|
119
|
+
kind: "image",
|
|
120
|
+
location:
|
|
121
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg",
|
|
122
|
+
mimetype: "image/jpeg",
|
|
123
|
+
srcset: {
|
|
124
|
+
"320w":
|
|
125
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
126
|
+
"640w":
|
|
127
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
128
|
+
"750w":
|
|
129
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
130
|
+
"828w":
|
|
131
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
132
|
+
"1080w":
|
|
133
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
134
|
+
"1200w":
|
|
135
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
136
|
+
"1920w":
|
|
137
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
138
|
+
path: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w",
|
|
139
|
+
},
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
const AUTHOR_3 = {
|
|
143
|
+
id: "7453000334031213823",
|
|
144
|
+
kind: "image",
|
|
145
|
+
location:
|
|
146
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg",
|
|
147
|
+
mimetype: "image/jpeg",
|
|
148
|
+
srcset: {
|
|
149
|
+
"320w":
|
|
150
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
151
|
+
"640w":
|
|
152
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
153
|
+
"750w":
|
|
154
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
155
|
+
"828w":
|
|
156
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
157
|
+
"1080w":
|
|
158
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
159
|
+
"1200w":
|
|
160
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
161
|
+
"1920w":
|
|
162
|
+
"https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
163
|
+
path: "https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5257005/pexels-photo-5257005.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w",
|
|
164
|
+
},
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
const CARD_1 = {
|
|
32
168
|
card: null,
|
|
33
|
-
cover_image:
|
|
169
|
+
cover_image: IMG_1,
|
|
34
170
|
card_content_wrapper: null,
|
|
35
171
|
text_content_wrapper: null,
|
|
36
172
|
timestamp_wrapper: null,
|
|
37
|
-
timestamp_icon:
|
|
38
|
-
timestamp: "
|
|
39
|
-
category: "
|
|
40
|
-
|
|
41
|
-
|
|
173
|
+
timestamp_icon: CALENDAR_ICON,
|
|
174
|
+
timestamp: "12 Mar, 2026",
|
|
175
|
+
category: "Playbook",
|
|
176
|
+
category_wrapper: null,
|
|
177
|
+
category_icon: null,
|
|
178
|
+
card_info_wrapper: null,
|
|
179
|
+
content_header: null,
|
|
180
|
+
title: "How we cut cycle time by 38% with async standups",
|
|
42
181
|
description:
|
|
43
|
-
"
|
|
182
|
+
"Replacing daily meetings with threaded updates in the workflow engine gave every squad back four hours a week and tightened review SLAs.",
|
|
44
183
|
author_wrapper: null,
|
|
45
|
-
author_image:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
184
|
+
author_image: AUTHOR_1,
|
|
185
|
+
author_info_wrapper: null,
|
|
186
|
+
author_name: "Priya Natarajan",
|
|
187
|
+
author_description: "Head of Product Ops",
|
|
188
|
+
cta: "Read playbook",
|
|
49
189
|
};
|
|
50
190
|
|
|
51
|
-
const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
191
|
+
const CARD_2 = {
|
|
192
|
+
card: null,
|
|
193
|
+
cover_image: IMG_2,
|
|
194
|
+
card_content_wrapper: null,
|
|
195
|
+
text_content_wrapper: null,
|
|
196
|
+
timestamp_wrapper: null,
|
|
197
|
+
timestamp_icon: CALENDAR_ICON,
|
|
198
|
+
timestamp: "05 Mar, 2026",
|
|
199
|
+
category: "Research",
|
|
200
|
+
category_wrapper: null,
|
|
201
|
+
category_icon: null,
|
|
202
|
+
card_info_wrapper: null,
|
|
203
|
+
content_header: null,
|
|
204
|
+
title: "The real cost of dashboard sprawl across revenue teams",
|
|
56
205
|
description:
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
206
|
+
"We audited 214 workspaces and found the median team owned 41 dashboards; only 7 drove a decision last quarter. Here is how to consolidate.",
|
|
207
|
+
author_wrapper: null,
|
|
208
|
+
author_image: AUTHOR_2,
|
|
209
|
+
author_info_wrapper: null,
|
|
210
|
+
author_name: "Diego Alarcón",
|
|
211
|
+
author_description: "Principal Analyst",
|
|
212
|
+
cta: "See the data",
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
const CARD_3 = {
|
|
216
|
+
card: null,
|
|
217
|
+
cover_image: IMG_3,
|
|
218
|
+
card_content_wrapper: null,
|
|
219
|
+
text_content_wrapper: null,
|
|
220
|
+
timestamp_wrapper: null,
|
|
221
|
+
timestamp_icon: CALENDAR_ICON,
|
|
222
|
+
timestamp: "27 Feb, 2026",
|
|
223
|
+
category: "Engineering",
|
|
224
|
+
category_wrapper: null,
|
|
225
|
+
category_icon: null,
|
|
226
|
+
card_info_wrapper: null,
|
|
227
|
+
content_header: null,
|
|
228
|
+
title: "Shipping real-time presence without blowing up your bill",
|
|
229
|
+
description:
|
|
230
|
+
"A walkthrough of the WebSocket fan-out, CRDT state sync, and edge cache strategy that keeps cursors smooth at 50k concurrent seats.",
|
|
231
|
+
author_wrapper: null,
|
|
232
|
+
author_image: AUTHOR_3,
|
|
233
|
+
author_info_wrapper: null,
|
|
234
|
+
author_name: "Mei-Lin Zhou",
|
|
235
|
+
author_description: "Staff Platform Engineer",
|
|
236
|
+
cta: "Read deep dive",
|
|
67
237
|
};
|
|
68
238
|
|
|
69
|
-
const
|
|
239
|
+
const DEFAULT_CONTENT = {
|
|
70
240
|
layout: null,
|
|
71
241
|
container: null,
|
|
72
242
|
text_wrapper: null,
|
|
73
|
-
title: "
|
|
243
|
+
title: "Lessons from teams shipping faster",
|
|
74
244
|
description:
|
|
75
|
-
"
|
|
245
|
+
"Field notes, benchmarks, and teardown posts from product, ops, and engineering leaders using Levo to run real-time work.",
|
|
76
246
|
ctas_LevoGroup: null,
|
|
77
|
-
ctas: [
|
|
78
|
-
|
|
79
|
-
cta: "Learn More",
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
cta: "View All",
|
|
83
|
-
},
|
|
84
|
-
],
|
|
85
|
-
cards: Array(3)
|
|
86
|
-
?.fill(0)
|
|
87
|
-
?.map((_) => CARD_CONTENT),
|
|
247
|
+
ctas: [{ cta: "Browse all posts" }],
|
|
248
|
+
cards: [CARD_1, CARD_2, CARD_3],
|
|
88
249
|
"pagination-wrapper": null,
|
|
89
|
-
"pagination-left": "
|
|
250
|
+
"pagination-left": "Previous",
|
|
90
251
|
"pagination-text": "",
|
|
91
252
|
"pagination-right": "Next",
|
|
92
253
|
};
|
|
@@ -103,25 +264,21 @@ export const Cards16: IBlock = {
|
|
|
103
264
|
key: "layout",
|
|
104
265
|
label: "Layout",
|
|
105
266
|
field_interface: "LayoutWidget",
|
|
106
|
-
// No hint needed: acts as high-level layout wrapper
|
|
107
267
|
},
|
|
108
268
|
{
|
|
109
269
|
key: "container",
|
|
110
270
|
label: "Container",
|
|
111
271
|
field_interface: "ContainerWidget",
|
|
112
|
-
// No hint needed: visual/container only
|
|
113
272
|
},
|
|
114
273
|
{
|
|
115
274
|
key: "header",
|
|
116
275
|
label: "Header",
|
|
117
276
|
field_interface: "BoxWidget",
|
|
118
|
-
// No hint needed: layout grouping only
|
|
119
277
|
},
|
|
120
278
|
{
|
|
121
279
|
key: "text_wrapper",
|
|
122
280
|
label: "Text Wrapper",
|
|
123
281
|
field_interface: "BoxWidget",
|
|
124
|
-
// No hint needed: layout grouping only
|
|
125
282
|
},
|
|
126
283
|
{
|
|
127
284
|
key: "title",
|
|
@@ -132,7 +289,7 @@ export const Cards16: IBlock = {
|
|
|
132
289
|
"Primary headline for the blog/news section. Should be concise, attention-grabbing, and indicate trending or popular content for this month. Use a confident, informative, energetic tone.",
|
|
133
290
|
usecase: "main_title",
|
|
134
291
|
min_characters: 20,
|
|
135
|
-
max_characters:
|
|
292
|
+
max_characters: 45,
|
|
136
293
|
},
|
|
137
294
|
},
|
|
138
295
|
{
|
|
@@ -144,7 +301,7 @@ export const Cards16: IBlock = {
|
|
|
144
301
|
"Short supporting introduction for the section, summarizing the purpose or value of the featured content. Should be informative, aspirational, and encourage browsing. 1-2 lines.",
|
|
145
302
|
usecase: "description",
|
|
146
303
|
min_characters: 60,
|
|
147
|
-
max_characters:
|
|
304
|
+
max_characters: 160,
|
|
148
305
|
},
|
|
149
306
|
},
|
|
150
307
|
{
|
|
@@ -159,7 +316,6 @@ export const Cards16: IBlock = {
|
|
|
159
316
|
field_interface: "ButtonWidget",
|
|
160
317
|
},
|
|
161
318
|
],
|
|
162
|
-
// No hint needed: layout grouping only
|
|
163
319
|
},
|
|
164
320
|
{
|
|
165
321
|
key: "cards",
|
|
@@ -177,7 +333,6 @@ export const Cards16: IBlock = {
|
|
|
177
333
|
key: "card",
|
|
178
334
|
label: "Card",
|
|
179
335
|
field_interface: "BoxWidget",
|
|
180
|
-
// No hint needed: just a per-card container
|
|
181
336
|
},
|
|
182
337
|
{
|
|
183
338
|
key: "cover_image",
|
|
@@ -195,25 +350,21 @@ export const Cards16: IBlock = {
|
|
|
195
350
|
key: "card_content_wrapper",
|
|
196
351
|
label: "Card Content Wrapper",
|
|
197
352
|
field_interface: "BoxWidget",
|
|
198
|
-
// No hint needed: layout only
|
|
199
353
|
},
|
|
200
354
|
{
|
|
201
355
|
key: "text_content_wrapper",
|
|
202
356
|
label: "Text Content Wrapper",
|
|
203
357
|
field_interface: "BoxWidget",
|
|
204
|
-
// No hint needed: layout only
|
|
205
358
|
},
|
|
206
359
|
{
|
|
207
360
|
key: "content_header",
|
|
208
361
|
label: "Content Header",
|
|
209
362
|
field_interface: "BoxWidget",
|
|
210
|
-
// No hint needed: layout only
|
|
211
363
|
},
|
|
212
364
|
{
|
|
213
365
|
key: "timestamp_wrapper",
|
|
214
366
|
label: "Timestamp Wrapper",
|
|
215
367
|
field_interface: "BoxWidget",
|
|
216
|
-
// No hint needed: layout only
|
|
217
368
|
},
|
|
218
369
|
{
|
|
219
370
|
key: "timestamp_icon",
|
|
@@ -243,7 +394,6 @@ export const Cards16: IBlock = {
|
|
|
243
394
|
key: "category_wrapper",
|
|
244
395
|
label: "Category Wrapper",
|
|
245
396
|
field_interface: "BoxWidget",
|
|
246
|
-
// No hint needed: layout only
|
|
247
397
|
},
|
|
248
398
|
{
|
|
249
399
|
key: "category_icon",
|
|
@@ -259,14 +409,13 @@ export const Cards16: IBlock = {
|
|
|
259
409
|
},
|
|
260
410
|
{
|
|
261
411
|
key: "category",
|
|
262
|
-
label: "
|
|
412
|
+
label: "Category",
|
|
263
413
|
field_interface: "TypographyWidget",
|
|
264
414
|
},
|
|
265
415
|
{
|
|
266
416
|
key: "card_info_wrapper",
|
|
267
417
|
label: "Card Info Wrapper",
|
|
268
418
|
field_interface: "BoxWidget",
|
|
269
|
-
// No hint needed: layout only
|
|
270
419
|
},
|
|
271
420
|
{
|
|
272
421
|
key: "title",
|
|
@@ -277,7 +426,7 @@ export const Cards16: IBlock = {
|
|
|
277
426
|
"Automatically populated from blog title. Styling remains configurable.",
|
|
278
427
|
usecase: "title",
|
|
279
428
|
min_characters: 35,
|
|
280
|
-
max_characters:
|
|
429
|
+
max_characters: 70,
|
|
281
430
|
},
|
|
282
431
|
},
|
|
283
432
|
{
|
|
@@ -289,14 +438,13 @@ export const Cards16: IBlock = {
|
|
|
289
438
|
"Automatically populated from blog excerpt. Styling remains configurable.",
|
|
290
439
|
usecase: "description",
|
|
291
440
|
min_characters: 60,
|
|
292
|
-
max_characters:
|
|
441
|
+
max_characters: 160,
|
|
293
442
|
},
|
|
294
443
|
},
|
|
295
444
|
{
|
|
296
445
|
key: "author_wrapper",
|
|
297
446
|
label: "Author Wrapper",
|
|
298
447
|
field_interface: "BoxWidget",
|
|
299
|
-
// No hint needed: layout only
|
|
300
448
|
},
|
|
301
449
|
{
|
|
302
450
|
key: "author_image",
|
|
@@ -314,7 +462,6 @@ export const Cards16: IBlock = {
|
|
|
314
462
|
key: "author_info_wrapper",
|
|
315
463
|
label: "Author Info Wrapper",
|
|
316
464
|
field_interface: "BoxWidget",
|
|
317
|
-
// No hint needed: layout only
|
|
318
465
|
},
|
|
319
466
|
{
|
|
320
467
|
key: "author_name",
|
|
@@ -334,10 +481,10 @@ export const Cards16: IBlock = {
|
|
|
334
481
|
field_interface: "TypographyWidget",
|
|
335
482
|
hint: {
|
|
336
483
|
prompt_description:
|
|
337
|
-
"Short description or job title of the author
|
|
484
|
+
"Short description or job title of the author. Keep it short and professional. Automatically populated from blog author data.",
|
|
338
485
|
usecase: "designation",
|
|
339
|
-
min_characters:
|
|
340
|
-
max_characters:
|
|
486
|
+
min_characters: 8,
|
|
487
|
+
max_characters: 40,
|
|
341
488
|
},
|
|
342
489
|
},
|
|
343
490
|
{
|
|
@@ -358,7 +505,6 @@ export const Cards16: IBlock = {
|
|
|
358
505
|
key: "pagination-wrapper",
|
|
359
506
|
label: "Pagination Wrapper",
|
|
360
507
|
field_interface: "BoxWidget",
|
|
361
|
-
// Layout grouping only – no hint needed
|
|
362
508
|
},
|
|
363
509
|
{
|
|
364
510
|
key: "pagination-left",
|
|
@@ -368,7 +514,7 @@ export const Cards16: IBlock = {
|
|
|
368
514
|
prompt_description:
|
|
369
515
|
"Pagination control button to navigate to the previous page of blog cards. Keep the label brief, such as 'Previous' or a left arrow. Tone should be neutral and functional.",
|
|
370
516
|
usecase: "button",
|
|
371
|
-
min_characters:
|
|
517
|
+
min_characters: 4,
|
|
372
518
|
max_characters: 12,
|
|
373
519
|
},
|
|
374
520
|
},
|
|
@@ -404,34 +550,35 @@ export const Cards16: IBlock = {
|
|
|
404
550
|
layout: {
|
|
405
551
|
display: "flex",
|
|
406
552
|
"flex-direction": "column",
|
|
407
|
-
"align-items": "
|
|
553
|
+
"align-items": "stretch",
|
|
408
554
|
"justify-content": "center",
|
|
409
555
|
gap: "xl",
|
|
410
|
-
"border-radius": "base",
|
|
411
|
-
"box-shadow": "lg",
|
|
412
556
|
},
|
|
413
557
|
container: {
|
|
414
558
|
display: "flex",
|
|
415
559
|
"flex-direction": "column",
|
|
416
|
-
"row-gap": "
|
|
560
|
+
"row-gap": "3xl",
|
|
417
561
|
},
|
|
418
562
|
text_wrapper: {
|
|
419
563
|
display: "flex",
|
|
420
564
|
"flex-direction": "column",
|
|
421
|
-
"row-gap": "
|
|
565
|
+
"row-gap": "xs",
|
|
566
|
+
flex: "1",
|
|
422
567
|
},
|
|
423
568
|
ctas_levoGroup: {
|
|
424
569
|
display: "flex",
|
|
425
570
|
"column-gap": "md",
|
|
426
571
|
"align-items": "center",
|
|
427
572
|
},
|
|
428
|
-
ctas: [],
|
|
573
|
+
ctas: [{}],
|
|
429
574
|
title: {
|
|
430
575
|
mobile: {
|
|
431
576
|
"text-align": "center",
|
|
432
577
|
},
|
|
433
578
|
},
|
|
434
579
|
description: {
|
|
580
|
+
"max-width": "560px",
|
|
581
|
+
color: "text-2",
|
|
435
582
|
mobile: {
|
|
436
583
|
"text-align": "center",
|
|
437
584
|
},
|
|
@@ -440,30 +587,40 @@ export const Cards16: IBlock = {
|
|
|
440
587
|
display: "flex",
|
|
441
588
|
width: "100%",
|
|
442
589
|
"flex-direction": "column",
|
|
443
|
-
"row-gap": "
|
|
590
|
+
"row-gap": "3xl",
|
|
444
591
|
},
|
|
445
592
|
cards_levoGroupItem: {
|
|
446
593
|
card: {
|
|
447
594
|
display: "flex",
|
|
448
|
-
"column-gap": "
|
|
595
|
+
"column-gap": "3xl",
|
|
449
596
|
"border-radius": "base",
|
|
450
597
|
"align-items": "stretch",
|
|
598
|
+
height: "100%",
|
|
599
|
+
tablet: {
|
|
600
|
+
"flex-direction": "column",
|
|
601
|
+
"row-gap": "md",
|
|
602
|
+
"column-gap": "none",
|
|
603
|
+
},
|
|
451
604
|
},
|
|
452
605
|
cover_image: {
|
|
453
|
-
height: "
|
|
606
|
+
height: "200px",
|
|
454
607
|
"border-radius": "xl",
|
|
455
608
|
"object-fit": "cover",
|
|
609
|
+
"aspect-ratio": "4/3",
|
|
456
610
|
tablet: {
|
|
457
611
|
width: "100%",
|
|
612
|
+
height: "220px",
|
|
613
|
+
"aspect-ratio": "16/9",
|
|
458
614
|
},
|
|
459
|
-
width: "
|
|
460
|
-
"max-width": "
|
|
615
|
+
width: "280px",
|
|
616
|
+
"max-width": "280px",
|
|
617
|
+
"min-width": "280px",
|
|
461
618
|
},
|
|
462
619
|
card_content_wrapper: {
|
|
463
620
|
display: "flex",
|
|
464
621
|
width: "100%",
|
|
465
622
|
flex: "1 1 0",
|
|
466
|
-
"align-items": "
|
|
623
|
+
"align-items": "stretch",
|
|
467
624
|
"column-gap": "lg",
|
|
468
625
|
tablet: {
|
|
469
626
|
"flex-direction": "column",
|
|
@@ -475,11 +632,14 @@ export const Cards16: IBlock = {
|
|
|
475
632
|
display: "flex",
|
|
476
633
|
flex: "1",
|
|
477
634
|
"flex-direction": "column",
|
|
478
|
-
"row-gap": "
|
|
635
|
+
"row-gap": "sm",
|
|
479
636
|
width: "auto",
|
|
480
637
|
},
|
|
481
638
|
timestamp_icon: {
|
|
482
639
|
display: "block",
|
|
640
|
+
width: "14px",
|
|
641
|
+
height: "14px",
|
|
642
|
+
"font-size": "14px",
|
|
483
643
|
},
|
|
484
644
|
timestamp_wrapper: {
|
|
485
645
|
display: "flex",
|
|
@@ -487,23 +647,15 @@ export const Cards16: IBlock = {
|
|
|
487
647
|
"column-gap": "2xs",
|
|
488
648
|
},
|
|
489
649
|
timestamp: {
|
|
490
|
-
"font-weight":
|
|
650
|
+
"font-weight": 500,
|
|
491
651
|
color: "text-2",
|
|
492
652
|
"font-size": "xs",
|
|
493
|
-
"margin-top": "5xs",
|
|
494
653
|
},
|
|
495
654
|
category_wrapper: {
|
|
496
655
|
display: "flex",
|
|
497
656
|
width: "fit-content",
|
|
498
657
|
"align-items": "center",
|
|
499
658
|
"column-gap": "2px",
|
|
500
|
-
"border-radius": "36px",
|
|
501
|
-
"background-color": "brandSecondary",
|
|
502
|
-
color: "brandSecondaryForeground",
|
|
503
|
-
"padding-left": "12px",
|
|
504
|
-
"padding-right": "12px",
|
|
505
|
-
"padding-top": "6px",
|
|
506
|
-
"padding-bottom": "6px",
|
|
507
659
|
},
|
|
508
660
|
category_icon: {
|
|
509
661
|
display: "none",
|
|
@@ -512,14 +664,16 @@ export const Cards16: IBlock = {
|
|
|
512
664
|
display: "flex",
|
|
513
665
|
width: "100%",
|
|
514
666
|
"flex-direction": "column",
|
|
515
|
-
"row-gap": "
|
|
667
|
+
"row-gap": "xs",
|
|
516
668
|
"margin-top": "sm",
|
|
517
669
|
},
|
|
518
670
|
title: {
|
|
519
671
|
"font-weight": 600,
|
|
520
672
|
"font-size": "lg",
|
|
521
673
|
},
|
|
522
|
-
description: {
|
|
674
|
+
description: {
|
|
675
|
+
color: "text-2",
|
|
676
|
+
},
|
|
523
677
|
author_wrapper: {
|
|
524
678
|
display: "flex",
|
|
525
679
|
"align-items": "center",
|
|
@@ -529,7 +683,8 @@ export const Cards16: IBlock = {
|
|
|
529
683
|
"border-right-width": "0px",
|
|
530
684
|
"border-bottom-width": "0px",
|
|
531
685
|
"border-left-width": "0px",
|
|
532
|
-
"border-top-width": "
|
|
686
|
+
"border-top-width": "1px",
|
|
687
|
+
"border-top-style": "solid",
|
|
533
688
|
},
|
|
534
689
|
author_image: {
|
|
535
690
|
"border-radius": "100%",
|
|
@@ -541,7 +696,9 @@ export const Cards16: IBlock = {
|
|
|
541
696
|
"font-size": "sm",
|
|
542
697
|
"font-weight": 600,
|
|
543
698
|
},
|
|
544
|
-
author_description: {
|
|
699
|
+
author_description: {
|
|
700
|
+
color: "text-2",
|
|
701
|
+
},
|
|
545
702
|
cta: {
|
|
546
703
|
display: "none",
|
|
547
704
|
},
|
|
@@ -553,7 +710,9 @@ export const Cards16: IBlock = {
|
|
|
553
710
|
category: {
|
|
554
711
|
"font-size": "xs",
|
|
555
712
|
"font-weight": 600,
|
|
556
|
-
color: "
|
|
713
|
+
color: "brand",
|
|
714
|
+
"text-transform": "uppercase",
|
|
715
|
+
"letter-spacing": "0.08em",
|
|
557
716
|
},
|
|
558
717
|
},
|
|
559
718
|
"pagination-wrapper": {
|
|
@@ -565,7 +724,7 @@ export const Cards16: IBlock = {
|
|
|
565
724
|
},
|
|
566
725
|
header: {
|
|
567
726
|
display: "flex",
|
|
568
|
-
"column-gap": "
|
|
727
|
+
"column-gap": "xl",
|
|
569
728
|
"justify-content": "space-between",
|
|
570
729
|
"align-items": "center",
|
|
571
730
|
tablet: {
|
|
@@ -576,10 +735,7 @@ export const Cards16: IBlock = {
|
|
|
576
735
|
mobile: {
|
|
577
736
|
"align-items": "center",
|
|
578
737
|
},
|
|
579
|
-
"
|
|
580
|
-
"background-position": "50% 50%",
|
|
581
|
-
"background-size": "cover",
|
|
582
|
-
"margin-bottom": "4xl",
|
|
738
|
+
"margin-bottom": "xl",
|
|
583
739
|
},
|
|
584
740
|
},
|
|
585
741
|
content: DEFAULT_CONTENT,
|
|
@@ -589,7 +745,7 @@ export const Cards16: IBlock = {
|
|
|
589
745
|
level: 2,
|
|
590
746
|
},
|
|
591
747
|
selectedVariants: {
|
|
592
|
-
Heading_Level: "
|
|
748
|
+
Heading_Level: "H3",
|
|
593
749
|
},
|
|
594
750
|
},
|
|
595
751
|
cards: [
|
|
@@ -599,7 +755,7 @@ export const Cards16: IBlock = {
|
|
|
599
755
|
level: "4",
|
|
600
756
|
},
|
|
601
757
|
selectedVariants: {
|
|
602
|
-
Heading_Level: "
|
|
758
|
+
Heading_Level: "H5",
|
|
603
759
|
},
|
|
604
760
|
},
|
|
605
761
|
description: {
|
|
@@ -622,7 +778,7 @@ export const Cards16: IBlock = {
|
|
|
622
778
|
},
|
|
623
779
|
cover_image: {
|
|
624
780
|
image: {
|
|
625
|
-
width:
|
|
781
|
+
width: 280,
|
|
626
782
|
},
|
|
627
783
|
},
|
|
628
784
|
timestamp: {
|
|
@@ -657,13 +813,6 @@ export const Cards16: IBlock = {
|
|
|
657
813
|
selectedVariants: {},
|
|
658
814
|
},
|
|
659
815
|
},
|
|
660
|
-
{
|
|
661
|
-
cta: {
|
|
662
|
-
selectedVariants: {
|
|
663
|
-
Button_Variants: "Secondary",
|
|
664
|
-
},
|
|
665
|
-
},
|
|
666
|
-
},
|
|
667
816
|
],
|
|
668
817
|
},
|
|
669
818
|
},
|
|
@@ -674,34 +823,35 @@ export const Cards16: IBlock = {
|
|
|
674
823
|
layout: {
|
|
675
824
|
display: "flex",
|
|
676
825
|
"flex-direction": "column",
|
|
677
|
-
"align-items": "
|
|
826
|
+
"align-items": "stretch",
|
|
678
827
|
"justify-content": "center",
|
|
679
828
|
gap: "xl",
|
|
680
|
-
"border-radius": "base",
|
|
681
|
-
"box-shadow": "lg",
|
|
682
829
|
},
|
|
683
830
|
container: {
|
|
684
831
|
display: "flex",
|
|
685
832
|
"flex-direction": "column",
|
|
686
|
-
"row-gap": "
|
|
833
|
+
"row-gap": "3xl",
|
|
687
834
|
},
|
|
688
835
|
text_wrapper: {
|
|
689
836
|
display: "flex",
|
|
690
837
|
"flex-direction": "column",
|
|
691
|
-
"row-gap": "
|
|
838
|
+
"row-gap": "xs",
|
|
839
|
+
flex: "1",
|
|
692
840
|
},
|
|
693
841
|
ctas_levoGroup: {
|
|
694
842
|
display: "flex",
|
|
695
843
|
"column-gap": "md",
|
|
696
844
|
"align-items": "center",
|
|
697
845
|
},
|
|
698
|
-
ctas: [],
|
|
846
|
+
ctas: [{}],
|
|
699
847
|
title: {
|
|
700
848
|
mobile: {
|
|
701
849
|
"text-align": "center",
|
|
702
850
|
},
|
|
703
851
|
},
|
|
704
852
|
description: {
|
|
853
|
+
"max-width": "560px",
|
|
854
|
+
color: "text-2",
|
|
705
855
|
mobile: {
|
|
706
856
|
"text-align": "center",
|
|
707
857
|
},
|
|
@@ -710,36 +860,47 @@ export const Cards16: IBlock = {
|
|
|
710
860
|
display: "flex",
|
|
711
861
|
width: "100%",
|
|
712
862
|
"flex-direction": "column",
|
|
713
|
-
"row-gap": "
|
|
863
|
+
"row-gap": "xl",
|
|
714
864
|
},
|
|
715
865
|
cards_levoGroupItem: {
|
|
716
866
|
card: {
|
|
717
867
|
display: "flex",
|
|
718
|
-
"border-radius": "
|
|
868
|
+
"border-radius": "xl",
|
|
719
869
|
"align-items": "stretch",
|
|
720
|
-
"padding-left": "
|
|
721
|
-
"padding-right": "
|
|
722
|
-
"padding-top": "
|
|
723
|
-
"padding-bottom": "
|
|
870
|
+
"padding-left": "lg",
|
|
871
|
+
"padding-right": "lg",
|
|
872
|
+
"padding-top": "lg",
|
|
873
|
+
"padding-bottom": "lg",
|
|
724
874
|
"border-style": "solid",
|
|
725
875
|
"border-width": "1px",
|
|
726
|
-
"
|
|
876
|
+
"border-color": "border",
|
|
877
|
+
"column-gap": "xl",
|
|
878
|
+
height: "100%",
|
|
879
|
+
tablet: {
|
|
880
|
+
"flex-direction": "column",
|
|
881
|
+
"row-gap": "md",
|
|
882
|
+
"column-gap": "none",
|
|
883
|
+
},
|
|
727
884
|
},
|
|
728
885
|
cover_image: {
|
|
729
|
-
height: "
|
|
730
|
-
"border-radius": "
|
|
886
|
+
height: "200px",
|
|
887
|
+
"border-radius": "lg",
|
|
731
888
|
"object-fit": "cover",
|
|
889
|
+
"aspect-ratio": "4/3",
|
|
732
890
|
tablet: {
|
|
733
891
|
width: "100%",
|
|
892
|
+
height: "220px",
|
|
893
|
+
"aspect-ratio": "16/9",
|
|
734
894
|
},
|
|
735
|
-
width: "
|
|
736
|
-
"max-width": "
|
|
895
|
+
width: "280px",
|
|
896
|
+
"max-width": "280px",
|
|
897
|
+
"min-width": "280px",
|
|
737
898
|
},
|
|
738
899
|
card_content_wrapper: {
|
|
739
900
|
display: "flex",
|
|
740
901
|
width: "100%",
|
|
741
902
|
flex: "1 1 0",
|
|
742
|
-
"align-items": "
|
|
903
|
+
"align-items": "stretch",
|
|
743
904
|
"column-gap": "lg",
|
|
744
905
|
tablet: {
|
|
745
906
|
"flex-direction": "column",
|
|
@@ -751,11 +912,14 @@ export const Cards16: IBlock = {
|
|
|
751
912
|
display: "flex",
|
|
752
913
|
flex: "1",
|
|
753
914
|
"flex-direction": "column",
|
|
754
|
-
"row-gap": "
|
|
915
|
+
"row-gap": "sm",
|
|
755
916
|
width: "auto",
|
|
756
917
|
},
|
|
757
918
|
timestamp_icon: {
|
|
758
919
|
display: "block",
|
|
920
|
+
width: "14px",
|
|
921
|
+
height: "14px",
|
|
922
|
+
"font-size": "14px",
|
|
759
923
|
},
|
|
760
924
|
timestamp_wrapper: {
|
|
761
925
|
display: "flex",
|
|
@@ -763,23 +927,15 @@ export const Cards16: IBlock = {
|
|
|
763
927
|
"column-gap": "2xs",
|
|
764
928
|
},
|
|
765
929
|
timestamp: {
|
|
766
|
-
"font-weight":
|
|
930
|
+
"font-weight": 500,
|
|
767
931
|
color: "text-2",
|
|
768
932
|
"font-size": "xs",
|
|
769
|
-
"margin-top": "5xs",
|
|
770
933
|
},
|
|
771
934
|
category_wrapper: {
|
|
772
935
|
display: "flex",
|
|
773
936
|
width: "fit-content",
|
|
774
937
|
"align-items": "center",
|
|
775
938
|
"column-gap": "2px",
|
|
776
|
-
"border-radius": "36px",
|
|
777
|
-
"background-color": "brandSecondary",
|
|
778
|
-
color: "brandSecondaryForeground",
|
|
779
|
-
"padding-left": "12px",
|
|
780
|
-
"padding-right": "12px",
|
|
781
|
-
"padding-top": "6px",
|
|
782
|
-
"padding-bottom": "6px",
|
|
783
939
|
},
|
|
784
940
|
category_icon: {
|
|
785
941
|
display: "none",
|
|
@@ -788,24 +944,24 @@ export const Cards16: IBlock = {
|
|
|
788
944
|
display: "flex",
|
|
789
945
|
width: "100%",
|
|
790
946
|
"flex-direction": "column",
|
|
791
|
-
"row-gap": "
|
|
947
|
+
"row-gap": "xs",
|
|
792
948
|
"margin-top": "sm",
|
|
793
949
|
},
|
|
794
950
|
title: {
|
|
795
951
|
"font-weight": 600,
|
|
796
952
|
"font-size": "lg",
|
|
797
953
|
},
|
|
798
|
-
description: {
|
|
954
|
+
description: {
|
|
955
|
+
color: "text-2",
|
|
956
|
+
},
|
|
799
957
|
author_wrapper: {
|
|
800
958
|
display: "flex",
|
|
801
959
|
"align-items": "center",
|
|
802
960
|
"column-gap": "base",
|
|
803
961
|
"margin-top": "xl",
|
|
804
962
|
"padding-top": "md",
|
|
805
|
-
"border-
|
|
806
|
-
"border-
|
|
807
|
-
"border-left-width": "0px",
|
|
808
|
-
"border-top-width": "1.5px",
|
|
963
|
+
"border-top-width": "1px",
|
|
964
|
+
"border-top-style": "solid",
|
|
809
965
|
},
|
|
810
966
|
author_image: {
|
|
811
967
|
"border-radius": "100%",
|
|
@@ -817,7 +973,9 @@ export const Cards16: IBlock = {
|
|
|
817
973
|
"font-size": "sm",
|
|
818
974
|
"font-weight": 600,
|
|
819
975
|
},
|
|
820
|
-
author_description: {
|
|
976
|
+
author_description: {
|
|
977
|
+
color: "text-2",
|
|
978
|
+
},
|
|
821
979
|
cta: {
|
|
822
980
|
display: "none",
|
|
823
981
|
},
|
|
@@ -829,7 +987,9 @@ export const Cards16: IBlock = {
|
|
|
829
987
|
category: {
|
|
830
988
|
"font-size": "xs",
|
|
831
989
|
"font-weight": 600,
|
|
832
|
-
color: "
|
|
990
|
+
color: "brand",
|
|
991
|
+
"text-transform": "uppercase",
|
|
992
|
+
"letter-spacing": "0.08em",
|
|
833
993
|
},
|
|
834
994
|
},
|
|
835
995
|
"pagination-wrapper": {
|
|
@@ -841,7 +1001,7 @@ export const Cards16: IBlock = {
|
|
|
841
1001
|
},
|
|
842
1002
|
header: {
|
|
843
1003
|
display: "flex",
|
|
844
|
-
"column-gap": "
|
|
1004
|
+
"column-gap": "xl",
|
|
845
1005
|
"justify-content": "space-between",
|
|
846
1006
|
"align-items": "center",
|
|
847
1007
|
tablet: {
|
|
@@ -852,20 +1012,17 @@ export const Cards16: IBlock = {
|
|
|
852
1012
|
mobile: {
|
|
853
1013
|
"align-items": "center",
|
|
854
1014
|
},
|
|
855
|
-
"
|
|
856
|
-
"background-position": "50% 50%",
|
|
857
|
-
"background-size": "cover",
|
|
858
|
-
"margin-bottom": "4xl",
|
|
1015
|
+
"margin-bottom": "xl",
|
|
859
1016
|
},
|
|
860
1017
|
},
|
|
861
|
-
content:
|
|
1018
|
+
content: DEFAULT_CONTENT,
|
|
862
1019
|
config: {
|
|
863
1020
|
title: {
|
|
864
1021
|
heading: {
|
|
865
1022
|
level: 2,
|
|
866
1023
|
},
|
|
867
1024
|
selectedVariants: {
|
|
868
|
-
Heading_Level: "
|
|
1025
|
+
Heading_Level: "H3",
|
|
869
1026
|
},
|
|
870
1027
|
},
|
|
871
1028
|
cards: [
|
|
@@ -875,7 +1032,7 @@ export const Cards16: IBlock = {
|
|
|
875
1032
|
level: "4",
|
|
876
1033
|
},
|
|
877
1034
|
selectedVariants: {
|
|
878
|
-
Heading_Level: "
|
|
1035
|
+
Heading_Level: "H5",
|
|
879
1036
|
},
|
|
880
1037
|
},
|
|
881
1038
|
description: {
|
|
@@ -898,7 +1055,7 @@ export const Cards16: IBlock = {
|
|
|
898
1055
|
},
|
|
899
1056
|
cover_image: {
|
|
900
1057
|
image: {
|
|
901
|
-
width:
|
|
1058
|
+
width: 280,
|
|
902
1059
|
},
|
|
903
1060
|
},
|
|
904
1061
|
timestamp: {
|
|
@@ -933,11 +1090,956 @@ export const Cards16: IBlock = {
|
|
|
933
1090
|
selectedVariants: {},
|
|
934
1091
|
},
|
|
935
1092
|
},
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
1093
|
+
],
|
|
1094
|
+
},
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
key: "grid_3_col",
|
|
1098
|
+
title: "Grid 3 Columns",
|
|
1099
|
+
styles: {
|
|
1100
|
+
layout: {
|
|
1101
|
+
display: "flex",
|
|
1102
|
+
"flex-direction": "column",
|
|
1103
|
+
"align-items": "stretch",
|
|
1104
|
+
"justify-content": "center",
|
|
1105
|
+
gap: "xl",
|
|
1106
|
+
},
|
|
1107
|
+
container: {
|
|
1108
|
+
display: "flex",
|
|
1109
|
+
"flex-direction": "column",
|
|
1110
|
+
"row-gap": "3xl",
|
|
1111
|
+
},
|
|
1112
|
+
text_wrapper: {
|
|
1113
|
+
display: "flex",
|
|
1114
|
+
"flex-direction": "column",
|
|
1115
|
+
"row-gap": "xs",
|
|
1116
|
+
flex: "1",
|
|
1117
|
+
},
|
|
1118
|
+
ctas_levoGroup: {
|
|
1119
|
+
display: "flex",
|
|
1120
|
+
"column-gap": "md",
|
|
1121
|
+
"align-items": "center",
|
|
1122
|
+
},
|
|
1123
|
+
ctas: [{}],
|
|
1124
|
+
title: {
|
|
1125
|
+
mobile: {
|
|
1126
|
+
"text-align": "center",
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
description: {
|
|
1130
|
+
"max-width": "560px",
|
|
1131
|
+
color: "text-2",
|
|
1132
|
+
mobile: {
|
|
1133
|
+
"text-align": "center",
|
|
1134
|
+
},
|
|
1135
|
+
},
|
|
1136
|
+
cards_levoGroup: {
|
|
1137
|
+
display: "grid",
|
|
1138
|
+
width: "100%",
|
|
1139
|
+
"grid-template-columns": "repeat(3, minmax(0, 1fr))",
|
|
1140
|
+
"row-gap": "3xl",
|
|
1141
|
+
"column-gap": "2xl",
|
|
1142
|
+
tablet: {
|
|
1143
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1144
|
+
"row-gap": "xl",
|
|
1145
|
+
"column-gap": "xl",
|
|
1146
|
+
},
|
|
1147
|
+
mobile: {
|
|
1148
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
1149
|
+
"row-gap": "2xl",
|
|
1150
|
+
},
|
|
1151
|
+
},
|
|
1152
|
+
cards_levoGroupItem: {
|
|
1153
|
+
card: {
|
|
1154
|
+
display: "flex",
|
|
1155
|
+
"flex-direction": "column",
|
|
1156
|
+
"row-gap": "md",
|
|
1157
|
+
"border-radius": "xl",
|
|
1158
|
+
overflow: "hidden",
|
|
1159
|
+
height: "100%",
|
|
1160
|
+
},
|
|
1161
|
+
cover_image: {
|
|
1162
|
+
width: "100%",
|
|
1163
|
+
"aspect-ratio": "3/2",
|
|
1164
|
+
"object-fit": "cover",
|
|
1165
|
+
"border-radius": "xl",
|
|
1166
|
+
},
|
|
1167
|
+
card_content_wrapper: {
|
|
1168
|
+
display: "flex",
|
|
1169
|
+
width: "100%",
|
|
1170
|
+
"flex-direction": "column",
|
|
1171
|
+
"row-gap": "sm",
|
|
1172
|
+
flex: "1",
|
|
1173
|
+
},
|
|
1174
|
+
text_content_wrapper: {
|
|
1175
|
+
display: "flex",
|
|
1176
|
+
"flex-direction": "column",
|
|
1177
|
+
"row-gap": "xs",
|
|
1178
|
+
width: "auto",
|
|
1179
|
+
flex: "1",
|
|
1180
|
+
},
|
|
1181
|
+
timestamp_icon: {
|
|
1182
|
+
display: "block",
|
|
1183
|
+
width: "14px",
|
|
1184
|
+
height: "14px",
|
|
1185
|
+
"font-size": "14px",
|
|
1186
|
+
},
|
|
1187
|
+
timestamp_wrapper: {
|
|
1188
|
+
display: "flex",
|
|
1189
|
+
"align-items": "center",
|
|
1190
|
+
"column-gap": "2xs",
|
|
1191
|
+
},
|
|
1192
|
+
timestamp: {
|
|
1193
|
+
"font-weight": 500,
|
|
1194
|
+
color: "text-2",
|
|
1195
|
+
"font-size": "xs",
|
|
1196
|
+
},
|
|
1197
|
+
category_wrapper: {
|
|
1198
|
+
display: "flex",
|
|
1199
|
+
width: "fit-content",
|
|
1200
|
+
"align-items": "center",
|
|
1201
|
+
},
|
|
1202
|
+
category_icon: {
|
|
1203
|
+
display: "none",
|
|
1204
|
+
},
|
|
1205
|
+
card_info_wrapper: {
|
|
1206
|
+
display: "flex",
|
|
1207
|
+
width: "100%",
|
|
1208
|
+
"flex-direction": "column",
|
|
1209
|
+
"row-gap": "xs",
|
|
1210
|
+
},
|
|
1211
|
+
title: {
|
|
1212
|
+
"font-weight": 600,
|
|
1213
|
+
"font-size": "lg",
|
|
1214
|
+
},
|
|
1215
|
+
description: {
|
|
1216
|
+
color: "text-2",
|
|
1217
|
+
display: "-webkit-box",
|
|
1218
|
+
"-webkit-line-clamp": "3",
|
|
1219
|
+
"-webkit-box-orient": "vertical",
|
|
1220
|
+
overflow: "hidden",
|
|
1221
|
+
},
|
|
1222
|
+
author_wrapper: {
|
|
1223
|
+
display: "flex",
|
|
1224
|
+
"align-items": "center",
|
|
1225
|
+
"column-gap": "base",
|
|
1226
|
+
"margin-top": "auto",
|
|
1227
|
+
"padding-top": "md",
|
|
1228
|
+
},
|
|
1229
|
+
author_image: {
|
|
1230
|
+
"border-radius": "100%",
|
|
1231
|
+
"object-fit": "cover",
|
|
1232
|
+
width: "36px",
|
|
1233
|
+
height: "36px",
|
|
1234
|
+
},
|
|
1235
|
+
author_name: {
|
|
1236
|
+
"font-size": "sm",
|
|
1237
|
+
"font-weight": 600,
|
|
1238
|
+
},
|
|
1239
|
+
author_description: {
|
|
1240
|
+
"font-size": "xs",
|
|
1241
|
+
color: "text-2",
|
|
1242
|
+
},
|
|
1243
|
+
cta: {
|
|
1244
|
+
display: "none",
|
|
1245
|
+
},
|
|
1246
|
+
content_header: {
|
|
1247
|
+
display: "flex",
|
|
1248
|
+
"align-items": "center",
|
|
1249
|
+
"column-gap": "sm",
|
|
1250
|
+
},
|
|
1251
|
+
category: {
|
|
1252
|
+
"font-size": "xs",
|
|
1253
|
+
"font-weight": 600,
|
|
1254
|
+
color: "brand",
|
|
1255
|
+
"text-transform": "uppercase",
|
|
1256
|
+
"letter-spacing": "0.08em",
|
|
1257
|
+
},
|
|
1258
|
+
},
|
|
1259
|
+
"pagination-wrapper": {
|
|
1260
|
+
display: "flex",
|
|
1261
|
+
width: "full",
|
|
1262
|
+
"justify-content": "center",
|
|
1263
|
+
"align-items": "center",
|
|
1264
|
+
"column-gap": "md",
|
|
1265
|
+
},
|
|
1266
|
+
header: {
|
|
1267
|
+
display: "flex",
|
|
1268
|
+
"column-gap": "xl",
|
|
1269
|
+
"justify-content": "space-between",
|
|
1270
|
+
"align-items": "center",
|
|
1271
|
+
tablet: {
|
|
1272
|
+
"flex-direction": "column",
|
|
1273
|
+
"align-items": "start",
|
|
1274
|
+
"row-gap": "sm",
|
|
1275
|
+
},
|
|
1276
|
+
mobile: {
|
|
1277
|
+
"align-items": "center",
|
|
1278
|
+
},
|
|
1279
|
+
"margin-bottom": "xl",
|
|
1280
|
+
},
|
|
1281
|
+
},
|
|
1282
|
+
content: DEFAULT_CONTENT,
|
|
1283
|
+
config: {
|
|
1284
|
+
title: {
|
|
1285
|
+
heading: {
|
|
1286
|
+
level: 2,
|
|
1287
|
+
},
|
|
1288
|
+
selectedVariants: {
|
|
1289
|
+
Heading_Level: "H3",
|
|
1290
|
+
},
|
|
1291
|
+
},
|
|
1292
|
+
cards: [
|
|
1293
|
+
{
|
|
1294
|
+
title: {
|
|
1295
|
+
heading: {
|
|
1296
|
+
level: "4",
|
|
1297
|
+
},
|
|
1298
|
+
selectedVariants: {
|
|
1299
|
+
Heading_Level: "H6",
|
|
1300
|
+
},
|
|
1301
|
+
},
|
|
1302
|
+
description: {
|
|
1303
|
+
selectedVariants: {
|
|
1304
|
+
Typography_Variants: "Small",
|
|
1305
|
+
},
|
|
1306
|
+
},
|
|
1307
|
+
author_name: {
|
|
1308
|
+
heading: {
|
|
1309
|
+
level: "4",
|
|
1310
|
+
},
|
|
1311
|
+
selectedVariants: {
|
|
1312
|
+
Heading_Level: "H6",
|
|
1313
|
+
},
|
|
1314
|
+
},
|
|
1315
|
+
author_description: {
|
|
1316
|
+
selectedVariants: {
|
|
1317
|
+
Typography_Variants: "Small",
|
|
1318
|
+
},
|
|
1319
|
+
},
|
|
1320
|
+
timestamp: {
|
|
1321
|
+
selectedVariants: {
|
|
1322
|
+
Typography_Variants: "Small",
|
|
1323
|
+
},
|
|
1324
|
+
},
|
|
1325
|
+
category: {
|
|
1326
|
+
selectedVariants: {
|
|
1327
|
+
Typography_Variants: "Small",
|
|
1328
|
+
},
|
|
1329
|
+
},
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
author_name: {
|
|
1333
|
+
selectedVariants: {
|
|
1334
|
+
Heading_Level: "H6",
|
|
1335
|
+
},
|
|
1336
|
+
},
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
author_name: {
|
|
1340
|
+
selectedVariants: {
|
|
1341
|
+
Heading_Level: "H6",
|
|
1342
|
+
},
|
|
1343
|
+
},
|
|
1344
|
+
},
|
|
1345
|
+
],
|
|
1346
|
+
ctas: [
|
|
1347
|
+
{
|
|
1348
|
+
cta: {
|
|
1349
|
+
selectedVariants: {},
|
|
1350
|
+
},
|
|
1351
|
+
},
|
|
1352
|
+
],
|
|
1353
|
+
},
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
key: "grid_2_col_bordered",
|
|
1357
|
+
title: "Grid 2 Columns Bordered",
|
|
1358
|
+
styles: {
|
|
1359
|
+
layout: {
|
|
1360
|
+
display: "flex",
|
|
1361
|
+
"flex-direction": "column",
|
|
1362
|
+
"align-items": "stretch",
|
|
1363
|
+
"justify-content": "center",
|
|
1364
|
+
gap: "xl",
|
|
1365
|
+
},
|
|
1366
|
+
container: {
|
|
1367
|
+
display: "flex",
|
|
1368
|
+
"flex-direction": "column",
|
|
1369
|
+
"row-gap": "3xl",
|
|
1370
|
+
},
|
|
1371
|
+
text_wrapper: {
|
|
1372
|
+
display: "flex",
|
|
1373
|
+
"flex-direction": "column",
|
|
1374
|
+
"row-gap": "xs",
|
|
1375
|
+
flex: "1",
|
|
1376
|
+
},
|
|
1377
|
+
ctas_levoGroup: {
|
|
1378
|
+
display: "flex",
|
|
1379
|
+
"column-gap": "md",
|
|
1380
|
+
"align-items": "center",
|
|
1381
|
+
},
|
|
1382
|
+
ctas: [{}],
|
|
1383
|
+
title: {
|
|
1384
|
+
mobile: {
|
|
1385
|
+
"text-align": "center",
|
|
1386
|
+
},
|
|
1387
|
+
},
|
|
1388
|
+
cards: [{}, {}],
|
|
1389
|
+
description: {
|
|
1390
|
+
"max-width": "560px",
|
|
1391
|
+
color: "text-2",
|
|
1392
|
+
mobile: {
|
|
1393
|
+
"text-align": "center",
|
|
1394
|
+
},
|
|
1395
|
+
},
|
|
1396
|
+
cards_levoGroup: {
|
|
1397
|
+
display: "grid",
|
|
1398
|
+
width: "100%",
|
|
1399
|
+
"grid-template-columns": "repeat(2, minmax(0, 1fr))",
|
|
1400
|
+
"row-gap": "2xl",
|
|
1401
|
+
"column-gap": "2xl",
|
|
1402
|
+
tablet: {
|
|
1403
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
1404
|
+
"row-gap": "xl",
|
|
1405
|
+
},
|
|
1406
|
+
mobile: {
|
|
1407
|
+
"grid-template-columns": "repeat(1, minmax(0, 1fr))",
|
|
1408
|
+
"row-gap": "xl",
|
|
1409
|
+
},
|
|
1410
|
+
},
|
|
1411
|
+
cards_levoGroupItem: {
|
|
1412
|
+
card: {
|
|
1413
|
+
display: "flex",
|
|
1414
|
+
"flex-direction": "column",
|
|
1415
|
+
"row-gap": "none",
|
|
1416
|
+
"border-radius": "xl",
|
|
1417
|
+
overflow: "hidden",
|
|
1418
|
+
"border-style": "solid",
|
|
1419
|
+
"border-width": "1px",
|
|
1420
|
+
"border-color": "border",
|
|
1421
|
+
height: "100%",
|
|
1422
|
+
},
|
|
1423
|
+
cover_image: {
|
|
1424
|
+
width: "100%",
|
|
1425
|
+
"aspect-ratio": "16/9",
|
|
1426
|
+
"object-fit": "cover",
|
|
1427
|
+
},
|
|
1428
|
+
card_content_wrapper: {
|
|
1429
|
+
display: "flex",
|
|
1430
|
+
width: "100%",
|
|
1431
|
+
"flex-direction": "column",
|
|
1432
|
+
"row-gap": "sm",
|
|
1433
|
+
"padding-left": "xl",
|
|
1434
|
+
"padding-right": "xl",
|
|
1435
|
+
"padding-top": "lg",
|
|
1436
|
+
"padding-bottom": "lg",
|
|
1437
|
+
flex: "1",
|
|
1438
|
+
},
|
|
1439
|
+
text_content_wrapper: {
|
|
1440
|
+
display: "flex",
|
|
1441
|
+
"flex-direction": "column",
|
|
1442
|
+
"row-gap": "xs",
|
|
1443
|
+
width: "auto",
|
|
1444
|
+
flex: "1",
|
|
1445
|
+
},
|
|
1446
|
+
timestamp_icon: {
|
|
1447
|
+
display: "block",
|
|
1448
|
+
width: "14px",
|
|
1449
|
+
height: "14px",
|
|
1450
|
+
"font-size": "14px",
|
|
1451
|
+
},
|
|
1452
|
+
timestamp_wrapper: {
|
|
1453
|
+
display: "flex",
|
|
1454
|
+
"align-items": "center",
|
|
1455
|
+
"column-gap": "2xs",
|
|
1456
|
+
},
|
|
1457
|
+
timestamp: {
|
|
1458
|
+
"font-weight": 500,
|
|
1459
|
+
color: "text-2",
|
|
1460
|
+
"font-size": "xs",
|
|
1461
|
+
},
|
|
1462
|
+
category_wrapper: {
|
|
1463
|
+
display: "flex",
|
|
1464
|
+
width: "fit-content",
|
|
1465
|
+
"align-items": "center",
|
|
1466
|
+
},
|
|
1467
|
+
category_icon: {
|
|
1468
|
+
display: "none",
|
|
1469
|
+
},
|
|
1470
|
+
card_info_wrapper: {
|
|
1471
|
+
display: "flex",
|
|
1472
|
+
width: "100%",
|
|
1473
|
+
"flex-direction": "column",
|
|
1474
|
+
"row-gap": "xs",
|
|
1475
|
+
"margin-top": "xs",
|
|
1476
|
+
},
|
|
1477
|
+
title: {
|
|
1478
|
+
"font-weight": 600,
|
|
1479
|
+
"font-size": "xl",
|
|
1480
|
+
},
|
|
1481
|
+
description: {
|
|
1482
|
+
color: "text-2",
|
|
1483
|
+
display: "-webkit-box",
|
|
1484
|
+
"-webkit-line-clamp": "2",
|
|
1485
|
+
"-webkit-box-orient": "vertical",
|
|
1486
|
+
overflow: "hidden",
|
|
1487
|
+
},
|
|
1488
|
+
author_wrapper: {
|
|
1489
|
+
display: "flex",
|
|
1490
|
+
"align-items": "center",
|
|
1491
|
+
"column-gap": "base",
|
|
1492
|
+
"margin-top": "auto",
|
|
1493
|
+
"padding-top": "md",
|
|
1494
|
+
"border-top-width": "1px",
|
|
1495
|
+
"border-top-style": "solid",
|
|
1496
|
+
},
|
|
1497
|
+
author_image: {
|
|
1498
|
+
"border-radius": "100%",
|
|
1499
|
+
"object-fit": "cover",
|
|
1500
|
+
width: "40px",
|
|
1501
|
+
height: "40px",
|
|
1502
|
+
},
|
|
1503
|
+
author_name: {
|
|
1504
|
+
"font-size": "sm",
|
|
1505
|
+
"font-weight": 600,
|
|
1506
|
+
},
|
|
1507
|
+
author_description: {
|
|
1508
|
+
"font-size": "xs",
|
|
1509
|
+
color: "text-2",
|
|
1510
|
+
},
|
|
1511
|
+
cta: {
|
|
1512
|
+
display: "none",
|
|
1513
|
+
},
|
|
1514
|
+
content_header: {
|
|
1515
|
+
display: "flex",
|
|
1516
|
+
"align-items": "center",
|
|
1517
|
+
"column-gap": "sm",
|
|
1518
|
+
},
|
|
1519
|
+
category: {
|
|
1520
|
+
"font-size": "xs",
|
|
1521
|
+
"font-weight": 600,
|
|
1522
|
+
color: "brand",
|
|
1523
|
+
"text-transform": "uppercase",
|
|
1524
|
+
"letter-spacing": "0.08em",
|
|
1525
|
+
},
|
|
1526
|
+
},
|
|
1527
|
+
"pagination-wrapper": {
|
|
1528
|
+
display: "flex",
|
|
1529
|
+
width: "full",
|
|
1530
|
+
"justify-content": "center",
|
|
1531
|
+
"align-items": "center",
|
|
1532
|
+
"column-gap": "md",
|
|
1533
|
+
},
|
|
1534
|
+
header: {
|
|
1535
|
+
display: "flex",
|
|
1536
|
+
"column-gap": "xl",
|
|
1537
|
+
"justify-content": "space-between",
|
|
1538
|
+
"align-items": "center",
|
|
1539
|
+
tablet: {
|
|
1540
|
+
"flex-direction": "column",
|
|
1541
|
+
"align-items": "start",
|
|
1542
|
+
"row-gap": "sm",
|
|
1543
|
+
},
|
|
1544
|
+
mobile: {
|
|
1545
|
+
"align-items": "center",
|
|
1546
|
+
},
|
|
1547
|
+
"margin-bottom": "xl",
|
|
1548
|
+
},
|
|
1549
|
+
},
|
|
1550
|
+
content: {
|
|
1551
|
+
layout: null,
|
|
1552
|
+
container: null,
|
|
1553
|
+
text_wrapper: null,
|
|
1554
|
+
title: "Lessons from teams shipping faster",
|
|
1555
|
+
description:
|
|
1556
|
+
"Field notes, benchmarks, and teardown posts from product, ops, and engineering leaders using Levo to run real-time work.",
|
|
1557
|
+
ctas_LevoGroup: null,
|
|
1558
|
+
ctas: [
|
|
1559
|
+
{
|
|
1560
|
+
cta: "Browse all posts",
|
|
1561
|
+
},
|
|
1562
|
+
],
|
|
1563
|
+
cards: [
|
|
1564
|
+
{
|
|
1565
|
+
card: null,
|
|
1566
|
+
cover_image: {
|
|
1567
|
+
id: "7453000332583204082",
|
|
1568
|
+
kind: "image",
|
|
1569
|
+
location:
|
|
1570
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg",
|
|
1571
|
+
mimetype: "image/jpeg",
|
|
1572
|
+
srcset: {
|
|
1573
|
+
"320w":
|
|
1574
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
1575
|
+
"640w":
|
|
1576
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
1577
|
+
"750w":
|
|
1578
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
1579
|
+
"828w":
|
|
1580
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
1581
|
+
"1080w":
|
|
1582
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
1583
|
+
"1200w":
|
|
1584
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
1585
|
+
"1920w":
|
|
1586
|
+
"https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
1587
|
+
path: "https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/7605981/pexels-photo-7605981.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
1588
|
+
},
|
|
1589
|
+
},
|
|
1590
|
+
card_content_wrapper: null,
|
|
1591
|
+
text_content_wrapper: null,
|
|
1592
|
+
timestamp_wrapper: null,
|
|
1593
|
+
timestamp_icon: {
|
|
1594
|
+
kind: "icon",
|
|
1595
|
+
data: {
|
|
1596
|
+
id: "calendar-tick",
|
|
1597
|
+
label: "Calendar Tick",
|
|
1598
|
+
svgCode:
|
|
1599
|
+
'<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="var(--color-icon-primary)"/>\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="var(--color-icon-primary)"/>\n<path d="M8.5 14.4999C8.24 14.4999 7.98 14.3899 7.79 14.2099C7.61 14.0199 7.5 13.7699 7.5 13.4999C7.5 13.3699 7.53 13.2399 7.58 13.1199C7.63 12.9999 7.7 12.89 7.79 12.79C8.16 12.42 8.83 12.42 9.21 12.79C9.39 12.98 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.63 9.48 13.7C9.47 13.76 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25 14.1599 9.21 14.2099C9.02 14.3899 8.76 14.4999 8.5 14.4999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5001C11.87 14.5001 11.74 14.4701 11.62 14.4201C11.49 14.3701 11.39 14.3001 11.29 14.2101C11.11 14.0201 11 13.7701 11 13.5001C11 13.3701 11.03 13.2401 11.08 13.1201C11.13 13.0001 11.2 12.8901 11.29 12.7901C11.39 12.7001 11.49 12.6301 11.62 12.5801C11.99 12.4301 12.43 12.5101 12.71 12.7901C12.89 12.9801 13 13.2401 13 13.5001C13 13.5601 12.99 13.6301 12.98 13.7001C12.97 13.7601 12.95 13.8201 12.92 13.8801C12.9 13.9401 12.87 14.0001 12.83 14.0601C12.8 14.1101 12.75 14.1601 12.71 14.2101C12.52 14.3901 12.26 14.5001 12 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 18C8.37 18 8.24 17.97 8.12 17.92C7.99 17.87 7.88 17.8 7.79 17.71C7.7 17.62 7.63 17.51 7.58 17.38C7.53 17.26 7.5 17.13 7.5 17C7.5 16.87 7.53 16.74 7.58 16.62C7.63 16.49 7.7 16.38 7.79 16.29C7.88 16.2 7.99 16.13 8.12 16.08C8.36 15.98 8.64 15.97 8.88 16.08C9.01 16.13 9.12 16.2 9.21 16.29C9.3 16.38 9.37 16.49 9.42 16.62C9.47 16.74 9.5 16.87 9.5 17C9.5 17.13 9.47 17.26 9.42 17.38C9.37 17.51 9.3 17.62 9.21 17.71C9.12 17.8 9.01 17.87 8.88 17.92C8.76 17.97 8.63 18 8.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M18 23.75C16.83 23.75 15.72 23.33 14.87 22.56C14.51 22.26 14.19 21.88 13.93 21.44C13.49 20.72 13.25 19.87 13.25 19C13.25 16.38 15.38 14.25 18 14.25C19.36 14.25 20.66 14.84 21.56 15.86C22.33 16.74 22.75 17.85 22.75 19C22.75 19.87 22.51 20.72 22.06 21.45C21.22 22.87 19.66 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 19.59 14.91 20.17 15.22 20.67C15.39 20.97 15.61 21.22 15.85 21.43C16.45 21.97 17.2 22.25 18 22.25C19.15 22.25 20.19 21.66 20.78 20.68C21.09 20.17 21.25 19.6 21.25 19C21.25 18.22 20.96 17.46 20.44 16.85C19.82 16.15 18.93 15.75 18 15.75Z" fill="var(--color-icon-primary)"/>\n<path d="M17.4299 20.74C17.2399 20.74 17.0499 20.67 16.8999 20.52L15.9099 19.53C15.6199 19.24 15.6199 18.7601 15.9099 18.4701C16.1999 18.1801 16.6799 18.1801 16.9699 18.4701L17.4499 18.9501L19.0499 17.4701C19.3499 17.1901 19.8299 17.2101 20.1099 17.5101C20.3899 17.8101 20.3699 18.2901 20.0699 18.5701L17.9399 20.5401C17.7899 20.6701 17.6099 20.74 17.4299 20.74Z" fill="var(--color-icon-primary)"/>\n<path d="M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1602
|
+
timestamp: "12 Mar, 2026",
|
|
1603
|
+
category: "Playbook",
|
|
1604
|
+
category_wrapper: null,
|
|
1605
|
+
category_icon: null,
|
|
1606
|
+
card_info_wrapper: null,
|
|
1607
|
+
content_header: null,
|
|
1608
|
+
title: "How we cut cycle time by 38% with async standups",
|
|
1609
|
+
description:
|
|
1610
|
+
"Replacing daily meetings with threaded updates in the workflow engine gave every squad back four hours a week and tightened review SLAs.",
|
|
1611
|
+
author_wrapper: null,
|
|
1612
|
+
author_image: {
|
|
1613
|
+
id: "7453000337216180776",
|
|
1614
|
+
kind: "image",
|
|
1615
|
+
location:
|
|
1616
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg",
|
|
1617
|
+
mimetype: "image/jpeg",
|
|
1618
|
+
srcset: {
|
|
1619
|
+
"320w":
|
|
1620
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
1621
|
+
"640w":
|
|
1622
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
1623
|
+
"750w":
|
|
1624
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
1625
|
+
"828w":
|
|
1626
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
1627
|
+
"1080w":
|
|
1628
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
1629
|
+
"1200w":
|
|
1630
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
1631
|
+
"1920w":
|
|
1632
|
+
"https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
1633
|
+
path: "https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7793692/pexels-photo-7793692.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w",
|
|
1634
|
+
},
|
|
1635
|
+
},
|
|
1636
|
+
author_info_wrapper: null,
|
|
1637
|
+
author_name: "Priya Natarajan",
|
|
1638
|
+
author_description: "Head of Product Ops",
|
|
1639
|
+
cta: "Read playbook",
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
card: null,
|
|
1643
|
+
cover_image: {
|
|
1644
|
+
id: "7453000333363165133",
|
|
1645
|
+
kind: "image",
|
|
1646
|
+
location:
|
|
1647
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg",
|
|
1648
|
+
mimetype: "image/jpeg",
|
|
1649
|
+
srcset: {
|
|
1650
|
+
"320w":
|
|
1651
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
1652
|
+
"640w":
|
|
1653
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
1654
|
+
"750w":
|
|
1655
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
1656
|
+
"828w":
|
|
1657
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
1658
|
+
"1080w":
|
|
1659
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
1660
|
+
"1200w":
|
|
1661
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
1662
|
+
"1920w":
|
|
1663
|
+
"https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
1664
|
+
path: "https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750 750w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828 828w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080 1080w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200 1200w, https://images.pexels.com/photos/5831343/pexels-photo-5831343.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920 1920w",
|
|
1665
|
+
},
|
|
1666
|
+
},
|
|
1667
|
+
card_content_wrapper: null,
|
|
1668
|
+
text_content_wrapper: null,
|
|
1669
|
+
timestamp_wrapper: null,
|
|
1670
|
+
timestamp_icon: {
|
|
1671
|
+
kind: "icon",
|
|
1672
|
+
data: {
|
|
1673
|
+
id: "calendar-tick",
|
|
1674
|
+
label: "Calendar Tick",
|
|
1675
|
+
svgCode:
|
|
1676
|
+
'<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="var(--color-icon-primary)"/>\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="var(--color-icon-primary)"/>\n<path d="M8.5 14.4999C8.24 14.4999 7.98 14.3899 7.79 14.2099C7.61 14.0199 7.5 13.7699 7.5 13.4999C7.5 13.3699 7.53 13.2399 7.58 13.1199C7.63 12.9999 7.7 12.89 7.79 12.79C8.16 12.42 8.83 12.42 9.21 12.79C9.39 12.98 9.5 13.2399 9.5 13.4999C9.5 13.5599 9.49 13.63 9.48 13.7C9.47 13.76 9.45 13.8199 9.42 13.8799C9.4 13.9399 9.37 13.9999 9.33 14.0599C9.29 14.1099 9.25 14.1599 9.21 14.2099C9.02 14.3899 8.76 14.4999 8.5 14.4999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5001C11.87 14.5001 11.74 14.4701 11.62 14.4201C11.49 14.3701 11.39 14.3001 11.29 14.2101C11.11 14.0201 11 13.7701 11 13.5001C11 13.3701 11.03 13.2401 11.08 13.1201C11.13 13.0001 11.2 12.8901 11.29 12.7901C11.39 12.7001 11.49 12.6301 11.62 12.5801C11.99 12.4301 12.43 12.5101 12.71 12.7901C12.89 12.9801 13 13.2401 13 13.5001C13 13.5601 12.99 13.6301 12.98 13.7001C12.97 13.7601 12.95 13.8201 12.92 13.8801C12.9 13.9401 12.87 14.0001 12.83 14.0601C12.8 14.1101 12.75 14.1601 12.71 14.2101C12.52 14.3901 12.26 14.5001 12 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 18C8.37 18 8.24 17.97 8.12 17.92C7.99 17.87 7.88 17.8 7.79 17.71C7.7 17.62 7.63 17.51 7.58 17.38C7.53 17.26 7.5 17.13 7.5 17C7.5 16.87 7.53 16.74 7.58 16.62C7.63 16.49 7.7 16.38 7.79 16.29C7.88 16.2 7.99 16.13 8.12 16.08C8.36 15.98 8.64 15.97 8.88 16.08C9.01 16.13 9.12 16.2 9.21 16.29C9.3 16.38 9.37 16.49 9.42 16.62C9.47 16.74 9.5 16.87 9.5 17C9.5 17.13 9.47 17.26 9.42 17.38C9.37 17.51 9.3 17.62 9.21 17.71C9.12 17.8 9.01 17.87 8.88 17.92C8.76 17.97 8.63 18 8.5 18Z" fill="var(--color-icon-primary)"/>\n<path d="M20.5 9.83997H3.5C3.09 9.83997 2.75 9.49997 2.75 9.08997C2.75 8.67997 3.09 8.33997 3.5 8.33997H20.5C20.91 8.33997 21.25 8.67997 21.25 9.08997C21.25 9.49997 20.91 9.83997 20.5 9.83997Z" fill="var(--color-icon-primary)"/>\n<path d="M18 23.75C16.83 23.75 15.72 23.33 14.87 22.56C14.51 22.26 14.19 21.88 13.93 21.44C13.49 20.72 13.25 19.87 13.25 19C13.25 16.38 15.38 14.25 18 14.25C19.36 14.25 20.66 14.84 21.56 15.86C22.33 16.74 22.75 17.85 22.75 19C22.75 19.87 22.51 20.72 22.06 21.45C21.22 22.87 19.66 23.75 18 23.75ZM18 15.75C16.21 15.75 14.75 17.21 14.75 19C14.75 19.59 14.91 20.17 15.22 20.67C15.39 20.97 15.61 21.22 15.85 21.43C16.45 21.97 17.2 22.25 18 22.25C19.15 22.25 20.19 21.66 20.78 20.68C21.09 20.17 21.25 19.6 21.25 19C21.25 18.22 20.96 17.46 20.44 16.85C19.82 16.15 18.93 15.75 18 15.75Z" fill="var(--color-icon-primary)"/>\n<path d="M17.4299 20.74C17.2399 20.74 17.0499 20.67 16.8999 20.52L15.9099 19.53C15.6199 19.24 15.6199 18.7601 15.9099 18.4701C16.1999 18.1801 16.6799 18.1801 16.9699 18.4701L17.4499 18.9501L19.0499 17.4701C19.3499 17.1901 19.8299 17.2101 20.1099 17.5101C20.3899 17.8101 20.3699 18.2901 20.0699 18.5701L17.9399 20.5401C17.7899 20.6701 17.6099 20.74 17.4299 20.74Z" fill="var(--color-icon-primary)"/>\n<path d="M15.37 22.75H8C4.35 22.75 2.25 20.65 2.25 17V8.5C2.25 4.85 4.35 2.75 8 2.75H16C19.65 2.75 21.75 4.85 21.75 8.5V16.36C21.75 16.67 21.56 16.95 21.26 17.06C20.97 17.17 20.64 17.09 20.43 16.85C19.81 16.15 18.92 15.75 17.99 15.75C16.2 15.75 14.74 17.21 14.74 19C14.74 19.59 14.9 20.17 15.21 20.67C15.38 20.97 15.6 21.22 15.84 21.43C16.08 21.63 16.17 21.96 16.06 22.26C15.97 22.55 15.69 22.75 15.37 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H13.82C13.45 20.57 13.25 19.8 13.25 19C13.25 16.38 15.38 14.25 18 14.25C18.79 14.25 19.57 14.45 20.25 14.82V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
1677
|
+
},
|
|
1678
|
+
},
|
|
1679
|
+
timestamp: "05 Mar, 2026",
|
|
1680
|
+
category: "Research",
|
|
1681
|
+
category_wrapper: null,
|
|
1682
|
+
category_icon: null,
|
|
1683
|
+
card_info_wrapper: null,
|
|
1684
|
+
content_header: null,
|
|
1685
|
+
title: "The real cost of dashboard sprawl across revenue teams",
|
|
1686
|
+
description:
|
|
1687
|
+
"We audited 214 workspaces and found the median team owned 41 dashboards; only 7 drove a decision last quarter. Here is how to consolidate.",
|
|
1688
|
+
author_wrapper: null,
|
|
1689
|
+
author_image: {
|
|
1690
|
+
id: "7453000339905843052",
|
|
1691
|
+
kind: "image",
|
|
1692
|
+
location:
|
|
1693
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg",
|
|
1694
|
+
mimetype: "image/jpeg",
|
|
1695
|
+
srcset: {
|
|
1696
|
+
"320w":
|
|
1697
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320",
|
|
1698
|
+
"640w":
|
|
1699
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640",
|
|
1700
|
+
"750w":
|
|
1701
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=750",
|
|
1702
|
+
"828w":
|
|
1703
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=828",
|
|
1704
|
+
"1080w":
|
|
1705
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1080",
|
|
1706
|
+
"1200w":
|
|
1707
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1200",
|
|
1708
|
+
"1920w":
|
|
1709
|
+
"https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=1920",
|
|
1710
|
+
path: "https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=320 320w, https://images.pexels.com/photos/7414216/pexels-photo-7414216.jpeg?auto=compress&cs=tinysrgb&dpr=1&fit=crop&w=640 640w",
|
|
1711
|
+
},
|
|
1712
|
+
},
|
|
1713
|
+
author_info_wrapper: null,
|
|
1714
|
+
author_name: "Diego Alarcón",
|
|
1715
|
+
author_description: "Principal Analyst",
|
|
1716
|
+
cta: "See the data",
|
|
1717
|
+
},
|
|
1718
|
+
],
|
|
1719
|
+
"pagination-wrapper": null,
|
|
1720
|
+
"pagination-left": "Previous",
|
|
1721
|
+
"pagination-text": "",
|
|
1722
|
+
"pagination-right": "Next",
|
|
1723
|
+
},
|
|
1724
|
+
config: {
|
|
1725
|
+
title: {
|
|
1726
|
+
heading: {
|
|
1727
|
+
level: 2,
|
|
1728
|
+
},
|
|
1729
|
+
selectedVariants: {
|
|
1730
|
+
Heading_Level: "H3",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1733
|
+
cards: [
|
|
1734
|
+
{
|
|
1735
|
+
title: {
|
|
1736
|
+
heading: {
|
|
1737
|
+
level: "4",
|
|
1738
|
+
},
|
|
1739
|
+
selectedVariants: {
|
|
1740
|
+
Heading_Level: "H5",
|
|
1741
|
+
},
|
|
1742
|
+
},
|
|
1743
|
+
description: {
|
|
1744
|
+
selectedVariants: {
|
|
1745
|
+
Typography_Variants: "Small",
|
|
1746
|
+
},
|
|
1747
|
+
},
|
|
1748
|
+
author_name: {
|
|
1749
|
+
heading: {
|
|
1750
|
+
level: "4",
|
|
1751
|
+
},
|
|
1752
|
+
selectedVariants: {
|
|
1753
|
+
Heading_Level: "H6",
|
|
1754
|
+
},
|
|
1755
|
+
},
|
|
1756
|
+
author_description: {
|
|
1757
|
+
selectedVariants: {
|
|
1758
|
+
Typography_Variants: "Small",
|
|
1759
|
+
},
|
|
1760
|
+
},
|
|
1761
|
+
cover_image: {
|
|
1762
|
+
image: {
|
|
1763
|
+
width: 480,
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1766
|
+
timestamp: {
|
|
1767
|
+
selectedVariants: {
|
|
1768
|
+
Typography_Variants: "Small",
|
|
1769
|
+
},
|
|
1770
|
+
},
|
|
1771
|
+
category: {
|
|
1772
|
+
selectedVariants: {
|
|
1773
|
+
Typography_Variants: "Small",
|
|
1774
|
+
},
|
|
1775
|
+
},
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
author_name: {
|
|
1779
|
+
selectedVariants: {
|
|
1780
|
+
Heading_Level: "H6",
|
|
1781
|
+
},
|
|
1782
|
+
},
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
author_name: {
|
|
1786
|
+
selectedVariants: {
|
|
1787
|
+
Heading_Level: "H6",
|
|
1788
|
+
},
|
|
1789
|
+
},
|
|
1790
|
+
},
|
|
1791
|
+
],
|
|
1792
|
+
ctas: [
|
|
1793
|
+
{
|
|
1794
|
+
cta: {
|
|
1795
|
+
selectedVariants: {},
|
|
1796
|
+
},
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
},
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
key: "compact_list",
|
|
1803
|
+
title: "Compact List",
|
|
1804
|
+
styles: {
|
|
1805
|
+
layout: {
|
|
1806
|
+
display: "flex",
|
|
1807
|
+
"flex-direction": "column",
|
|
1808
|
+
"align-items": "stretch",
|
|
1809
|
+
"justify-content": "center",
|
|
1810
|
+
gap: "xl",
|
|
1811
|
+
},
|
|
1812
|
+
container: {
|
|
1813
|
+
display: "flex",
|
|
1814
|
+
"flex-direction": "column",
|
|
1815
|
+
"row-gap": "3xl",
|
|
1816
|
+
},
|
|
1817
|
+
text_wrapper: {
|
|
1818
|
+
display: "flex",
|
|
1819
|
+
"flex-direction": "column",
|
|
1820
|
+
"row-gap": "xs",
|
|
1821
|
+
flex: "1",
|
|
1822
|
+
},
|
|
1823
|
+
ctas_levoGroup: {
|
|
1824
|
+
display: "flex",
|
|
1825
|
+
"column-gap": "md",
|
|
1826
|
+
"align-items": "center",
|
|
1827
|
+
},
|
|
1828
|
+
ctas: [{}],
|
|
1829
|
+
title: {
|
|
1830
|
+
mobile: {
|
|
1831
|
+
"text-align": "center",
|
|
1832
|
+
},
|
|
1833
|
+
},
|
|
1834
|
+
description: {
|
|
1835
|
+
"max-width": "560px",
|
|
1836
|
+
color: "text-2",
|
|
1837
|
+
mobile: {
|
|
1838
|
+
"text-align": "center",
|
|
1839
|
+
},
|
|
1840
|
+
},
|
|
1841
|
+
cards_levoGroup: {
|
|
1842
|
+
display: "flex",
|
|
1843
|
+
width: "100%",
|
|
1844
|
+
"flex-direction": "column",
|
|
1845
|
+
"row-gap": "md",
|
|
1846
|
+
},
|
|
1847
|
+
cards_levoGroupItem: {
|
|
1848
|
+
card: {
|
|
1849
|
+
display: "flex",
|
|
1850
|
+
"column-gap": "lg",
|
|
1851
|
+
"align-items": "center",
|
|
1852
|
+
"padding-left": "md",
|
|
1853
|
+
"padding-right": "md",
|
|
1854
|
+
"padding-top": "md",
|
|
1855
|
+
"padding-bottom": "md",
|
|
1856
|
+
"border-radius": "lg",
|
|
1857
|
+
"border-style": "solid",
|
|
1858
|
+
"border-width": "1px",
|
|
1859
|
+
"border-color": "border",
|
|
1860
|
+
height: "100%",
|
|
1861
|
+
},
|
|
1862
|
+
cover_image: {
|
|
1863
|
+
height: "80px",
|
|
1864
|
+
width: "80px",
|
|
1865
|
+
"border-radius": "lg",
|
|
1866
|
+
"object-fit": "cover",
|
|
1867
|
+
"min-width": "80px",
|
|
1868
|
+
"aspect-ratio": "1/1",
|
|
1869
|
+
},
|
|
1870
|
+
card_content_wrapper: {
|
|
1871
|
+
display: "flex",
|
|
1872
|
+
width: "100%",
|
|
1873
|
+
flex: "1 1 0",
|
|
1874
|
+
"align-items": "center",
|
|
1875
|
+
"column-gap": "lg",
|
|
1876
|
+
"justify-content": "space-between",
|
|
1877
|
+
},
|
|
1878
|
+
text_content_wrapper: {
|
|
1879
|
+
display: "flex",
|
|
1880
|
+
flex: "1",
|
|
1881
|
+
"flex-direction": "column",
|
|
1882
|
+
"row-gap": "2xs",
|
|
1883
|
+
width: "auto",
|
|
1884
|
+
},
|
|
1885
|
+
timestamp_icon: {
|
|
1886
|
+
display: "none",
|
|
1887
|
+
},
|
|
1888
|
+
timestamp_wrapper: {
|
|
1889
|
+
display: "flex",
|
|
1890
|
+
"align-items": "center",
|
|
1891
|
+
"column-gap": "2xs",
|
|
1892
|
+
},
|
|
1893
|
+
timestamp: {
|
|
1894
|
+
"font-weight": 500,
|
|
1895
|
+
color: "text-2",
|
|
1896
|
+
"font-size": "xs",
|
|
1897
|
+
},
|
|
1898
|
+
category_wrapper: {
|
|
1899
|
+
display: "flex",
|
|
1900
|
+
width: "fit-content",
|
|
1901
|
+
"align-items": "center",
|
|
1902
|
+
},
|
|
1903
|
+
category_icon: {
|
|
1904
|
+
display: "none",
|
|
1905
|
+
},
|
|
1906
|
+
card_info_wrapper: {
|
|
1907
|
+
display: "flex",
|
|
1908
|
+
width: "100%",
|
|
1909
|
+
"flex-direction": "column",
|
|
1910
|
+
"row-gap": "none",
|
|
1911
|
+
},
|
|
1912
|
+
title: {
|
|
1913
|
+
"font-weight": 600,
|
|
1914
|
+
"font-size": "base",
|
|
1915
|
+
},
|
|
1916
|
+
description: {
|
|
1917
|
+
display: "none",
|
|
1918
|
+
},
|
|
1919
|
+
author_wrapper: {
|
|
1920
|
+
display: "none",
|
|
1921
|
+
},
|
|
1922
|
+
author_image: {
|
|
1923
|
+
display: "none",
|
|
1924
|
+
},
|
|
1925
|
+
author_name: {
|
|
1926
|
+
display: "none",
|
|
1927
|
+
},
|
|
1928
|
+
author_description: {
|
|
1929
|
+
display: "none",
|
|
1930
|
+
},
|
|
1931
|
+
cta: {
|
|
1932
|
+
display: "none",
|
|
1933
|
+
},
|
|
1934
|
+
content_header: {
|
|
1935
|
+
display: "flex",
|
|
1936
|
+
"align-items": "center",
|
|
1937
|
+
"column-gap": "sm",
|
|
1938
|
+
},
|
|
1939
|
+
category: {
|
|
1940
|
+
"font-size": "xs",
|
|
1941
|
+
"font-weight": 600,
|
|
1942
|
+
color: "brand",
|
|
1943
|
+
"text-transform": "uppercase",
|
|
1944
|
+
"letter-spacing": "0.08em",
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1947
|
+
"pagination-wrapper": {
|
|
1948
|
+
display: "flex",
|
|
1949
|
+
width: "full",
|
|
1950
|
+
"justify-content": "center",
|
|
1951
|
+
"align-items": "center",
|
|
1952
|
+
"column-gap": "md",
|
|
1953
|
+
},
|
|
1954
|
+
header: {
|
|
1955
|
+
display: "flex",
|
|
1956
|
+
"column-gap": "xl",
|
|
1957
|
+
"justify-content": "space-between",
|
|
1958
|
+
"align-items": "center",
|
|
1959
|
+
tablet: {
|
|
1960
|
+
"flex-direction": "column",
|
|
1961
|
+
"align-items": "start",
|
|
1962
|
+
"row-gap": "sm",
|
|
1963
|
+
},
|
|
1964
|
+
mobile: {
|
|
1965
|
+
"align-items": "center",
|
|
1966
|
+
},
|
|
1967
|
+
"margin-bottom": "xl",
|
|
1968
|
+
},
|
|
1969
|
+
},
|
|
1970
|
+
content: DEFAULT_CONTENT,
|
|
1971
|
+
config: {
|
|
1972
|
+
title: {
|
|
1973
|
+
heading: {
|
|
1974
|
+
level: 2,
|
|
1975
|
+
},
|
|
1976
|
+
selectedVariants: {
|
|
1977
|
+
Heading_Level: "H3",
|
|
1978
|
+
},
|
|
1979
|
+
},
|
|
1980
|
+
cards: [
|
|
1981
|
+
{
|
|
1982
|
+
title: {
|
|
1983
|
+
heading: {
|
|
1984
|
+
level: "4",
|
|
1985
|
+
},
|
|
1986
|
+
selectedVariants: {
|
|
1987
|
+
Heading_Level: "H6",
|
|
1988
|
+
},
|
|
1989
|
+
},
|
|
1990
|
+
description: {
|
|
1991
|
+
selectedVariants: {
|
|
1992
|
+
Typography_Variants: "Small",
|
|
1993
|
+
},
|
|
1994
|
+
},
|
|
1995
|
+
author_name: {
|
|
1996
|
+
heading: {
|
|
1997
|
+
level: "4",
|
|
1998
|
+
},
|
|
1999
|
+
selectedVariants: {
|
|
2000
|
+
Heading_Level: "H6",
|
|
2001
|
+
},
|
|
2002
|
+
},
|
|
2003
|
+
author_description: {
|
|
2004
|
+
selectedVariants: {
|
|
2005
|
+
Typography_Variants: "Small",
|
|
2006
|
+
},
|
|
2007
|
+
},
|
|
2008
|
+
cover_image: {
|
|
2009
|
+
image: {
|
|
2010
|
+
width: 80,
|
|
2011
|
+
},
|
|
2012
|
+
},
|
|
2013
|
+
timestamp: {
|
|
2014
|
+
selectedVariants: {
|
|
2015
|
+
Typography_Variants: "Small",
|
|
2016
|
+
},
|
|
2017
|
+
},
|
|
2018
|
+
category: {
|
|
2019
|
+
selectedVariants: {
|
|
2020
|
+
Typography_Variants: "Small",
|
|
2021
|
+
},
|
|
2022
|
+
},
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
author_name: {
|
|
2026
|
+
selectedVariants: {
|
|
2027
|
+
Heading_Level: "H6",
|
|
2028
|
+
},
|
|
2029
|
+
},
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
author_name: {
|
|
2033
|
+
selectedVariants: {
|
|
2034
|
+
Heading_Level: "H6",
|
|
2035
|
+
},
|
|
2036
|
+
},
|
|
2037
|
+
},
|
|
2038
|
+
],
|
|
2039
|
+
ctas: [
|
|
2040
|
+
{
|
|
2041
|
+
cta: {
|
|
2042
|
+
selectedVariants: {},
|
|
941
2043
|
},
|
|
942
2044
|
},
|
|
943
2045
|
],
|