@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,19 +1,17 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const ICON_LINKEDIN = {
4
4
  kind: "icon",
5
5
  data: {
6
- id: "archive-minus",
7
- label: "Archive Minus",
8
- tags: ["archive", "custom", "directional", "minus"],
6
+ id: "linkedin",
7
+ label: "Linkedin",
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"><path d="M22.2234 0H1.77187C0.792187 0 0 0.773438 0 1.72969V22.2656C0 23.2219 0.792187 24 1.77187 24H22.2234C23.2031 24 24 23.2219 24 22.2703V1.72969C24 0.773438 23.2031 0 22.2234 0ZM7.12031 20.4516H3.55781V8.99531H7.12031V20.4516ZM5.33906 7.43438C4.19531 7.43438 3.27188 6.51094 3.27188 5.37187C3.27188 4.23281 4.19531 3.30937 5.33906 3.30937C6.47813 3.30937 7.40156 4.23281 7.40156 5.37187C7.40156 6.50625 6.47813 7.43438 5.33906 7.43438ZM20.4516 20.4516H16.8937V14.8828C16.8937 13.5562 16.8703 11.8453 15.0422 11.8453C13.1906 11.8453 12.9094 13.2937 12.9094 14.7891V20.4516H9.35625V8.99531H12.7687V10.5609H12.8156C13.2891 9.66094 14.4516 8.70938 16.1813 8.70938C19.7859 8.70938 20.4516 11.0813 20.4516 14.1656V20.4516Z" fill="var(--color-icon-primary)"/></svg>',
11
10
  },
12
11
  };
13
12
 
14
13
  const MEDIA_1 = {
15
14
  id: "iPDeQfZlYFJJr",
16
- filename: "teams-3-1_1.png",
17
15
  kind: "image",
18
16
  location: "https://static.levocdn.com/WLZ1TXTD/teams-3-11-DNP5Bs1aZqCOy.png",
19
17
  srcset: {
@@ -31,7 +29,6 @@ const MEDIA_1 = {
31
29
 
32
30
  const MEDIA_2 = {
33
31
  id: "1d71iLgEFSgds",
34
- filename: "teams-3-2.png",
35
32
  kind: "image",
36
33
  location: "https://static.levocdn.com/WLZ1TXTD/teams-3-2-vxmSjzMsgEQtq.png",
37
34
  srcset: {
@@ -49,7 +46,6 @@ const MEDIA_2 = {
49
46
 
50
47
  const MEDIA_3 = {
51
48
  id: "8eRjr0Um3qUcP",
52
- filename: "teams-3-3.png",
53
49
  kind: "image",
54
50
  location: "https://static.levocdn.com/WLZ1TXTD/teams-3-3-Lkpy5HvjY9yQl.png",
55
51
  srcset: {
@@ -69,54 +65,59 @@ const DEFAULT_CONTENT = {
69
65
  layout: null,
70
66
  container: null,
71
67
  header: null,
72
- title: "Our Team",
73
- description: "Our Team Our Team Our Team Our Team Our Team Our Team Our Team Our Team",
68
+ title: "The people moving money safely",
69
+ description:
70
+ "Risk, engineering, and compliance leaders who've shipped PCI DSS Level 1 platforms and moved billions in settlement volume.",
74
71
  team: [
75
72
  {
76
73
  card: null,
74
+ img: MEDIA_1,
77
75
  info: null,
78
76
  "name-position-wrapper": null,
79
- name: "Mohini Krishten",
80
- position: "Co-Founder & CEO",
77
+ name: "Priya Shankar",
78
+ position: "Chief Risk Officer",
81
79
  social: [
82
80
  {
83
- icon: DUMMY_ICON,
81
+ icon: ICON_LINKEDIN,
84
82
  },
85
83
  ],
86
84
  },
87
85
  {
88
86
  card: null,
87
+ img: MEDIA_2,
89
88
  info: null,
90
89
  "name-position-wrapper": null,
91
- name: "Jenny White",
92
- position: "Co-Founder & CEO",
90
+ name: "Marcus Reyes",
91
+ position: "VP, Platform Engineering",
93
92
  social: [
94
93
  {
95
- icon: DUMMY_ICON,
94
+ icon: ICON_LINKEDIN,
96
95
  },
97
96
  ],
98
97
  },
99
98
  {
100
99
  card: null,
100
+ img: MEDIA_3,
101
101
  info: null,
102
102
  "name-position-wrapper": null,
103
- name: "Ben Morrison",
104
- position: "Lead Management",
103
+ name: "Naomi Chen",
104
+ position: "Head of Compliance & KYC",
105
105
  social: [
106
106
  {
107
- icon: DUMMY_ICON,
107
+ icon: ICON_LINKEDIN,
108
108
  },
109
109
  ],
110
110
  },
111
111
  {
112
112
  card: null,
113
+ img: MEDIA_1,
113
114
  info: null,
114
115
  "name-position-wrapper": null,
115
- name: "Sarah Johnson",
116
- position: "Head of Operations",
116
+ name: "Samir Okonkwo",
117
+ position: "Senior Product Manager",
117
118
  social: [
118
119
  {
119
- icon: DUMMY_ICON,
120
+ icon: ICON_LINKEDIN,
120
121
  },
121
122
  ],
122
123
  },
@@ -388,81 +389,85 @@ export const Team3: IBlock = {
388
389
  number_of_slides: 2,
389
390
  },
390
391
  },
391
- team: [
392
- {
393
- card: {
394
- display: "flex",
395
- "flex-direction": "column",
396
- "align-items": "center",
397
- "background-color": "background-1",
398
- "border-radius": "base",
399
- padding: "lg",
400
- "box-shadow": "default",
401
- "margin-left": "6xs",
402
- "margin-right": "6xs",
392
+ team_levoGroupItem: {
393
+ card: {
394
+ display: "flex",
395
+ "flex-direction": "column",
396
+ "align-items": "center",
397
+ "background-color": "background-1",
398
+ "border-radius": "base",
399
+ padding: "lg",
400
+ "box-shadow": "default",
401
+ "margin-left": "6xs",
402
+ "margin-right": "6xs",
403
+
404
+ "min-height": "400px",
405
+ "background-position": "center center",
406
+ "background-size": "cover",
407
+ },
408
+ img: {
409
+ display: "none",
410
+ },
411
+ info: {
412
+ display: "flex",
413
+ "flex-direction": "row",
414
+ "align-items": "center",
415
+ "text-align": "center",
416
+ "row-gap": "sm",
417
+ filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
418
+ width: "100%",
419
+ "background-color": "background-1",
420
+ "margin-top": "18xl",
421
+ "justify-content": "space-between",
422
+ "padding-top": "sm",
423
+ "padding-bottom": "sm",
424
+ "border-radius": "base",
425
+ "border-style": "solid",
426
+ "border-width": "1px",
427
+ "padding-left": "xs",
428
+ "padding-right": "xs",
429
+ },
430
+ "name-position-wrapper": {
431
+ display: "flex",
432
+ "flex-direction": "column",
433
+ "align-items": "start",
434
+ "text-align": "center",
435
+ "row-gap": "4xs",
436
+ },
437
+ name: {},
438
+ position: {},
439
+ social_levoGroup: {
440
+ display: "flex",
441
+ "justify-content": "center",
442
+ "column-gap": "xs",
443
+
444
+ "border-style": "none",
445
+ "border-width": "0px",
446
+ },
447
+ social_levoGroupItem: {
448
+ icon: {
449
+ width: "40px",
450
+ height: "40px",
451
+ "object-fit": "contain",
403
452
 
404
- "min-height": "400px",
405
- "background-image": `url("${MEDIA_1.location}")`,
406
- "background-position": "center center",
407
- "background-size": "cover",
408
- },
409
- image: {
410
- width: "200px",
411
- height: "200px",
412
- "border-radius": "base",
413
- "object-fit": "cover",
414
- "margin-bottom": "base",
415
- },
416
- info: {
417
- display: "flex",
418
- "flex-direction": "row",
419
- "align-items": "center",
420
- "text-align": "center",
421
- "row-gap": "sm",
422
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
423
- width: "100%",
424
- "background-color": "white",
425
- "margin-top": "18xl",
426
- "justify-content": "space-between",
427
- "padding-top": "sm",
428
- "padding-bottom": "sm",
429
- "border-radius": "base",
430
453
  "border-style": "solid",
431
454
  "border-width": "1px",
432
- "padding-left": "xs",
433
- "padding-right": "xs",
434
- },
435
- "name-position-wrapper": {
436
- display: "flex",
437
- "flex-direction": "column",
438
- "align-items": "start",
439
- "text-align": "center",
440
- "row-gap": "4xs",
455
+ "border-color": "brand",
456
+ "border-radius": "base",
457
+ padding: "xs",
441
458
  },
442
- name: {},
443
- position: {},
444
- social_levoGroup: {
445
- display: "flex",
446
- "justify-content": "center",
447
- "column-gap": "xs",
448
-
449
- "border-style": "none",
450
- "border-width": "0px",
459
+ },
460
+ },
461
+ team: [
462
+ {
463
+ card: {
464
+ "background-image": `url("${MEDIA_1.location}")`,
451
465
  },
452
466
  social: [
453
467
  {
454
468
  icon: {
455
- width: "40px",
456
- height: "40px",
457
- "object-fit": "contain",
458
-
459
- "border-style": "solid",
460
- "border-width": "1px",
461
- "border-color": "brand",
462
- "border-radius": "base",
463
469
  "background-color": "white",
464
470
  display: "block",
465
- padding: "xs",
466
471
  mobile: {},
467
472
  },
468
473
  },
@@ -470,78 +475,13 @@ export const Team3: IBlock = {
470
475
  },
471
476
  {
472
477
  card: {
473
- display: "flex",
474
- "flex-direction": "column",
475
- "align-items": "center",
476
- "background-color": "background-1",
477
- "border-radius": "base",
478
- padding: "lg",
479
- "box-shadow": "default",
480
- "margin-left": "6xs",
481
- "margin-right": "6xs",
482
-
483
- "min-height": "400px",
484
478
  "background-image": `url("${MEDIA_2.location}")`,
485
- "background-position": "center center",
486
- "background-size": "cover",
487
- },
488
- image: {
489
- width: "200px",
490
- height: "200px",
491
- "border-radius": "base",
492
- "object-fit": "cover",
493
- "margin-bottom": "base",
494
- },
495
- info: {
496
- display: "flex",
497
- "flex-direction": "row",
498
- "align-items": "center",
499
- "text-align": "center",
500
- "row-gap": "sm",
501
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
502
- width: "100%",
503
- "background-color": "white",
504
- "margin-top": "18xl",
505
- "justify-content": "space-between",
506
- "padding-top": "sm",
507
- "padding-bottom": "sm",
508
- "border-radius": "base",
509
- "border-style": "solid",
510
- "border-width": "1px",
511
- "padding-left": "xs",
512
- "padding-right": "xs",
513
- },
514
- "name-position-wrapper": {
515
- display: "flex",
516
- "flex-direction": "column",
517
- "align-items": "start",
518
- "text-align": "center",
519
- "row-gap": "4xs",
520
- },
521
- name: {},
522
- position: {},
523
- social_levoGroup: {
524
- display: "flex",
525
- "justify-content": "center",
526
- "column-gap": "xs",
527
-
528
- "border-style": "none",
529
- "border-width": "0px",
530
479
  },
531
480
  social: [
532
481
  {
533
482
  icon: {
534
- width: "40px",
535
- height: "40px",
536
- "object-fit": "contain",
537
-
538
- "border-style": "solid",
539
- "border-width": "1px",
540
- "border-color": "brand",
541
- "border-radius": "base",
542
- "background-color": "white",
483
+ "background-color": "background-1",
543
484
  display: "block",
544
- padding: "xs",
545
485
  mobile: {},
546
486
  },
547
487
  },
@@ -549,78 +489,13 @@ export const Team3: IBlock = {
549
489
  },
550
490
  {
551
491
  card: {
552
- display: "flex",
553
- "flex-direction": "column",
554
- "align-items": "center",
555
- "background-color": "background-1",
556
- "border-radius": "base",
557
- padding: "lg",
558
- "box-shadow": "default",
559
- "margin-left": "6xs",
560
- "margin-right": "6xs",
561
-
562
- "min-height": "400px",
563
492
  "background-image": `url("${MEDIA_3.location}")`,
564
- "background-position": "center center",
565
- "background-size": "cover",
566
- },
567
- image: {
568
- width: "200px",
569
- height: "200px",
570
- "border-radius": "base",
571
- "object-fit": "cover",
572
- "margin-bottom": "base",
573
- },
574
- info: {
575
- display: "flex",
576
- "flex-direction": "row",
577
- "align-items": "center",
578
- "text-align": "center",
579
- "row-gap": "sm",
580
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
581
- width: "100%",
582
- "background-color": "white",
583
- "margin-top": "18xl",
584
- "justify-content": "space-between",
585
- "padding-top": "sm",
586
- "padding-bottom": "sm",
587
- "border-radius": "base",
588
- "border-style": "solid",
589
- "border-width": "1px",
590
- "padding-left": "xs",
591
- "padding-right": "xs",
592
- },
593
- "name-position-wrapper": {
594
- display: "flex",
595
- "flex-direction": "column",
596
- "align-items": "start",
597
- "text-align": "center",
598
- "row-gap": "4xs",
599
- },
600
- name: {},
601
- position: {},
602
- social_levoGroup: {
603
- display: "flex",
604
- "justify-content": "center",
605
- "column-gap": "xs",
606
-
607
- "border-style": "none",
608
- "border-width": "0px",
609
493
  },
610
494
  social: [
611
495
  {
612
496
  icon: {
613
- width: "40px",
614
- height: "40px",
615
- "object-fit": "contain",
616
-
617
- "border-style": "solid",
618
- "border-width": "1px",
619
- "border-color": "brand",
620
- "border-radius": "base",
621
- "background-color": "white",
497
+ "background-color": "background-1",
622
498
  display: "block",
623
- padding: "xs",
624
499
  mobile: {},
625
500
  },
626
501
  },
@@ -628,76 +503,12 @@ export const Team3: IBlock = {
628
503
  },
629
504
  {
630
505
  card: {
631
- display: "flex",
632
- "flex-direction": "column",
633
- "align-items": "center",
634
- "background-color": "background-1",
635
- "border-radius": "base",
636
- padding: "lg",
637
- "box-shadow": "default",
638
- "margin-left": "6xs",
639
- "margin-right": "6xs",
640
-
641
- "min-height": "400px",
642
506
  "background-image": `url("${MEDIA_2.location}")`,
643
- "background-position": "center center",
644
- "background-size": "cover",
645
- },
646
- image: {
647
- width: "200px",
648
- height: "200px",
649
- "border-radius": "base",
650
- "object-fit": "cover",
651
- "margin-bottom": "base",
652
- },
653
- info: {
654
- display: "flex",
655
- "flex-direction": "row",
656
- "align-items": "center",
657
- "text-align": "center",
658
- "row-gap": "sm",
659
- filter: "drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2))",
660
- width: "100%",
661
- "background-color": "white",
662
- "margin-top": "18xl",
663
- "justify-content": "space-between",
664
- "padding-top": "sm",
665
- "padding-bottom": "sm",
666
- "border-radius": "base",
667
- "border-style": "solid",
668
- "border-width": "1px",
669
- "padding-left": "xs",
670
- "padding-right": "xs",
671
- },
672
- "name-position-wrapper": {
673
- display: "flex",
674
- "flex-direction": "column",
675
- "align-items": "start",
676
- "text-align": "center",
677
- "row-gap": "4xs",
678
- },
679
- name: {},
680
- position: {},
681
- social_levoGroup: {
682
- display: "flex",
683
- "justify-content": "center",
684
- "column-gap": "xs",
685
-
686
- "border-style": "none",
687
- "border-width": "0px",
688
507
  },
689
508
  social: [
690
509
  {
691
510
  icon: {
692
- width: "40px",
693
- height: "40px",
694
- "object-fit": "contain",
695
- "border-style": "solid",
696
- "border-width": "1px",
697
- "border-color": "brand",
698
- "border-radius": "base",
699
- "background-color": "white",
700
- padding: "xs",
511
+ "background-color": "background-1",
701
512
  },
702
513
  },
703
514
  ],
@@ -722,5 +533,285 @@ export const Team3: IBlock = {
722
533
  },
723
534
  },
724
535
  },
536
+ {
537
+ key: "column_circular",
538
+ title: "Column Circular",
539
+ config: {
540
+ team_levoGroup: { carousel: { loop: true } },
541
+ title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
542
+ team: Array(4).fill(0).map(() => ({
543
+ name: { selectedVariants: { Heading_Level: "H5" }, heading: { level: "4" } },
544
+ })),
545
+ },
546
+ content: DEFAULT_CONTENT,
547
+ styles: {
548
+ layout: { "background-color": "background-1" },
549
+ container: {},
550
+ header: { "text-align": "center", "margin-bottom": "4xl" },
551
+ title: {},
552
+ description: { color: "text-2", "max-width": "640px", "margin-left": "auto", "margin-right": "auto" },
553
+ team_levoGroup: {
554
+ number_of_slides: 4,
555
+ mobile: { number_of_slides: 1 },
556
+ tablet: { number_of_slides: 2 },
557
+ },
558
+ team_levoGroupItem: {
559
+ card: {
560
+ display: "flex",
561
+ "flex-direction": "column",
562
+ "align-items": "center",
563
+ "text-align": "center",
564
+ padding: "xl",
565
+ "background-color": "transparent",
566
+ "background-image": "none",
567
+ "min-height": "auto",
568
+ "box-shadow": "none",
569
+ },
570
+ img: {
571
+ width: "180px",
572
+ height: "180px",
573
+ "border-radius": "full",
574
+ "object-fit": "cover",
575
+ "margin-bottom": "lg",
576
+ "border-width": "4px",
577
+ "border-style": "solid",
578
+ "border-color": "background-1",
579
+ "box-shadow": "default",
580
+ },
581
+ info: {
582
+ display: "flex",
583
+ "flex-direction": "column",
584
+ "align-items": "center",
585
+ "row-gap": "xs",
586
+ "background-color": "transparent",
587
+ "border-width": "0",
588
+ filter: "none",
589
+ "margin-top": "none",
590
+ padding: "none",
591
+ },
592
+ "name-position-wrapper": {
593
+ display: "flex",
594
+ "flex-direction": "column",
595
+ "align-items": "center",
596
+ "row-gap": "4xs",
597
+ },
598
+ name: { "font-weight": 700 },
599
+ position: { "font-size": "sm", color: "text-2" },
600
+ social_levoGroup: {
601
+ display: "flex",
602
+ "justify-content": "center",
603
+ "column-gap": "xs",
604
+ "margin-top": "sm",
605
+ },
606
+ social_levoGroupItem: {
607
+ icon: {
608
+ width: "36px",
609
+ height: "36px",
610
+ "object-fit": "contain",
611
+ "border-radius": "full",
612
+ "background-color": "background-2",
613
+ padding: "xs",
614
+ display: "block",
615
+ },
616
+ },
617
+ },
618
+ "carousel-navigation-container": { display: "flex", "justify-content": "center", "margin-top": "2xl" },
619
+ "carousel-navigation": { display: "flex", "column-gap": "2xs", "align-items": "center" },
620
+ "carousel-navigation-pill": {
621
+ width: "12px",
622
+ height: "12px",
623
+ "border-radius": "full",
624
+ "background-color": "brand",
625
+ cursor: "pointer",
626
+ },
627
+ },
628
+ },
629
+ {
630
+ key: "editorial_list",
631
+ title: "Editorial List",
632
+ config: {
633
+ team_levoGroup: { carousel: { loop: false } },
634
+ title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
635
+ team: Array(4).fill(0).map(() => ({
636
+ name: { selectedVariants: { Heading_Level: "H4" }, heading: { level: "4" } },
637
+ })),
638
+ },
639
+ content: DEFAULT_CONTENT,
640
+ styles: {
641
+ layout: {},
642
+ container: {},
643
+ header: {
644
+ "margin-bottom": "4xl",
645
+ display: "flex",
646
+ "flex-direction": "column",
647
+ "row-gap": "sm",
648
+ "padding-bottom": "xl",
649
+ "border-bottom-width": "1px",
650
+ "border-bottom-style": "solid",
651
+ "border-bottom-color": "border",
652
+ },
653
+ title: { "font-weight": 800 },
654
+ description: { color: "text-2", "max-width": "640px" },
655
+ team_levoGroup: {
656
+ number_of_slides: 2,
657
+ mobile: { number_of_slides: 1 },
658
+ tablet: { number_of_slides: 2 },
659
+ },
660
+ team_levoGroupItem: {
661
+ card: {
662
+ display: "flex",
663
+ "flex-direction": "row",
664
+ "align-items": "center",
665
+ "column-gap": "xl",
666
+ padding: "xl",
667
+ "background-color": "transparent",
668
+ "background-image": "none",
669
+ "min-height": "auto",
670
+ "box-shadow": "none",
671
+ "border-bottom-width": "1px",
672
+ "border-bottom-style": "solid",
673
+ "border-bottom-color": "border",
674
+ "margin-left": "none",
675
+ "margin-right": "none",
676
+ mobile: { "flex-direction": "column", "align-items": "start" },
677
+ },
678
+ img: {
679
+ width: "140px",
680
+ height: "140px",
681
+ "border-radius": "base",
682
+ "object-fit": "cover",
683
+ "margin-bottom": "none",
684
+ flex: "0 0 140px",
685
+ },
686
+ info: {
687
+ display: "flex",
688
+ "flex-direction": "column",
689
+ "align-items": "flex-start",
690
+ "row-gap": "xs",
691
+ "background-color": "transparent",
692
+ "border-width": "0",
693
+ filter: "none",
694
+ "margin-top": "none",
695
+ padding: "none",
696
+ flex: "1",
697
+ },
698
+ "name-position-wrapper": {
699
+ display: "flex",
700
+ "flex-direction": "column",
701
+ "row-gap": "4xs",
702
+ },
703
+ name: { "font-weight": 700 },
704
+ position: {
705
+ "font-size": "xs",
706
+ color: "brand",
707
+ "text-transform": "uppercase",
708
+ "letter-spacing": "0.08em",
709
+ "font-weight": 600,
710
+ },
711
+ social_levoGroup: {
712
+ display: "flex",
713
+ "column-gap": "xs",
714
+ "margin-top": "sm",
715
+ },
716
+ social_levoGroupItem: {
717
+ icon: {
718
+ width: "28px",
719
+ height: "28px",
720
+ "object-fit": "contain",
721
+ "border-radius": "full",
722
+ "background-color": "background-2",
723
+ padding: "2xs",
724
+ display: "block",
725
+ },
726
+ },
727
+ },
728
+ "carousel-navigation-container": { display: "flex", "justify-content": "flex-end", "margin-top": "2xl" },
729
+ "carousel-navigation": { display: "flex", "column-gap": "2xs", "align-items": "center" },
730
+ "carousel-navigation-pill": {
731
+ width: "24px",
732
+ height: "2px",
733
+ "background-color": "text-1",
734
+ cursor: "pointer",
735
+ },
736
+ },
737
+ },
738
+ {
739
+ key: "compact_carousel",
740
+ title: "Compact Carousel",
741
+ config: {
742
+ team_levoGroup: { carousel: { loop: true } },
743
+ title: { selectedVariants: { Heading_Level: "H2" }, heading: { level: 2 } },
744
+ team: Array(4).fill(0).map(() => ({
745
+ name: { selectedVariants: { Heading_Level: "H5" }, heading: { level: "4" } },
746
+ })),
747
+ },
748
+ content: DEFAULT_CONTENT,
749
+ styles: {
750
+ layout: { "background-color": "background-2" },
751
+ container: {},
752
+ header: { "text-align": "center", "margin-bottom": "3xl" },
753
+ title: {},
754
+ description: { color: "text-2", "max-width": "560px", "margin-left": "auto", "margin-right": "auto" },
755
+ team_levoGroup: {
756
+ number_of_slides: 5,
757
+ mobile: { number_of_slides: 2 },
758
+ tablet: { number_of_slides: 3 },
759
+ },
760
+ team_levoGroupItem: {
761
+ card: {
762
+ display: "flex",
763
+ "flex-direction": "column",
764
+ "align-items": "center",
765
+ "text-align": "center",
766
+ padding: "base",
767
+ "background-color": "transparent",
768
+ "background-image": "none",
769
+ "min-height": "auto",
770
+ "box-shadow": "none",
771
+ "margin-left": "6xs",
772
+ "margin-right": "6xs",
773
+ },
774
+ img: {
775
+ width: "110px",
776
+ height: "110px",
777
+ "border-radius": "full",
778
+ "object-fit": "cover",
779
+ "margin-bottom": "sm",
780
+ },
781
+ info: {
782
+ display: "flex",
783
+ "flex-direction": "column",
784
+ "align-items": "center",
785
+ "row-gap": "2xs",
786
+ "background-color": "transparent",
787
+ "border-width": "0",
788
+ filter: "none",
789
+ "margin-top": "none",
790
+ padding: "none",
791
+ },
792
+ "name-position-wrapper": {
793
+ display: "flex",
794
+ "flex-direction": "column",
795
+ "align-items": "center",
796
+ "row-gap": "4xs",
797
+ },
798
+ name: { "font-weight": 700, "font-size": "base" },
799
+ position: { "font-size": "xs", color: "text-2" },
800
+ social_levoGroup: { display: "none" },
801
+ social_levoGroupItem: {
802
+ icon: { display: "none" },
803
+ },
804
+ },
805
+ "carousel-navigation-container": { display: "flex", "justify-content": "center", "margin-top": "2xl" },
806
+ "carousel-navigation": { display: "flex", "column-gap": "2xs", "align-items": "center" },
807
+ "carousel-navigation-pill": {
808
+ width: "8px",
809
+ height: "8px",
810
+ "border-radius": "full",
811
+ "background-color": "text-2",
812
+ cursor: "pointer",
813
+ },
814
+ },
815
+ },
725
816
  ],
726
817
  };