@levo-so/blocks 0.1.59 → 0.1.61
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 +6 -6
- package/src/blocks/about-us/about-us-1.schema.ts +60 -58
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +165 -42
- package/src/blocks/about-us/about-us-2.tsx +7 -13
- package/src/blocks/blogs/blog-listing-1.schema.ts +7 -14
- package/src/blocks/blogs/blog-listing-1.tsx +27 -36
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +21 -27
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +21 -27
- package/src/blocks/blogs/blog-post-1.schema.ts +9 -18
- package/src/blocks/blogs/blog-post-1.tsx +3 -14
- package/src/blocks/calendar/calendar-1.schema.ts +351 -180
- package/src/blocks/calendar/calendar-1.tsx +60 -25
- package/src/blocks/cards/cards-10.schema.ts +278 -331
- package/src/blocks/cards/cards-10.tsx +18 -15
- package/src/blocks/cards/cards-11.schema.ts +178 -356
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +110 -196
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +131 -120
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +51 -154
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +48 -32
- package/src/blocks/cards/cards-15.tsx +15 -6
- package/src/blocks/cards/cards-2.schema.ts +76 -88
- package/src/blocks/cards/cards-2.tsx +12 -17
- package/src/blocks/cards/cards-3.schema.ts +68 -70
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +160 -115
- package/src/blocks/cards/cards-4.tsx +22 -17
- package/src/blocks/cards/cards-5.schema.ts +76 -70
- package/src/blocks/cards/cards-5.tsx +10 -10
- package/src/blocks/cards/cards-6.schema.ts +755 -985
- package/src/blocks/cards/cards-6.tsx +17 -9
- package/src/blocks/cards/cards-7.schema.ts +754 -2250
- package/src/blocks/cards/cards-7.tsx +18 -24
- package/src/blocks/cards/cards-8.schema.ts +171 -363
- package/src/blocks/cards/cards-8.tsx +15 -8
- package/src/blocks/cards/cards-9.schema.ts +283 -329
- package/src/blocks/cards/cards-9.tsx +28 -12
- package/src/blocks/carousel/carousel-1.schema.ts +418 -49
- package/src/blocks/carousel/carousel-1.tsx +8 -8
- package/src/blocks/carousel/carousel-2.schema.ts +153 -127
- package/src/blocks/carousel/carousel-2.tsx +16 -20
- package/src/blocks/community/community-1.schema.ts +612 -0
- package/src/blocks/community/community-1.tsx +557 -0
- package/src/blocks/community/community-post-1.schema.ts +408 -0
- package/src/blocks/community/community-post-1.tsx +405 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +25 -43
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +21 -32
- package/src/blocks/content/content-1.schema.ts +163 -234
- package/src/blocks/content/content-1.tsx +46 -43
- package/src/blocks/content/content-2.schema.ts +117 -35
- package/src/blocks/content/content-2.tsx +19 -7
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +14 -18
- package/src/blocks/content/content-4.schema.ts +105 -89
- package/src/blocks/content/content-4.tsx +10 -18
- package/src/blocks/content/content-5.schema.ts +301 -278
- package/src/blocks/content/content-5.tsx +23 -16
- package/src/blocks/content/content-6.schema.ts +432 -250
- package/src/blocks/content/content-6.tsx +24 -19
- package/src/blocks/content/content-7.schema.ts +200 -197
- package/src/blocks/content/content-7.tsx +29 -21
- package/src/blocks/content/content-8.schema.ts +28 -23
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +31 -43
- package/src/blocks/cta/cta-1.schema.ts +23 -128
- package/src/blocks/cta/cta-2.schema.ts +46 -69
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +77 -72
- package/src/blocks/cta/cta-3.tsx +2 -6
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/embed/embed-1.tsx +1 -9
- package/src/blocks/event/ClientOnly.tsx +1 -4
- package/src/blocks/event/event-details.schema.ts +23 -32
- package/src/blocks/event/event-details.tsx +9 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +29 -38
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +26 -30
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +22 -28
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +26 -30
- package/src/blocks/faq/faq-1.schema.ts +150 -112
- package/src/blocks/faq/faq-1.tsx +31 -33
- package/src/blocks/faq/faq-2.schema.ts +132 -77
- package/src/blocks/faq/faq-2.tsx +21 -11
- package/src/blocks/faq/faq-3.schema.ts +178 -107
- package/src/blocks/faq/faq-3.tsx +30 -22
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +12 -5
- package/src/blocks/features/features-1/variants/default.ts +176 -62
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- 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 +149 -48
- package/src/blocks/features/features-2.tsx +18 -12
- package/src/blocks/features/features-3.schema.ts +255 -68
- package/src/blocks/features/features-3.tsx +25 -15
- package/src/blocks/features/features-4.schema.ts +367 -188
- package/src/blocks/features/features-4.tsx +12 -8
- package/src/blocks/features/features-5.schema.ts +195 -200
- package/src/blocks/features/features-5.tsx +14 -14
- package/src/blocks/features/features-6.schema.ts +230 -215
- package/src/blocks/features/features-6.tsx +28 -34
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +100 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +14 -0
- package/src/blocks/footer/footer-1.schema.ts +110 -48
- package/src/blocks/footer/footer-1.tsx +17 -31
- package/src/blocks/footer/footer-2.schema.ts +230 -34
- package/src/blocks/footer/footer-2.tsx +19 -29
- package/src/blocks/footer/footer-3.schema.ts +335 -59
- package/src/blocks/footer/footer-3.tsx +11 -26
- package/src/blocks/footer/footer-4.schema.ts +139 -76
- package/src/blocks/footer/footer-4.tsx +37 -55
- package/src/blocks/footer/footer-5.schema.ts +138 -60
- package/src/blocks/footer/footer-5.tsx +16 -30
- package/src/blocks/footer/footer-6.schema.ts +62 -149
- package/src/blocks/footer/footer-6.tsx +30 -44
- package/src/blocks/form/form-1.schema.ts +144 -0
- package/src/blocks/form/form-1.tsx +33 -0
- package/src/blocks/hero/hero-1.schema.ts +153 -101
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +9 -31
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +196 -89
- package/src/blocks/hero/hero-11.tsx +5 -10
- package/src/blocks/hero/hero-12.schema.ts +111 -192
- package/src/blocks/hero/hero-12.tsx +4 -7
- package/src/blocks/hero/hero-13.schema.ts +36 -30
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +30 -58
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +70 -90
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +246 -73
- package/src/blocks/hero/hero-4.tsx +22 -16
- package/src/blocks/hero/hero-5.schema.ts +104 -47
- package/src/blocks/hero/hero-5.tsx +21 -12
- package/src/blocks/hero/hero-6.schema.ts +127 -258
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +90 -43
- package/src/blocks/hero/hero-7.tsx +6 -4
- package/src/blocks/hero/hero-8.schema.ts +342 -138
- package/src/blocks/hero/hero-8.tsx +23 -13
- package/src/blocks/hero/hero-9.schema.ts +111 -86
- package/src/blocks/hero/hero-9.tsx +12 -4
- package/src/blocks/index.ts +12 -8
- package/src/blocks/jobs/jobs-1.schema.ts +990 -0
- package/src/blocks/jobs/jobs-1.tsx +145 -0
- package/src/blocks/logos/logos-1.schema.ts +370 -36
- package/src/blocks/logos/logos-1.tsx +7 -7
- package/src/blocks/navbar/navbar-1.schema.ts +15 -28
- package/src/blocks/navbar/navbar-1.tsx +24 -60
- package/src/blocks/navbar/navbar-2.schema.ts +14 -28
- package/src/blocks/navbar/navbar-2.tsx +26 -56
- package/src/blocks/navbar/navbar-3.schema.ts +11 -22
- package/src/blocks/navbar/navbar-3.tsx +33 -82
- package/src/blocks/navbar/navbar-4.schema.ts +14343 -0
- package/src/blocks/navbar/navbar-4.tsx +546 -0
- package/src/blocks/polling/polling-1.schema.ts +2 -21
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +307 -290
- package/src/blocks/pricing/pricing-1.tsx +32 -42
- package/src/blocks/products/products-listing-1.schema.ts +115 -36
- package/src/blocks/products/products-listing-1.tsx +15 -13
- package/src/blocks/products/products-listing-2.schema.ts +178 -220
- package/src/blocks/products/products-listing-2.tsx +29 -16
- package/src/blocks/products/products-listing-3.schema.ts +412 -154
- package/src/blocks/products/products-listing-3.tsx +102 -73
- package/src/blocks/profile/profile-1.schema.ts +60 -49
- package/src/blocks/profile/profile-1.tsx +5 -10
- package/src/blocks/profile/profile-2.schema.ts +71 -92
- package/src/blocks/profile/profile-2.tsx +6 -7
- package/src/blocks/profile/profile-3.schema.ts +141 -529
- package/src/blocks/profile/profile-3.tsx +19 -41
- package/src/blocks/{blogs/blog-post-2.schema.ts → profile/profile-4.schema.ts} +75 -97
- package/src/blocks/{blogs/blog-post-2.tsx → profile/profile-4.tsx} +32 -61
- package/src/blocks/{blogs/blog-post-3.schema.ts → profile/profile-5.schema.ts} +6 -6
- package/src/blocks/{blogs/blog-post-3.tsx → profile/profile-5.tsx} +6 -11
- package/src/blocks/services/service-1.schema.ts +210 -830
- package/src/blocks/services/service-1.tsx +46 -59
- package/src/blocks/services/service-2.schema.ts +92 -80
- package/src/blocks/services/service-2.tsx +13 -7
- package/src/blocks/services/service-3.schema.ts +74 -86
- package/src/blocks/services/service-3.tsx +44 -45
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +7 -14
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +12 -15
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +103 -409
- package/src/blocks/tabs/tab-1.tsx +47 -53
- package/src/blocks/tabs/tab-2.schema.ts +207 -290
- package/src/blocks/tabs/tab-2.tsx +20 -9
- package/src/blocks/team/team-1.schema.ts +593 -76
- package/src/blocks/team/team-1.tsx +16 -22
- package/src/blocks/team/team-2.schema.ts +621 -1453
- package/src/blocks/team/team-2.tsx +19 -34
- package/src/blocks/team/team-3.schema.ts +127 -78
- package/src/blocks/team/team-3.tsx +9 -14
- package/src/blocks/team/team-4.schema.ts +197 -63
- package/src/blocks/team/team-4.tsx +25 -26
- package/src/blocks/team/team-5.schema.ts +65 -54
- package/src/blocks/team/team-5.tsx +13 -4
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +4 -6
- package/src/blocks/testimonial/testimonial-1.schema.ts +713 -65
- package/src/blocks/testimonial/testimonial-1.tsx +12 -23
- package/src/blocks/testimonial/testimonial-2.schema.ts +1316 -354
- package/src/blocks/testimonial/testimonial-2.tsx +21 -37
- package/src/blocks/testimonial/testimonial-3.schema.ts +210 -74
- package/src/blocks/testimonial/testimonial-3.tsx +17 -27
- package/src/blocks/testimonial/testimonial-4.schema.ts +353 -1049
- package/src/blocks/testimonial/testimonial-4.tsx +16 -34
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +155 -171
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +201 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +166 -316
- package/src/blocks/testimonial/testimonial-5.schema.ts +2 -6
- package/src/blocks/testimonial/testimonial-5.tsx +15 -25
- package/src/blocks/testimonial/testimonial-6.schema.ts +226 -315
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +16 -27
- package/src/blocks/timeline/timeline-1.schema.ts +166 -153
- package/src/blocks/timeline/timeline-1.tsx +6 -7
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +23 -28
- package/src/constants/index.ts +16 -0
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +17 -5
- package/src/schemas/categories.ts +26 -2
|
@@ -61,22 +61,77 @@ const DEFAULT_CONTENT = {
|
|
|
61
61
|
event_starts_date: randomStartDate,
|
|
62
62
|
event_ends_date: randomEndDate,
|
|
63
63
|
}),
|
|
64
|
+
starts_at: randomStartDate,
|
|
65
|
+
ends_at: randomEndDate,
|
|
64
66
|
};
|
|
65
67
|
}),
|
|
68
|
+
empty_state: null,
|
|
69
|
+
empty_state_icon: {
|
|
70
|
+
kind: "icon",
|
|
71
|
+
data: {
|
|
72
|
+
id: "calendar-1",
|
|
73
|
+
label: "Calendar 1",
|
|
74
|
+
tags: ["calendar", "custom", "time"],
|
|
75
|
+
svgCode:
|
|
76
|
+
'<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.5001C8.37 14.5001 8.24 14.4701 8.12 14.4201C7.99 14.3701 7.89 14.3001 7.79 14.2101C7.61 14.0201 7.5 13.7701 7.5 13.5001C7.5 13.3701 7.53 13.2401 7.58 13.1201C7.63 13.0001 7.7 12.8901 7.79 12.7901C7.89 12.7001 7.99 12.6301 8.12 12.5801C8.48 12.4301 8.93 12.5101 9.21 12.7901C9.39 12.9801 9.5 13.2401 9.5 13.5001C9.5 13.5601 9.49 13.6301 9.48 13.7001C9.47 13.7601 9.45 13.8201 9.42 13.8801C9.4 13.9401 9.37 14.0001 9.33 14.0601C9.3 14.1101 9.25 14.1601 9.21 14.2101C9.02 14.3901 8.76 14.5001 8.5 14.5001Z" fill="var(--color-icon-primary)"/>\n<path d="M12 14.5C11.87 14.5 11.74 14.47 11.62 14.42C11.49 14.37 11.39 14.3 11.29 14.21C11.11 14.02 11 13.77 11 13.5C11 13.37 11.03 13.24 11.08 13.12C11.13 13 11.2 12.89 11.29 12.79C11.39 12.7 11.49 12.63 11.62 12.58C11.98 12.42 12.43 12.51 12.71 12.79C12.89 12.98 13 13.24 13 13.5C13 13.56 12.99 13.63 12.98 13.7C12.97 13.76 12.95 13.82 12.92 13.88C12.9 13.94 12.87 14 12.83 14.06C12.8 14.11 12.75 14.16 12.71 14.21C12.52 14.39 12.26 14.5 12 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 14.5C15.37 14.5 15.24 14.47 15.12 14.42C14.99 14.37 14.89 14.3 14.79 14.21C14.75 14.16 14.71 14.11 14.67 14.06C14.63 14 14.6 13.94 14.58 13.88C14.55 13.82 14.53 13.76 14.52 13.7C14.51 13.63 14.5 13.56 14.5 13.5C14.5 13.24 14.61 12.98 14.79 12.79C14.89 12.7 14.99 12.63 15.12 12.58C15.49 12.42 15.93 12.51 16.21 12.79C16.39 12.98 16.5 13.24 16.5 13.5C16.5 13.56 16.49 13.63 16.48 13.7C16.47 13.76 16.45 13.82 16.42 13.88C16.4 13.94 16.37 14 16.33 14.06C16.3 14.11 16.25 14.16 16.21 14.21C16.02 14.39 15.76 14.5 15.5 14.5Z" fill="var(--color-icon-primary)"/>\n<path d="M8.5 17.9999C8.37 17.9999 8.24 17.97 8.12 17.92C8 17.87 7.89 17.7999 7.79 17.7099C7.61 17.5199 7.5 17.2599 7.5 16.9999C7.5 16.8699 7.53 16.7399 7.58 16.6199C7.63 16.4899 7.7 16.38 7.79 16.29C8.16 15.92 8.84 15.92 9.21 16.29C9.39 16.48 9.5 16.7399 9.5 16.9999C9.5 17.2599 9.39 17.5199 9.21 17.7099C9.02 17.8899 8.76 17.9999 8.5 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M12 17.9999C11.74 17.9999 11.48 17.8899 11.29 17.7099C11.11 17.5199 11 17.2599 11 16.9999C11 16.8699 11.03 16.7399 11.08 16.6199C11.13 16.4899 11.2 16.38 11.29 16.29C11.66 15.92 12.34 15.92 12.71 16.29C12.8 16.38 12.87 16.4899 12.92 16.6199C12.97 16.7399 13 16.8699 13 16.9999C13 17.2599 12.89 17.5199 12.71 17.7099C12.52 17.8899 12.26 17.9999 12 17.9999Z" fill="var(--color-icon-primary)"/>\n<path d="M15.5 18C15.24 18 14.98 17.89 14.79 17.71C14.7 17.62 14.63 17.51 14.58 17.38C14.53 17.26 14.5 17.13 14.5 17C14.5 16.87 14.53 16.74 14.58 16.62C14.63 16.49 14.7 16.38 14.79 16.29C15.02 16.06 15.37 15.95 15.69 16.02C15.76 16.03 15.82 16.05 15.88 16.08C15.94 16.1 16 16.13 16.06 16.17C16.11 16.2 16.16 16.25 16.21 16.29C16.39 16.48 16.5 16.74 16.5 17C16.5 17.26 16.39 17.52 16.21 17.71C16.02 17.89 15.76 18 15.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="M16 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.5V17C21.75 20.65 19.65 22.75 16 22.75ZM8 4.25C5.14 4.25 3.75 5.64 3.75 8.5V17C3.75 19.86 5.14 21.25 8 21.25H16C18.86 21.25 20.25 19.86 20.25 17V8.5C20.25 5.64 18.86 4.25 16 4.25H8Z" fill="var(--color-icon-primary)"/>\n</svg>',
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
empty_state_title: "No Events",
|
|
80
|
+
empty_state_description:
|
|
81
|
+
"There are no events scheduled for this month. Check back later or select a different month to view upcoming events.",
|
|
82
|
+
empty_state_cta: "Reset Calendar",
|
|
66
83
|
calendar_section: null,
|
|
67
84
|
calendar_header: null,
|
|
68
85
|
calendar_title: "Events Calendar",
|
|
69
86
|
calendar_description:
|
|
70
87
|
"You can use the calendar to find the desired events and get the required information easily",
|
|
71
88
|
calendar: null,
|
|
72
|
-
|
|
89
|
+
calendar_ctas_levoGroup: null,
|
|
90
|
+
calendar_ctas: [
|
|
91
|
+
{
|
|
92
|
+
calendar_cta: "View all events",
|
|
93
|
+
calendar_cta_leftIcon: {
|
|
94
|
+
kind: "icon",
|
|
95
|
+
data: {
|
|
96
|
+
id: "export-3",
|
|
97
|
+
label: "Export 3",
|
|
98
|
+
tags: ["arrow", "custom", "directional", "export"],
|
|
99
|
+
svgCode:
|
|
100
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13.0004 11.75C12.8104 11.75 12.6204 11.68 12.4704 11.53C12.1804 11.24 12.1804 10.76 12.4704 10.47L20.6704 2.26999C20.9604 1.97999 21.4404 1.97999 21.7304 2.26999C22.0204 2.55999 22.0204 3.03999 21.7304 3.32999L13.5304 11.53C13.3804 11.68 13.1904 11.75 13.0004 11.75Z" fill="currentColor"/>\n<path d="M22.0002 7.55C21.5902 7.55 21.2502 7.21 21.2502 6.8V2.75H17.2002C16.7902 2.75 16.4502 2.41 16.4502 2C16.4502 1.59 16.7902 1.25 17.2002 1.25H22.0002C22.4102 1.25 22.7502 1.59 22.7502 2V6.8C22.7502 7.21 22.4102 7.55 22.0002 7.55Z" fill="currentColor"/>\n<path d="M15 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H11C11.41 1.25 11.75 1.59 11.75 2C11.75 2.41 11.41 2.75 11 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H15C19.61 21.25 21.25 19.61 21.25 15V13C21.25 12.59 21.59 12.25 22 12.25C22.41 12.25 22.75 12.59 22.75 13V15C22.75 20.43 20.43 22.75 15 22.75Z" fill="currentColor"/>\n</svg>',
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
calendar_cta: "Search Events",
|
|
106
|
+
calendar_cta_leftIcon: {
|
|
107
|
+
kind: "icon",
|
|
108
|
+
data: {
|
|
109
|
+
id: "search-normal-1",
|
|
110
|
+
label: "Search Normal 1",
|
|
111
|
+
tags: ["custom", "directional", "normal", "search"],
|
|
112
|
+
svgCode:
|
|
113
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M11.5 21.75C5.85 21.75 1.25 17.15 1.25 11.5C1.25 5.85 5.85 1.25 11.5 1.25C17.15 1.25 21.75 5.85 21.75 11.5C21.75 17.15 17.15 21.75 11.5 21.75ZM11.5 2.75C6.67 2.75 2.75 6.68 2.75 11.5C2.75 16.32 6.67 20.25 11.5 20.25C16.33 20.25 20.25 16.32 20.25 11.5C20.25 6.68 16.33 2.75 11.5 2.75Z" fill="currentColor"/>\n<path d="M22.0004 22.7499C21.8104 22.7499 21.6204 22.6799 21.4704 22.5299L19.4704 20.5299C19.1804 20.2399 19.1804 19.7599 19.4704 19.4699C19.7604 19.1799 20.2404 19.1799 20.5304 19.4699L22.5304 21.4699C22.8204 21.7599 22.8204 22.2399 22.5304 22.5299C22.3804 22.6799 22.1904 22.7499 22.0004 22.7499Z" fill="currentColor"/>\n</svg>',
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
],
|
|
118
|
+
empty_state_cta_leftIcon: {
|
|
119
|
+
kind: "icon",
|
|
120
|
+
data: {
|
|
121
|
+
id: "refresh-2",
|
|
122
|
+
label: "Refresh 2",
|
|
123
|
+
tags: ["arrow", "custom", "outlined", "refresh"],
|
|
124
|
+
svgCode:
|
|
125
|
+
'<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M22 12C22 17.52 17.52 22 12 22C6.48 22 3.11 16.44 3.11 16.44M3.11 16.44H7.63M3.11 16.44V21.44M2 12C2 6.48 6.44 2 12 2C18.67 2 22 7.56 22 7.56M22 7.56V2.56M22 7.56H17.56" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>\n</svg>',
|
|
126
|
+
},
|
|
127
|
+
},
|
|
73
128
|
};
|
|
74
129
|
|
|
75
130
|
export type ICalendar1Content = typeof DEFAULT_CONTENT;
|
|
76
131
|
|
|
77
132
|
export const Calendar1: IBlock = {
|
|
78
133
|
category_id: "calendar",
|
|
79
|
-
title: "
|
|
134
|
+
title: "Calendar 1",
|
|
80
135
|
key: "calendar-1",
|
|
81
136
|
version: "v1",
|
|
82
137
|
content_schema: [
|
|
@@ -136,6 +191,11 @@ export const Calendar1: IBlock = {
|
|
|
136
191
|
label: "Event Starts Date",
|
|
137
192
|
field_interface: "HeadingWidget",
|
|
138
193
|
},
|
|
194
|
+
{
|
|
195
|
+
key: "starts_at",
|
|
196
|
+
label: "Start Time",
|
|
197
|
+
field_interface: "TypographyWidget",
|
|
198
|
+
},
|
|
139
199
|
{
|
|
140
200
|
key: "event_starts_month",
|
|
141
201
|
label: "Event Starts Month",
|
|
@@ -156,6 +216,11 @@ export const Calendar1: IBlock = {
|
|
|
156
216
|
label: "Event Ends Date",
|
|
157
217
|
field_interface: "HeadingWidget",
|
|
158
218
|
},
|
|
219
|
+
{
|
|
220
|
+
key: "ends_at",
|
|
221
|
+
label: "End Time",
|
|
222
|
+
field_interface: "TypographyWidget",
|
|
223
|
+
},
|
|
159
224
|
{
|
|
160
225
|
key: "event_ends_month",
|
|
161
226
|
label: "Event Ends Month",
|
|
@@ -193,7 +258,31 @@ export const Calendar1: IBlock = {
|
|
|
193
258
|
},
|
|
194
259
|
],
|
|
195
260
|
},
|
|
196
|
-
|
|
261
|
+
{
|
|
262
|
+
key: "empty_state",
|
|
263
|
+
label: "Empty State",
|
|
264
|
+
field_interface: "BoxWidget",
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
key: "empty_state_icon",
|
|
268
|
+
label: "Empty State Icon",
|
|
269
|
+
field_interface: "IconWidget",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
key: "empty_state_title",
|
|
273
|
+
label: "Empty State Title",
|
|
274
|
+
field_interface: "HeadingWidget",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
key: "empty_state_description",
|
|
278
|
+
label: "Empty State Description",
|
|
279
|
+
field_interface: "TypographyWidget",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
key: "empty_state_cta",
|
|
283
|
+
label: "Reset Calendar CTA",
|
|
284
|
+
field_interface: "ButtonWidget",
|
|
285
|
+
},
|
|
197
286
|
{
|
|
198
287
|
key: "calendar_section",
|
|
199
288
|
label: "Calendar Section",
|
|
@@ -220,9 +309,17 @@ export const Calendar1: IBlock = {
|
|
|
220
309
|
field_interface: "BoxWidget",
|
|
221
310
|
},
|
|
222
311
|
{
|
|
223
|
-
key: "
|
|
224
|
-
label: "Calendar
|
|
225
|
-
field_interface: "
|
|
312
|
+
key: "calendar_ctas",
|
|
313
|
+
label: "Calendar CTA Group",
|
|
314
|
+
field_interface: "BoxWidget",
|
|
315
|
+
kind: "group",
|
|
316
|
+
fields: [
|
|
317
|
+
{
|
|
318
|
+
key: "calendar_cta",
|
|
319
|
+
label: "Calendar Cta",
|
|
320
|
+
field_interface: "ButtonWidget",
|
|
321
|
+
},
|
|
322
|
+
],
|
|
226
323
|
},
|
|
227
324
|
],
|
|
228
325
|
layouts: [
|
|
@@ -230,27 +327,8 @@ export const Calendar1: IBlock = {
|
|
|
230
327
|
key: "default",
|
|
231
328
|
title: "Default",
|
|
232
329
|
styles: {
|
|
233
|
-
layout: {
|
|
234
|
-
width: "100%",
|
|
235
|
-
"padding-top": "10xl",
|
|
236
|
-
"padding-bottom": "10xl",
|
|
237
|
-
"padding-right": "8xl",
|
|
238
|
-
"padding-left": "8xl",
|
|
239
|
-
tablet: {
|
|
240
|
-
"padding-top": "5xl",
|
|
241
|
-
"padding-bottom": "5xl",
|
|
242
|
-
"padding-right": "5xl",
|
|
243
|
-
"padding-left": "5xl",
|
|
244
|
-
},
|
|
245
|
-
mobile: {
|
|
246
|
-
"padding-top": "2xl",
|
|
247
|
-
"padding-bottom": "2xl",
|
|
248
|
-
"padding-right": "2xl",
|
|
249
|
-
"padding-left": "2xl",
|
|
250
|
-
},
|
|
251
|
-
},
|
|
330
|
+
layout: {},
|
|
252
331
|
container: {
|
|
253
|
-
width: "100%",
|
|
254
332
|
display: "flex",
|
|
255
333
|
"flex-direction": "column",
|
|
256
334
|
"row-gap": "xl",
|
|
@@ -291,124 +369,157 @@ export const Calendar1: IBlock = {
|
|
|
291
369
|
},
|
|
292
370
|
listing_section: Array(ITEMS_COUNT)
|
|
293
371
|
.fill(0)
|
|
294
|
-
.map((v) => {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
opacity: 13,
|
|
317
|
-
},
|
|
318
|
-
mobile: {
|
|
319
|
-
"flex-direction": "column",
|
|
320
|
-
"row-gap": "md",
|
|
321
|
-
},
|
|
322
|
-
},
|
|
323
|
-
event_timing: {
|
|
324
|
-
display: "flex",
|
|
325
|
-
"flex-direction": "column",
|
|
326
|
-
"min-width": "95px",
|
|
327
|
-
"justify-content": "center",
|
|
328
|
-
"align-items": "center",
|
|
329
|
-
mobile: {
|
|
330
|
-
"flex-direction": "row",
|
|
331
|
-
"justify-content": "flex-start",
|
|
332
|
-
"column-gap": "xs",
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
|
-
event_to: {
|
|
336
|
-
"font-weight": 600,
|
|
337
|
-
"margin-top": "4xs",
|
|
338
|
-
"margin-bottom": "4xs",
|
|
339
|
-
mobile: {
|
|
340
|
-
"padding-right": "none",
|
|
341
|
-
"margin-right": "xs",
|
|
342
|
-
},
|
|
372
|
+
.map((v) => ({
|
|
373
|
+
event: {
|
|
374
|
+
width: "100%",
|
|
375
|
+
display: "flex",
|
|
376
|
+
"padding-top": "3xl",
|
|
377
|
+
"padding-right": "3xl",
|
|
378
|
+
"padding-bottom": "3xl",
|
|
379
|
+
"padding-left": "xl",
|
|
380
|
+
"border-style": "solid",
|
|
381
|
+
"border-right-width": "0px",
|
|
382
|
+
"border-bottom-width": "0px",
|
|
383
|
+
"border-top-width": "0px",
|
|
384
|
+
"border-left-width": "8px",
|
|
385
|
+
"border-color": "brand",
|
|
386
|
+
"border-radius": "lg",
|
|
387
|
+
"box-shadow": {
|
|
388
|
+
x: 0,
|
|
389
|
+
y: 4,
|
|
390
|
+
blur: 84,
|
|
391
|
+
spread: 0,
|
|
392
|
+
color: "oklch(0.5193 0.0628 284.0011 / 0.13)",
|
|
393
|
+
opacity: 13,
|
|
343
394
|
},
|
|
344
|
-
|
|
345
|
-
display: "flex",
|
|
395
|
+
mobile: {
|
|
346
396
|
"flex-direction": "column",
|
|
347
|
-
"
|
|
348
|
-
mobile: {
|
|
349
|
-
"margin-bottom": "none",
|
|
350
|
-
"align-items": "flex-start",
|
|
351
|
-
},
|
|
352
|
-
},
|
|
353
|
-
event_starts_date: {
|
|
354
|
-
"text-align": "center",
|
|
355
|
-
},
|
|
356
|
-
event_starts_month: {
|
|
357
|
-
"text-align": "center",
|
|
358
|
-
"font-weight": 600,
|
|
359
|
-
},
|
|
360
|
-
event_ends_date: {
|
|
361
|
-
"text-align": "center",
|
|
362
|
-
},
|
|
363
|
-
event_ends_month: {
|
|
364
|
-
"text-align": "center",
|
|
365
|
-
"font-weight": 600,
|
|
397
|
+
"row-gap": "md",
|
|
366
398
|
},
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
399
|
+
},
|
|
400
|
+
event_timing: {
|
|
401
|
+
display: "flex",
|
|
402
|
+
"flex-direction": "column",
|
|
403
|
+
"min-width": "95px",
|
|
404
|
+
"justify-content": "center",
|
|
405
|
+
"align-items": "center",
|
|
406
|
+
mobile: {
|
|
407
|
+
"flex-direction": "row",
|
|
408
|
+
"justify-content": "flex-start",
|
|
409
|
+
"column-gap": "xs",
|
|
378
410
|
},
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
411
|
+
},
|
|
412
|
+
event_to: {
|
|
413
|
+
"font-weight": 600,
|
|
414
|
+
"margin-top": "4xs",
|
|
415
|
+
"margin-bottom": "4xs",
|
|
416
|
+
mobile: {
|
|
417
|
+
"padding-right": "none",
|
|
418
|
+
"margin-right": "xs",
|
|
384
419
|
},
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
420
|
+
},
|
|
421
|
+
event_starts: {
|
|
422
|
+
display: "flex",
|
|
423
|
+
"flex-direction": "column",
|
|
424
|
+
"margin-bottom": "3xs",
|
|
425
|
+
mobile: {
|
|
426
|
+
"margin-bottom": "none",
|
|
427
|
+
"align-items": "flex-start",
|
|
391
428
|
},
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
429
|
+
},
|
|
430
|
+
event_starts_date: {
|
|
431
|
+
"text-align": "center",
|
|
432
|
+
},
|
|
433
|
+
event_starts_month: {
|
|
434
|
+
"text-align": "center",
|
|
435
|
+
"font-weight": 600,
|
|
436
|
+
},
|
|
437
|
+
event_ends_date: {
|
|
438
|
+
"text-align": "center",
|
|
439
|
+
},
|
|
440
|
+
event_ends_month: {
|
|
441
|
+
"text-align": "center",
|
|
442
|
+
"font-weight": 600,
|
|
443
|
+
},
|
|
444
|
+
divider: {
|
|
445
|
+
"margin-left": "2xs",
|
|
446
|
+
"margin-right": "3xl",
|
|
447
|
+
"border-style": "solid",
|
|
448
|
+
"border-top-width": "0px",
|
|
449
|
+
"border-right-width": "0px",
|
|
450
|
+
"border-bottom-width": "0px",
|
|
451
|
+
"border-left-width": "1px",
|
|
452
|
+
mobile: {
|
|
453
|
+
display: "none",
|
|
395
454
|
},
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
455
|
+
},
|
|
456
|
+
event_description: {
|
|
457
|
+
"font-weight": 500,
|
|
458
|
+
},
|
|
459
|
+
event_content: {
|
|
460
|
+
"align-self": "center",
|
|
461
|
+
width: "100%",
|
|
462
|
+
display: "flex",
|
|
463
|
+
"flex-direction": "column",
|
|
464
|
+
"row-gap": "md",
|
|
465
|
+
},
|
|
466
|
+
event_category: {
|
|
467
|
+
"font-weight": 800,
|
|
468
|
+
color: "brand",
|
|
469
|
+
},
|
|
470
|
+
event_sub_content: {
|
|
471
|
+
display: "flex",
|
|
472
|
+
"flex-direction": "column",
|
|
473
|
+
"row-gap": "2xs",
|
|
474
|
+
},
|
|
475
|
+
event_ends: {
|
|
476
|
+
display: "flex",
|
|
477
|
+
"flex-direction": "column",
|
|
478
|
+
"margin-bottom": "3xs",
|
|
479
|
+
mobile: {
|
|
480
|
+
"margin-bottom": "none",
|
|
481
|
+
"align-items": "flex-start",
|
|
400
482
|
},
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
483
|
+
},
|
|
484
|
+
event_title: {
|
|
485
|
+
"font-weight": 800,
|
|
486
|
+
},
|
|
487
|
+
})),
|
|
488
|
+
empty_state: {
|
|
489
|
+
display: "flex",
|
|
490
|
+
"flex-direction": "column",
|
|
491
|
+
"align-items": "center",
|
|
492
|
+
"justify-content": "center",
|
|
493
|
+
"text-align": "center",
|
|
494
|
+
"padding-top": "64px",
|
|
495
|
+
"padding-right": "32px",
|
|
496
|
+
"padding-bottom": "64px",
|
|
497
|
+
"padding-left": "32px",
|
|
498
|
+
"min-height": "300px",
|
|
499
|
+
width: "100%",
|
|
500
|
+
},
|
|
501
|
+
empty_state_icon: {
|
|
502
|
+
"font-size": "64px",
|
|
503
|
+
"margin-bottom": "24px",
|
|
504
|
+
opacity: 0.3,
|
|
505
|
+
},
|
|
506
|
+
empty_state_title: {
|
|
507
|
+
"font-size": "24px",
|
|
508
|
+
"font-weight": 600,
|
|
509
|
+
"margin-bottom": "16px",
|
|
510
|
+
},
|
|
511
|
+
empty_state_description: {
|
|
512
|
+
"font-size": "16px",
|
|
513
|
+
opacity: 0.7,
|
|
514
|
+
"max-width": "400px",
|
|
515
|
+
"line-height": 1.6,
|
|
516
|
+
"margin-bottom": "24px",
|
|
517
|
+
},
|
|
518
|
+
empty_state_cta: {
|
|
519
|
+
"text-decoration": "none",
|
|
520
|
+
display: "flex",
|
|
521
|
+
"column-gap": "xs",
|
|
522
|
+
},
|
|
412
523
|
calendar_section: {
|
|
413
524
|
width: "100%",
|
|
414
525
|
display: "flex",
|
|
@@ -448,7 +559,19 @@ export const Calendar1: IBlock = {
|
|
|
448
559
|
"border-width": "1px",
|
|
449
560
|
"border-color": "oklch(0.9401 0 0)",
|
|
450
561
|
},
|
|
451
|
-
|
|
562
|
+
calendar_ctas_levoGroup: {
|
|
563
|
+
display: "flex",
|
|
564
|
+
"flex-direction": "column",
|
|
565
|
+
"row-gap": "xs",
|
|
566
|
+
},
|
|
567
|
+
calendar_ctas: Array(2)
|
|
568
|
+
.fill(0)
|
|
569
|
+
.map(() => ({
|
|
570
|
+
calendar_cta: {
|
|
571
|
+
display: "flex",
|
|
572
|
+
"column-gap": "xs",
|
|
573
|
+
},
|
|
574
|
+
})),
|
|
452
575
|
},
|
|
453
576
|
content: DEFAULT_CONTENT,
|
|
454
577
|
config: {
|
|
@@ -470,7 +593,7 @@ export const Calendar1: IBlock = {
|
|
|
470
593
|
level: "3",
|
|
471
594
|
},
|
|
472
595
|
selectedVariants: {
|
|
473
|
-
Heading_Level: "
|
|
596
|
+
Heading_Level: "H4",
|
|
474
597
|
},
|
|
475
598
|
},
|
|
476
599
|
calendar_description: {
|
|
@@ -480,57 +603,105 @@ export const Calendar1: IBlock = {
|
|
|
480
603
|
},
|
|
481
604
|
listing_section: Array(ITEMS_COUNT)
|
|
482
605
|
.fill(0)
|
|
483
|
-
.map(() => {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
Typography_Variants: "Small",
|
|
488
|
-
},
|
|
606
|
+
.map((v) => ({
|
|
607
|
+
event_to: {
|
|
608
|
+
selectedVariants: {
|
|
609
|
+
Typography_Variants: "Small",
|
|
489
610
|
},
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
611
|
+
},
|
|
612
|
+
event_ends_month: {
|
|
613
|
+
selectedVariants: {
|
|
614
|
+
Typography_Variants: "Body",
|
|
494
615
|
},
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
616
|
+
},
|
|
617
|
+
event_starts_month: {
|
|
618
|
+
selectedVariants: {
|
|
619
|
+
Typography_Variants: "Body",
|
|
499
620
|
},
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
heading: {
|
|
505
|
-
level: "4",
|
|
506
|
-
},
|
|
621
|
+
},
|
|
622
|
+
event_starts_date: {
|
|
623
|
+
selectedVariants: {
|
|
624
|
+
Heading_Level: "H2",
|
|
507
625
|
},
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
Heading_Level: "H2",
|
|
511
|
-
},
|
|
512
|
-
heading: {
|
|
513
|
-
level: "4",
|
|
514
|
-
},
|
|
626
|
+
heading: {
|
|
627
|
+
level: "4",
|
|
515
628
|
},
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
629
|
+
},
|
|
630
|
+
event_ends_date: {
|
|
631
|
+
selectedVariants: {
|
|
632
|
+
Heading_Level: "H2",
|
|
633
|
+
},
|
|
634
|
+
heading: {
|
|
635
|
+
level: "4",
|
|
636
|
+
},
|
|
637
|
+
},
|
|
638
|
+
event_category: {
|
|
639
|
+
heading: {
|
|
640
|
+
level: "4",
|
|
523
641
|
},
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
642
|
+
selectedVariants: {
|
|
643
|
+
Heading_Level: "H6",
|
|
644
|
+
},
|
|
645
|
+
},
|
|
646
|
+
event_title: {
|
|
647
|
+
heading: {
|
|
648
|
+
level: "3",
|
|
649
|
+
},
|
|
650
|
+
selectedVariants: {
|
|
651
|
+
Heading_Level: "H5",
|
|
652
|
+
},
|
|
653
|
+
},
|
|
654
|
+
event_description: {
|
|
655
|
+
selectedVariants: {},
|
|
656
|
+
},
|
|
657
|
+
})),
|
|
658
|
+
empty_state_title: {
|
|
659
|
+
heading: {
|
|
660
|
+
level: "3",
|
|
661
|
+
},
|
|
662
|
+
selectedVariants: {
|
|
663
|
+
Heading_Level: "H3",
|
|
664
|
+
},
|
|
665
|
+
},
|
|
666
|
+
empty_state_description: {
|
|
667
|
+
selectedVariants: {
|
|
668
|
+
Typography_Variants: "Body",
|
|
669
|
+
},
|
|
670
|
+
},
|
|
671
|
+
empty_state_cta: {
|
|
672
|
+
selectedVariants: {
|
|
673
|
+
Button_Variants: "Link",
|
|
674
|
+
},
|
|
675
|
+
button_icons: {
|
|
676
|
+
left: {
|
|
677
|
+
enabled: true,
|
|
678
|
+
},
|
|
679
|
+
},
|
|
680
|
+
},
|
|
681
|
+
calendar_ctas: [
|
|
682
|
+
{
|
|
683
|
+
calendar_cta: {
|
|
684
|
+
selectedVariants: {},
|
|
685
|
+
button_icons: {
|
|
686
|
+
left: {
|
|
687
|
+
enabled: true,
|
|
527
688
|
},
|
|
528
|
-
|
|
529
|
-
|
|
689
|
+
},
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
calendar_cta: {
|
|
694
|
+
selectedVariants: {
|
|
695
|
+
Button_Variants: "Secondary",
|
|
696
|
+
},
|
|
697
|
+
button_icons: {
|
|
698
|
+
left: {
|
|
699
|
+
enabled: true,
|
|
530
700
|
},
|
|
531
701
|
},
|
|
532
|
-
}
|
|
533
|
-
}
|
|
702
|
+
},
|
|
703
|
+
},
|
|
704
|
+
],
|
|
534
705
|
},
|
|
535
706
|
},
|
|
536
707
|
],
|