@levo-so/blocks 0.1.60 → 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 +13 -14
- package/src/blocks/about-us/about-us-1.schema.ts +15 -30
- package/src/blocks/about-us/about-us-1.tsx +2 -4
- package/src/blocks/about-us/about-us-2.schema.ts +24 -48
- 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 +10 -21
- package/src/blocks/blogs/blog-listing-2.schema.ts +17 -34
- package/src/blocks/blogs/blog-listing-2.tsx +4 -12
- package/src/blocks/blogs/blog-listing-3.schema.ts +32 -64
- package/src/blocks/blogs/blog-listing-3.tsx +4 -12
- 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 +95 -6
- package/src/blocks/calendar/calendar-1.tsx +33 -29
- package/src/blocks/cards/cards-10.schema.ts +62 -124
- package/src/blocks/cards/cards-10.tsx +9 -14
- package/src/blocks/cards/cards-11.schema.ts +69 -138
- package/src/blocks/cards/cards-11.tsx +5 -11
- package/src/blocks/cards/cards-12.schema.ts +7 -14
- package/src/blocks/cards/cards-12.tsx +4 -10
- package/src/blocks/cards/cards-13.schema.ts +40 -80
- package/src/blocks/cards/cards-13.tsx +4 -6
- package/src/blocks/cards/cards-14.schema.ts +7 -14
- package/src/blocks/cards/cards-14.tsx +5 -11
- package/src/blocks/cards/cards-15.schema.ts +7 -14
- package/src/blocks/cards/cards-15.tsx +2 -4
- package/src/blocks/cards/cards-2.schema.ts +7 -14
- package/src/blocks/cards/cards-2.tsx +2 -15
- package/src/blocks/cards/cards-3.schema.ts +7 -14
- package/src/blocks/cards/cards-3.tsx +7 -13
- package/src/blocks/cards/cards-4.schema.ts +13 -26
- package/src/blocks/cards/cards-4.tsx +9 -15
- package/src/blocks/cards/cards-5.schema.ts +17 -34
- package/src/blocks/cards/cards-5.tsx +1 -9
- package/src/blocks/cards/cards-6.schema.ts +52 -104
- package/src/blocks/cards/cards-6.tsx +12 -20
- package/src/blocks/cards/cards-7.schema.ts +48 -96
- package/src/blocks/cards/cards-7.tsx +8 -27
- package/src/blocks/cards/cards-8.schema.ts +9 -20
- package/src/blocks/cards/cards-8.tsx +5 -11
- package/src/blocks/cards/cards-9.schema.ts +41 -82
- package/src/blocks/cards/cards-9.tsx +14 -22
- package/src/blocks/carousel/carousel-1.schema.ts +64 -128
- package/src/blocks/carousel/carousel-1.tsx +6 -8
- package/src/blocks/carousel/carousel-2.schema.ts +26 -52
- package/src/blocks/carousel/carousel-2.tsx +11 -23
- package/src/blocks/community/community-1.schema.ts +78 -32
- package/src/blocks/community/community-1.tsx +417 -550
- package/src/blocks/community/community-post-1.schema.ts +21 -30
- package/src/blocks/community/community-post-1.tsx +334 -84
- package/src/blocks/contact-us/contact-us-1.schema.ts +8 -16
- package/src/blocks/contact-us/contact-us-1.tsx +2 -12
- package/src/blocks/contact-us/contact-us-2.tsx +20 -31
- package/src/blocks/content/content-1.schema.ts +21 -42
- package/src/blocks/content/content-1.tsx +10 -17
- package/src/blocks/content/content-2.schema.ts +29 -58
- package/src/blocks/content/content-2.tsx +4 -4
- package/src/blocks/content/content-3.tsx +13 -29
- package/src/blocks/content/content-4.schema.ts +23 -46
- package/src/blocks/content/content-4.tsx +8 -17
- package/src/blocks/content/content-5.schema.ts +29 -24
- package/src/blocks/content/content-5.tsx +13 -27
- package/src/blocks/content/content-6.schema.ts +46 -94
- package/src/blocks/content/content-6.tsx +14 -31
- package/src/blocks/content/content-7.schema.ts +35 -72
- package/src/blocks/content/content-7.tsx +15 -31
- package/src/blocks/content/content-8.schema.ts +1 -6
- package/src/blocks/content/content-8.tsx +3 -3
- package/src/blocks/content/content-9.tsx +26 -41
- package/src/blocks/cta/cta-1.schema.ts +10 -20
- package/src/blocks/cta/cta-2.schema.ts +14 -28
- package/src/blocks/cta/cta-2.tsx +2 -6
- package/src/blocks/cta/cta-3.schema.ts +24 -50
- package/src/blocks/cta/cta-3.tsx +2 -6
- 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 +16 -32
- package/src/blocks/event/event-details.tsx +8 -23
- package/src/blocks/event/event-listing-2.schema.ts +19 -38
- package/src/blocks/event/event-listing-2.tsx +12 -23
- package/src/blocks/event/event-listing-3.schema.ts +10 -20
- package/src/blocks/event/event-listing-3.tsx +9 -15
- package/src/blocks/event/event-listing-4.schema.ts +40 -80
- package/src/blocks/event/event-listing-4.tsx +5 -13
- package/src/blocks/event/event-listing.schema.ts +12 -24
- package/src/blocks/event/event-listing.tsx +9 -15
- package/src/blocks/faq/faq-1.schema.ts +8 -16
- package/src/blocks/faq/faq-1.tsx +19 -30
- package/src/blocks/faq/faq-2.schema.ts +8 -16
- package/src/blocks/faq/faq-2.tsx +11 -10
- package/src/blocks/faq/faq-3.schema.ts +9 -18
- package/src/blocks/faq/faq-3.tsx +11 -19
- package/src/blocks/features/features-1/features-1.tsx +2 -4
- package/src/blocks/features/features-1/variants/default.ts +4 -8
- package/src/blocks/features/features-1/variants/index.ts +1 -1
- package/src/blocks/features/features-2.schema.ts +32 -64
- package/src/blocks/features/features-2.tsx +8 -10
- package/src/blocks/features/features-3.schema.ts +32 -64
- package/src/blocks/features/features-3.tsx +7 -16
- package/src/blocks/features/features-4.schema.ts +16 -32
- package/src/blocks/features/features-4.tsx +3 -7
- package/src/blocks/features/features-5.schema.ts +1 -2
- package/src/blocks/features/features-5.tsx +6 -17
- package/src/blocks/features/features-6.schema.ts +32 -64
- package/src/blocks/features/features-6.tsx +16 -36
- package/src/blocks/filter-listing/filter-listing-1.tsx +12 -36
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +5 -10
- package/src/blocks/floating-buttons/floating-button-1.tsx +3 -9
- package/src/blocks/footer/footer-1.schema.ts +8 -16
- package/src/blocks/footer/footer-1.tsx +15 -30
- package/src/blocks/footer/footer-2.schema.ts +8 -16
- package/src/blocks/footer/footer-2.tsx +17 -28
- package/src/blocks/footer/footer-3.schema.ts +1 -2
- package/src/blocks/footer/footer-3.tsx +9 -25
- package/src/blocks/footer/footer-4.schema.ts +8 -16
- package/src/blocks/footer/footer-4.tsx +35 -54
- package/src/blocks/footer/footer-5.schema.ts +10 -24
- package/src/blocks/footer/footer-5.tsx +14 -29
- package/src/blocks/footer/footer-6.schema.ts +10 -25
- package/src/blocks/footer/footer-6.tsx +29 -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 +45 -90
- package/src/blocks/hero/hero-1.tsx +4 -4
- package/src/blocks/hero/hero-10.schema.ts +1 -2
- package/src/blocks/hero/hero-10.tsx +4 -4
- package/src/blocks/hero/hero-11.schema.ts +18 -14
- package/src/blocks/hero/hero-11.tsx +4 -9
- package/src/blocks/hero/hero-12.schema.ts +18 -36
- package/src/blocks/hero/hero-12.tsx +3 -6
- package/src/blocks/hero/hero-13.schema.ts +8 -16
- package/src/blocks/hero/hero-13.tsx +1 -1
- package/src/blocks/hero/hero-2.schema.ts +3 -6
- package/src/blocks/hero/hero-2.tsx +3 -21
- package/src/blocks/hero/hero-3.schema.ts +28 -56
- package/src/blocks/hero/hero-3.tsx +6 -15
- package/src/blocks/hero/hero-4.schema.ts +22 -44
- package/src/blocks/hero/hero-4.tsx +16 -27
- package/src/blocks/hero/hero-5.schema.ts +21 -42
- package/src/blocks/hero/hero-5.tsx +15 -18
- package/src/blocks/hero/hero-6.schema.ts +35 -70
- package/src/blocks/hero/hero-6.tsx +6 -6
- package/src/blocks/hero/hero-7.schema.ts +24 -48
- package/src/blocks/hero/hero-7.tsx +2 -3
- package/src/blocks/hero/hero-8.schema.ts +24 -50
- package/src/blocks/hero/hero-8.tsx +5 -19
- package/src/blocks/hero/hero-9.schema.ts +8 -16
- package/src/blocks/hero/hero-9.tsx +3 -3
- package/src/blocks/index.ts +8 -11
- 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 +53 -113
- 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 +1 -2
- package/src/blocks/polling/polling-1.tsx +24 -39
- package/src/blocks/pricing/pricing-1.schema.ts +13 -26
- package/src/blocks/pricing/pricing-1.tsx +20 -44
- package/src/blocks/products/products-listing-1.schema.ts +32 -64
- package/src/blocks/products/products-listing-1.tsx +6 -12
- package/src/blocks/products/products-listing-2.schema.ts +26 -54
- package/src/blocks/products/products-listing-2.tsx +8 -17
- package/src/blocks/products/products-listing-3.schema.ts +25 -52
- package/src/blocks/products/products-listing-3.tsx +87 -93
- package/src/blocks/profile/profile-1.schema.ts +7 -14
- package/src/blocks/profile/profile-1.tsx +2 -8
- package/src/blocks/profile/profile-2.schema.ts +9 -18
- package/src/blocks/profile/profile-2.tsx +4 -6
- package/src/blocks/profile/profile-3.schema.ts +21 -42
- package/src/blocks/profile/profile-3.tsx +18 -40
- 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 +20 -40
- package/src/blocks/services/service-1.tsx +45 -71
- package/src/blocks/services/service-2.schema.ts +8 -16
- package/src/blocks/services/service-2.tsx +4 -6
- package/src/blocks/services/service-3.schema.ts +12 -24
- package/src/blocks/services/service-3.tsx +4 -6
- package/src/blocks/stats/stats-1.tsx +3 -14
- package/src/blocks/stats/stats-2.tsx +3 -14
- package/src/blocks/stats/variants/index.ts +1 -1
- package/src/blocks/tabs/tab-1.schema.ts +4 -8
- package/src/blocks/tabs/tab-1.tsx +47 -64
- package/src/blocks/tabs/tab-2.schema.ts +13 -26
- package/src/blocks/tabs/tab-2.tsx +14 -15
- package/src/blocks/team/team-1.schema.ts +28 -56
- package/src/blocks/team/team-1.tsx +7 -21
- package/src/blocks/team/team-2.schema.ts +104 -208
- package/src/blocks/team/team-2.tsx +15 -33
- package/src/blocks/team/team-3.schema.ts +24 -48
- package/src/blocks/team/team-3.tsx +8 -14
- package/src/blocks/team/team-4.schema.ts +25 -50
- package/src/blocks/team/team-4.tsx +15 -24
- package/src/blocks/team/team-5.schema.ts +14 -28
- package/src/blocks/team/team-5.tsx +1 -1
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +3 -5
- package/src/blocks/testimonial/testimonial-1.schema.ts +1 -2
- package/src/blocks/testimonial/testimonial-1.tsx +10 -19
- package/src/blocks/testimonial/testimonial-2.schema.ts +16 -32
- package/src/blocks/testimonial/testimonial-2.tsx +17 -36
- package/src/blocks/testimonial/testimonial-3.schema.ts +8 -16
- package/src/blocks/testimonial/testimonial-3.tsx +13 -26
- package/src/blocks/testimonial/testimonial-4.schema.ts +94 -188
- package/src/blocks/testimonial/testimonial-4.tsx +12 -33
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +24 -48
- package/src/blocks/testimonial/testimonial-5/variants/index.ts +1 -1
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +4 -8
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +24 -48
- 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 +26 -52
- package/src/blocks/testimonial/testimonial-6.tsx +9 -25
- package/src/blocks/testimonial/testimonial-7.tsx +15 -26
- package/src/blocks/timeline/timeline-1.schema.ts +34 -68
- package/src/blocks/timeline/timeline-1.tsx +2 -6
- package/src/blocks/users/edit-profile.tsx +10 -22
- package/src/constants/index.ts +3 -6
- package/src/index.ts +1 -1
- package/src/schemas/blocks.ts +14 -8
- package/src/schemas/categories.ts +14 -2
|
@@ -44,8 +44,7 @@ const DEFAULT_CONTENT = {
|
|
|
44
44
|
{
|
|
45
45
|
"content-item": null,
|
|
46
46
|
title: "Case Management",
|
|
47
|
-
description:
|
|
48
|
-
"Comprehensive case tracking and management for optimal results.",
|
|
47
|
+
description: "Comprehensive case tracking and management for optimal results.",
|
|
49
48
|
},
|
|
50
49
|
],
|
|
51
50
|
button: "View Cases",
|
|
@@ -57,8 +56,7 @@ const DEFAULT_CONTENT = {
|
|
|
57
56
|
{
|
|
58
57
|
"content-item": null,
|
|
59
58
|
title: "24/7 Support",
|
|
60
|
-
description:
|
|
61
|
-
"Round-the-clock assistance for urgent legal consultations.",
|
|
59
|
+
description: "Round-the-clock assistance for urgent legal consultations.",
|
|
62
60
|
},
|
|
63
61
|
],
|
|
64
62
|
button: "Contact Us",
|
|
@@ -68,11 +66,7 @@ const DEFAULT_CONTENT = {
|
|
|
68
66
|
// Social section
|
|
69
67
|
"social-section": null,
|
|
70
68
|
"social-title": "Follow Us",
|
|
71
|
-
"social-icons": [
|
|
72
|
-
{ icon: DUMMY_ICON },
|
|
73
|
-
{ icon: DUMMY_ICON },
|
|
74
|
-
{ icon: DUMMY_ICON },
|
|
75
|
-
],
|
|
69
|
+
"social-icons": [{ icon: DUMMY_ICON }, { icon: DUMMY_ICON }, { icon: DUMMY_ICON }],
|
|
76
70
|
|
|
77
71
|
// Blog content
|
|
78
72
|
"blog-content": null,
|
|
@@ -125,8 +119,7 @@ const DEFAULT_CONTENT_V1 = {
|
|
|
125
119
|
},
|
|
126
120
|
{
|
|
127
121
|
title: "<p>Mode of Work</p>",
|
|
128
|
-
description:
|
|
129
|
-
"<p>Flexible (On-site/Remote/Hybrid with travel capability)</p>",
|
|
122
|
+
description: "<p>Flexible (On-site/Remote/Hybrid with travel capability)</p>",
|
|
130
123
|
},
|
|
131
124
|
{
|
|
132
125
|
title: "<p>Schedule</p>",
|
|
@@ -169,27 +162,26 @@ const DEFAULT_CONTENT_V1 = {
|
|
|
169
162
|
"reading-time": "12 Minutes",
|
|
170
163
|
"content-section": null,
|
|
171
164
|
content:
|
|
172
|
-
|
|
165
|
+
"<p>Career services teams in e-learning companies encounter numerous hurdles that hinder their learners' placement rates. Despite providing excellent training, many learners struggle to secure positions. This dilemma not only affects learner satisfaction but also impacts referrals and increases customer acquisition costs, which now consume 30% of their revenue. This situation poses a significant threat to the company's growth and sustainability, making it imperative to find a solution.</p><p><strong>How do you get your learners placed?</strong></p><p>After conversing with over 400 e-learning founders and placement managers, we've realized a significant reason why their learners struggle to secure placements: they simply aren't applying to a sufficient number of job opportunities. On average, learners are only applying to about 20 positions, whereas they should ideally target 200 or more applications.</p><p>We understand that aiming for over 200 applications might seem daunting, but in today's job market, with a surplus of applicants and a scarcity of job openings, it's a necessity for increasing their chances of success.</p><p><strong>Why is it important to apply to so many jobs?( 200+)</strong></p><p>Applying to over 200 jobs is crucial because the job market is highly competitive. Each major job board receives over 1000 applicants for every fresh job opening. Typically, recruiters only screen around 50 candidates and hire just one. Even in cases of bulk hiring, the ratio of applicants to hire remains low, between 2 and 5%. Simply put, securing a job is a numbers game. The more positions you apply for, the higher your chances of success.</p><p>For instance, if a learner applies to 200 jobs, they're likely to be screened for around 30% of them, or approximately 60 jobs. From these, they may receive interview calls for about 30 jobs. Although initial rejections are common due to nerves and a lack of interview experience, candidates improve with practice. After around 10 interviews, they become more comfortable and perform better, eventually receiving job offers from at least 2 of them. Therefore, applying to over 200 jobs significantly increases the probability of receiving interview calls and job offers.</p><p><strong>How can learners apply to 200+ jobs?</strong></p><p>Learners can apply to over 200 jobs through two primary methods:</p><ol><li><p>Outreach by the Placement Team: This involves the placement team sourcing job opportunities and recommending them to learners.</p></li></ol><ol start=\"2\"><li><p>Independent Applications for Market Jobs: Learners can directly apply to job openings available in the market without relying solely on the placement team.</p></li></ol><p>However, it's notable that many Indian Ed-tech Placement teams predominantly focus on the jobs sourced by the company. This is often because learners insist on it, given they've invested in the training. However, this approach is counterproductive for learners as it limits their job prospects.</p><p>This trend is unique to India and needs to change. Learners must be encouraged to explore and apply to a broader range of job opportunities independently to enhance their chances of securing employment.</p><p><strong>Global Sights</strong></p><p>Based on insights gathered from conversations with over 120 international e-learning founders and placement managers and 400+ in India, a significant contrast in the approach to job seeking among learners is apparent:</p><p>Globally, Approximately 80% of learners in the e-learning sector secure jobs independently, while only 20% find employment through employers or jobs sourced by e-learning companies. This indicates a strong reliance on individual efforts in the global context.</p><p>India: The trend is reversed, with approximately 80% of placements facilitated by e-learning companies and only 20% through independent learner's applications. This disproportionate reliance on e-learning efforts in India is not sustainable and calls for a shift towards a more balanced approach.</p><p><strong>Why is over-reliance on e-learning-sourced jobs not a good idea?</strong></p><p>Relying heavily on e-learning-sourced jobs, averaging around 150 per month, is not ideal. However, during the same period, there could be 5000–10,000+ jobs available in the open market. By solely depending on e-learning-sourced opportunities, learners miss out on approximately 90% of the job openings, limiting their prospects significantly.</p><p>Ed-tech companies often struggle to secure enough job opportunities due to manual job sourcing methods. Placement teams spend extensive time screening hundreds of jobs across various job boards, investing 5 to 6 hours daily in this process. Despite their efforts, the response rate from recruiters remains low, with only around 5% responding to outreach attempts. At such low response rate, they will need an army of placement officers to source 500+ jobs for 100 learners every batch. (How to increase response rate from employers in our next article)</p><p>Additionally, the manual approach leads to a narrow focus on just 5 to 7 mainstream job portals, neglecting approximately 40 other potential platforms. As a result, they miss out on roughly 90% of available job opportunities</p><p><strong>So how do e-learning companies enable their learners to apply to 200 + jobs?</strong></p><p>To enable their learners to apply to over 200 jobs, E-learning companies can implement the following solutions:</p><ol><li><p>Encourage Applying to Market Jobs: Counsel learners on the importance of applying to industry jobs independently. Set this expectation at enrollment to ensure they understand the benefits.</p></li></ol><ol start=\"2\"><li><p>Provide Job Application Training: Offer comprehensive training on job application techniques, including customizing resumes, highlighting strengths, and navigating Applicant Tracking Systems (ATS) biases.</p></li></ol><ol start=\"3\"><li><p>Offer Tools: Equip learners with tools to streamline their job search, such as Chrome extensions for auto-filling application forms, AI-powered resume and LinkedIn reviewers, and an automated job tracker. To boast makes it easier for them to apply for and track jobs.</p></li></ol><ol start=\"4\"><li><p>Adopt Automated Job Sourcing Tools: Implement automated tools like AI Job Importer bots to broaden job opportunities beyond mainstream portals. This saves significant time, reducing the daily 6-hour job sourcing task to just 20–25 minutes, resulting in a 95% time- savings.</p></li></ol><ol start=\"5\"><li><p>Gamify application: Gamify job applications with streaks, leaderboards, and challenges. Reward learners with extra credits for tasks like updating resumes and networking. Use virtual rewards and progress tracking to keep them engaged and motivated.</p></li></ol><p><strong>Conclusion:</strong></p><p>By automating repetitive tasks and leveraging smart job sourcing techniques, placement teams can focus on higher-impact activities, such as providing personalized support to candidates and building stronger employer relationships, ultimately leading to better placement outcomes.</p>",
|
|
173
166
|
content_title: "<p>Job Description</p>",
|
|
174
167
|
};
|
|
175
168
|
|
|
176
|
-
export type
|
|
169
|
+
export type IProfile4Content = typeof DEFAULT_CONTENT;
|
|
177
170
|
|
|
178
|
-
export const
|
|
179
|
-
category_id: "
|
|
180
|
-
title: "
|
|
181
|
-
key: "
|
|
171
|
+
export const Profile4: IBlock = {
|
|
172
|
+
category_id: "profile",
|
|
173
|
+
title: "Profile 4",
|
|
174
|
+
key: "profile-4",
|
|
182
175
|
version: "v1",
|
|
183
176
|
prompt_description:
|
|
184
|
-
"Two-column layout with a left sidebar containing three feature cards and social media icons, paired with main
|
|
177
|
+
"Two-column layout with a left sidebar containing three feature cards and social media icons, paired with main profile content including meta icons, calendar, time, and article content.",
|
|
185
178
|
content_schema: [
|
|
186
179
|
{
|
|
187
180
|
key: "layout",
|
|
188
181
|
label: "Layout",
|
|
189
182
|
field_interface: "LayoutWidget",
|
|
190
183
|
hint: {
|
|
191
|
-
prompt_description:
|
|
192
|
-
"Defines the overall page structure and layout. No content needed.",
|
|
184
|
+
prompt_description: "Defines the overall page structure and layout. No content needed.",
|
|
193
185
|
},
|
|
194
186
|
},
|
|
195
187
|
{
|
|
@@ -206,8 +198,7 @@ export const BlogPost2: IBlock = {
|
|
|
206
198
|
label: "Main Content",
|
|
207
199
|
field_interface: "BoxWidget",
|
|
208
200
|
hint: {
|
|
209
|
-
prompt_description:
|
|
210
|
-
"Main wrapper for the two-column layout. No content needed.",
|
|
201
|
+
prompt_description: "Main wrapper for the two-column layout. No content needed.",
|
|
211
202
|
},
|
|
212
203
|
},
|
|
213
204
|
|
|
@@ -217,8 +208,7 @@ export const BlogPost2: IBlock = {
|
|
|
217
208
|
label: "Sidebar",
|
|
218
209
|
field_interface: "BoxWidget",
|
|
219
210
|
hint: {
|
|
220
|
-
prompt_description:
|
|
221
|
-
"Left sidebar container for cards and social icons. No content needed.",
|
|
211
|
+
prompt_description: "Left sidebar container for cards and social icons. No content needed.",
|
|
222
212
|
},
|
|
223
213
|
},
|
|
224
214
|
{
|
|
@@ -227,8 +217,7 @@ export const BlogPost2: IBlock = {
|
|
|
227
217
|
field_interface: "BoxWidget",
|
|
228
218
|
kind: "group",
|
|
229
219
|
hint: {
|
|
230
|
-
prompt_description:
|
|
231
|
-
"Three feature cards in the sidebar showcasing services or features.",
|
|
220
|
+
prompt_description: "Three feature cards in the sidebar showcasing services or features.",
|
|
232
221
|
},
|
|
233
222
|
fields: [
|
|
234
223
|
{
|
|
@@ -254,8 +243,7 @@ export const BlogPost2: IBlock = {
|
|
|
254
243
|
field_interface: "BoxWidget",
|
|
255
244
|
kind: "group",
|
|
256
245
|
hint: {
|
|
257
|
-
prompt_description:
|
|
258
|
-
"Repeatable content items with title and description pairs.",
|
|
246
|
+
prompt_description: "Repeatable content items with title and description pairs.",
|
|
259
247
|
},
|
|
260
248
|
fields: [
|
|
261
249
|
{
|
|
@@ -280,8 +268,7 @@ export const BlogPost2: IBlock = {
|
|
|
280
268
|
label: "Description",
|
|
281
269
|
field_interface: "TypographyWidget",
|
|
282
270
|
hint: {
|
|
283
|
-
prompt_description:
|
|
284
|
-
"Brief description explaining the service or feature benefits.",
|
|
271
|
+
prompt_description: "Brief description explaining the service or feature benefits.",
|
|
285
272
|
usecase: "description",
|
|
286
273
|
min_characters: 40,
|
|
287
274
|
max_characters: 120,
|
|
@@ -294,8 +281,7 @@ export const BlogPost2: IBlock = {
|
|
|
294
281
|
label: "Button",
|
|
295
282
|
field_interface: "ButtonWidget",
|
|
296
283
|
hint: {
|
|
297
|
-
prompt_description:
|
|
298
|
-
"Call-to-action button for the card. Use action-oriented text.",
|
|
284
|
+
prompt_description: "Call-to-action button for the card. Use action-oriented text.",
|
|
299
285
|
usecase: "button",
|
|
300
286
|
min_characters: 5,
|
|
301
287
|
max_characters: 20,
|
|
@@ -310,8 +296,7 @@ export const BlogPost2: IBlock = {
|
|
|
310
296
|
label: "Social Section",
|
|
311
297
|
field_interface: "BoxWidget",
|
|
312
298
|
hint: {
|
|
313
|
-
prompt_description:
|
|
314
|
-
"Container for social media section. No content needed.",
|
|
299
|
+
prompt_description: "Container for social media section. No content needed.",
|
|
315
300
|
},
|
|
316
301
|
},
|
|
317
302
|
{
|
|
@@ -319,8 +304,7 @@ export const BlogPost2: IBlock = {
|
|
|
319
304
|
label: "Social Title",
|
|
320
305
|
field_interface: "TypographyWidget",
|
|
321
306
|
hint: {
|
|
322
|
-
prompt_description:
|
|
323
|
-
"Title for the social media section. Keep it short and engaging.",
|
|
307
|
+
prompt_description: "Title for the social media section. Keep it short and engaging.",
|
|
324
308
|
usecase: "title",
|
|
325
309
|
min_characters: 5,
|
|
326
310
|
max_characters: 20,
|
|
@@ -332,8 +316,7 @@ export const BlogPost2: IBlock = {
|
|
|
332
316
|
field_interface: "BoxWidget",
|
|
333
317
|
kind: "group",
|
|
334
318
|
hint: {
|
|
335
|
-
prompt_description:
|
|
336
|
-
"Social media platform icons for connecting with the audience.",
|
|
319
|
+
prompt_description: "Social media platform icons for connecting with the audience.",
|
|
337
320
|
},
|
|
338
321
|
fields: [
|
|
339
322
|
{
|
|
@@ -341,8 +324,7 @@ export const BlogPost2: IBlock = {
|
|
|
341
324
|
label: "Icon",
|
|
342
325
|
field_interface: "IconWidget",
|
|
343
326
|
hint: {
|
|
344
|
-
prompt_description:
|
|
345
|
-
"Social media platform icon. Use recognizable platform icons.",
|
|
327
|
+
prompt_description: "Social media platform icon. Use recognizable platform icons.",
|
|
346
328
|
orientation: "square",
|
|
347
329
|
size: "icon",
|
|
348
330
|
usecase: "icon",
|
|
@@ -357,7 +339,7 @@ export const BlogPost2: IBlock = {
|
|
|
357
339
|
label: "Blog Content",
|
|
358
340
|
field_interface: "BoxWidget",
|
|
359
341
|
hint: {
|
|
360
|
-
prompt_description: "Main
|
|
342
|
+
prompt_description: "Main profile content area. No content needed.",
|
|
361
343
|
},
|
|
362
344
|
},
|
|
363
345
|
|
|
@@ -367,8 +349,7 @@ export const BlogPost2: IBlock = {
|
|
|
367
349
|
label: "Content Meta",
|
|
368
350
|
field_interface: "BoxWidget",
|
|
369
351
|
hint: {
|
|
370
|
-
prompt_description:
|
|
371
|
-
"Container for content metadata and icons. No content needed.",
|
|
352
|
+
prompt_description: "Container for content metadata and icons. No content needed.",
|
|
372
353
|
},
|
|
373
354
|
},
|
|
374
355
|
{
|
|
@@ -391,8 +372,7 @@ export const BlogPost2: IBlock = {
|
|
|
391
372
|
label: "Icon",
|
|
392
373
|
field_interface: "IconWidget",
|
|
393
374
|
hint: {
|
|
394
|
-
prompt_description:
|
|
395
|
-
"Icon representing a content feature or highlight.",
|
|
375
|
+
prompt_description: "Icon representing a content feature or highlight.",
|
|
396
376
|
orientation: "square",
|
|
397
377
|
size: "icon",
|
|
398
378
|
usecase: "icon",
|
|
@@ -403,8 +383,7 @@ export const BlogPost2: IBlock = {
|
|
|
403
383
|
label: "Description",
|
|
404
384
|
field_interface: "TypographyWidget",
|
|
405
385
|
hint: {
|
|
406
|
-
prompt_description:
|
|
407
|
-
"Brief description of the content feature or highlight.",
|
|
386
|
+
prompt_description: "Brief description of the content feature or highlight.",
|
|
408
387
|
usecase: "label",
|
|
409
388
|
min_characters: 8,
|
|
410
389
|
max_characters: 30,
|
|
@@ -417,8 +396,7 @@ export const BlogPost2: IBlock = {
|
|
|
417
396
|
label: "Meta Info",
|
|
418
397
|
field_interface: "BoxWidget",
|
|
419
398
|
hint: {
|
|
420
|
-
prompt_description:
|
|
421
|
-
"Container for publication date and reading time. No content needed.",
|
|
399
|
+
prompt_description: "Container for publication date and reading time. No content needed.",
|
|
422
400
|
},
|
|
423
401
|
},
|
|
424
402
|
{
|
|
@@ -442,7 +420,7 @@ export const BlogPost2: IBlock = {
|
|
|
442
420
|
label: "Publish Date",
|
|
443
421
|
field_interface: "TypographyWidget",
|
|
444
422
|
hint: {
|
|
445
|
-
prompt_description: "Publication date of the
|
|
423
|
+
prompt_description: "Publication date of the profile post.",
|
|
446
424
|
usecase: "date",
|
|
447
425
|
min_characters: 8,
|
|
448
426
|
max_characters: 20,
|
|
@@ -469,7 +447,7 @@ export const BlogPost2: IBlock = {
|
|
|
469
447
|
label: "Reading Time",
|
|
470
448
|
field_interface: "TypographyWidget",
|
|
471
449
|
hint: {
|
|
472
|
-
prompt_description: "Estimated reading time for the
|
|
450
|
+
prompt_description: "Estimated reading time for the profile post.",
|
|
473
451
|
usecase: "reading_time",
|
|
474
452
|
min_characters: 5,
|
|
475
453
|
max_characters: 15,
|
|
@@ -482,7 +460,7 @@ export const BlogPost2: IBlock = {
|
|
|
482
460
|
label: "Content Section",
|
|
483
461
|
field_interface: "BoxWidget",
|
|
484
462
|
hint: {
|
|
485
|
-
prompt_description: "Main
|
|
463
|
+
prompt_description: "Main profile content container. No content needed.",
|
|
486
464
|
},
|
|
487
465
|
},
|
|
488
466
|
{
|
|
@@ -496,7 +474,7 @@ export const BlogPost2: IBlock = {
|
|
|
496
474
|
field_interface: "TypographyWidget",
|
|
497
475
|
hint: {
|
|
498
476
|
prompt_description:
|
|
499
|
-
"Full
|
|
477
|
+
"Full profile article content. Should be comprehensive and informative.",
|
|
500
478
|
usecase: "description",
|
|
501
479
|
min_characters: 200,
|
|
502
480
|
max_characters: 8000,
|
|
@@ -566,14 +544,14 @@ export const BlogPost2: IBlock = {
|
|
|
566
544
|
"padding-right": "lg",
|
|
567
545
|
"border-radius": "lg",
|
|
568
546
|
border: "1px solid",
|
|
569
|
-
"border-color": "
|
|
547
|
+
"border-color": "brand",
|
|
570
548
|
|
|
571
549
|
display: "flex",
|
|
572
550
|
"flex-direction": "column",
|
|
573
551
|
"row-gap": "base",
|
|
574
552
|
},
|
|
575
553
|
heading: {
|
|
576
|
-
color: "
|
|
554
|
+
color: "text-1",
|
|
577
555
|
"margin-bottom": "base",
|
|
578
556
|
},
|
|
579
557
|
content_levoGroup: {
|
|
@@ -588,11 +566,11 @@ export const BlogPost2: IBlock = {
|
|
|
588
566
|
},
|
|
589
567
|
title: {
|
|
590
568
|
"margin-bottom": "xs",
|
|
591
|
-
color: "
|
|
569
|
+
color: "text-1",
|
|
592
570
|
},
|
|
593
571
|
description: {
|
|
594
572
|
"font-size": "sm",
|
|
595
|
-
color: "
|
|
573
|
+
color: "text-2",
|
|
596
574
|
"line-height": "1.5",
|
|
597
575
|
},
|
|
598
576
|
},
|
|
@@ -602,11 +580,11 @@ export const BlogPost2: IBlock = {
|
|
|
602
580
|
},
|
|
603
581
|
title: {
|
|
604
582
|
"margin-bottom": "xs",
|
|
605
|
-
color: "
|
|
583
|
+
color: "text-1",
|
|
606
584
|
},
|
|
607
585
|
description: {
|
|
608
586
|
"font-size": "sm",
|
|
609
|
-
color: "
|
|
587
|
+
color: "text-2",
|
|
610
588
|
"line-height": "1.5",
|
|
611
589
|
},
|
|
612
590
|
},
|
|
@@ -620,7 +598,7 @@ export const BlogPost2: IBlock = {
|
|
|
620
598
|
"padding-right": "lg",
|
|
621
599
|
"border-radius": "lg",
|
|
622
600
|
border: "1px solid",
|
|
623
|
-
"border-color": "
|
|
601
|
+
"border-color": "brand",
|
|
624
602
|
|
|
625
603
|
display: "flex",
|
|
626
604
|
"flex-direction": "column",
|
|
@@ -643,11 +621,11 @@ export const BlogPost2: IBlock = {
|
|
|
643
621
|
},
|
|
644
622
|
title: {
|
|
645
623
|
"margin-bottom": "xs",
|
|
646
|
-
color: "
|
|
624
|
+
color: "text-1",
|
|
647
625
|
},
|
|
648
626
|
description: {
|
|
649
627
|
"font-size": "sm",
|
|
650
|
-
color: "
|
|
628
|
+
color: "text-2",
|
|
651
629
|
"line-height": "1.5",
|
|
652
630
|
},
|
|
653
631
|
},
|
|
@@ -661,7 +639,7 @@ export const BlogPost2: IBlock = {
|
|
|
661
639
|
"padding-right": "lg",
|
|
662
640
|
"border-radius": "lg",
|
|
663
641
|
border: "1px solid",
|
|
664
|
-
"border-color": "
|
|
642
|
+
"border-color": "brand",
|
|
665
643
|
|
|
666
644
|
display: "flex",
|
|
667
645
|
"flex-direction": "column",
|
|
@@ -684,11 +662,11 @@ export const BlogPost2: IBlock = {
|
|
|
684
662
|
},
|
|
685
663
|
title: {
|
|
686
664
|
"margin-bottom": "xs",
|
|
687
|
-
color: "
|
|
665
|
+
color: "text-1",
|
|
688
666
|
},
|
|
689
667
|
description: {
|
|
690
668
|
"font-size": "sm",
|
|
691
|
-
color: "
|
|
669
|
+
color: "text-2",
|
|
692
670
|
"line-height": "1.5",
|
|
693
671
|
},
|
|
694
672
|
},
|
|
@@ -700,13 +678,13 @@ export const BlogPost2: IBlock = {
|
|
|
700
678
|
"social-section": {
|
|
701
679
|
"padding-top": "2xl",
|
|
702
680
|
"border-top": "1px solid",
|
|
703
|
-
"border-color": "
|
|
681
|
+
"border-color": "brand",
|
|
704
682
|
},
|
|
705
683
|
"social-title": {
|
|
706
684
|
"font-size": "lg",
|
|
707
685
|
"font-weight": "semibold",
|
|
708
686
|
"margin-bottom": "lg",
|
|
709
|
-
color: "
|
|
687
|
+
color: "text-1",
|
|
710
688
|
},
|
|
711
689
|
"social-icons_levoGroup": {
|
|
712
690
|
display: "flex",
|
|
@@ -750,7 +728,7 @@ export const BlogPost2: IBlock = {
|
|
|
750
728
|
"padding-bottom": "xl",
|
|
751
729
|
"border-top": "1px solid",
|
|
752
730
|
"border-bottom": "1px solid",
|
|
753
|
-
"border-color": "
|
|
731
|
+
"border-color": "brand",
|
|
754
732
|
},
|
|
755
733
|
"content-icons_levoGroup": {
|
|
756
734
|
display: "flex",
|
|
@@ -772,7 +750,7 @@ export const BlogPost2: IBlock = {
|
|
|
772
750
|
description: {
|
|
773
751
|
"font-size": "sm",
|
|
774
752
|
"font-weight": "medium",
|
|
775
|
-
color: "
|
|
753
|
+
color: "text-1",
|
|
776
754
|
},
|
|
777
755
|
},
|
|
778
756
|
{
|
|
@@ -788,7 +766,7 @@ export const BlogPost2: IBlock = {
|
|
|
788
766
|
description: {
|
|
789
767
|
"font-size": "sm",
|
|
790
768
|
"font-weight": "medium",
|
|
791
|
-
color: "
|
|
769
|
+
color: "text-1",
|
|
792
770
|
},
|
|
793
771
|
},
|
|
794
772
|
],
|
|
@@ -809,7 +787,7 @@ export const BlogPost2: IBlock = {
|
|
|
809
787
|
},
|
|
810
788
|
"publish-date": {
|
|
811
789
|
"font-size": "sm",
|
|
812
|
-
color: "
|
|
790
|
+
color: "text-2",
|
|
813
791
|
},
|
|
814
792
|
"time-wrapper": {
|
|
815
793
|
display: "flex",
|
|
@@ -822,7 +800,7 @@ export const BlogPost2: IBlock = {
|
|
|
822
800
|
},
|
|
823
801
|
"reading-time": {
|
|
824
802
|
"font-size": "sm",
|
|
825
|
-
color: "
|
|
803
|
+
color: "text-2",
|
|
826
804
|
},
|
|
827
805
|
|
|
828
806
|
// Content styles
|
|
@@ -833,7 +811,7 @@ export const BlogPost2: IBlock = {
|
|
|
833
811
|
content: {
|
|
834
812
|
"font-size": "base",
|
|
835
813
|
"line-height": "1.7",
|
|
836
|
-
color: "
|
|
814
|
+
color: "text-1",
|
|
837
815
|
},
|
|
838
816
|
},
|
|
839
817
|
content: DEFAULT_CONTENT,
|
|
@@ -900,7 +878,7 @@ export const BlogPost2: IBlock = {
|
|
|
900
878
|
{
|
|
901
879
|
card: {},
|
|
902
880
|
heading: {
|
|
903
|
-
color: "
|
|
881
|
+
color: "text-1",
|
|
904
882
|
"margin-bottom": "base",
|
|
905
883
|
display: "none",
|
|
906
884
|
},
|
|
@@ -917,12 +895,12 @@ export const BlogPost2: IBlock = {
|
|
|
917
895
|
},
|
|
918
896
|
title: {
|
|
919
897
|
"margin-bottom": "xs",
|
|
920
|
-
color: "
|
|
898
|
+
color: "text-1",
|
|
921
899
|
"font-weight": 700,
|
|
922
900
|
},
|
|
923
901
|
description: {
|
|
924
902
|
"font-size": "sm",
|
|
925
|
-
color: "
|
|
903
|
+
color: "text-2",
|
|
926
904
|
"line-height": "1.5",
|
|
927
905
|
},
|
|
928
906
|
},
|
|
@@ -932,12 +910,12 @@ export const BlogPost2: IBlock = {
|
|
|
932
910
|
},
|
|
933
911
|
title: {
|
|
934
912
|
"margin-bottom": "xs",
|
|
935
|
-
color: "
|
|
913
|
+
color: "text-1",
|
|
936
914
|
"font-weight": 700,
|
|
937
915
|
},
|
|
938
916
|
description: {
|
|
939
917
|
"font-size": "sm",
|
|
940
|
-
color: "
|
|
918
|
+
color: "text-2",
|
|
941
919
|
"line-height": "1.5",
|
|
942
920
|
},
|
|
943
921
|
},
|
|
@@ -947,12 +925,12 @@ export const BlogPost2: IBlock = {
|
|
|
947
925
|
},
|
|
948
926
|
title: {
|
|
949
927
|
"margin-bottom": "xs",
|
|
950
|
-
color: "
|
|
928
|
+
color: "text-1",
|
|
951
929
|
"font-weight": 700,
|
|
952
930
|
},
|
|
953
931
|
description: {
|
|
954
932
|
"font-size": "sm",
|
|
955
|
-
color: "
|
|
933
|
+
color: "text-2",
|
|
956
934
|
"line-height": "1.5",
|
|
957
935
|
},
|
|
958
936
|
},
|
|
@@ -962,12 +940,12 @@ export const BlogPost2: IBlock = {
|
|
|
962
940
|
},
|
|
963
941
|
title: {
|
|
964
942
|
"margin-bottom": "xs",
|
|
965
|
-
color: "
|
|
943
|
+
color: "text-1",
|
|
966
944
|
"font-weight": 700,
|
|
967
945
|
},
|
|
968
946
|
description: {
|
|
969
947
|
"font-size": "sm",
|
|
970
|
-
color: "
|
|
948
|
+
color: "text-2",
|
|
971
949
|
"line-height": "1.5",
|
|
972
950
|
},
|
|
973
951
|
},
|
|
@@ -977,11 +955,11 @@ export const BlogPost2: IBlock = {
|
|
|
977
955
|
},
|
|
978
956
|
title: {
|
|
979
957
|
"margin-bottom": "xs",
|
|
980
|
-
color: "
|
|
958
|
+
color: "text-1",
|
|
981
959
|
},
|
|
982
960
|
description: {
|
|
983
961
|
"font-size": "sm",
|
|
984
|
-
color: "
|
|
962
|
+
color: "text-2",
|
|
985
963
|
"line-height": "1.5",
|
|
986
964
|
},
|
|
987
965
|
},
|
|
@@ -995,7 +973,7 @@ export const BlogPost2: IBlock = {
|
|
|
995
973
|
"padding-right": "lg",
|
|
996
974
|
"border-radius": "lg",
|
|
997
975
|
border: "1px solid",
|
|
998
|
-
"border-color": "
|
|
976
|
+
"border-color": "brand",
|
|
999
977
|
display: "none",
|
|
1000
978
|
"flex-direction": "column",
|
|
1001
979
|
"row-gap": "base",
|
|
@@ -1017,11 +995,11 @@ export const BlogPost2: IBlock = {
|
|
|
1017
995
|
},
|
|
1018
996
|
title: {
|
|
1019
997
|
"margin-bottom": "xs",
|
|
1020
|
-
color: "
|
|
998
|
+
color: "text-1",
|
|
1021
999
|
},
|
|
1022
1000
|
description: {
|
|
1023
1001
|
"font-size": "sm",
|
|
1024
|
-
color: "
|
|
1002
|
+
color: "text-2",
|
|
1025
1003
|
"line-height": "1.5",
|
|
1026
1004
|
},
|
|
1027
1005
|
},
|
|
@@ -1035,7 +1013,7 @@ export const BlogPost2: IBlock = {
|
|
|
1035
1013
|
"padding-right": "lg",
|
|
1036
1014
|
"border-radius": "lg",
|
|
1037
1015
|
border: "1px solid",
|
|
1038
|
-
"border-color": "
|
|
1016
|
+
"border-color": "brand",
|
|
1039
1017
|
display: "none",
|
|
1040
1018
|
"flex-direction": "column",
|
|
1041
1019
|
"row-gap": "base",
|
|
@@ -1057,11 +1035,11 @@ export const BlogPost2: IBlock = {
|
|
|
1057
1035
|
},
|
|
1058
1036
|
title: {
|
|
1059
1037
|
"margin-bottom": "xs",
|
|
1060
|
-
color: "
|
|
1038
|
+
color: "text-1",
|
|
1061
1039
|
},
|
|
1062
1040
|
description: {
|
|
1063
1041
|
"font-size": "sm",
|
|
1064
|
-
color: "
|
|
1042
|
+
color: "text-2",
|
|
1065
1043
|
"line-height": "1.5",
|
|
1066
1044
|
},
|
|
1067
1045
|
},
|
|
@@ -1075,7 +1053,7 @@ export const BlogPost2: IBlock = {
|
|
|
1075
1053
|
"font-size": "lg",
|
|
1076
1054
|
"font-weight": "semibold",
|
|
1077
1055
|
"margin-bottom": "lg",
|
|
1078
|
-
color: "
|
|
1056
|
+
color: "text-1",
|
|
1079
1057
|
},
|
|
1080
1058
|
"social-icons_levoGroup": {
|
|
1081
1059
|
display: "flex",
|
|
@@ -1116,7 +1094,7 @@ export const BlogPost2: IBlock = {
|
|
|
1116
1094
|
"padding-bottom": "xl",
|
|
1117
1095
|
"border-top": "1px solid",
|
|
1118
1096
|
"border-bottom": "1px solid",
|
|
1119
|
-
"border-color": "
|
|
1097
|
+
"border-color": "brand",
|
|
1120
1098
|
},
|
|
1121
1099
|
"content-icons_levoGroup": {
|
|
1122
1100
|
display: "flex",
|
|
@@ -1138,7 +1116,7 @@ export const BlogPost2: IBlock = {
|
|
|
1138
1116
|
description: {
|
|
1139
1117
|
"font-size": "sm",
|
|
1140
1118
|
"font-weight": "medium",
|
|
1141
|
-
color: "
|
|
1119
|
+
color: "text-1",
|
|
1142
1120
|
},
|
|
1143
1121
|
},
|
|
1144
1122
|
{
|
|
@@ -1154,7 +1132,7 @@ export const BlogPost2: IBlock = {
|
|
|
1154
1132
|
description: {
|
|
1155
1133
|
"font-size": "sm",
|
|
1156
1134
|
"font-weight": "medium",
|
|
1157
|
-
color: "
|
|
1135
|
+
color: "text-1",
|
|
1158
1136
|
},
|
|
1159
1137
|
},
|
|
1160
1138
|
],
|
|
@@ -1175,7 +1153,7 @@ export const BlogPost2: IBlock = {
|
|
|
1175
1153
|
},
|
|
1176
1154
|
"publish-date": {
|
|
1177
1155
|
"font-size": "sm",
|
|
1178
|
-
color: "
|
|
1156
|
+
color: "text-2",
|
|
1179
1157
|
},
|
|
1180
1158
|
"time-wrapper": {
|
|
1181
1159
|
display: "flex",
|
|
@@ -1188,7 +1166,7 @@ export const BlogPost2: IBlock = {
|
|
|
1188
1166
|
},
|
|
1189
1167
|
"reading-time": {
|
|
1190
1168
|
"font-size": "sm",
|
|
1191
|
-
color: "
|
|
1169
|
+
color: "text-2",
|
|
1192
1170
|
},
|
|
1193
1171
|
"content-section": {
|
|
1194
1172
|
display: "flex",
|
|
@@ -1197,7 +1175,7 @@ export const BlogPost2: IBlock = {
|
|
|
1197
1175
|
content: {
|
|
1198
1176
|
"font-size": "base",
|
|
1199
1177
|
"line-height": "1.7",
|
|
1200
|
-
color: "
|
|
1178
|
+
color: "text-1",
|
|
1201
1179
|
},
|
|
1202
1180
|
content_title: {
|
|
1203
1181
|
color: "text-1",
|