@levo-so/blocks 0.1.101 → 0.1.102

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.
Files changed (159) hide show
  1. package/package.json +6 -5
  2. package/src/blocks/about-us/about-us-1.schema.ts +302 -295
  3. package/src/blocks/about-us/about-us-2.schema.ts +225 -220
  4. package/src/blocks/blogs/blog-author-1.schema.ts +719 -0
  5. package/src/blocks/blogs/blog-author-1.tsx +121 -0
  6. package/src/blocks/blogs/blog-listing-1.tsx +111 -33
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +15 -33
  8. package/src/blocks/blogs/blog-listing-2.tsx +118 -33
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +10 -22
  10. package/src/blocks/blogs/blog-listing-3.tsx +118 -33
  11. package/src/blocks/blogs/blog-post-1.schema.ts +766 -16
  12. package/src/blocks/blogs/blog-post-1.tsx +256 -32
  13. package/src/blocks/calendar/calendar-1.schema.ts +641 -192
  14. package/src/blocks/calendar/calendar-1.tsx +1 -0
  15. package/src/blocks/cards/cards-10.schema.ts +557 -544
  16. package/src/blocks/cards/cards-11.schema.ts +525 -419
  17. package/src/blocks/cards/cards-12.schema.ts +538 -147
  18. package/src/blocks/cards/cards-13.schema.ts +482 -312
  19. package/src/blocks/cards/cards-14.schema.ts +423 -196
  20. package/src/blocks/cards/cards-15.schema.ts +309 -143
  21. package/src/blocks/cards/cards-16.schema.ts +1277 -175
  22. package/src/blocks/cards/cards-17.schema.ts +2908 -1303
  23. package/src/blocks/cards/cards-18.schema.ts +1404 -217
  24. package/src/blocks/cards/cards-19.schema.ts +1105 -1084
  25. package/src/blocks/cards/cards-19.tsx +4 -5
  26. package/src/blocks/cards/cards-2.schema.ts +513 -42
  27. package/src/blocks/cards/cards-20.schema.ts +790 -212
  28. package/src/blocks/cards/cards-21.schema.ts +1215 -229
  29. package/src/blocks/cards/cards-21.tsx +51 -6
  30. package/src/blocks/cards/cards-22.schema.ts +1252 -2809
  31. package/src/blocks/cards/cards-22.tsx +6 -7
  32. package/src/blocks/cards/cards-23.schema.ts +571 -109
  33. package/src/blocks/cards/cards-3.schema.ts +355 -116
  34. package/src/blocks/cards/cards-4.schema.ts +805 -321
  35. package/src/blocks/cards/cards-5.schema.ts +216 -64
  36. package/src/blocks/cards/cards-6.schema.ts +568 -1330
  37. package/src/blocks/cards/cards-7.schema.ts +1181 -1378
  38. package/src/blocks/cards/cards-8.schema.ts +585 -221
  39. package/src/blocks/cards/cards-9.schema.ts +763 -382
  40. package/src/blocks/carousel/carousel-1.schema.ts +257 -502
  41. package/src/blocks/carousel/carousel-2.schema.ts +771 -761
  42. package/src/blocks/community/community-1.schema.ts +8 -23
  43. package/src/blocks/community/community-1.tsx +3 -3
  44. package/src/blocks/community/community-post-1.tsx +4 -4
  45. package/src/blocks/contact-us/contact-us-1.schema.ts +360 -14
  46. package/src/blocks/contact-us/contact-us-2.schema.ts +441 -325
  47. package/src/blocks/content/content-1.schema.ts +800 -381
  48. package/src/blocks/content/content-10.schema.ts +763 -20
  49. package/src/blocks/content/content-2.schema.ts +426 -52
  50. package/src/blocks/content/content-3.schema.ts +631 -432
  51. package/src/blocks/content/content-4.schema.ts +378 -123
  52. package/src/blocks/content/content-5.schema.ts +1152 -682
  53. package/src/blocks/content/content-6.schema.ts +679 -707
  54. package/src/blocks/content/content-7.schema.ts +694 -291
  55. package/src/blocks/content/content-8.schema.ts +247 -7
  56. package/src/blocks/content/content-9.schema.ts +855 -116
  57. package/src/blocks/cta/cta-1.schema.ts +294 -62
  58. package/src/blocks/cta/cta-2.schema.ts +302 -66
  59. package/src/blocks/cta/cta-2.tsx +1 -2
  60. package/src/blocks/cta/cta-3.schema.ts +312 -62
  61. package/src/blocks/embed/embed-1.schema.ts +181 -0
  62. package/src/blocks/event/event-listing-2.schema.ts +5 -11
  63. package/src/blocks/event/event-listing-3.schema.ts +5 -11
  64. package/src/blocks/event/event-listing-4.schema.ts +5 -11
  65. package/src/blocks/event/event-listing.schema.ts +5 -11
  66. package/src/blocks/faq/faq-1.schema.ts +439 -260
  67. package/src/blocks/faq/faq-2.schema.ts +444 -266
  68. package/src/blocks/faq/faq-3.schema.ts +1420 -224
  69. package/src/blocks/features/features-1/features-1.schema.ts +21 -21
  70. package/src/blocks/features/features-1/variants/default.ts +120 -138
  71. package/src/blocks/features/features-1/variants/index.ts +2 -2
  72. package/src/blocks/features/features-1/variants/minimal-list.ts +139 -0
  73. package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +69 -385
  74. package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +74 -408
  75. package/src/blocks/features/features-2.schema.ts +368 -286
  76. package/src/blocks/features/features-3.schema.ts +557 -280
  77. package/src/blocks/features/features-4.schema.ts +940 -432
  78. package/src/blocks/features/features-5.schema.ts +566 -407
  79. package/src/blocks/features/features-6.schema.ts +557 -523
  80. package/src/blocks/filter-listing/filter-listing-1.schema.ts +922 -270
  81. package/src/blocks/floating-buttons/floating-button-1.schema.ts +123 -0
  82. package/src/blocks/footer/footer-1.schema.ts +383 -401
  83. package/src/blocks/footer/footer-2.schema.ts +337 -878
  84. package/src/blocks/footer/footer-3.schema.ts +445 -381
  85. package/src/blocks/footer/footer-4.schema.ts +610 -439
  86. package/src/blocks/footer/footer-5.schema.ts +367 -321
  87. package/src/blocks/footer/footer-6.schema.ts +610 -357
  88. package/src/blocks/form/form-1.schema.ts +237 -0
  89. package/src/blocks/hero/hero-1.schema.ts +251 -221
  90. package/src/blocks/hero/hero-10.schema.ts +23 -14
  91. package/src/blocks/hero/hero-11.schema.ts +728 -601
  92. package/src/blocks/hero/hero-12.schema.ts +524 -334
  93. package/src/blocks/hero/hero-13.schema.ts +83 -95
  94. package/src/blocks/hero/hero-2.schema.ts +277 -68
  95. package/src/blocks/hero/hero-3.schema.ts +371 -235
  96. package/src/blocks/hero/hero-3.tsx +1 -1
  97. package/src/blocks/hero/hero-4.schema.ts +605 -338
  98. package/src/blocks/hero/hero-5.schema.ts +545 -61
  99. package/src/blocks/hero/hero-6.schema.ts +446 -257
  100. package/src/blocks/hero/hero-6.tsx +1 -1
  101. package/src/blocks/hero/hero-7.schema.ts +1299 -131
  102. package/src/blocks/hero/hero-7.tsx +43 -23
  103. package/src/blocks/hero/hero-8.schema.ts +736 -236
  104. package/src/blocks/hero/hero-9.schema.ts +908 -58
  105. package/src/blocks/index.ts +2 -0
  106. package/src/blocks/jobs/jobs-1.schema.ts +741 -219
  107. package/src/blocks/logos/logos-1.schema.ts +317 -321
  108. package/src/blocks/logos/logos-1.tsx +32 -19
  109. package/src/blocks/navbar/navbar-1.schema.ts +319 -186
  110. package/src/blocks/navbar/navbar-2.schema.ts +311 -190
  111. package/src/blocks/navbar/navbar-3.schema.ts +612 -570
  112. package/src/blocks/navbar/navbar-4.schema.ts +741 -1250
  113. package/src/blocks/polling/polling-1.schema.ts +161 -0
  114. package/src/blocks/pricing/pricing-1.schema.ts +549 -626
  115. package/src/blocks/products/products-listing-1.schema.ts +363 -249
  116. package/src/blocks/products/products-listing-2.schema.ts +515 -257
  117. package/src/blocks/products/products-listing-3.schema.ts +789 -836
  118. package/src/blocks/profile/profile-1.schema.ts +168 -187
  119. package/src/blocks/profile/profile-2.schema.ts +150 -122
  120. package/src/blocks/profile/profile-3.schema.ts +307 -256
  121. package/src/blocks/profile/profile-4.schema.ts +372 -504
  122. package/src/blocks/profile/profile-5.schema.ts +186 -79
  123. package/src/blocks/services/service-1.schema.ts +700 -631
  124. package/src/blocks/services/service-2.schema.ts +559 -82
  125. package/src/blocks/services/service-2.tsx +5 -3
  126. package/src/blocks/services/service-3.schema.ts +587 -215
  127. package/src/blocks/services/service-3.tsx +4 -2
  128. package/src/blocks/stats/stats-1.schema.ts +347 -257
  129. package/src/blocks/stats/stats-2.schema.ts +14 -2
  130. package/src/blocks/stats/variants/default.ts +14 -37
  131. package/src/blocks/stats/variants/extra.ts +232 -0
  132. package/src/blocks/stats/variants/hero.ts +1 -30
  133. package/src/blocks/stats/variants/index.ts +13 -1
  134. package/src/blocks/tabs/tab-1.schema.ts +1361 -214
  135. package/src/blocks/tabs/tab-2.schema.ts +984 -390
  136. package/src/blocks/tabs/tab-3.schema.ts +961 -95
  137. package/src/blocks/team/team-1.schema.ts +681 -564
  138. package/src/blocks/team/team-2.schema.ts +589 -935
  139. package/src/blocks/team/team-3.schema.ts +375 -284
  140. package/src/blocks/team/team-4.schema.ts +569 -355
  141. package/src/blocks/team/team-5.schema.ts +307 -111
  142. package/src/blocks/testimonial/testimonial-1.schema.ts +605 -706
  143. package/src/blocks/testimonial/testimonial-2.schema.ts +825 -1099
  144. package/src/blocks/testimonial/testimonial-3.schema.ts +580 -235
  145. package/src/blocks/testimonial/testimonial-4.schema.ts +1326 -1779
  146. package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -328
  147. package/src/blocks/testimonial/testimonial-5/variants/index.ts +9 -1
  148. package/src/blocks/testimonial/testimonial-5/variants/testimonialCentered.ts +194 -0
  149. package/src/blocks/testimonial/testimonial-5/variants/testimonialCompact.ts +188 -0
  150. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +275 -396
  151. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +254 -602
  152. package/src/blocks/testimonial/testimonial-5.schema.ts +6 -2
  153. package/src/blocks/testimonial/testimonial-6.schema.ts +962 -1234
  154. package/src/blocks/testimonial/testimonial-7.schema.ts +515 -233
  155. package/src/blocks/timeline/timeline-1.schema.ts +382 -140
  156. package/src/blocks/users/edit-profile.schema.ts +2 -8
  157. package/src/blocks/users/edit-profile.tsx +2 -3
  158. package/src/schemas/blocks.ts +2 -0
  159. package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +0 -268
@@ -1,20 +1,105 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const MEDIA = {
4
- placeholder: {
5
- id: "7141014160938075687",
6
- location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
7
- kind: "image",
8
- mimetype: "image/png",
9
- srcset: {
10
- "1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
11
- "1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
12
- "1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
13
- "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
14
- "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
15
- "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
16
- "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
17
- path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
3
+ export const MEDIA = {
4
+ id: "7141014160938075687",
5
+ location: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH.png",
6
+ kind: "image",
7
+ mimetype: "image/png",
8
+ srcset: {
9
+ "1080w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp",
10
+ "1200w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp",
11
+ "1920w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp",
12
+ "320w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp",
13
+ "640w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp",
14
+ "750w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp",
15
+ "828w": "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp",
16
+ path: "https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-640w.webp 640w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1080w.webp 1080w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1200w.webp 1200w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-1920w.webp 1920w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-320w.webp 320w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-750w.webp 750w, https://space.levo.so/WLZ1TXTD/defaultblue-tryFJ012mgyH-828w.webp 828w",
17
+ },
18
+ };
19
+
20
+ const AUTHOR_CONTENT = {
21
+ "author-card-section": null,
22
+ "author-card-inner": null,
23
+ "author-card-content": null,
24
+ "author-card-editorial": "Curated by the Editorial Team",
25
+ "author-card-content-socials-facebook-icon": {
26
+ kind: "icon",
27
+ data: {
28
+ id: "facebook",
29
+ label: "Facebook",
30
+ tags: ["crypto", "custom", "directional", "facebook"],
31
+ svgCode:
32
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047v-2.66c0-3.025 1.791-4.697 4.533-4.697 1.312 0 2.686.236 2.686.236v2.97h-1.513c-1.491 0-1.956.93-1.956 1.886v2.265h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073z" fill="var(--color-icon-primary)"/>\n</svg>',
33
+ },
34
+ },
35
+ "author-card-content-socials-instagram-icon": {
36
+ kind: "icon",
37
+ data: {
38
+ id: "instagram",
39
+ label: "Instagram",
40
+ tags: ["custom", "essential", "instagram"],
41
+ svgCode:
42
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98C.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z" fill="var(--color-icon-primary)"/>\n</svg>',
43
+ },
44
+ },
45
+ "author-card-content-socials-linkedin-icon": {
46
+ kind: "icon",
47
+ data: {
48
+ id: "linkedin",
49
+ label: "Linkedin",
50
+ tags: ["custom", "linkedin", "rectangle", "social-media"],
51
+ svgCode:
52
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 01-2.063-2.065 2.064 2.064 0 112.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" fill="var(--color-icon-primary)"/>\n</svg>',
53
+ },
54
+ },
55
+ "author-card-content-socials-twitter-icon": {
56
+ kind: "icon",
57
+ data: {
58
+ id: "twitter",
59
+ label: "Twitter",
60
+ tags: ["custom", "social-media", "twitter"],
61
+ svgCode:
62
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.259 5.63 5.905-5.63zm-1.161 17.52h1.833L7.084 4.126H5.117z" fill="var(--color-icon-primary)"/>\n</svg>',
63
+ },
64
+ },
65
+ "author-card-content-socials-youtube-icon": {
66
+ kind: "icon",
67
+ data: {
68
+ id: "youtube",
69
+ label: "Youtube",
70
+ tags: ["crypto", "custom", "directional", "youtube"],
71
+ svgCode:
72
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z" fill="var(--color-icon-primary)"/>\n</svg>',
73
+ },
74
+ },
75
+ "author-card-content-socials-github-icon": {
76
+ kind: "icon",
77
+ data: {
78
+ id: "github",
79
+ label: "Github",
80
+ tags: ["custom", "github", "rectangle", "social-media"],
81
+ svgCode:
82
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" fill="var(--color-icon-primary)"/>\n</svg>',
83
+ },
84
+ },
85
+ "author-card-content-socials-tiktok-icon": {
86
+ kind: "icon",
87
+ data: {
88
+ id: "tiktok",
89
+ label: "TikTok",
90
+ tags: ["custom", "social-media", "tiktok"],
91
+ svgCode:
92
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-2.88 2.5 2.89 2.89 0 01-2.89-2.89 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.27 6.27 0 00-.79-.05 6.34 6.34 0 00-6.34 6.34 6.34 6.34 0 006.34 6.34 6.34 6.34 0 006.33-6.34V8.75a8.15 8.15 0 004.78 1.52V6.82a4.85 4.85 0 01-1.01-.13z" fill="var(--color-icon-primary)"/>\n</svg>',
93
+ },
94
+ },
95
+ "author-card-content-socials-website-icon": {
96
+ kind: "icon",
97
+ data: {
98
+ id: "global",
99
+ label: "Global",
100
+ tags: ["custom", "global", "location"],
101
+ svgCode:
102
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z" fill="var(--color-icon-primary)"/>\n</svg>',
18
103
  },
19
104
  },
20
105
  };
@@ -74,6 +159,350 @@ const DEFAULT_CONTENT = {
74
159
  '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M18 12.75H6C5.59 12.75 5.25 12.41 5.25 12C5.25 11.59 5.59 11.25 6 11.25H18C18.41 11.25 18.75 11.59 18.75 12C18.75 12.41 18.41 12.75 18 12.75Z" fill="var(--color-icon-primary)"/>\n</svg>',
75
160
  },
76
161
  },
162
+ ...AUTHOR_CONTENT,
163
+ };
164
+
165
+ const AUTHOR_CARD_STYLES = {
166
+ "authors-container": {
167
+ display: "flex",
168
+ "column-gap": "lg",
169
+ mobile: {
170
+ "flex-direction": "column",
171
+ "row-gap": "sm",
172
+ },
173
+ },
174
+ "meta-info-sub-container": {
175
+ display: "flex",
176
+ "flex-wrap": "wrap",
177
+ "align-items": "center",
178
+ "justify-content": "center",
179
+ "column-gap": "xs",
180
+ "row-gap": "xs",
181
+ "font-size": "sm",
182
+ "font-weight": "normal",
183
+ color: "var(--color-text-2)",
184
+ },
185
+ "author-cards-container": {},
186
+ "author-card-section": {
187
+ "border-radius": "xl",
188
+ "padding-top": "3xl",
189
+ "padding-bottom": "3xl",
190
+ "padding-left": "3xl",
191
+ "padding-right": "3xl",
192
+ display: "flex",
193
+ "flex-direction": "column",
194
+ mobile: {
195
+ "padding-right": "none",
196
+ "padding-top": "none",
197
+ "padding-left": "none",
198
+ },
199
+ tablet: {
200
+ "padding-right": "none",
201
+ "padding-top": "none",
202
+ "padding-left": "none",
203
+ },
204
+ },
205
+ "author-card-inner": {
206
+ display: "flex",
207
+ "flex-direction": "row",
208
+ "align-items": "stretch",
209
+ "column-gap": "3xl",
210
+ "row-gap": "2xl",
211
+ "border-radius": "xl",
212
+ "padding-top": "3xl",
213
+ "padding-bottom": "3xl",
214
+ "padding-left": "3xl",
215
+ "padding-right": "3xl",
216
+ mobile: {
217
+ "flex-direction": "column",
218
+ "padding-top": "2xl",
219
+ "padding-bottom": "2xl",
220
+ "padding-left": "xl",
221
+ "padding-right": "xl",
222
+ },
223
+ "border-style": "solid",
224
+ "border-width": "1px",
225
+ "box-shadow": {
226
+ x: 0,
227
+ y: 20,
228
+ blur: 40,
229
+ color: "#000000",
230
+ opacity: 20,
231
+ spread: -8,
232
+ },
233
+ tablet: {
234
+ "flex-direction": "column",
235
+ },
236
+ },
237
+ "author-card-content": {
238
+ display: "flex",
239
+ "flex-direction": "column",
240
+ "flex-grow": "1",
241
+ "row-gap": "lg",
242
+ },
243
+ "author-card-name": {
244
+ "font-weight": 700,
245
+ "line-height": 1.2,
246
+ tablet: {
247
+ "font-size": "2xl",
248
+ "text-align": "center",
249
+ },
250
+ },
251
+ "author-card-designation": {
252
+ color: "var(--color-text-2)",
253
+ "font-weight": 600,
254
+ tablet: {
255
+ "text-align": "center",
256
+ },
257
+ },
258
+ "author-bio": {
259
+ "line-height": 1.625,
260
+ mobile: {
261
+ "text-align": "center",
262
+ },
263
+ tablet: {
264
+ "text-align": "center",
265
+ },
266
+ },
267
+ "author-card-share-icon": {
268
+ height: "20px",
269
+ width: "20px",
270
+ "font-size": "20px",
271
+ },
272
+ "author-card-email-icon": {
273
+ height: "20px",
274
+ width: "20px",
275
+ "font-size": "20px",
276
+ },
277
+ "author-card-editorial": {},
278
+ "author-card-content-header": {
279
+ display: "flex",
280
+ "margin-bottom": "none",
281
+ tablet: {
282
+ "flex-direction": "column",
283
+ },
284
+ },
285
+ "author-card-content-socials-facebook-wrapper": {
286
+ display: "flex",
287
+ "justify-content": "center",
288
+ "align-items": "center",
289
+ width: "2.5rem",
290
+ height: "2.5rem",
291
+ "background-color": "var(--color-brand-secondary)",
292
+ "border-radius": "lg",
293
+ },
294
+ "author-card-content-socials-facebook-icon": {
295
+ height: "24px",
296
+ width: "24px",
297
+ "font-size": "24px",
298
+ },
299
+ "author-card-content-socials-instagram-wrapper": {
300
+ display: "flex",
301
+ "justify-content": "center",
302
+ "align-items": "center",
303
+ width: "2.5rem",
304
+ height: "2.5rem",
305
+ "background-color": "var(--color-brand-secondary)",
306
+ "border-radius": "lg",
307
+ },
308
+ "author-card-content-socials-instagram-icon": {
309
+ height: "24px",
310
+ width: "24px",
311
+ "font-size": "24px",
312
+ },
313
+ "author-card-content-socials-youtube-wrapper": {
314
+ display: "flex",
315
+ "justify-content": "center",
316
+ "align-items": "center",
317
+ width: "2.5rem",
318
+ height: "2.5rem",
319
+ "background-color": "var(--color-brand-secondary)",
320
+ "border-radius": "lg",
321
+ },
322
+ "author-card-content-socials-youtube-icon": {
323
+ height: "24px",
324
+ width: "24px",
325
+ "font-size": "24px",
326
+ },
327
+ "author-card-content-socials-github-wrapper": {
328
+ display: "flex",
329
+ "justify-content": "center",
330
+ "align-items": "center",
331
+ width: "2.5rem",
332
+ height: "2.5rem",
333
+ "background-color": "var(--color-brand-secondary)",
334
+ "border-radius": "lg",
335
+ },
336
+ "author-card-content-socials-github-icon": {
337
+ height: "24px",
338
+ width: "24px",
339
+ "font-size": "24px",
340
+ },
341
+ "author-card-content-socials-tiktok-wrapper": {
342
+ display: "flex",
343
+ "justify-content": "center",
344
+ "align-items": "center",
345
+ width: "2.5rem",
346
+ height: "2.5rem",
347
+ "background-color": "var(--color-brand-secondary)",
348
+ "border-radius": "lg",
349
+ },
350
+ "author-card-content-socials-tiktok-icon": {
351
+ height: "24px",
352
+ width: "24px",
353
+ "font-size": "24px",
354
+ },
355
+ "author-card-content-socials-twitter-wrapper": {
356
+ display: "flex",
357
+ "justify-content": "center",
358
+ "align-items": "center",
359
+ width: "2.5rem",
360
+ height: "2.5rem",
361
+ "background-color": "var(--color-brand-secondary)",
362
+ "border-radius": "lg",
363
+ },
364
+ "author-card-content-socials-twitter-icon": {
365
+ height: "24px",
366
+ width: "24px",
367
+ "font-size": "24px",
368
+ },
369
+ "author-card-content-socials-linkedin-wrapper": {
370
+ display: "flex",
371
+ "justify-content": "center",
372
+ "align-items": "center",
373
+ width: "2.5rem",
374
+ height: "2.5rem",
375
+ "background-color": "var(--color-brand-secondary)",
376
+ "border-radius": "lg",
377
+ },
378
+ "author-card-content-socials-linkedin-icon": {
379
+ height: "24px",
380
+ width: "24px",
381
+ "font-size": "24px",
382
+ },
383
+ "author-card-content-socials-website-wrapper": {
384
+ display: "flex",
385
+ "justify-content": "center",
386
+ "align-items": "center",
387
+ width: "2.5rem",
388
+ height: "2.5rem",
389
+ "background-color": "var(--color-brand-secondary)",
390
+ "border-radius": "lg",
391
+ },
392
+ "author-card-content-socials-website-icon": {
393
+ height: "24px",
394
+ width: "24px",
395
+ "font-size": "24px",
396
+ },
397
+ "author-card-content-socials": {
398
+ tablet: {
399
+ "flex-wrap": "wrap",
400
+ "justify-content": "center",
401
+ },
402
+ display: "flex",
403
+ "align-items": "center",
404
+ },
405
+ "author-card-image": {
406
+ width: "16rem",
407
+ height: "16rem",
408
+ "min-width": "16rem",
409
+ "max-height": "16rem",
410
+ "object-fit": "cover",
411
+ "border-radius": "xl",
412
+ tablet: {
413
+ width: "100%",
414
+ height: "32rem",
415
+ "max-height": "unset",
416
+ "min-width": "unset",
417
+ },
418
+ mobile: {
419
+ "max-height": "16rem",
420
+ },
421
+ },
422
+ "author-card-ctas": {
423
+ mobile: {
424
+ display: "flex",
425
+ "flex-direction": "column",
426
+ },
427
+ tablet: {
428
+ display: "flex",
429
+ "justify-content": "center",
430
+ },
431
+ },
432
+ "author-card-cta-first": {
433
+ mobile: {
434
+ width: "100%",
435
+ },
436
+ display: "none",
437
+ },
438
+ "author-card-cta-second": {
439
+ mobile: {
440
+ width: "100%",
441
+ },
442
+ },
443
+ "author-card-section-footer": {
444
+ display: "flex",
445
+ "justify-content": "center",
446
+ "margin-top": "3xl",
447
+ },
448
+ "author-bio-read-more": {
449
+ "text-decoration": "none",
450
+ width: "fit-content",
451
+ tablet: {
452
+ "margin-left": "auto",
453
+ "margin-right": "auto",
454
+ },
455
+ },
456
+ "author-bio-wrapper": {
457
+ tablet: {
458
+ display: "flex",
459
+ "flex-direction": "column",
460
+ "column-gap": "4xs",
461
+ "row-gap": "4xs",
462
+ },
463
+ },
464
+ };
465
+
466
+ const AUTHOR_CARD_CONFIG = {
467
+ "author-card-name": {
468
+ heading: {
469
+ level: "3",
470
+ },
471
+ selectedVariants: {
472
+ Heading_Level: "H5",
473
+ },
474
+ },
475
+ "author-card-designation": {
476
+ selectedVariants: {
477
+ Typography_Variants: "Caption",
478
+ },
479
+ },
480
+ "author-bio": {
481
+ selectedVariants: {
482
+ Typography_Variants: "Base",
483
+ },
484
+ },
485
+ "author-card-editorial": {
486
+ selectedVariants: {
487
+ Typography_Variants: "Caption",
488
+ },
489
+ },
490
+ "author-card-cta-first": {
491
+ selectedVariants: {
492
+ Button_Sizes: "Default",
493
+ },
494
+ },
495
+ "author-card-cta-second": {
496
+ selectedVariants: {
497
+ Button_Sizes: "Default",
498
+ },
499
+ },
500
+ "author-bio-read-more": {
501
+ selectedVariants: {
502
+ Button_Variants: "Link",
503
+ Button_Sizes: "XS",
504
+ },
505
+ },
77
506
  };
78
507
 
79
508
  export type IBlogPost1Content = typeof DEFAULT_CONTENT;
@@ -184,6 +613,14 @@ export const BlogPost1: IBlock = {
184
613
  "Holds author’s name, publication date, and estimated reading time. No content needed here.",
185
614
  },
186
615
  },
616
+ {
617
+ key: "authors-container",
618
+ label: "Authors Container",
619
+ field_interface: "BoxWidget",
620
+ hint: {
621
+ prompt_description: "Container for the author's information.",
622
+ },
623
+ },
187
624
  {
188
625
  key: "author-container",
189
626
  label: "Author Container",
@@ -235,6 +672,11 @@ export const BlogPost1: IBlock = {
235
672
  },
236
673
  },
237
674
  },
675
+ {
676
+ key: "meta-info-sub-container",
677
+ label: "Meta Info Sub Container",
678
+ field_interface: "BoxWidget",
679
+ },
238
680
  {
239
681
  key: "publish-date",
240
682
  label: "Publish Date",
@@ -379,6 +821,308 @@ export const BlogPost1: IBlock = {
379
821
  },
380
822
  },
381
823
  },
824
+ {
825
+ key: "author-cards-container",
826
+ label: "Author Cards Container",
827
+ field_interface: "BoxWidget",
828
+ hint: {
829
+ prompt_description: "Author Cards Container",
830
+ },
831
+ },
832
+ {
833
+ key: "author-card-section",
834
+ label: "Author Card Section",
835
+ field_interface: "BoxWidget",
836
+ hint: {
837
+ prompt_description:
838
+ "Outer container for the author card displayed below the blog post content. No direct content needed.",
839
+ },
840
+ },
841
+ {
842
+ key: "author-card-inner",
843
+ label: "Author Card Inner",
844
+ field_interface: "BoxWidget",
845
+ hint: {
846
+ prompt_description:
847
+ "Inner card container with avatar and content laid out side-by-side. No direct content needed.",
848
+ },
849
+ },
850
+ {
851
+ key: "author-card-content",
852
+ label: "Author Card Content",
853
+ field_interface: "BoxWidget",
854
+ hint: {
855
+ prompt_description:
856
+ "Right-side content area of the author card containing name, designation, bio, and actions. No direct content needed.",
857
+ },
858
+ },
859
+ {
860
+ key: "author-card-content-header",
861
+ label: "Author Card Content Header",
862
+ field_interface: "BoxWidget",
863
+ hint: {
864
+ prompt_description:
865
+ "Right-side content area of the author card containing name, designation, bio, and actions. No direct content needed.",
866
+ },
867
+ },
868
+ {
869
+ key: "author-card-content-info",
870
+ label: "Author Card Content Info",
871
+ field_interface: "BoxWidget",
872
+ hint: {
873
+ prompt_description:
874
+ "Right-side content area of the author card containing name, designation, bio, and actions. No direct content needed.",
875
+ },
876
+ },
877
+ {
878
+ key: "author-card-image",
879
+ label: "Author Card Image",
880
+ field_interface: "ImageWidget",
881
+ options: {
882
+ module_field: {
883
+ module: "blog",
884
+ key: "author.name",
885
+ },
886
+ },
887
+ },
888
+ {
889
+ key: "author-card-name",
890
+ label: "Author Card Name",
891
+ field_interface: "HeadingWidget",
892
+ hint: {
893
+ prompt_description:
894
+ "Author's full name displayed prominently in the author card. Proper capitalization, 2–3 words.",
895
+ usecase: "author",
896
+ min_characters: 3,
897
+ max_characters: 40,
898
+ },
899
+ options: {
900
+ module_field: {
901
+ module: "blog",
902
+ key: "author.name",
903
+ },
904
+ },
905
+ },
906
+ {
907
+ key: "author-card-designation",
908
+ label: "Author Card Designation",
909
+ field_interface: "TypographyWidget",
910
+ hint: {
911
+ prompt_description: "Author's role or title, e.g. 'Founder @ Headstart'. Short, 2–5 words.",
912
+ usecase: "author",
913
+ min_characters: 3,
914
+ max_characters: 50,
915
+ },
916
+ options: {
917
+ module_field: {
918
+ module: "blog",
919
+ key: "author.username",
920
+ },
921
+ },
922
+ },
923
+ {
924
+ key: "author-bio-wrapper",
925
+ label: "Author Bio Wrapper",
926
+ field_interface: "BoxWidget",
927
+ },
928
+ {
929
+ key: "author-bio",
930
+ label: "Author Bio",
931
+ field_interface: "TypographyWidget",
932
+ hint: {
933
+ prompt_description:
934
+ "Author's biography paragraph. 2–4 sentences covering background and expertise.",
935
+ usecase: "description",
936
+ min_characters: 40,
937
+ max_characters: 400,
938
+ },
939
+ options: {
940
+ module_field: {
941
+ module: "blog",
942
+ key: "author.bio",
943
+ },
944
+ },
945
+ },
946
+ {
947
+ key: "author-bio-read-more",
948
+ label: "Author Bio Read More",
949
+ field_interface: "ButtonWidget",
950
+ options: {
951
+ module_field: {
952
+ module: "blog",
953
+ key: "author.bio",
954
+ },
955
+ },
956
+ },
957
+ {
958
+ key: "author-card-content-socials",
959
+ label: "Author Card Content Socials",
960
+ field_interface: "BoxWidget",
961
+ hint: {
962
+ prompt_description:
963
+ "Right-side content area of the author card containing name, designation, bio, and actions. No direct content needed.",
964
+ },
965
+ },
966
+ {
967
+ key: "author-card-content-socials-facebook-wrapper",
968
+ label: "author-card-content-socials-facebook-wrapper",
969
+ field_interface: "BoxWidget",
970
+ },
971
+ {
972
+ key: "author-card-content-socials-instagram-wrapper",
973
+ label: "author-card-content-socials-instagram-wrapper",
974
+ field_interface: "BoxWidget",
975
+ },
976
+ {
977
+ key: "author-card-content-socials-linkedin-wrapper",
978
+ label: "author-card-content-socials-linkedin-wrapper",
979
+ field_interface: "BoxWidget",
980
+ },
981
+ {
982
+ key: "author-card-content-socials-twitter-wrapper",
983
+ label: "author-card-content-socials-twitter-wrapper",
984
+ field_interface: "BoxWidget",
985
+ },
986
+ {
987
+ key: "author-card-content-socials-youtube-wrapper",
988
+ label: "author-card-content-socials-youtube-wrapper",
989
+ field_interface: "BoxWidget",
990
+ },
991
+ {
992
+ key: "author-card-content-socials-github-wrapper",
993
+ label: "author-card-content-socials-github-wrapper",
994
+ field_interface: "BoxWidget",
995
+ },
996
+ {
997
+ key: "author-card-content-socials-tiktok-wrapper",
998
+ label: "author-card-content-socials-tiktok-wrapper",
999
+ field_interface: "BoxWidget",
1000
+ },
1001
+ {
1002
+ key: "author-card-content-socials-website-wrapper",
1003
+ label: "author-card-content-socials-website-wrapper",
1004
+ field_interface: "BoxWidget",
1005
+ },
1006
+ {
1007
+ key: "author-card-content-socials-facebook-icon",
1008
+ label: "author-card-content-socials-facebook-icon",
1009
+ field_interface: "IconWidget",
1010
+ options: {
1011
+ module_field: {
1012
+ module: "blog",
1013
+ key: "author.social.facebook",
1014
+ },
1015
+ },
1016
+ },
1017
+ {
1018
+ key: "author-card-content-socials-instagram-icon",
1019
+ label: "author-card-content-socials-instagram-icon",
1020
+ field_interface: "IconWidget",
1021
+ options: {
1022
+ module_field: {
1023
+ module: "blog",
1024
+ key: "author.social.instagram",
1025
+ },
1026
+ },
1027
+ },
1028
+ {
1029
+ key: "author-card-content-socials-linkedin-icon",
1030
+ label: "author-card-content-socials-linkedin-icon",
1031
+ field_interface: "IconWidget",
1032
+ options: {
1033
+ module_field: {
1034
+ module: "blog",
1035
+ key: "author.social.linkedin",
1036
+ },
1037
+ },
1038
+ },
1039
+ {
1040
+ key: "author-card-content-socials-twitter-icon",
1041
+ label: "author-card-content-socials-twitter-icon",
1042
+ field_interface: "IconWidget",
1043
+ options: {
1044
+ module_field: {
1045
+ module: "blog",
1046
+ key: "author.social.twitter",
1047
+ },
1048
+ },
1049
+ },
1050
+ {
1051
+ key: "author-card-content-socials-youtube-icon",
1052
+ label: "author-card-content-socials-youtube-icon",
1053
+ field_interface: "IconWidget",
1054
+ options: {
1055
+ module_field: {
1056
+ module: "blog",
1057
+ key: "author.social.youtube",
1058
+ },
1059
+ },
1060
+ },
1061
+ {
1062
+ key: "author-card-content-socials-github-icon",
1063
+ label: "author-card-content-socials-github-icon",
1064
+ field_interface: "IconWidget",
1065
+ options: {
1066
+ module_field: {
1067
+ module: "blog",
1068
+ key: "author.social.github",
1069
+ },
1070
+ },
1071
+ },
1072
+ {
1073
+ key: "author-card-content-socials-tiktok-icon",
1074
+ label: "author-card-content-socials-tiktok-icon",
1075
+ field_interface: "IconWidget",
1076
+ options: {
1077
+ module_field: {
1078
+ module: "blog",
1079
+ key: "author.social.tiktok",
1080
+ },
1081
+ },
1082
+ },
1083
+ {
1084
+ key: "author-card-content-socials-website-icon",
1085
+ label: "author-card-content-socials-website-icon",
1086
+ field_interface: "IconWidget",
1087
+ options: {
1088
+ module_field: {
1089
+ module: "blog",
1090
+ key: "author.social.website",
1091
+ },
1092
+ },
1093
+ },
1094
+ {
1095
+ key: "author-card-ctas",
1096
+ label: "Author Card CTAs",
1097
+ field_interface: "BoxWidget",
1098
+ },
1099
+ {
1100
+ key: "author-card-cta-first",
1101
+ label: "Author Card CTA First",
1102
+ field_interface: "ButtonWidget",
1103
+ },
1104
+ {
1105
+ key: "author-card-cta-second",
1106
+ label: "Author Card CTA Second",
1107
+ field_interface: "ButtonWidget",
1108
+ },
1109
+ {
1110
+ key: "author-card-section-footer",
1111
+ label: "Author Card Section Footer",
1112
+ field_interface: "BoxWidget",
1113
+ },
1114
+ {
1115
+ key: "author-card-editorial",
1116
+ label: "Author Card Editorial Credit",
1117
+ field_interface: "TypographyWidget",
1118
+ hint: {
1119
+ prompt_description:
1120
+ "Footer credit line shown below the author card, e.g. 'Curated by the Editorial Team'. Short, sentence case.",
1121
+ usecase: "description",
1122
+ min_characters: 10,
1123
+ max_characters: 60,
1124
+ },
1125
+ },
382
1126
  ],
383
1127
  layouts: [
384
1128
  {
@@ -458,9 +1202,13 @@ export const BlogPost1: IBlock = {
458
1202
  "font-size": "sm",
459
1203
  "font-weight": "normal",
460
1204
  color: "var(--color-text-2)",
1205
+ tablet: {
1206
+ "flex-direction": "column",
1207
+ "row-gap": "md",
1208
+ },
461
1209
  },
462
1210
  "author-container": {
463
- display: "none",
1211
+ display: "flex",
464
1212
  "align-items": "center",
465
1213
  "column-gap": "2xs",
466
1214
  "row-gap": "2xs",
@@ -588,6 +1336,7 @@ export const BlogPost1: IBlock = {
588
1336
  "author-description": {
589
1337
  "font-size": "sm",
590
1338
  },
1339
+ ...AUTHOR_CARD_STYLES,
591
1340
  },
592
1341
  content: DEFAULT_CONTENT,
593
1342
  config: {
@@ -625,6 +1374,7 @@ export const BlogPost1: IBlock = {
625
1374
  Typography_Variants: "Small",
626
1375
  },
627
1376
  },
1377
+ ...AUTHOR_CARD_CONFIG,
628
1378
  },
629
1379
  },
630
1380
  ],