@levo-so/blocks 0.1.100 → 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 +5 -4
  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,13 +1,42 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const ICON_VOLUME = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
6
+ id: "chart-success",
7
+ label: "Chart Success",
9
8
  svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M14.5 11.4H9.5C9.09 11.4 8.75 11.06 8.75 10.65C8.75 10.24 9.09 9.90002 9.5 9.90002H14.5C14.91 9.90002 15.25 10.24 15.25 10.65C15.25 11.06 14.91 11.4 14.5 11.4Z" fill="var(--color-icon-primary)"/>\n<path d="M4.92957 22.75C4.50957 22.75 4.11957 22.65 3.76957 22.45C2.99957 22 2.55957 21.09 2.55957 19.96V5.86C2.55957 3.32 4.62957 1.25 7.16957 1.25H16.8196C19.3596 1.25 21.4296 3.32 21.4296 5.86V19.95C21.4296 21.08 20.9896 21.99 20.2196 22.44C19.4496 22.89 18.4396 22.84 17.4496 22.29L12.5696 19.58C12.2796 19.42 11.7096 19.42 11.4196 19.58L6.53957 22.29C5.99957 22.59 5.44957 22.75 4.92957 22.75ZM7.17957 2.75C5.46957 2.75 4.06957 4.15 4.06957 5.86V19.95C4.06957 20.54 4.23957 20.98 4.53957 21.15C4.83957 21.33 5.30957 21.27 5.81957 20.98L10.6996 18.27C11.4396 17.86 12.5596 17.86 13.2996 18.27L18.1796 20.98C18.6896 21.27 19.1596 21.33 19.4596 21.15C19.7596 20.97 19.9296 20.53 19.9296 19.95V5.86C19.9296 4.15 18.5296 2.75 16.8196 2.75H7.17957Z" fill="var(--color-icon-primary)"/>\n</svg>',
9
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M13 22.75H9C3.57 22.75 1.25 20.43 1.25 15V9C1.25 3.57 3.57 1.25 9 1.25H15C20.43 1.25 22.75 3.57 22.75 9V13C22.75 13.41 22.41 13.75 22 13.75C21.59 13.75 21.25 13.41 21.25 13V9C21.25 4.39 19.61 2.75 15 2.75H9C4.39 2.75 2.75 4.39 2.75 9V15C2.75 19.61 4.39 21.25 9 21.25H13C13.41 21.25 13.75 21.59 13.75 22C13.75 22.41 13.41 22.75 13 22.75Z" fill="currentColor"/>\n<path d="M7 14.69C6.59 14.69 6.25 14.35 6.25 13.94V10.73C6.25 10.32 6.59 9.98001 7 9.98001C7.41 9.98001 7.75 10.32 7.75 10.73V13.94C7.75 14.36 7.41 14.69 7 14.69Z" fill="currentColor"/>\n<path d="M17 14.69C16.59 14.69 16.25 14.35 16.25 13.94V10.73C16.25 10.32 16.59 9.98001 17 9.98001C17.41 9.98001 17.75 10.32 17.75 10.73V13.94C17.75 14.36 17.41 14.69 17 14.69Z" fill="currentColor"/>\n<path d="M17.5803 21.75C17.3803 21.75 17.1903 21.67 17.0503 21.53L15.4703 19.96C15.1803 19.67 15.1703 19.19 15.4703 18.9C15.7603 18.61 16.2403 18.6 16.5303 18.9L17.5403 19.9L20.4403 16.51C20.7103 16.19 21.1803 16.16 21.5003 16.43C21.8103 16.7 21.8503 17.17 21.5803 17.49L18.1603 21.49C18.0203 21.65 17.8303 21.74 17.6203 21.75C17.6003 21.75 17.5903 21.75 17.5803 21.75Z" fill="currentColor"/>\n<path d="M12 14.25C11.59 14.25 11.25 13.91 11.25 13.5V10.5C11.25 10.09 11.59 9.75 12 9.75C12.41 9.75 12.75 10.09 12.75 10.5V13.5C12.75 13.91 12.41 14.25 12 14.25Z" fill="currentColor"/>\n</svg>',
10
+ },
11
+ };
12
+
13
+ const ICON_UPTIME = {
14
+ kind: "icon",
15
+ data: {
16
+ id: "medal-star",
17
+ label: "Medal Star",
18
+ svgCode:
19
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12 16.75C11.6 16.75 11.2 16.72 10.82 16.65C8.7 16.34 6.77 15.12 5.55 13.31C4.7 12.03 4.25 10.54 4.25 9C4.25 4.73 7.73 1.25 12 1.25C16.27 1.25 19.75 4.73 19.75 9C19.75 10.54 19.3 12.03 18.45 13.31C17.22 15.13 15.29 16.34 13.15 16.66C12.8 16.72 12.4 16.75 12 16.75ZM12 2.75C8.55 2.75 5.75 5.55 5.75 9C5.75 10.25 6.11 11.45 6.79 12.47C7.78 13.93 9.33 14.91 11.05 15.16C11.69 15.27 12.32 15.27 12.91 15.16C14.66 14.91 16.21 13.92 17.2 12.46C17.88 11.44 18.24 10.24 18.24 8.98999C18.25 5.54999 15.45 2.75 12 2.75Z" fill="currentColor"/>\n<path d="M6.46933 22.59C6.32933 22.59 6.19933 22.57 6.05933 22.54C5.40933 22.39 4.90933 21.89 4.75933 21.24L4.40933 19.77C4.38933 19.68 4.31933 19.61 4.21933 19.58L2.56933 19.19C1.94933 19.04 1.45933 18.58 1.28933 17.97C1.11933 17.36 1.28933 16.7 1.73933 16.25L5.63933 12.35C5.79933 12.19 6.01933 12.11 6.23933 12.13C6.45933 12.15 6.65933 12.27 6.78933 12.46C7.77933 13.92 9.32933 14.91 11.0593 15.16C11.6993 15.27 12.3293 15.27 12.9193 15.16C14.6693 14.91 16.2193 13.92 17.2093 12.46C17.3293 12.27 17.5393 12.15 17.7593 12.13C17.9793 12.11 18.1993 12.19 18.3593 12.35L22.2593 16.25C22.7093 16.7 22.8793 17.36 22.7093 17.97C22.5393 18.58 22.0393 19.05 21.4293 19.19L19.7793 19.58C19.6893 19.6 19.6193 19.67 19.5893 19.77L19.2393 21.24C19.0893 21.89 18.5893 22.39 17.9393 22.54C17.2893 22.7 16.6193 22.47 16.1993 21.96L11.9993 17.13L7.79933 21.97C7.45933 22.37 6.97933 22.59 6.46933 22.59ZM6.08933 14.03L2.79933 17.32C2.70933 17.41 2.71933 17.51 2.73933 17.57C2.74933 17.62 2.79933 17.72 2.91933 17.74L4.56933 18.13C5.21933 18.28 5.71933 18.78 5.86933 19.43L6.21933 20.9C6.24933 21.03 6.34933 21.07 6.40933 21.09C6.46933 21.1 6.56933 21.11 6.65933 21.01L10.4893 16.6C8.78933 16.27 7.22933 15.36 6.08933 14.03ZM13.5093 16.59L17.3393 20.99C17.4293 21.1 17.5393 21.1 17.5993 21.08C17.6593 21.07 17.7493 21.02 17.7893 20.89L18.1393 19.42C18.2893 18.77 18.7893 18.27 19.4393 18.12L21.0893 17.73C21.2093 17.7 21.2593 17.61 21.2693 17.56C21.2893 17.51 21.2993 17.4 21.2093 17.31L17.9193 14.02C16.7693 15.35 15.2193 16.26 13.5093 16.59Z" fill="currentColor"/>\n<path d="M13.8901 12.89C13.6301 12.89 13.3201 12.82 12.9501 12.6L12.0001 12.03L11.0501 12.59C10.1801 13.11 9.61014 12.81 9.40014 12.66C9.19014 12.51 8.74014 12.06 8.97014 11.07L9.21014 10.04L8.41014 9.29999C7.97014 8.85999 7.81014 8.33001 7.96014 7.85001C8.11014 7.37001 8.55014 7.02999 9.17014 6.92999L10.2401 6.75L10.7501 5.63C11.0401 5.06 11.4901 4.73999 12.0001 4.73999C12.5101 4.73999 12.9701 5.07001 13.2501 5.64001L13.8401 6.82001L14.8301 6.94C15.4401 7.04 15.8801 7.37999 16.0401 7.85999C16.1901 8.33999 16.0301 8.87 15.5901 9.31L14.7601 10.14L15.0201 11.07C15.2501 12.06 14.8001 12.51 14.5901 12.66C14.4801 12.75 14.2401 12.89 13.8901 12.89ZM9.61014 8.39001L10.3001 9.07999C10.6201 9.39999 10.7801 9.94 10.6801 10.38L10.4901 11.18L11.2901 10.71C11.7201 10.46 12.3001 10.46 12.7201 10.71L13.5201 11.18L13.3401 10.38C13.2401 9.93001 13.3901 9.39999 13.7101 9.07999L14.4001 8.39001L13.5301 8.23999C13.1101 8.16999 12.6901 7.86001 12.5001 7.48001L12.0001 6.5L11.5001 7.5C11.3201 7.87 10.9001 8.19001 10.4801 8.26001L9.61014 8.39001Z" fill="currentColor"/>\n</svg>',
20
+ },
21
+ };
22
+
23
+ const ICON_LATENCY = {
24
+ kind: "icon",
25
+ data: {
26
+ id: "flash",
27
+ label: "Flash",
28
+ svgCode:
29
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M9.98959 22.75C9.78959 22.75 9.62959 22.71 9.50959 22.66C9.10959 22.51 8.42959 22.02 8.42959 20.47V14.02H6.08959C4.74959 14.02 4.26959 13.39 4.09959 13.02C3.92959 12.64 3.77959 11.87 4.65959 10.86L12.2296 2.26001C13.2496 1.10001 14.0796 1.18001 14.4796 1.33001C14.8796 1.48001 15.5596 1.97001 15.5596 3.52001V9.97001H17.8996C19.2396 9.97001 19.7196 10.6 19.8896 10.97C20.0596 11.35 20.2096 12.12 19.3296 13.13L11.7596 21.73C11.0496 22.54 10.4296 22.75 9.98959 22.75ZM13.9296 2.74001C13.8996 2.78001 13.6896 2.88001 13.3596 3.26001L5.78959 11.86C5.50959 12.18 5.46959 12.38 5.46959 12.42C5.48959 12.43 5.66959 12.53 6.08959 12.53H9.17959C9.58959 12.53 9.92959 12.87 9.92959 13.28V20.48C9.92959 20.98 10.0196 21.2 10.0596 21.26C10.0896 21.22 10.2996 21.12 10.6296 20.74L18.1996 12.14C18.4796 11.82 18.5196 11.62 18.5196 11.58C18.4996 11.57 18.3196 11.47 17.8996 11.47H14.8096C14.3996 11.47 14.0596 11.13 14.0596 10.72V3.52001C14.0696 3.02001 13.9696 2.81001 13.9296 2.74001Z" fill="currentColor"/>\n</svg>',
30
+ },
31
+ };
32
+
33
+ const ICON_COMPLIANCE = {
34
+ kind: "icon",
35
+ data: {
36
+ id: "shield-tick",
37
+ label: "Shield Tick",
38
+ svgCode:
39
+ '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M12.0004 22.7599C10.9104 22.7599 9.83039 22.4399 8.98039 21.8099L4.68039 18.5999C3.54039 17.7499 2.65039 15.9699 2.65039 14.5599V7.11994C2.65039 5.57994 3.78039 3.93994 5.23039 3.39994L10.2204 1.52994C11.2104 1.15994 12.7704 1.15994 13.7604 1.52994L18.7504 3.39994C20.2004 3.93994 21.3304 5.57994 21.3304 7.11994V14.5499C21.3304 15.9699 20.4404 17.7399 19.3004 18.5899L15.0004 21.7999C14.1704 22.4399 13.0904 22.7599 12.0004 22.7599ZM10.7504 2.93994L5.76039 4.80994C4.91039 5.12994 4.16039 6.20994 4.16039 7.12994V14.5599C4.16039 15.5099 4.83039 16.8399 5.58039 17.3999L9.88039 20.6099C11.0304 21.4699 12.9704 21.4699 14.1304 20.6099L18.4304 17.3999C19.1904 16.8299 19.8504 15.5099 19.8504 14.5599V7.11994C19.8504 6.20994 19.1004 5.12994 18.2504 4.79994L13.2604 2.92994C12.5804 2.68994 11.4204 2.68994 10.7504 2.93994Z" fill="currentColor"/>\n<path d="M10.6602 14.2301C10.4702 14.2301 10.2802 14.1601 10.1302 14.0101L8.52023 12.4001C8.23023 12.1101 8.23023 11.6301 8.52023 11.3401C8.81023 11.0501 9.29023 11.0501 9.58023 11.3401L10.6602 12.4201L14.4302 8.65012C14.7202 8.36012 15.2002 8.36012 15.4902 8.65012C15.7802 8.94012 15.7802 9.42012 15.4902 9.71012L11.1902 14.0101C11.0402 14.1601 10.8502 14.2301 10.6602 14.2301Z" fill="currentColor"/>\n</svg>',
11
40
  },
12
41
  };
13
42
 
@@ -15,80 +44,43 @@ const DEFAULT_CONTENT = {
15
44
  layout: null,
16
45
  container: null,
17
46
  stats_levoGroup: null,
18
- title: "Title",
47
+ title: "Numbers that move money safely",
19
48
  description:
20
- "Description Description Description Description Description Description Description Description ",
49
+ "Payments, settlement, and fraud defense the world's fintechs run on — measured by the volume we clear and the downtime we don't.",
21
50
  stats: [
22
51
  {
23
52
  stat: null,
24
- icon: DUMMY_ICON,
53
+ icon: ICON_VOLUME,
25
54
  "content-wrapper": null,
26
- header: "20+",
27
- description: "Years of experience",
55
+ header: "$420B+",
56
+ description: "Annual payment volume",
28
57
  },
29
58
  {
30
59
  stat: null,
31
- icon: DUMMY_ICON,
60
+ icon: ICON_UPTIME,
32
61
  "content-wrapper": null,
33
- header: "500+",
34
- description: "Happy Client Worldwide",
62
+ header: "99.99%",
63
+ description: "Platform uptime, monthly",
35
64
  },
36
65
  {
37
66
  stat: null,
38
- icon: DUMMY_ICON,
67
+ icon: ICON_LATENCY,
39
68
  "content-wrapper": null,
40
- header: "1K+",
41
- description: "Audits Completed",
69
+ header: "<80ms",
70
+ description: "Median auth latency",
42
71
  },
43
72
  {
44
73
  stat: null,
45
- icon: DUMMY_ICON,
74
+ icon: ICON_COMPLIANCE,
46
75
  "content-wrapper": null,
47
- header: "22+",
48
- description: "Business Awards",
76
+ header: "PCI L1",
77
+ description: "Audited every quarter",
49
78
  },
50
79
  ],
51
80
  };
52
81
 
53
82
  export type IStats1Content = typeof DEFAULT_CONTENT;
54
83
 
55
- const STAT_STYLE = {
56
- stat: {
57
- border: "none",
58
- "background-color": "transparent",
59
- "box-shadow": "none",
60
- display: "flex",
61
- width: "100%",
62
- "flex-direction": "column",
63
- "row-gap": "xl",
64
- },
65
- icon: {
66
- width: "48px",
67
- height: "48px",
68
- "object-fit": "contain",
69
- "margin-left": "auto",
70
- "margin-right": "auto",
71
- },
72
- "content-wrapper": {
73
- display: "flex",
74
- "flex-direction": "column",
75
- "align-items": "center",
76
- "row-gap": "xs",
77
- },
78
- header: {
79
- color: "var(--color-brand-foreground)",
80
- },
81
- description: {
82
- color: "var(--color-brand-foreground)",
83
- "font-size": "base",
84
- "font-weight": 600,
85
- },
86
- };
87
-
88
- const STATS_STYLES = Array(4)
89
- ?.fill(0)
90
- ?.map((_: any) => STAT_STYLE);
91
-
92
84
  export const Stats1: IBlock = {
93
85
  category_id: "stats",
94
86
  title: "Stats 1",
@@ -213,8 +205,8 @@ export const Stats1: IBlock = {
213
205
  stats_levoGroup: {
214
206
  display: "grid",
215
207
  "grid-template-columns": "repeat(4, minmax(0, 1fr))",
216
- "column-gap": "9xl",
217
- "row-gap": "9xl",
208
+ "column-gap": "3xl",
209
+ "row-gap": "3xl",
218
210
  tablet: {
219
211
  "grid-template-columns": "repeat(2, minmax(0, 1fr))",
220
212
  },
@@ -222,132 +214,41 @@ export const Stats1: IBlock = {
222
214
  "grid-template-columns": "repeat(1, minmax(0, 1fr))",
223
215
  },
224
216
  },
225
- stats: [
226
- {
227
- stat: {
228
- border: "none",
229
- "background-color": "transparent",
230
- "box-shadow": "none",
231
- display: "flex",
232
- width: "100%",
233
- "flex-direction": "column",
234
- "row-gap": "xl",
235
- },
236
- icon: {
237
- width: "48px",
238
- height: "48px",
239
- "object-fit": "contain",
240
- "margin-left": "auto",
241
- "margin-right": "auto",
242
- },
243
- "content-wrapper": {
244
- display: "flex",
245
- "flex-direction": "column",
246
- "align-items": "center",
247
- "row-gap": "4xs",
248
- },
249
- header: {
250
- color: "brandForeground",
251
- },
252
- description: {
253
- "font-weight": 600,
254
- color: "brandForeground",
255
- },
217
+ stats_levoGroupItem: {
218
+ stat: {
219
+ border: "none",
220
+ "background-color": "transparent",
221
+ "box-shadow": "none",
222
+ display: "flex",
223
+ width: "100%",
224
+ "flex-direction": "column",
225
+ "row-gap": "base",
256
226
  },
257
- {
258
- stat: {
259
- border: "none",
260
- "background-color": "transparent",
261
- "box-shadow": "none",
262
- display: "flex",
263
- width: "100%",
264
- "flex-direction": "column",
265
- "row-gap": "xl",
266
- },
267
- icon: {
268
- width: "48px",
269
- height: "48px",
270
- "object-fit": "contain",
271
- "margin-left": "auto",
272
- "margin-right": "auto",
273
- },
274
- "content-wrapper": {
275
- display: "flex",
276
- "flex-direction": "column",
277
- "align-items": "center",
278
- "row-gap": "4xs",
279
- },
280
- header: {
281
- color: "brandForeground",
282
- },
283
- description: {
284
- "font-weight": 600,
285
- color: "brandForeground",
286
- },
227
+ icon: {
228
+ width: "40px",
229
+ height: "40px",
230
+ "object-fit": "contain",
231
+ "margin-left": "auto",
232
+ "margin-right": "auto",
233
+ "flex-shrink": 0,
234
+ color: "brandForeground",
287
235
  },
288
- {
289
- stat: {
290
- border: "none",
291
- "background-color": "transparent",
292
- "box-shadow": "none",
293
- display: "flex",
294
- width: "100%",
295
- "flex-direction": "column",
296
- "row-gap": "xl",
297
- },
298
- icon: {
299
- width: "48px",
300
- height: "48px",
301
- "object-fit": "contain",
302
- "margin-left": "auto",
303
- "margin-right": "auto",
304
- },
305
- "content-wrapper": {
306
- display: "flex",
307
- "flex-direction": "column",
308
- "align-items": "center",
309
- "row-gap": "4xs",
310
- },
311
- header: {
312
- color: "brandForeground",
313
- },
314
- description: {
315
- "font-weight": 600,
316
- color: "brandForeground",
317
- },
236
+ "content-wrapper": {
237
+ display: "flex",
238
+ "flex-direction": "column",
239
+ "align-items": "center",
240
+ "row-gap": "4xs",
318
241
  },
319
- {
320
- stat: {
321
- border: "none",
322
- "background-color": "transparent",
323
- "box-shadow": "none",
324
- display: "flex",
325
- width: "100%",
326
- "flex-direction": "column",
327
- "row-gap": "xl",
328
- },
329
- icon: {
330
- width: "48px",
331
- height: "48px",
332
- "object-fit": "contain",
333
- "margin-left": "auto",
334
- "margin-right": "auto",
335
- },
336
- "content-wrapper": {
337
- display: "flex",
338
- "flex-direction": "column",
339
- "align-items": "center",
340
- "row-gap": "4xs",
341
- },
342
- header: {
343
- color: "brandForeground",
344
- },
345
- description: {
346
- "font-weight": 600,
347
- color: "brandForeground",
348
- },
242
+ header: {
243
+ color: "brandForeground",
349
244
  },
350
- ],
245
+ description: {
246
+ "font-weight": 600,
247
+ color: "brandForeground",
248
+ "text-align": "center",
249
+ },
250
+ },
251
+ stats: [{}, {}, {}, {}],
351
252
  title: {
352
253
  color: "brandForeground",
353
254
  "text-align": "center",
@@ -360,99 +261,38 @@ export const Stats1: IBlock = {
360
261
  },
361
262
  content: DEFAULT_CONTENT,
362
263
  config: {
363
- "stats.0.header": {
364
- heading: {
365
- level: 2,
366
- },
367
- selectedVariants: {
368
- Heading_Level: "H2",
369
- },
370
- },
371
- "stats.1.header": {
372
- heading: {
373
- level: 2,
374
- },
375
- selectedVariants: {
376
- Heading_Level: "H2",
377
- },
378
- },
379
- "stats.2.header": {
380
- heading: {
381
- level: 2,
382
- },
383
- selectedVariants: {
384
- Heading_Level: "H2",
385
- },
386
- },
387
- "stats.3.header": {
388
- heading: {
389
- level: 2,
390
- },
391
- selectedVariants: {
392
- Heading_Level: "H2",
393
- },
394
- },
395
264
  stats: [
396
265
  {
397
266
  header: {
398
- heading: {
399
- level: "3",
400
- },
401
- selectedVariants: {
402
- Heading_Level: "H2",
403
- },
404
- },
405
- "content-wrapper": {
406
- selectedVariants: {},
407
- },
408
- description: {
409
- selectedVariants: {},
267
+ heading: { level: "3" },
268
+ selectedVariants: { Heading_Level: "H2" },
410
269
  },
270
+ "content-wrapper": { selectedVariants: {} },
271
+ description: { selectedVariants: {} },
411
272
  },
412
273
  {
413
274
  header: {
414
- selectedVariants: {
415
- Heading_Level: "H2",
416
- },
417
- },
418
- "content-wrapper": {
419
- selectedVariants: {},
420
- },
421
- description: {
422
- selectedVariants: {},
275
+ heading: { level: "3" },
276
+ selectedVariants: { Heading_Level: "H2" },
423
277
  },
278
+ "content-wrapper": { selectedVariants: {} },
279
+ description: { selectedVariants: {} },
424
280
  },
425
281
  {
426
282
  header: {
427
- selectedVariants: {
428
- Heading_Level: "H2",
429
- },
430
- heading: {
431
- level: "3",
432
- },
433
- },
434
- "content-wrapper": {
435
- selectedVariants: {},
436
- },
437
- description: {
438
- selectedVariants: {},
283
+ heading: { level: "3" },
284
+ selectedVariants: { Heading_Level: "H2" },
439
285
  },
286
+ "content-wrapper": { selectedVariants: {} },
287
+ description: { selectedVariants: {} },
440
288
  },
441
289
  {
442
290
  header: {
443
- selectedVariants: {
444
- Heading_Level: "H2",
445
- },
446
- heading: {
447
- level: "3",
448
- },
449
- },
450
- "content-wrapper": {
451
- selectedVariants: {},
452
- },
453
- description: {
454
- selectedVariants: {},
291
+ heading: { level: "3" },
292
+ selectedVariants: { Heading_Level: "H2" },
455
293
  },
294
+ "content-wrapper": { selectedVariants: {} },
295
+ description: { selectedVariants: {} },
456
296
  },
457
297
  ],
458
298
  title: {
@@ -462,5 +302,255 @@ export const Stats1: IBlock = {
462
302
  },
463
303
  },
464
304
  },
305
+ {
306
+ key: "horizontal-bar",
307
+ title: "Horizontal Bar",
308
+ styles: {
309
+ layout: { "background-color": "background-1" },
310
+ container: {
311
+ display: "flex",
312
+ "flex-direction": "column",
313
+ "row-gap": "2xl",
314
+ },
315
+ stats_levoGroup: {
316
+ display: "flex",
317
+ "flex-direction": "row",
318
+ "column-gap": "none",
319
+ "border-width": "1px",
320
+ "border-style": "solid",
321
+ "border-color": "border",
322
+ "border-radius": "xl",
323
+ overflow: "hidden",
324
+ tablet: { "flex-wrap": "wrap" },
325
+ mobile: { "flex-direction": "column" },
326
+ },
327
+ stats_levoGroupItem: {
328
+ icon: {
329
+ width: "32px",
330
+ height: "32px",
331
+ "object-fit": "contain",
332
+ "flex-shrink": 0,
333
+ color: "brand",
334
+ },
335
+ "content-wrapper": {
336
+ display: "flex",
337
+ "flex-direction": "column",
338
+ "align-items": "flex-start",
339
+ "row-gap": "2xs",
340
+ },
341
+ header: { color: "text-1" },
342
+ description: { "font-weight": 500, color: "text-2" },
343
+ },
344
+ stats: Array(4)
345
+ .fill(0)
346
+ .map((_, i) => ({
347
+ stat: {
348
+ border: "none",
349
+ "background-color": "transparent",
350
+ "box-shadow": "none",
351
+ display: "flex",
352
+ flex: "1",
353
+ "flex-direction": "row",
354
+ "align-items": "center",
355
+ "column-gap": "base",
356
+ "padding-top": "xl",
357
+ "padding-bottom": "xl",
358
+ "padding-left": "xl",
359
+ "padding-right": "xl",
360
+ ...(i > 0
361
+ ? {
362
+ "border-left-width": "1px",
363
+ "border-left-style": "solid",
364
+ "border-color": "border",
365
+ }
366
+ : {}),
367
+ mobile: {
368
+ "border-left-width": "0",
369
+ "border-top-width": i > 0 ? "1px" : "0",
370
+ "border-top-style": "solid",
371
+ "border-color": "border",
372
+ },
373
+ },
374
+ })),
375
+ title: { "text-align": "center", "margin-bottom": "4xs" },
376
+ description: { "text-align": "center", color: "text-2" },
377
+ },
378
+ content: DEFAULT_CONTENT,
379
+ config: {
380
+ stats: Array(4)
381
+ .fill(0)
382
+ .map(() => ({
383
+ header: {
384
+ heading: { level: "3" },
385
+ selectedVariants: { Heading_Level: "H3" },
386
+ },
387
+ "content-wrapper": { selectedVariants: {} },
388
+ description: { selectedVariants: {} },
389
+ })),
390
+ title: { selectedVariants: { Heading_Level: "H2" } },
391
+ },
392
+ },
393
+ {
394
+ key: "centered-large",
395
+ title: "Centered Large",
396
+ styles: {
397
+ layout: { "background-color": "background-1" },
398
+ container: {
399
+ display: "flex",
400
+ "flex-direction": "column",
401
+ "row-gap": "4xl",
402
+ },
403
+ stats_levoGroup: {
404
+ display: "grid",
405
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
406
+ "column-gap": "3xl",
407
+ "row-gap": "4xl",
408
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
409
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
410
+ },
411
+ stats_levoGroupItem: {
412
+ stat: {
413
+ border: "none",
414
+ "background-color": "transparent",
415
+ "box-shadow": "none",
416
+ display: "flex",
417
+ width: "100%",
418
+ "flex-direction": "column",
419
+ "align-items": "center",
420
+ "row-gap": "sm",
421
+ },
422
+ icon: {
423
+ width: "0",
424
+ height: "0",
425
+ margin: "0",
426
+ padding: "0",
427
+ overflow: "hidden",
428
+ visibility: "hidden",
429
+ },
430
+ "content-wrapper": {
431
+ display: "flex",
432
+ "flex-direction": "column",
433
+ "align-items": "center",
434
+ "row-gap": "xs",
435
+ },
436
+ header: {
437
+ color: "brand",
438
+ "font-size": "6xl",
439
+ "font-weight": 800,
440
+ "line-height": "1",
441
+ },
442
+ description: {
443
+ "font-weight": 600,
444
+ color: "text-2",
445
+ "text-transform": "uppercase",
446
+ "letter-spacing": "0.08em",
447
+ "font-size": "sm",
448
+ "text-align": "center",
449
+ },
450
+ },
451
+ stats: [{}, {}, {}, {}],
452
+ title: { "text-align": "center", "margin-bottom": "4xs" },
453
+ description: {
454
+ "text-align": "center",
455
+ color: "text-2",
456
+ "max-width": "640px",
457
+ "margin-left": "auto",
458
+ "margin-right": "auto",
459
+ },
460
+ },
461
+ content: DEFAULT_CONTENT,
462
+ config: {
463
+ stats: Array(4)
464
+ .fill(0)
465
+ .map(() => ({
466
+ header: {
467
+ heading: { level: "2" },
468
+ selectedVariants: { Heading_Level: "H1" },
469
+ },
470
+ "content-wrapper": { selectedVariants: {} },
471
+ description: { selectedVariants: {} },
472
+ })),
473
+ title: { selectedVariants: { Heading_Level: "H2" } },
474
+ },
475
+ },
476
+ {
477
+ key: "icon-cards",
478
+ title: "Icon Cards",
479
+ styles: {
480
+ layout: { "background-color": "background-2" },
481
+ container: {
482
+ display: "flex",
483
+ "flex-direction": "column",
484
+ "row-gap": "2xl",
485
+ },
486
+ stats_levoGroup: {
487
+ display: "grid",
488
+ "grid-template-columns": "repeat(4, minmax(0, 1fr))",
489
+ "column-gap": "xl",
490
+ "row-gap": "xl",
491
+ tablet: { "grid-template-columns": "repeat(2, minmax(0, 1fr))" },
492
+ mobile: { "grid-template-columns": "repeat(1, minmax(0, 1fr))" },
493
+ },
494
+ stats_levoGroupItem: {
495
+ stat: {
496
+ "background-color": "background-1",
497
+ "box-shadow": "default",
498
+ display: "flex",
499
+ width: "100%",
500
+ height: "100%",
501
+ "flex-direction": "column",
502
+ "align-items": "flex-start",
503
+ "row-gap": "lg",
504
+ "padding-top": "xl",
505
+ "padding-bottom": "xl",
506
+ "padding-left": "xl",
507
+ "padding-right": "xl",
508
+ "border-radius": "xl",
509
+ border: "none",
510
+ },
511
+ icon: {
512
+ width: "44px",
513
+ height: "44px",
514
+ "object-fit": "contain",
515
+ "background-color": "brand",
516
+ "border-radius": "base",
517
+ padding: "sm",
518
+ "flex-shrink": 0,
519
+ color: "brandForeground",
520
+ },
521
+ "content-wrapper": {
522
+ display: "flex",
523
+ "flex-direction": "column",
524
+ "align-items": "flex-start",
525
+ "row-gap": "2xs",
526
+ },
527
+ header: { color: "text-1", "font-weight": 700 },
528
+ description: { "font-weight": 500, color: "text-2" },
529
+ },
530
+ stats: [{}, {}, {}, {}],
531
+ title: { "text-align": "center", "margin-bottom": "4xs" },
532
+ description: {
533
+ "text-align": "center",
534
+ color: "text-2",
535
+ "max-width": "640px",
536
+ "margin-left": "auto",
537
+ "margin-right": "auto",
538
+ },
539
+ },
540
+ content: DEFAULT_CONTENT,
541
+ config: {
542
+ stats: Array(4)
543
+ .fill(0)
544
+ .map(() => ({
545
+ header: {
546
+ heading: { level: "3" },
547
+ selectedVariants: { Heading_Level: "H3" },
548
+ },
549
+ "content-wrapper": { selectedVariants: {} },
550
+ description: { selectedVariants: {} },
551
+ })),
552
+ title: { selectedVariants: { Heading_Level: "H2" } },
553
+ },
554
+ },
465
555
  ],
466
556
  };