@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
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
import type { IBlock } from "@levo-so/studio";
|
|
2
|
+
|
|
3
|
+
const DEFAULT_CONTENT = {
|
|
4
|
+
layout: null,
|
|
5
|
+
container: null,
|
|
6
|
+
header: null,
|
|
7
|
+
title: "Community Feed",
|
|
8
|
+
description: "Community Feed to keep you close with your peers.",
|
|
9
|
+
sidebar_links_levoGroup: null,
|
|
10
|
+
sidebar_links: [
|
|
11
|
+
{
|
|
12
|
+
sidebar_link: "Discussion",
|
|
13
|
+
sidebar_link_leftIcon: {
|
|
14
|
+
kind: "icon",
|
|
15
|
+
data: {
|
|
16
|
+
id: "messages-2",
|
|
17
|
+
label: "Messages 2",
|
|
18
|
+
tags: ["custom", "directional", "emails-messages", "messages"],
|
|
19
|
+
svgCode:
|
|
20
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.8701 21.87C17.5601 21.87 17.2501 21.79 16.9701 21.62L12.9601 19.24C12.5401 19.23 12.1201 19.2 11.7201 19.14C11.4501 19.1 11.2201 18.92 11.1201 18.66C11.0201 18.4 11.0701 18.12 11.2501 17.91C11.9101 17.14 12.2501 16.22 12.2501 15.24C12.2501 12.82 10.1201 10.85 7.50008 10.85C6.52008 10.85 5.58007 11.12 4.79007 11.64C4.57007 11.78 4.30007 11.8 4.06007 11.69C3.83007 11.58 3.66008 11.36 3.63008 11.1C3.60008 10.82 3.58008 10.54 3.58008 10.25C3.58008 5.29 7.88008 1.26001 13.1601 1.26001C18.4401 1.26001 22.7401 5.29 22.7401 10.25C22.7401 12.97 21.4801 15.47 19.2601 17.18L19.6001 19.9C19.6801 20.58 19.3801 21.22 18.8101 21.59C18.5301 21.77 18.2001 21.87 17.8701 21.87ZM13.1501 17.73C13.2901 17.72 13.4301 17.76 13.5501 17.84L17.7401 20.33C17.8501 20.4 17.9401 20.37 18.0001 20.33C18.0501 20.3 18.1301 20.22 18.1101 20.08L17.7201 16.92C17.6901 16.64 17.8101 16.37 18.0301 16.21C20.0701 14.78 21.2401 12.6 21.2401 10.23C21.2401 6.09998 17.6201 2.73999 13.1601 2.73999C8.87008 2.73999 5.35007 5.86003 5.09007 9.78003C5.84007 9.49003 6.65008 9.33002 7.49008 9.33002C10.9401 9.33002 13.7401 11.97 13.7401 15.22C13.7501 16.1 13.5401 16.95 13.1501 17.73Z" fill="currentColor"/>\n<path d="M4.57977 22.7501C4.31977 22.7501 4.06977 22.6801 3.83977 22.5301C3.38977 22.2401 3.14978 21.7401 3.20978 21.2101L3.40977 19.67C2.05977 18.57 1.25977 16.94 1.25977 15.23C1.25977 13.28 2.27978 11.4601 3.98978 10.3701C5.01978 9.70006 6.23977 9.34009 7.50977 9.34009C10.9598 9.34009 13.7598 11.98 13.7598 15.23C13.7598 16.55 13.2798 17.8501 12.3998 18.8801C11.2698 20.2501 9.57977 21.05 7.71977 21.11L5.27977 22.5601C5.05977 22.6901 4.81977 22.7501 4.57977 22.7501ZM7.49977 10.8401C6.51977 10.8401 5.57976 11.1101 4.78976 11.6301C3.50976 12.4501 2.74977 13.79 2.74977 15.23C2.74977 16.62 3.42978 17.8901 4.62978 18.7101C4.85978 18.8701 4.97977 19.14 4.94977 19.42L4.72977 21.1301L7.11977 19.7101C7.23977 19.6401 7.36977 19.6 7.49977 19.6C8.96977 19.6 10.3598 18.9701 11.2398 17.9001C11.8998 17.1201 12.2498 16.2 12.2498 15.22C12.2498 12.81 10.1198 10.8401 7.49977 10.8401Z" fill="currentColor"/>\n</svg>',
|
|
21
|
+
},
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
edit_profile_ctas_levoGroup: null,
|
|
26
|
+
edit_profile_ctas: [
|
|
27
|
+
{
|
|
28
|
+
edit_profile_cta: "Edit Profile",
|
|
29
|
+
edit_profile_cta_leftIcon: {
|
|
30
|
+
kind: "icon",
|
|
31
|
+
data: {
|
|
32
|
+
id: "user-edit",
|
|
33
|
+
label: "User Edit",
|
|
34
|
+
tags: ["custom", "directional", "edit", "user", "users"],
|
|
35
|
+
svgCode:
|
|
36
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 12.75C8.83 12.75 6.25 10.17 6.25 7C6.25 3.83 8.83 1.25 12 1.25C15.17 1.25 17.75 3.83 17.75 7C17.75 10.17 15.17 12.75 12 12.75ZM12 2.75C9.66 2.75 7.75 4.66 7.75 7C7.75 9.34 9.66 11.25 12 11.25C14.34 11.25 16.25 9.34 16.25 7C16.25 4.66 14.34 2.75 12 2.75Z" fill="currentColor"/>\n<path d="M15.8196 22.75C15.4396 22.75 15.0796 22.61 14.8196 22.35C14.5096 22.04 14.3696 21.59 14.4396 21.12L14.6296 19.77C14.6796 19.42 14.8896 19.01 15.1396 18.75L18.6796 15.21C20.0996 13.79 21.3496 14.6 21.9596 15.21C22.4796 15.73 22.7496 16.29 22.7496 16.85C22.7496 17.42 22.4896 17.95 21.9596 18.48L18.4195 22.02C18.1695 22.27 17.7496 22.48 17.3996 22.53L16.0495 22.72C15.9695 22.74 15.8996 22.75 15.8196 22.75ZM20.3096 15.92C20.1296 15.92 19.9696 16.04 19.7396 16.27L16.1996 19.81C16.1696 19.84 16.1196 19.94 16.1196 19.98L15.9396 21.23L17.1896 21.05C17.2296 21.04 17.3295 20.99 17.3595 20.96L20.8996 17.42C21.0596 17.26 21.2496 17.03 21.2496 16.85C21.2496 16.7 21.1296 16.49 20.8996 16.27C20.6596 16.03 20.4796 15.92 20.3096 15.92Z" fill="currentColor"/>\n<path d="M20.9206 19.22C20.8506 19.22 20.7806 19.21 20.7206 19.19C19.4006 18.82 18.3506 17.77 17.9806 16.45C17.8706 16.05 18.1006 15.64 18.5006 15.53C18.9006 15.42 19.3106 15.65 19.4206 16.05C19.6506 16.87 20.3006 17.52 21.1206 17.75C21.5206 17.86 21.7506 18.28 21.6406 18.67C21.5506 19 21.2506 19.22 20.9206 19.22Z" fill="currentColor"/>\n<path d="M3.41016 22.75C3.00016 22.75 2.66016 22.41 2.66016 22C2.66016 17.73 6.85018 14.25 12.0002 14.25C13.0902 14.25 14.1702 14.41 15.1802 14.71C15.5802 14.83 15.8002 15.25 15.6802 15.64C15.5602 16.04 15.1402 16.26 14.7502 16.14C13.8702 15.88 12.9502 15.74 12.0002 15.74C7.68018 15.74 4.16016 18.54 4.16016 21.99C4.16016 22.41 3.82016 22.75 3.41016 22.75Z" fill="currentColor"/>\n</svg>',
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
posts: null,
|
|
42
|
+
loading_container: null,
|
|
43
|
+
edit_profile_block_banner_image: {
|
|
44
|
+
id: "jfwLqpex6AK0J",
|
|
45
|
+
kind: "image",
|
|
46
|
+
location: "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq.png",
|
|
47
|
+
srcset: {
|
|
48
|
+
"1080w":
|
|
49
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1080w.webp",
|
|
50
|
+
"1200w":
|
|
51
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1200w.webp",
|
|
52
|
+
"1920w":
|
|
53
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1920w.webp",
|
|
54
|
+
"320w":
|
|
55
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-320w.webp",
|
|
56
|
+
"640w":
|
|
57
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-640w.webp",
|
|
58
|
+
"750w":
|
|
59
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-750w.webp",
|
|
60
|
+
"828w":
|
|
61
|
+
"https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-828w.webp",
|
|
62
|
+
path: "https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-320w.webp 320w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-640w.webp 640w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-750w.webp 750w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-828w.webp 828w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1080w.webp 1080w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/banner-HXVr5tikleqvq-1920w.webp 1920w",
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
edit_profile_block_logo: {
|
|
66
|
+
id: "zucZ9wWTU6qEL",
|
|
67
|
+
kind: "image",
|
|
68
|
+
location:
|
|
69
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw.jpeg",
|
|
70
|
+
srcset: {
|
|
71
|
+
"1080w":
|
|
72
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1080w.webp",
|
|
73
|
+
"1200w":
|
|
74
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1200w.webp",
|
|
75
|
+
"1920w":
|
|
76
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1920w.webp",
|
|
77
|
+
"320w":
|
|
78
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-320w.webp",
|
|
79
|
+
"640w":
|
|
80
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-640w.webp",
|
|
81
|
+
"750w":
|
|
82
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-750w.webp",
|
|
83
|
+
"828w":
|
|
84
|
+
"https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-828w.webp",
|
|
85
|
+
path: "https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1200w.webp 1200w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1920w.webp 1920w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-320w.webp 320w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-640w.webp 640w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-750w.webp 750w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-828w.webp 828w, https://static.levostg.online/WZZKMUBH/netflix-FUGaJXflpOINw-1080w.webp 1080w",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
edit_profile_block_title: "Wanderlooms",
|
|
89
|
+
edit_profile_block_description: "<p>Joined on: 01/01/2026</p>",
|
|
90
|
+
post_detail_page_url: "/",
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
export type ICommunity1Content = typeof DEFAULT_CONTENT;
|
|
94
|
+
|
|
95
|
+
export const Community1: IBlock = {
|
|
96
|
+
category_id: "community",
|
|
97
|
+
title: "Community 1",
|
|
98
|
+
key: "community-1",
|
|
99
|
+
version: "v1",
|
|
100
|
+
content_schema: [
|
|
101
|
+
{
|
|
102
|
+
key: "layout",
|
|
103
|
+
label: "Layout",
|
|
104
|
+
field_interface: "LayoutWidget",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
key: "container",
|
|
108
|
+
label: "Container",
|
|
109
|
+
field_interface: "LayoutWidget",
|
|
110
|
+
},
|
|
111
|
+
|
|
112
|
+
{
|
|
113
|
+
key: "content_section",
|
|
114
|
+
label: "Content Section",
|
|
115
|
+
field_interface: "BoxWidget",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
key: "left_container",
|
|
119
|
+
label: "Left Container",
|
|
120
|
+
field_interface: "BoxWidget",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
key: "sidebar_links",
|
|
124
|
+
label: "Sidebar Links",
|
|
125
|
+
field_interface: "BoxWidget",
|
|
126
|
+
kind: "group",
|
|
127
|
+
fields: [
|
|
128
|
+
{
|
|
129
|
+
key: "sidebar_link",
|
|
130
|
+
label: "Sidebar Link",
|
|
131
|
+
field_interface: "ButtonWidget",
|
|
132
|
+
},
|
|
133
|
+
],
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
key: "feed_container",
|
|
137
|
+
label: "Feed Container",
|
|
138
|
+
field_interface: "BoxWidget",
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
key: "header",
|
|
142
|
+
label: "Header",
|
|
143
|
+
field_interface: "BoxWidget",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
key: "title",
|
|
147
|
+
label: "Title",
|
|
148
|
+
field_interface: "HeadingWidget",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
key: "description",
|
|
152
|
+
label: "Description",
|
|
153
|
+
field_interface: "TypographyWidget",
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
key: "posts",
|
|
157
|
+
label: "Posts",
|
|
158
|
+
field_interface: "BoxWidget",
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
key: "post_detail_page_url",
|
|
162
|
+
label: "Post Detail Page URL",
|
|
163
|
+
field_interface: "HeadingWidget",
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
key: "loading_container",
|
|
167
|
+
label: "Loading Container",
|
|
168
|
+
field_interface: "BoxWidget",
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
key: "right_container",
|
|
172
|
+
label: "Right Container",
|
|
173
|
+
field_interface: "BoxWidget",
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
key: "edit_profile_block",
|
|
177
|
+
label: "Edit Profile Block",
|
|
178
|
+
field_interface: "BoxWidget",
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
key: "edit_profile_block_content_wrapper",
|
|
182
|
+
label: "Content Wrapper",
|
|
183
|
+
field_interface: "BoxWidget",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
key: "edit_profile_block_banner_image",
|
|
187
|
+
label: "Banner Image",
|
|
188
|
+
field_interface: "MediaWidget",
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
key: "edit_profile_block_content",
|
|
192
|
+
label: "Content",
|
|
193
|
+
field_interface: "BoxWidget",
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
key: "edit_profile_block_logo",
|
|
197
|
+
label: "Logo",
|
|
198
|
+
field_interface: "MediaWidget",
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
key: "edit_profile_block_text_container",
|
|
202
|
+
label: "Text Container",
|
|
203
|
+
field_interface: "BoxWidget",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
key: "edit_profile_block_title",
|
|
207
|
+
label: "Edit Profile Title",
|
|
208
|
+
field_interface: "HeadingWidget",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
key: "edit_profile_block_description",
|
|
212
|
+
label: "Edit Profile Description",
|
|
213
|
+
field_interface: "TypographyWidget",
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
key: "edit_profile_ctas",
|
|
217
|
+
label: "Edit Profile CTAs",
|
|
218
|
+
field_interface: "BoxWidget",
|
|
219
|
+
kind: "group",
|
|
220
|
+
fields: [
|
|
221
|
+
{
|
|
222
|
+
key: "edit_profile_cta",
|
|
223
|
+
label: "Edit Profile CTA",
|
|
224
|
+
field_interface: "ButtonWidget",
|
|
225
|
+
},
|
|
226
|
+
],
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
layouts: [
|
|
230
|
+
{
|
|
231
|
+
key: "default",
|
|
232
|
+
title: "Default",
|
|
233
|
+
styles: {
|
|
234
|
+
layout: {
|
|
235
|
+
width: "100%",
|
|
236
|
+
"padding-top": "10xl",
|
|
237
|
+
"padding-bottom": "10xl",
|
|
238
|
+
"padding-right": "8xl",
|
|
239
|
+
"padding-left": "8xl",
|
|
240
|
+
tablet: {
|
|
241
|
+
"padding-top": "5xl",
|
|
242
|
+
"padding-bottom": "5xl",
|
|
243
|
+
"padding-right": "5xl",
|
|
244
|
+
"padding-left": "5xl",
|
|
245
|
+
},
|
|
246
|
+
mobile: {
|
|
247
|
+
"padding-top": "2xl",
|
|
248
|
+
"padding-bottom": "2xl",
|
|
249
|
+
"padding-right": "2xl",
|
|
250
|
+
"padding-left": "2xl",
|
|
251
|
+
},
|
|
252
|
+
},
|
|
253
|
+
container: {
|
|
254
|
+
width: "100%",
|
|
255
|
+
display: "flex",
|
|
256
|
+
"flex-direction": "column",
|
|
257
|
+
"row-gap": "xl",
|
|
258
|
+
tablet: {
|
|
259
|
+
"row-gap": "3xl",
|
|
260
|
+
},
|
|
261
|
+
mobile: {
|
|
262
|
+
"row-gap": "4xl",
|
|
263
|
+
},
|
|
264
|
+
},
|
|
265
|
+
header: {
|
|
266
|
+
"flex-direction": "column",
|
|
267
|
+
width: "100%",
|
|
268
|
+
"row-gap": "4xs",
|
|
269
|
+
display: "none",
|
|
270
|
+
},
|
|
271
|
+
title: {},
|
|
272
|
+
description: {},
|
|
273
|
+
posts: {
|
|
274
|
+
display: "flex",
|
|
275
|
+
"flex-direction": "column",
|
|
276
|
+
width: "100%",
|
|
277
|
+
flex: "1 1 0%",
|
|
278
|
+
"row-gap": "xl",
|
|
279
|
+
},
|
|
280
|
+
loading_container: {
|
|
281
|
+
display: "flex",
|
|
282
|
+
"flex-direction": "column",
|
|
283
|
+
"justify-content": "center",
|
|
284
|
+
"align-items": "center",
|
|
285
|
+
"min-height": "256px",
|
|
286
|
+
},
|
|
287
|
+
content_section: {
|
|
288
|
+
display: "flex",
|
|
289
|
+
"column-gap": "2xl",
|
|
290
|
+
position: "relative",
|
|
291
|
+
tablet: {
|
|
292
|
+
"flex-direction": "column",
|
|
293
|
+
"row-gap": "2xl",
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
left_container: {
|
|
297
|
+
display: "flex",
|
|
298
|
+
"flex-direction": "column",
|
|
299
|
+
"row-gap": "xl",
|
|
300
|
+
flex: "1 1 0%",
|
|
301
|
+
width: "100%",
|
|
302
|
+
"max-width": "256px",
|
|
303
|
+
},
|
|
304
|
+
sidebar_links_levoGroup: {
|
|
305
|
+
display: "flex",
|
|
306
|
+
"flex-direction": "column",
|
|
307
|
+
width: "100%",
|
|
308
|
+
"row-gap": "base",
|
|
309
|
+
"border-style": "solid",
|
|
310
|
+
"border-width": "1px",
|
|
311
|
+
"border-color": "border",
|
|
312
|
+
height: "fit-content",
|
|
313
|
+
"padding-top": "sm",
|
|
314
|
+
"padding-bottom": "sm",
|
|
315
|
+
"padding-left": "sm",
|
|
316
|
+
"padding-right": "sm",
|
|
317
|
+
"border-radius": "lg",
|
|
318
|
+
position: "sticky",
|
|
319
|
+
top: "2rem",
|
|
320
|
+
},
|
|
321
|
+
sidebar_links: [
|
|
322
|
+
{
|
|
323
|
+
sidebar_link: {
|
|
324
|
+
"justify-content": "start",
|
|
325
|
+
display: "flex",
|
|
326
|
+
"column-gap": "xs",
|
|
327
|
+
},
|
|
328
|
+
sidebar_link_leftIcon: {
|
|
329
|
+
height: "20px",
|
|
330
|
+
width: "20px",
|
|
331
|
+
"font-size": "20px",
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
sidebar_link: {
|
|
336
|
+
"justify-content": "start",
|
|
337
|
+
display: "flex",
|
|
338
|
+
"column-gap": "xs",
|
|
339
|
+
},
|
|
340
|
+
sidebar_link_leftIcon: {
|
|
341
|
+
height: "20px",
|
|
342
|
+
width: "20px",
|
|
343
|
+
"font-size": "20px",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
sidebar_link: {
|
|
348
|
+
"justify-content": "start",
|
|
349
|
+
display: "flex",
|
|
350
|
+
"column-gap": "xs",
|
|
351
|
+
},
|
|
352
|
+
sidebar_link_leftIcon: {
|
|
353
|
+
height: "20px",
|
|
354
|
+
width: "20px",
|
|
355
|
+
"font-size": "20px",
|
|
356
|
+
},
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
sidebar_link: {
|
|
360
|
+
"justify-content": "start",
|
|
361
|
+
display: "flex",
|
|
362
|
+
"column-gap": "xs",
|
|
363
|
+
},
|
|
364
|
+
sidebar_link_leftIcon: {
|
|
365
|
+
height: "20px",
|
|
366
|
+
width: "20px",
|
|
367
|
+
"font-size": "20px",
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
sidebar_link: {
|
|
372
|
+
"justify-content": "start",
|
|
373
|
+
display: "flex",
|
|
374
|
+
"column-gap": "xs",
|
|
375
|
+
},
|
|
376
|
+
sidebar_link_leftIcon: {
|
|
377
|
+
height: "20px",
|
|
378
|
+
width: "20px",
|
|
379
|
+
"font-size": "20px",
|
|
380
|
+
},
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
sidebar_link: {
|
|
384
|
+
"justify-content": "start",
|
|
385
|
+
display: "flex",
|
|
386
|
+
"column-gap": "xs",
|
|
387
|
+
},
|
|
388
|
+
sidebar_link_leftIcon: {
|
|
389
|
+
height: "20px",
|
|
390
|
+
width: "20px",
|
|
391
|
+
"font-size": "20px",
|
|
392
|
+
},
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
sidebar_link: {
|
|
396
|
+
"justify-content": "start",
|
|
397
|
+
display: "flex",
|
|
398
|
+
"column-gap": "xs",
|
|
399
|
+
},
|
|
400
|
+
sidebar_link_leftIcon: {
|
|
401
|
+
height: "20px",
|
|
402
|
+
width: "20px",
|
|
403
|
+
"font-size": "20px",
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
sidebar_link: {
|
|
408
|
+
"justify-content": "start",
|
|
409
|
+
display: "flex",
|
|
410
|
+
"column-gap": "xs",
|
|
411
|
+
},
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
sidebar_link: {
|
|
415
|
+
"justify-content": "start",
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
sidebar_link: {
|
|
420
|
+
"justify-content": "start",
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
sidebar_link: {
|
|
425
|
+
"justify-content": "start",
|
|
426
|
+
},
|
|
427
|
+
},
|
|
428
|
+
],
|
|
429
|
+
feed_container: {
|
|
430
|
+
display: "flex",
|
|
431
|
+
"flex-direction": "column",
|
|
432
|
+
"row-gap": "xl",
|
|
433
|
+
flex: "1 1 0%",
|
|
434
|
+
width: "100%",
|
|
435
|
+
},
|
|
436
|
+
right_container: {
|
|
437
|
+
display: "flex",
|
|
438
|
+
"flex-direction": "column",
|
|
439
|
+
"row-gap": "xl",
|
|
440
|
+
flex: "1 1 0%",
|
|
441
|
+
width: "100%",
|
|
442
|
+
"max-width": "256px",
|
|
443
|
+
tablet: {
|
|
444
|
+
display: "none",
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
edit_profile_block: {
|
|
448
|
+
display: "flex",
|
|
449
|
+
"flex-direction": "column",
|
|
450
|
+
width: "100%",
|
|
451
|
+
"row-gap": "lg",
|
|
452
|
+
"border-style": "solid",
|
|
453
|
+
"border-width": "1px",
|
|
454
|
+
"border-color": "border",
|
|
455
|
+
height: "fit-content",
|
|
456
|
+
"padding-top": "sm",
|
|
457
|
+
"padding-bottom": "sm",
|
|
458
|
+
"padding-left": "sm",
|
|
459
|
+
"padding-right": "sm",
|
|
460
|
+
"border-radius": "lg",
|
|
461
|
+
position: "sticky",
|
|
462
|
+
top: "2rem",
|
|
463
|
+
},
|
|
464
|
+
edit_profile_block_banner_image: {
|
|
465
|
+
"border-radius": "lg",
|
|
466
|
+
},
|
|
467
|
+
edit_profile_block_logo: {
|
|
468
|
+
"border-radius": "full",
|
|
469
|
+
},
|
|
470
|
+
edit_profile_block_content: {
|
|
471
|
+
"margin-top": "-36px",
|
|
472
|
+
display: "none",
|
|
473
|
+
"flex-direction": "column",
|
|
474
|
+
"align-items": "center",
|
|
475
|
+
"row-gap": "xs",
|
|
476
|
+
},
|
|
477
|
+
edit_profile_block_text_container: {
|
|
478
|
+
width: "100%",
|
|
479
|
+
display: "flex",
|
|
480
|
+
"flex-direction": "column",
|
|
481
|
+
"row-gap": "2xs",
|
|
482
|
+
},
|
|
483
|
+
edit_profile_block_title: {
|
|
484
|
+
"text-align": "center",
|
|
485
|
+
},
|
|
486
|
+
edit_profile_block_description: {
|
|
487
|
+
"text-align": "center",
|
|
488
|
+
"font-weight": 500,
|
|
489
|
+
},
|
|
490
|
+
edit_profile_ctas: [
|
|
491
|
+
{
|
|
492
|
+
edit_profile_cta: {
|
|
493
|
+
width: "100%",
|
|
494
|
+
display: "flex",
|
|
495
|
+
"column-gap": "xs",
|
|
496
|
+
},
|
|
497
|
+
},
|
|
498
|
+
],
|
|
499
|
+
edit_profile_ctas_levoGroup: {
|
|
500
|
+
display: "none",
|
|
501
|
+
},
|
|
502
|
+
},
|
|
503
|
+
content: DEFAULT_CONTENT,
|
|
504
|
+
config: {
|
|
505
|
+
title: {
|
|
506
|
+
heading: {
|
|
507
|
+
level: "2",
|
|
508
|
+
},
|
|
509
|
+
selectedVariants: {
|
|
510
|
+
Heading_Level: "H2",
|
|
511
|
+
},
|
|
512
|
+
},
|
|
513
|
+
description: {
|
|
514
|
+
selectedVariants: {
|
|
515
|
+
Typography_Variants: "Body",
|
|
516
|
+
},
|
|
517
|
+
},
|
|
518
|
+
sidebar_links: Array(1)
|
|
519
|
+
.fill(0)
|
|
520
|
+
.map((v) => ({
|
|
521
|
+
sidebar_link: {
|
|
522
|
+
selectedVariants: {
|
|
523
|
+
Button_Variants: "Secondary",
|
|
524
|
+
},
|
|
525
|
+
button_icons: {
|
|
526
|
+
left: {
|
|
527
|
+
enabled: true,
|
|
528
|
+
},
|
|
529
|
+
},
|
|
530
|
+
},
|
|
531
|
+
})),
|
|
532
|
+
edit_profile_block_logo: {
|
|
533
|
+
image: {
|
|
534
|
+
width: 72,
|
|
535
|
+
height: 72,
|
|
536
|
+
alt: "Brand Logo",
|
|
537
|
+
},
|
|
538
|
+
},
|
|
539
|
+
edit_profile_block_title: {
|
|
540
|
+
heading: {
|
|
541
|
+
level: "4",
|
|
542
|
+
},
|
|
543
|
+
selectedVariants: {
|
|
544
|
+
Heading_Level: "H6",
|
|
545
|
+
},
|
|
546
|
+
},
|
|
547
|
+
edit_profile_block_description: {
|
|
548
|
+
selectedVariants: {
|
|
549
|
+
Typography_Variants: "Small",
|
|
550
|
+
},
|
|
551
|
+
},
|
|
552
|
+
edit_profile_ctas: [
|
|
553
|
+
{
|
|
554
|
+
edit_profile_cta: {
|
|
555
|
+
button_icons: {
|
|
556
|
+
left: {
|
|
557
|
+
enabled: true,
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
},
|
|
561
|
+
},
|
|
562
|
+
],
|
|
563
|
+
},
|
|
564
|
+
},
|
|
565
|
+
],
|
|
566
|
+
};
|