@levo-so/blocks 0.1.58 → 0.1.60
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 +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -1,5 +1,102 @@
|
|
|
1
1
|
import type { IBlock } from "@levo-so/studio";
|
|
2
2
|
|
|
3
|
+
const MEDIA_1 = {
|
|
4
|
+
id: "iPDvJfZlYZeJV",
|
|
5
|
+
filename: "cards-9-1.png",
|
|
6
|
+
kind: "image",
|
|
7
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K.png",
|
|
8
|
+
srcset: {
|
|
9
|
+
"1080w":
|
|
10
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1080w.webp",
|
|
11
|
+
"1200w":
|
|
12
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1200w.webp",
|
|
13
|
+
"1920w":
|
|
14
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1920w.webp",
|
|
15
|
+
"320w":
|
|
16
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-320w.webp",
|
|
17
|
+
"640w":
|
|
18
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-640w.webp",
|
|
19
|
+
"750w":
|
|
20
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-750w.webp",
|
|
21
|
+
"828w":
|
|
22
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-828w.webp",
|
|
23
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-9-1-ImvhXBr3yrZ9K-750w.webp 750w",
|
|
24
|
+
},
|
|
25
|
+
mimetype: "image/png",
|
|
26
|
+
};
|
|
27
|
+
const MEDIA_2 = {
|
|
28
|
+
id: "HXVTatirXivdi",
|
|
29
|
+
filename: "cards-9-2.png",
|
|
30
|
+
kind: "image",
|
|
31
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs.png",
|
|
32
|
+
srcset: {
|
|
33
|
+
"1080w":
|
|
34
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1080w.webp",
|
|
35
|
+
"1200w":
|
|
36
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1200w.webp",
|
|
37
|
+
"1920w":
|
|
38
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1920w.webp",
|
|
39
|
+
"320w":
|
|
40
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-320w.webp",
|
|
41
|
+
"640w":
|
|
42
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-640w.webp",
|
|
43
|
+
"750w":
|
|
44
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-750w.webp",
|
|
45
|
+
"828w":
|
|
46
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-828w.webp",
|
|
47
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-9-2-WT0A6rEuKEfDs-1920w.webp 1920w",
|
|
48
|
+
},
|
|
49
|
+
mimetype: "image/png",
|
|
50
|
+
};
|
|
51
|
+
const MEDIA_3 = {
|
|
52
|
+
id: "5AQisZ4zN4cMb",
|
|
53
|
+
filename: "cards-9-3.png",
|
|
54
|
+
kind: "image",
|
|
55
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu.png",
|
|
56
|
+
srcset: {
|
|
57
|
+
"1080w":
|
|
58
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1080w.webp",
|
|
59
|
+
"1200w":
|
|
60
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1200w.webp",
|
|
61
|
+
"1920w":
|
|
62
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1920w.webp",
|
|
63
|
+
"320w":
|
|
64
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-320w.webp",
|
|
65
|
+
"640w":
|
|
66
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-640w.webp",
|
|
67
|
+
"750w":
|
|
68
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-750w.webp",
|
|
69
|
+
"828w":
|
|
70
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-828w.webp",
|
|
71
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-1920w.webp 1920w, https://static.levocdn.com/WLZ1TXTD/cards-9-3-KQ5SdQXeJXRgu-320w.webp 320w",
|
|
72
|
+
},
|
|
73
|
+
mimetype: "image/png",
|
|
74
|
+
};
|
|
75
|
+
const MEDIA_4 = {
|
|
76
|
+
id: "iPDvvfZlYZeJa",
|
|
77
|
+
filename: "cards-9-4.png",
|
|
78
|
+
kind: "image",
|
|
79
|
+
location: "https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5.png",
|
|
80
|
+
srcset: {
|
|
81
|
+
"1080w":
|
|
82
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1080w.webp",
|
|
83
|
+
"1200w":
|
|
84
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1200w.webp",
|
|
85
|
+
"1920w":
|
|
86
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1920w.webp",
|
|
87
|
+
"320w":
|
|
88
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-320w.webp",
|
|
89
|
+
"640w":
|
|
90
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-640w.webp",
|
|
91
|
+
"750w":
|
|
92
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-750w.webp",
|
|
93
|
+
"828w":
|
|
94
|
+
"https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-828w.webp",
|
|
95
|
+
path: "https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-320w.webp 320w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-640w.webp 640w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-828w.webp 828w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-750w.webp 750w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1200w.webp 1200w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1080w.webp 1080w, https://static.levocdn.com/WLZ1TXTD/cards-9-4-aytCzN3yY3qF5-1920w.webp 1920w",
|
|
96
|
+
},
|
|
97
|
+
mimetype: "image/png",
|
|
98
|
+
};
|
|
99
|
+
|
|
3
100
|
const DUMMY_IMAGE = {
|
|
4
101
|
id: "7141014160938075687",
|
|
5
102
|
location: "https://static.levocdn.com/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
|
|
@@ -29,12 +126,15 @@ const DEFAULT_CONTENT = {
|
|
|
29
126
|
container: null,
|
|
30
127
|
header_wrapper: null,
|
|
31
128
|
title: "New Insights",
|
|
32
|
-
|
|
129
|
+
description:
|
|
130
|
+
"New Insights New Insights New Insights New Insights New Insights ",
|
|
131
|
+
header_ctas_levoGroup: null,
|
|
132
|
+
header_ctas: [{ header_cta: "View All" }, { header_cta: "Subscribe" }],
|
|
33
133
|
cards: [
|
|
34
134
|
{
|
|
35
135
|
card_wrapper: null,
|
|
36
136
|
left_container: null,
|
|
37
|
-
image:
|
|
137
|
+
image: MEDIA_1,
|
|
38
138
|
right_container: null,
|
|
39
139
|
meta_container: null,
|
|
40
140
|
date_wrapper: null,
|
|
@@ -42,12 +142,13 @@ const DEFAULT_CONTENT = {
|
|
|
42
142
|
date_text: "Nov 5, 2025",
|
|
43
143
|
text_container: null,
|
|
44
144
|
card_title: "How AI Will Transform Every Part of Life",
|
|
45
|
-
|
|
145
|
+
ctas_levoGroup: null,
|
|
146
|
+
ctas: [{ cta: "Read More" }, { cta: "Learn More" }],
|
|
46
147
|
},
|
|
47
148
|
{
|
|
48
149
|
card_wrapper: null,
|
|
49
150
|
left_container: null,
|
|
50
|
-
image:
|
|
151
|
+
image: MEDIA_2,
|
|
51
152
|
right_container: null,
|
|
52
153
|
meta_container: null,
|
|
53
154
|
date_wrapper: null,
|
|
@@ -55,12 +156,13 @@ const DEFAULT_CONTENT = {
|
|
|
55
156
|
date_text: "Nov 5, 2025",
|
|
56
157
|
text_container: null,
|
|
57
158
|
card_title: "The Rise of Sustainable Innovation",
|
|
58
|
-
|
|
159
|
+
ctas_levoGroup: null,
|
|
160
|
+
ctas: [{ cta: "Read More" }, { cta: "Learn More" }],
|
|
59
161
|
},
|
|
60
162
|
{
|
|
61
163
|
card_wrapper: null,
|
|
62
164
|
left_container: null,
|
|
63
|
-
image:
|
|
165
|
+
image: MEDIA_3,
|
|
64
166
|
right_container: null,
|
|
65
167
|
meta_container: null,
|
|
66
168
|
date_wrapper: null,
|
|
@@ -68,12 +170,13 @@ const DEFAULT_CONTENT = {
|
|
|
68
170
|
date_text: "Nov 5, 2025",
|
|
69
171
|
text_container: null,
|
|
70
172
|
card_title: "Design Trends That Will Define 2025",
|
|
71
|
-
|
|
173
|
+
ctas_levoGroup: null,
|
|
174
|
+
ctas: [{ cta: "Read More" }, { cta: "Learn More" }],
|
|
72
175
|
},
|
|
73
176
|
{
|
|
74
177
|
card_wrapper: null,
|
|
75
178
|
left_container: null,
|
|
76
|
-
image:
|
|
179
|
+
image: MEDIA_4,
|
|
77
180
|
right_container: null,
|
|
78
181
|
meta_container: null,
|
|
79
182
|
date_wrapper: null,
|
|
@@ -81,7 +184,8 @@ const DEFAULT_CONTENT = {
|
|
|
81
184
|
date_text: "Nov 5, 2025",
|
|
82
185
|
text_container: null,
|
|
83
186
|
card_title: "Productivity Without Burnout",
|
|
84
|
-
|
|
187
|
+
ctas_levoGroup: null,
|
|
188
|
+
ctas: [{ cta: "Read More" }, { cta: "Learn More" }],
|
|
85
189
|
},
|
|
86
190
|
],
|
|
87
191
|
};
|
|
@@ -111,6 +215,11 @@ export const Cards9: IBlock = {
|
|
|
111
215
|
label: "Header Wrapper",
|
|
112
216
|
field_interface: "BoxWidget",
|
|
113
217
|
},
|
|
218
|
+
{
|
|
219
|
+
key: "title_container",
|
|
220
|
+
label: "Title Container",
|
|
221
|
+
field_interface: "BoxWidget",
|
|
222
|
+
},
|
|
114
223
|
{
|
|
115
224
|
key: "title",
|
|
116
225
|
label: "Section Title",
|
|
@@ -123,14 +232,33 @@ export const Cards9: IBlock = {
|
|
|
123
232
|
},
|
|
124
233
|
},
|
|
125
234
|
{
|
|
126
|
-
key: "
|
|
127
|
-
label: "
|
|
128
|
-
field_interface: "
|
|
235
|
+
key: "description",
|
|
236
|
+
label: "Section Description",
|
|
237
|
+
field_interface: "TypographyWidget",
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
key: "header_ctas",
|
|
241
|
+
label: "Header CTA Group",
|
|
242
|
+
field_interface: "BoxWidget",
|
|
243
|
+
kind: "group",
|
|
244
|
+
fields: [
|
|
245
|
+
{
|
|
246
|
+
key: "header_cta",
|
|
247
|
+
label: "Header CTA",
|
|
248
|
+
field_interface: "ButtonWidget",
|
|
249
|
+
hint: {
|
|
250
|
+
prompt_description:
|
|
251
|
+
"Call-to-action button in the header to view all items or navigate to a complete listing",
|
|
252
|
+
min_characters: 6,
|
|
253
|
+
max_characters: 15,
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
],
|
|
129
257
|
hint: {
|
|
130
258
|
prompt_description:
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
259
|
+
"Group of header call-to-action buttons for viewing all items and related actions",
|
|
260
|
+
min_items: 1,
|
|
261
|
+
max_items: 3,
|
|
134
262
|
},
|
|
135
263
|
},
|
|
136
264
|
{
|
|
@@ -222,14 +350,28 @@ export const Cards9: IBlock = {
|
|
|
222
350
|
},
|
|
223
351
|
},
|
|
224
352
|
{
|
|
225
|
-
key: "
|
|
226
|
-
label: "Call to
|
|
227
|
-
field_interface: "
|
|
353
|
+
key: "ctas",
|
|
354
|
+
label: "Call to Actions",
|
|
355
|
+
field_interface: "BoxWidget",
|
|
356
|
+
kind: "group",
|
|
357
|
+
fields: [
|
|
358
|
+
{
|
|
359
|
+
key: "cta",
|
|
360
|
+
label: "Call to Action",
|
|
361
|
+
field_interface: "ButtonWidget",
|
|
362
|
+
hint: {
|
|
363
|
+
prompt_description:
|
|
364
|
+
"Action button encouraging users to read more or learn about the insight",
|
|
365
|
+
min_characters: 6,
|
|
366
|
+
max_characters: 15,
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
],
|
|
228
370
|
hint: {
|
|
229
371
|
prompt_description:
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
|
|
372
|
+
"Group of call-to-action buttons for engaging with the insight content",
|
|
373
|
+
min_items: 1,
|
|
374
|
+
max_items: 3,
|
|
233
375
|
},
|
|
234
376
|
},
|
|
235
377
|
],
|
|
@@ -240,16 +382,8 @@ export const Cards9: IBlock = {
|
|
|
240
382
|
key: "default",
|
|
241
383
|
title: "Default",
|
|
242
384
|
styles: {
|
|
243
|
-
layout: {
|
|
244
|
-
"padding-top": "5xl",
|
|
245
|
-
"padding-bottom": "5xl",
|
|
246
|
-
"padding-left": "2xl",
|
|
247
|
-
"padding-right": "2xl",
|
|
248
|
-
},
|
|
385
|
+
layout: {},
|
|
249
386
|
container: {
|
|
250
|
-
"max-width": "1280px",
|
|
251
|
-
"margin-left": "auto",
|
|
252
|
-
"margin-right": "auto",
|
|
253
387
|
display: "flex",
|
|
254
388
|
"flex-direction": "column",
|
|
255
389
|
"row-gap": "3xl",
|
|
@@ -264,15 +398,19 @@ export const Cards9: IBlock = {
|
|
|
264
398
|
"row-gap": "base",
|
|
265
399
|
},
|
|
266
400
|
},
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
"
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
cursor: "pointer",
|
|
401
|
+
header_ctas_levoGroup: {
|
|
402
|
+
display: "flex",
|
|
403
|
+
"flex-direction": "row",
|
|
404
|
+
"column-gap": "xs",
|
|
405
|
+
"row-gap": "xs",
|
|
406
|
+
"flex-wrap": "wrap",
|
|
407
|
+
"align-items": "center",
|
|
275
408
|
},
|
|
409
|
+
header_ctas: Array(2)
|
|
410
|
+
.fill(0)
|
|
411
|
+
.map(() => ({
|
|
412
|
+
header_cta: {},
|
|
413
|
+
})),
|
|
276
414
|
cards_levoGroup: {
|
|
277
415
|
display: "grid",
|
|
278
416
|
"grid-template-columns": "repeat(2, 1fr)",
|
|
@@ -335,9 +473,7 @@ export const Cards9: IBlock = {
|
|
|
335
473
|
width: "16px",
|
|
336
474
|
height: "16px",
|
|
337
475
|
},
|
|
338
|
-
date_text: {
|
|
339
|
-
color: "text-2",
|
|
340
|
-
},
|
|
476
|
+
date_text: {},
|
|
341
477
|
text_container: {
|
|
342
478
|
display: "flex",
|
|
343
479
|
"flex-direction": "column",
|
|
@@ -346,93 +482,22 @@ export const Cards9: IBlock = {
|
|
|
346
482
|
},
|
|
347
483
|
card_title: {
|
|
348
484
|
color: "text-1",
|
|
349
|
-
"line-height": "1.3",
|
|
350
485
|
},
|
|
351
|
-
|
|
352
|
-
"background-color": "brand",
|
|
353
|
-
color: "brandForeground",
|
|
354
|
-
"padding-top": "xs",
|
|
355
|
-
"padding-bottom": "xs",
|
|
356
|
-
"padding-left": "base",
|
|
357
|
-
"padding-right": "base",
|
|
358
|
-
width: "fit-content",
|
|
359
|
-
cursor: "pointer",
|
|
360
|
-
},
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
card_wrapper: {
|
|
486
|
+
ctas_levoGroup: {
|
|
364
487
|
display: "flex",
|
|
365
488
|
"flex-direction": "row",
|
|
366
|
-
"border-radius": "base",
|
|
367
|
-
overflow: "hidden",
|
|
368
|
-
"box-shadow":
|
|
369
|
-
"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
370
|
-
mobile: {
|
|
371
|
-
"flex-direction": "column",
|
|
372
|
-
},
|
|
373
|
-
"padding-top": "base",
|
|
374
|
-
"padding-right": "base",
|
|
375
|
-
"padding-left": "base",
|
|
376
|
-
"padding-bottom": "base",
|
|
377
|
-
},
|
|
378
|
-
left_container: {
|
|
379
|
-
"flex-shrink": "0",
|
|
380
|
-
},
|
|
381
|
-
image: {
|
|
382
|
-
"object-fit": "cover",
|
|
383
|
-
"border-radius": "base",
|
|
384
|
-
mobile: {
|
|
385
|
-
width: "100%",
|
|
386
|
-
height: "180px",
|
|
387
|
-
},
|
|
388
|
-
width: "250px",
|
|
389
|
-
},
|
|
390
|
-
right_container: {
|
|
391
|
-
display: "flex",
|
|
392
|
-
"flex-direction": "column",
|
|
393
|
-
"padding-top": "base",
|
|
394
|
-
"padding-bottom": "base",
|
|
395
|
-
"padding-left": "base",
|
|
396
|
-
"padding-right": "base",
|
|
397
|
-
"flex-grow": "1",
|
|
398
|
-
"row-gap": "sm",
|
|
399
|
-
},
|
|
400
|
-
meta_container: {
|
|
401
|
-
display: "flex",
|
|
402
|
-
"align-items": "center",
|
|
403
|
-
},
|
|
404
|
-
date_wrapper: {
|
|
405
|
-
display: "flex",
|
|
406
|
-
"align-items": "center",
|
|
407
489
|
"column-gap": "xs",
|
|
490
|
+
"row-gap": "xs",
|
|
491
|
+
"flex-wrap": "wrap",
|
|
492
|
+
"align-items": "center",
|
|
408
493
|
},
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
text_container: {
|
|
417
|
-
display: "flex",
|
|
418
|
-
"flex-direction": "column",
|
|
419
|
-
"row-gap": "sm",
|
|
420
|
-
"flex-grow": "1",
|
|
421
|
-
},
|
|
422
|
-
card_title: {
|
|
423
|
-
color: "text-1",
|
|
424
|
-
"line-height": "1.3",
|
|
425
|
-
},
|
|
426
|
-
cta: {
|
|
427
|
-
"background-color": "brand",
|
|
428
|
-
color: "brandForeground",
|
|
429
|
-
"padding-top": "xs",
|
|
430
|
-
"padding-bottom": "xs",
|
|
431
|
-
"padding-left": "base",
|
|
432
|
-
"padding-right": "base",
|
|
433
|
-
width: "fit-content",
|
|
434
|
-
cursor: "pointer",
|
|
435
|
-
},
|
|
494
|
+
ctas: Array(2)
|
|
495
|
+
.fill(0)
|
|
496
|
+
.map(() => ({
|
|
497
|
+
cta: {
|
|
498
|
+
width: "fit-content",
|
|
499
|
+
},
|
|
500
|
+
})),
|
|
436
501
|
},
|
|
437
502
|
{
|
|
438
503
|
card_wrapper: {
|
|
@@ -485,9 +550,7 @@ export const Cards9: IBlock = {
|
|
|
485
550
|
width: "16px",
|
|
486
551
|
height: "16px",
|
|
487
552
|
},
|
|
488
|
-
date_text: {
|
|
489
|
-
color: "text-2",
|
|
490
|
-
},
|
|
553
|
+
date_text: {},
|
|
491
554
|
text_container: {
|
|
492
555
|
display: "flex",
|
|
493
556
|
"flex-direction": "column",
|
|
@@ -496,18 +559,22 @@ export const Cards9: IBlock = {
|
|
|
496
559
|
},
|
|
497
560
|
card_title: {
|
|
498
561
|
color: "text-1",
|
|
499
|
-
"line-height": "1.3",
|
|
500
562
|
},
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
width: "fit-content",
|
|
509
|
-
cursor: "pointer",
|
|
563
|
+
ctas_levoGroup: {
|
|
564
|
+
display: "flex",
|
|
565
|
+
"flex-direction": "row",
|
|
566
|
+
"column-gap": "xs",
|
|
567
|
+
"row-gap": "xs",
|
|
568
|
+
"flex-wrap": "wrap",
|
|
569
|
+
"align-items": "center",
|
|
510
570
|
},
|
|
571
|
+
ctas: Array(2)
|
|
572
|
+
.fill(0)
|
|
573
|
+
.map(() => ({
|
|
574
|
+
cta: {
|
|
575
|
+
width: "fit-content",
|
|
576
|
+
},
|
|
577
|
+
})),
|
|
511
578
|
},
|
|
512
579
|
{
|
|
513
580
|
card_wrapper: {
|
|
@@ -560,9 +627,7 @@ export const Cards9: IBlock = {
|
|
|
560
627
|
width: "16px",
|
|
561
628
|
height: "16px",
|
|
562
629
|
},
|
|
563
|
-
date_text: {
|
|
564
|
-
color: "text-2",
|
|
565
|
-
},
|
|
630
|
+
date_text: {},
|
|
566
631
|
text_container: {
|
|
567
632
|
display: "flex",
|
|
568
633
|
"flex-direction": "column",
|
|
@@ -571,18 +636,22 @@ export const Cards9: IBlock = {
|
|
|
571
636
|
},
|
|
572
637
|
card_title: {
|
|
573
638
|
color: "text-1",
|
|
574
|
-
"line-height": "1.3",
|
|
575
639
|
},
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
width: "fit-content",
|
|
584
|
-
cursor: "pointer",
|
|
640
|
+
ctas_levoGroup: {
|
|
641
|
+
display: "flex",
|
|
642
|
+
"flex-direction": "row",
|
|
643
|
+
"column-gap": "xs",
|
|
644
|
+
"row-gap": "xs",
|
|
645
|
+
"flex-wrap": "wrap",
|
|
646
|
+
"align-items": "center",
|
|
585
647
|
},
|
|
648
|
+
ctas: Array(2)
|
|
649
|
+
.fill(0)
|
|
650
|
+
.map(() => ({
|
|
651
|
+
cta: {
|
|
652
|
+
width: "fit-content",
|
|
653
|
+
},
|
|
654
|
+
})),
|
|
586
655
|
},
|
|
587
656
|
{
|
|
588
657
|
card_wrapper: {
|
|
@@ -604,13 +673,13 @@ export const Cards9: IBlock = {
|
|
|
604
673
|
"flex-shrink": "0",
|
|
605
674
|
},
|
|
606
675
|
image: {
|
|
607
|
-
width: "160px",
|
|
608
676
|
"object-fit": "cover",
|
|
609
677
|
"border-radius": "base",
|
|
610
678
|
mobile: {
|
|
611
679
|
width: "100%",
|
|
612
680
|
height: "180px",
|
|
613
681
|
},
|
|
682
|
+
width: "250px",
|
|
614
683
|
},
|
|
615
684
|
right_container: {
|
|
616
685
|
display: "flex",
|
|
@@ -635,9 +704,7 @@ export const Cards9: IBlock = {
|
|
|
635
704
|
width: "16px",
|
|
636
705
|
height: "16px",
|
|
637
706
|
},
|
|
638
|
-
date_text: {
|
|
639
|
-
color: "text-2",
|
|
640
|
-
},
|
|
707
|
+
date_text: {},
|
|
641
708
|
text_container: {
|
|
642
709
|
display: "flex",
|
|
643
710
|
"flex-direction": "column",
|
|
@@ -646,181 +713,109 @@ export const Cards9: IBlock = {
|
|
|
646
713
|
},
|
|
647
714
|
card_title: {
|
|
648
715
|
color: "text-1",
|
|
649
|
-
"line-height": "1.3",
|
|
650
716
|
},
|
|
651
|
-
|
|
652
|
-
"background-color": "brand",
|
|
653
|
-
color: "brandForeground",
|
|
654
|
-
"padding-top": "xs",
|
|
655
|
-
"padding-bottom": "xs",
|
|
656
|
-
"padding-left": "base",
|
|
657
|
-
"padding-right": "base",
|
|
658
|
-
width: "fit-content",
|
|
659
|
-
cursor: "pointer",
|
|
660
|
-
},
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
card_wrapper: {
|
|
717
|
+
ctas_levoGroup: {
|
|
664
718
|
display: "flex",
|
|
665
719
|
"flex-direction": "row",
|
|
666
|
-
"border-radius": "base",
|
|
667
|
-
overflow: "hidden",
|
|
668
|
-
"box-shadow":
|
|
669
|
-
"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
670
|
-
mobile: {
|
|
671
|
-
"flex-direction": "column",
|
|
672
|
-
},
|
|
673
|
-
"padding-top": "base",
|
|
674
|
-
"padding-right": "base",
|
|
675
|
-
"padding-left": "base",
|
|
676
|
-
"padding-bottom": "base",
|
|
677
|
-
},
|
|
678
|
-
left_container: {
|
|
679
|
-
"flex-shrink": "0",
|
|
680
|
-
},
|
|
681
|
-
image: {
|
|
682
|
-
width: "160px",
|
|
683
|
-
"object-fit": "cover",
|
|
684
|
-
"border-radius": "base",
|
|
685
|
-
mobile: {
|
|
686
|
-
width: "100%",
|
|
687
|
-
height: "180px",
|
|
688
|
-
},
|
|
689
|
-
},
|
|
690
|
-
right_container: {
|
|
691
|
-
display: "flex",
|
|
692
|
-
"flex-direction": "column",
|
|
693
|
-
"padding-top": "base",
|
|
694
|
-
"padding-bottom": "base",
|
|
695
|
-
"padding-left": "base",
|
|
696
|
-
"padding-right": "base",
|
|
697
|
-
"flex-grow": "1",
|
|
698
|
-
"row-gap": "sm",
|
|
699
|
-
},
|
|
700
|
-
meta_container: {
|
|
701
|
-
display: "flex",
|
|
702
|
-
"align-items": "center",
|
|
703
|
-
},
|
|
704
|
-
date_wrapper: {
|
|
705
|
-
display: "flex",
|
|
706
|
-
"align-items": "center",
|
|
707
720
|
"column-gap": "xs",
|
|
721
|
+
"row-gap": "xs",
|
|
722
|
+
"flex-wrap": "wrap",
|
|
723
|
+
"align-items": "center",
|
|
708
724
|
},
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
725
|
+
ctas: Array(2)
|
|
726
|
+
.fill(0)
|
|
727
|
+
.map(() => ({
|
|
728
|
+
cta: {
|
|
729
|
+
width: "fit-content",
|
|
730
|
+
},
|
|
731
|
+
})),
|
|
732
|
+
},
|
|
733
|
+
],
|
|
734
|
+
},
|
|
735
|
+
content: DEFAULT_CONTENT,
|
|
736
|
+
config: {
|
|
737
|
+
title: {
|
|
738
|
+
heading: {
|
|
739
|
+
level: "2",
|
|
740
|
+
},
|
|
741
|
+
selectedVariants: {
|
|
742
|
+
Heading_Level: "H2",
|
|
743
|
+
},
|
|
744
|
+
},
|
|
745
|
+
cards: [
|
|
746
|
+
{
|
|
747
|
+
ctas: Array(2)
|
|
748
|
+
.fill(0)
|
|
749
|
+
.map(() => ({
|
|
750
|
+
cta: {
|
|
751
|
+
selectedVariants: {},
|
|
752
|
+
},
|
|
753
|
+
})),
|
|
754
|
+
card_title: {
|
|
755
|
+
selectedVariants: {},
|
|
712
756
|
},
|
|
713
757
|
date_text: {
|
|
714
|
-
|
|
715
|
-
},
|
|
716
|
-
text_container: {
|
|
717
|
-
display: "flex",
|
|
718
|
-
"flex-direction": "column",
|
|
719
|
-
"row-gap": "sm",
|
|
720
|
-
"flex-grow": "1",
|
|
758
|
+
selectedVariants: {},
|
|
721
759
|
},
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
ctas: Array(2)
|
|
763
|
+
.fill(0)
|
|
764
|
+
.map(() => ({
|
|
765
|
+
cta: {
|
|
766
|
+
selectedVariants: {},
|
|
767
|
+
},
|
|
768
|
+
})),
|
|
722
769
|
card_title: {
|
|
723
|
-
|
|
724
|
-
"line-height": "1.3",
|
|
770
|
+
selectedVariants: {},
|
|
725
771
|
},
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
color: "brandForeground",
|
|
729
|
-
"padding-top": "xs",
|
|
730
|
-
"padding-bottom": "xs",
|
|
731
|
-
"padding-left": "base",
|
|
732
|
-
"padding-right": "base",
|
|
733
|
-
width: "fit-content",
|
|
734
|
-
cursor: "pointer",
|
|
772
|
+
date_text: {
|
|
773
|
+
selectedVariants: {},
|
|
735
774
|
},
|
|
736
775
|
},
|
|
737
776
|
{
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
},
|
|
748
|
-
"padding-top": "base",
|
|
749
|
-
"padding-right": "base",
|
|
750
|
-
"padding-left": "base",
|
|
751
|
-
"padding-bottom": "base",
|
|
752
|
-
},
|
|
753
|
-
left_container: {
|
|
754
|
-
"flex-shrink": "0",
|
|
755
|
-
},
|
|
756
|
-
image: {
|
|
757
|
-
width: "160px",
|
|
758
|
-
"object-fit": "cover",
|
|
759
|
-
"border-radius": "base",
|
|
760
|
-
mobile: {
|
|
761
|
-
width: "100%",
|
|
762
|
-
height: "180px",
|
|
763
|
-
},
|
|
764
|
-
},
|
|
765
|
-
right_container: {
|
|
766
|
-
display: "flex",
|
|
767
|
-
"flex-direction": "column",
|
|
768
|
-
"padding-top": "base",
|
|
769
|
-
"padding-bottom": "base",
|
|
770
|
-
"padding-left": "base",
|
|
771
|
-
"padding-right": "base",
|
|
772
|
-
"flex-grow": "1",
|
|
773
|
-
"row-gap": "sm",
|
|
774
|
-
},
|
|
775
|
-
meta_container: {
|
|
776
|
-
display: "flex",
|
|
777
|
-
"align-items": "center",
|
|
778
|
-
},
|
|
779
|
-
date_wrapper: {
|
|
780
|
-
display: "flex",
|
|
781
|
-
"align-items": "center",
|
|
782
|
-
"column-gap": "xs",
|
|
783
|
-
},
|
|
784
|
-
date_icon: {
|
|
785
|
-
width: "16px",
|
|
786
|
-
height: "16px",
|
|
777
|
+
ctas: Array(2)
|
|
778
|
+
.fill(0)
|
|
779
|
+
.map(() => ({
|
|
780
|
+
cta: {
|
|
781
|
+
selectedVariants: {},
|
|
782
|
+
},
|
|
783
|
+
})),
|
|
784
|
+
card_title: {
|
|
785
|
+
selectedVariants: {},
|
|
787
786
|
},
|
|
788
787
|
date_text: {
|
|
789
|
-
|
|
790
|
-
},
|
|
791
|
-
text_container: {
|
|
792
|
-
display: "flex",
|
|
793
|
-
"flex-direction": "column",
|
|
794
|
-
"row-gap": "sm",
|
|
795
|
-
"flex-grow": "1",
|
|
788
|
+
selectedVariants: {},
|
|
796
789
|
},
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
ctas: Array(2)
|
|
793
|
+
.fill(0)
|
|
794
|
+
.map(() => ({
|
|
795
|
+
cta: {
|
|
796
|
+
selectedVariants: {},
|
|
797
|
+
},
|
|
798
|
+
})),
|
|
797
799
|
card_title: {
|
|
798
|
-
|
|
799
|
-
"line-height": "1.3",
|
|
800
|
+
selectedVariants: {},
|
|
800
801
|
},
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
color: "brandForeground",
|
|
804
|
-
"padding-top": "xs",
|
|
805
|
-
"padding-bottom": "xs",
|
|
806
|
-
"padding-left": "base",
|
|
807
|
-
"padding-right": "base",
|
|
808
|
-
width: "fit-content",
|
|
809
|
-
cursor: "pointer",
|
|
802
|
+
date_text: {
|
|
803
|
+
selectedVariants: {},
|
|
810
804
|
},
|
|
811
805
|
},
|
|
812
806
|
],
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
level: 1,
|
|
807
|
+
header_ctas: [
|
|
808
|
+
{
|
|
809
|
+
header_cta: {
|
|
810
|
+
selectedVariants: {},
|
|
811
|
+
},
|
|
819
812
|
},
|
|
820
|
-
|
|
821
|
-
|
|
813
|
+
{
|
|
814
|
+
header_cta: {
|
|
815
|
+
selectedVariants: {},
|
|
816
|
+
},
|
|
822
817
|
},
|
|
823
|
-
|
|
818
|
+
],
|
|
824
819
|
},
|
|
825
820
|
},
|
|
826
821
|
],
|