@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,105 +1,67 @@
1
1
  import type { IBlock } from "@levo-so/studio";
2
2
 
3
- const DUMMY_ICON = {
3
+ const STAR_ICON = {
4
4
  kind: "icon",
5
5
  data: {
6
6
  id: "star",
7
7
  label: "Star",
8
- tags: ["custom", "directional", "star", "support-like-question"],
9
8
  svgCode:
10
- '<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M17.6601 22.6701C17.1301 22.6701 16.4501 22.5001 15.6001 22.0001L12.6101 20.2301C12.3001 20.0501 11.7001 20.0501 11.4001 20.2301L8.40012 22.0001C6.63012 23.0501 5.59012 22.6301 5.12012 22.2901C4.66012 21.9501 3.94012 21.0801 4.41012 19.0801L5.12012 16.0101C5.20012 15.6901 5.04012 15.1401 4.80012 14.9001L2.32012 12.4201C1.08012 11.1801 1.18012 10.1201 1.35012 9.60007C1.52012 9.08007 2.06012 8.16007 3.78012 7.87007L6.97012 7.34007C7.27012 7.29007 7.70012 6.97007 7.83012 6.70007L9.60012 3.17007C10.4001 1.56007 11.4501 1.32007 12.0001 1.32007C12.5501 1.32007 13.6001 1.56007 14.4001 3.17007L16.1601 6.69007C16.3001 6.96007 16.7301 7.28007 17.0301 7.33007L20.2201 7.86007C21.9501 8.15007 22.4901 9.07007 22.6501 9.59007C22.8101 10.1101 22.9101 11.1701 21.6801 12.4101L19.2001 14.9001C18.9601 15.1401 18.8101 15.6801 18.8801 16.0101L19.5901 19.0801C20.0501 21.0801 19.3401 21.9501 18.8801 22.2901C18.6301 22.4701 18.2301 22.6701 17.6601 22.6701ZM12.0001 18.5901C12.4901 18.5901 12.9801 18.7101 13.3701 18.9401L16.3601 20.7101C17.2301 21.2301 17.7801 21.2301 17.9901 21.0801C18.2001 20.9301 18.3501 20.4001 18.1301 19.4201L17.4201 16.3501C17.2301 15.5201 17.5401 14.4501 18.1401 13.8401L20.6201 11.3601C21.1101 10.8701 21.3301 10.3901 21.2301 10.0601C21.1201 9.73007 20.6601 9.46007 19.9801 9.35007L16.7901 8.82007C16.0201 8.69007 15.1801 8.07007 14.8301 7.37007L13.0701 3.85007C12.7501 3.21007 12.3501 2.83007 12.0001 2.83007C11.6501 2.83007 11.2501 3.21007 10.9401 3.85007L9.17012 7.37007C8.82012 8.07007 7.98012 8.69007 7.21012 8.82007L4.03012 9.35007C3.35012 9.46007 2.89012 9.73007 2.78012 10.0601C2.67012 10.3901 2.90012 10.8801 3.39012 11.3601L5.87012 13.8401C6.47012 14.4401 6.78012 15.5201 6.59012 16.3501L5.88012 19.4201C5.65012 20.4101 5.81012 20.9301 6.02012 21.0801C6.23012 21.2301 6.77012 21.2201 7.65012 20.7101L10.6401 18.9401C11.0201 18.7101 11.5101 18.5901 12.0001 18.5901Z" fill="var(--color-icon-primary)"/>\n</svg>',
9
+ '<svg viewBox="0 0 24 24" fill="#F5A524" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.25l2.996 6.073 6.704.974-4.85 4.727 1.145 6.676L12 17.541l-5.995 3.159 1.145-6.676L2.3 9.297l6.704-.974L12 2.25z"/></svg>',
11
10
  },
12
11
  };
13
12
 
13
+ const STARS_FIVE = [
14
+ { star: STAR_ICON },
15
+ { star: STAR_ICON },
16
+ { star: STAR_ICON },
17
+ { star: STAR_ICON },
18
+ { star: STAR_ICON },
19
+ ];
20
+
14
21
  const DEFAULT_CONTENT = {
15
22
  layout: null,
16
23
  container: null,
17
24
  header_container: null,
18
- title: "Client Testimonials",
25
+ title: "Trusted by payments and finance teams",
19
26
  description:
20
- "Hear what our valued customers have to say about their experience with our services",
27
+ "CFOs, heads of payments, and platform engineers on what changed after switching settlement, KYC, and ledger workflows to us.",
21
28
  testimonials_levoGroup: null,
22
29
  testimonials: [
23
30
  {
24
31
  card: null,
25
32
  content_container: null,
26
33
  title_desc_box: null,
27
- title: "Exceptional Service Quality",
34
+ title: "Settlement windows dropped from T+2 to same-day",
28
35
  description:
29
- "The team delivered outstanding results that exceeded our expectations. Their attention to detail and professional approach made the entire process smooth and efficient.",
36
+ "We moved card and ACH settlement off legacy rails onto their ledger in eleven weeks. Auth rates lifted 2.3 points and reconciliation breaks fell by ninety percent.",
30
37
  persona_container: null,
31
- persona_name: "Sarah Johnson",
32
- stars: [
33
- {
34
- star: DUMMY_ICON,
35
- },
36
- {
37
- star: DUMMY_ICON,
38
- },
39
- {
40
- star: DUMMY_ICON,
41
- },
42
- {
43
- star: DUMMY_ICON,
44
- },
45
- {
46
- star: DUMMY_ICON,
47
- },
48
- ],
38
+ persona_name: "Priya Menon",
39
+ designation: "Head of Payments, Northbank",
40
+ stars: STARS_FIVE,
49
41
  },
50
42
  {
51
43
  card: null,
52
44
  content_container: null,
53
45
  title_desc_box: null,
54
- title: "Professional Expertise",
46
+ title: "PCI DSS Level 1 without the audit scramble",
55
47
  description:
56
- "Working with this team has been a game-changer for our business. Their expertise and innovative solutions helped us achieve remarkable results.",
48
+ "Tokenization and network token routing took three untrusted systems out of scope. We passed our Level 1 attestation with zero findings and shaved six weeks off the audit cycle.",
57
49
  persona_container: null,
58
- persona_name: "Michael Chen",
59
- stars: [
60
- {
61
- star: DUMMY_ICON,
62
- },
63
- {
64
- star: DUMMY_ICON,
65
- },
66
- {
67
- star: DUMMY_ICON,
68
- },
69
- {
70
- star: DUMMY_ICON,
71
- },
72
- {
73
- star: DUMMY_ICON,
74
- },
75
- ],
50
+ persona_name: "Marcus Holloway",
51
+ designation: "VP Engineering, Finch Issuer Services",
52
+ stars: STARS_FIVE,
76
53
  },
77
54
  {
78
55
  card: null,
79
56
  content_container: null,
80
57
  title_desc_box: null,
81
- title: "Outstanding Results",
58
+ title: "KYC onboarding that actually converts",
82
59
  description:
83
- "The transformation we experienced was remarkable. The team delivered exactly what they promised and went above and beyond our expectations.",
60
+ "Document, selfie, and sanctions checks now complete in under ninety seconds. Drop-off through KYC fell from 38 percent to 11 percent and first-deposit conversion climbed almost 2x.",
84
61
  persona_container: null,
85
- persona_name: "Emily Rodriguez",
86
- stars: [
87
- {
88
- star: DUMMY_ICON,
89
- },
90
- {
91
- star: DUMMY_ICON,
92
- },
93
- {
94
- star: DUMMY_ICON,
95
- },
96
- {
97
- star: DUMMY_ICON,
98
- },
99
- {
100
- star: DUMMY_ICON,
101
- },
102
- ],
62
+ persona_name: "Elena Rossi",
63
+ designation: "CFO, Stride Neobank",
64
+ stars: STARS_FIVE,
103
65
  },
104
66
  ],
105
67
  "carousel-navigation-container": null,
@@ -221,157 +183,511 @@ export const Testimonial7: IBlock = {
221
183
  ],
222
184
  layouts: [
223
185
  {
224
- key: "default",
225
- title: "Default",
186
+ key: "grid",
187
+ title: "Grid",
226
188
  styles: {
227
- layout: {},
189
+ layout: {
190
+ "padding-top": "3xl",
191
+ "padding-bottom": "3xl",
192
+ },
228
193
  container: {},
229
194
  header_container: {
230
195
  "text-align": "center",
231
- "margin-bottom": "2xl",
196
+ "margin-bottom": "3xl",
197
+ display: "flex",
198
+ "flex-direction": "column",
199
+ "align-items": "center",
200
+ "row-gap": "base",
232
201
  },
233
202
  title: {
234
- "margin-bottom": "base",
203
+ "max-width": "720px",
235
204
  },
236
205
  description: {
237
- "max-width": "600px",
238
- "margin-left": "auto",
239
- "margin-right": "auto",
206
+ "max-width": "640px",
207
+ color: "text-2",
240
208
  },
241
209
  testimonials_levoGroup: {
242
- number_of_slides: 1,
210
+ number_of_slides: 3,
211
+ tablet: {
212
+ number_of_slides: 2,
213
+ },
214
+ mobile: {
215
+ number_of_slides: 1,
216
+ },
217
+ },
218
+ testimonials_levoGroupItem: {
219
+ card: {
220
+ height: "100%",
221
+ "margin-left": "sm",
222
+ "margin-right": "sm",
223
+ display: "flex",
224
+ "flex-direction": "column",
225
+ "border-radius": "lg",
226
+ "box-shadow": "default",
227
+ "padding-top": "xl",
228
+ "padding-bottom": "xl",
229
+ "padding-left": "xl",
230
+ "padding-right": "xl",
231
+ "border-color": "border",
232
+ "border-width": "1px",
233
+ "background-color": "background-1",
234
+ },
235
+ content_container: {
236
+ display: "flex",
237
+ "flex-direction": "column",
238
+ gap: "lg",
239
+ height: "100%",
240
+ },
241
+ title_desc_box: {
242
+ "text-align": "left",
243
+ display: "flex",
244
+ "flex-direction": "column",
245
+ "row-gap": "sm",
246
+ },
247
+ title: {
248
+ "font-weight": 600,
249
+ },
250
+ description: {
251
+ color: "text-2",
252
+ "line-height": "1.6",
253
+ },
254
+ persona_container: {
255
+ display: "flex",
256
+ "flex-direction": "column",
257
+ "align-items": "flex-start",
258
+ gap: "2xs",
259
+ "margin-top": "auto",
260
+ "padding-top": "md",
261
+ "border-top": "1px solid",
262
+ "border-color": "border",
263
+ },
264
+ persona_name: {
265
+ "font-weight": 600,
266
+ },
267
+ designation: {
268
+ color: "text-2",
269
+ "font-size": "sm",
270
+ },
271
+ stars: {
272
+ display: "flex",
273
+ gap: "2xs",
274
+ "margin-bottom": "xs",
275
+ },
276
+ star: {
277
+ color: "brand",
278
+ width: "16px",
279
+ height: "16px",
280
+ "font-size": "16px",
281
+ "flex-shrink": 0,
282
+ },
283
+ },
284
+ testimonials: [{}, {}, {}],
285
+ "carousel-navigation-container": {
286
+ display: "none",
287
+ },
288
+ "carousel-navigation": {
289
+ display: "none",
290
+ },
291
+ "carousel-navigation-pill": {
292
+ display: "none",
293
+ },
294
+ },
295
+ content: DEFAULT_CONTENT,
296
+ config: {
297
+ title: {
298
+ selectedVariants: {
299
+ Heading_Level: "H2",
300
+ },
243
301
  },
244
302
  testimonials: [
245
303
  {
246
- card: {
247
- "border-radius": "base",
248
- "box-shadow": "default",
249
- "padding-top": "lg",
250
- "padding-bottom": "lg",
251
- "padding-left": "lg",
252
- "padding-right": "lg",
253
- "border-color": "border",
254
- "border-width": "1px",
255
- },
256
- content_container: {
257
- display: "flex",
258
- "flex-direction": "column",
259
- gap: "lg",
260
- },
261
- title_desc_box: {
262
- "text-align": "center",
263
- },
264
- title: {
265
- "font-weight": 600,
266
- "margin-bottom": "sm",
267
- },
268
- description: {},
269
- persona_container: {
270
- display: "flex",
271
- "flex-direction": "column",
272
- "align-items": "center",
273
- gap: "sm",
274
- },
304
+ description: { selectedVariants: {} },
305
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
275
306
  persona_name: {
276
- "font-weight": 600,
277
- },
278
- stars: {
279
- display: "flex",
280
- gap: "2xs",
281
- },
282
- star: {
283
- color: "warning",
284
- width: "16px",
285
- height: "16px",
307
+ heading: { level: "5" },
308
+ selectedVariants: { Heading_Level: "H6" },
286
309
  },
287
310
  },
288
311
  {
289
- card: {
290
- "border-radius": "base",
291
- "box-shadow": "default",
292
- "padding-top": "lg",
293
- "padding-bottom": "lg",
294
- "padding-left": "lg",
295
- "padding-right": "lg",
296
- "border-color": "border",
297
- "border-width": "1px",
298
- },
299
- content_container: {
300
- display: "flex",
301
- "flex-direction": "column",
302
- gap: "lg",
303
- },
304
- title_desc_box: {
305
- "text-align": "center",
306
- },
307
- title: {
308
- "font-weight": 600,
309
- "margin-bottom": "sm",
310
- },
311
- description: {},
312
- persona_container: {
313
- display: "flex",
314
- "flex-direction": "column",
315
- "align-items": "center",
316
- gap: "sm",
317
- },
312
+ description: { selectedVariants: {} },
313
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
318
314
  persona_name: {
319
- "font-weight": 600,
320
- },
321
- stars: {
322
- display: "flex",
323
- gap: "2xs",
324
- },
325
- star: {
326
- color: "warning",
327
- width: "16px",
328
- height: "16px",
315
+ heading: { level: "5" },
316
+ selectedVariants: { Heading_Level: "H6" },
329
317
  },
330
318
  },
331
319
  {
332
- card: {
333
- "border-radius": "base",
334
- "box-shadow": "default",
335
- "padding-top": "lg",
336
- "padding-bottom": "lg",
337
- "padding-left": "lg",
338
- "padding-right": "lg",
339
- "border-color": "border",
340
- "border-width": "1px",
341
- },
342
- content_container: {
343
- display: "flex",
344
- "flex-direction": "column",
345
- gap: "lg",
320
+ description: { selectedVariants: {} },
321
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
322
+ persona_name: {
323
+ heading: { level: "5" },
324
+ selectedVariants: { Heading_Level: "H6" },
346
325
  },
347
- title_desc_box: {
348
- "text-align": "center",
326
+ },
327
+ ],
328
+ },
329
+ },
330
+ {
331
+ key: "large_card",
332
+ title: "Large Card",
333
+ styles: {
334
+ layout: {
335
+ "padding-top": "3xl",
336
+ "padding-bottom": "3xl",
337
+ },
338
+ container: {},
339
+ header_container: {
340
+ "text-align": "center",
341
+ "margin-bottom": "3xl",
342
+ display: "flex",
343
+ "flex-direction": "column",
344
+ "align-items": "center",
345
+ "row-gap": "base",
346
+ },
347
+ title: {
348
+ "max-width": "720px",
349
+ },
350
+ description: {
351
+ "max-width": "640px",
352
+ color: "text-2",
353
+ },
354
+ testimonials_levoGroup: {
355
+ number_of_slides: 1,
356
+ },
357
+ testimonials_levoGroupItem: {
358
+ card: {
359
+ height: "100%",
360
+ "border-radius": "2xl",
361
+ "box-shadow": "lg",
362
+ "padding-top": "3xl",
363
+ "padding-bottom": "3xl",
364
+ "padding-left": "3xl",
365
+ "padding-right": "3xl",
366
+ "border-color": "border",
367
+ "border-width": "1px",
368
+ "max-width": "760px",
369
+ "margin-left": "auto",
370
+ "margin-right": "auto",
371
+ "background-color": "background-1",
372
+ },
373
+ content_container: {
374
+ display: "flex",
375
+ "flex-direction": "column",
376
+ gap: "xl",
377
+ },
378
+ title_desc_box: {
379
+ "text-align": "center",
380
+ display: "flex",
381
+ "flex-direction": "column",
382
+ "row-gap": "base",
383
+ },
384
+ title: {
385
+ "font-weight": 700,
386
+ "font-size": "2xl",
387
+ "line-height": "1.3",
388
+ },
389
+ description: {
390
+ "font-size": "lg",
391
+ "line-height": "1.7",
392
+ color: "text-2",
393
+ },
394
+ persona_container: {
395
+ display: "flex",
396
+ "flex-direction": "column",
397
+ "align-items": "center",
398
+ gap: "2xs",
399
+ },
400
+ stars: {
401
+ display: "flex",
402
+ gap: "xs",
403
+ "margin-bottom": "sm",
404
+ },
405
+ star: {
406
+ color: "brand",
407
+ width: "22px",
408
+ height: "22px",
409
+ "font-size": "22px",
410
+ "flex-shrink": 0,
411
+ },
412
+ persona_name: {
413
+ "font-weight": 700,
414
+ "font-size": "lg",
415
+ },
416
+ designation: {
417
+ color: "text-2",
418
+ "font-size": "sm",
419
+ },
420
+ },
421
+ testimonials: [{}, {}, {}],
422
+ "carousel-navigation-container": {
423
+ display: "flex",
424
+ "justify-content": "center",
425
+ "align-items": "center",
426
+ "padding-top": "xl",
427
+ },
428
+ "carousel-navigation": {
429
+ display: "flex",
430
+ "column-gap": "sm",
431
+ },
432
+ "carousel-navigation-pill": {
433
+ width: "10px",
434
+ height: "10px",
435
+ "border-radius": "50%",
436
+ "border-color": "border",
437
+ "border-width": "1px",
438
+ cursor: "pointer",
439
+ "background-color": "transparent",
440
+ transition: "all 0.2s ease",
441
+ },
442
+ },
443
+ content: DEFAULT_CONTENT,
444
+ config: {
445
+ testimonials_levoGroup: {
446
+ carousel: { loop: true },
447
+ },
448
+ title: {
449
+ selectedVariants: { Heading_Level: "H2" },
450
+ },
451
+ testimonials: [
452
+ {
453
+ description: { selectedVariants: {} },
454
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
455
+ persona_name: {
456
+ heading: { level: "5" },
457
+ selectedVariants: { Heading_Level: "H6" },
349
458
  },
350
- title: {
351
- "font-weight": 600,
352
- "margin-bottom": "sm",
459
+ },
460
+ {
461
+ description: { selectedVariants: {} },
462
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
463
+ persona_name: {
464
+ heading: { level: "5" },
465
+ selectedVariants: { Heading_Level: "H6" },
353
466
  },
354
- description: {},
355
- persona_container: {
356
- display: "flex",
357
- "flex-direction": "column",
358
- "align-items": "center",
359
- gap: "sm",
467
+ },
468
+ {
469
+ description: { selectedVariants: {} },
470
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
471
+ persona_name: {
472
+ heading: { level: "5" },
473
+ selectedVariants: { Heading_Level: "H6" },
360
474
  },
475
+ },
476
+ ],
477
+ },
478
+ },
479
+ {
480
+ key: "minimal",
481
+ title: "Minimal",
482
+ styles: {
483
+ layout: {
484
+ "padding-top": "3xl",
485
+ "padding-bottom": "3xl",
486
+ },
487
+ container: {},
488
+ header_container: {
489
+ "text-align": "left",
490
+ "margin-bottom": "2xl",
491
+ display: "flex",
492
+ "flex-direction": "column",
493
+ "row-gap": "base",
494
+ },
495
+ title: {
496
+ "max-width": "640px",
497
+ },
498
+ description: {
499
+ "max-width": "640px",
500
+ color: "text-2",
501
+ },
502
+ testimonials_levoGroup: {
503
+ number_of_slides: 1,
504
+ },
505
+ testimonials_levoGroupItem: {
506
+ card: {
507
+ "padding-top": "md",
508
+ "padding-bottom": "md",
509
+ "max-width": "720px",
510
+ },
511
+ content_container: {
512
+ display: "flex",
513
+ "flex-direction": "column",
514
+ gap: "lg",
515
+ },
516
+ title_desc_box: {
517
+ "text-align": "left",
518
+ display: "flex",
519
+ "flex-direction": "column",
520
+ "row-gap": "sm",
521
+ },
522
+ title: {
523
+ "font-weight": 500,
524
+ "font-style": "italic",
525
+ },
526
+ description: {
527
+ color: "text-2",
528
+ "line-height": "1.7",
529
+ },
530
+ persona_container: {
531
+ display: "flex",
532
+ "flex-direction": "column",
533
+ "align-items": "flex-start",
534
+ gap: "2xs",
535
+ },
536
+ stars: {
537
+ display: "flex",
538
+ gap: "3xs",
539
+ "margin-bottom": "2xs",
540
+ },
541
+ star: {
542
+ color: "brand",
543
+ width: "14px",
544
+ height: "14px",
545
+ "font-size": "14px",
546
+ "flex-shrink": 0,
547
+ },
548
+ persona_name: {
549
+ "font-weight": 600,
550
+ "font-size": "sm",
551
+ },
552
+ designation: {
553
+ color: "text-2",
554
+ "font-size": "sm",
555
+ },
556
+ },
557
+ testimonials: [{}, {}, {}],
558
+ "carousel-navigation-container": {
559
+ display: "none",
560
+ },
561
+ "carousel-navigation": {
562
+ display: "none",
563
+ },
564
+ "carousel-navigation-pill": {
565
+ display: "none",
566
+ },
567
+ },
568
+ content: DEFAULT_CONTENT,
569
+ config: {
570
+ testimonials_levoGroup: {
571
+ carousel: { loop: true },
572
+ },
573
+ title: {
574
+ selectedVariants: { Heading_Level: "H2" },
575
+ },
576
+ testimonials: [
577
+ {
578
+ description: { selectedVariants: {} },
579
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
361
580
  persona_name: {
362
- "font-weight": 600,
581
+ heading: { level: "5" },
582
+ selectedVariants: { Heading_Level: "H6" },
363
583
  },
364
- stars: {
365
- display: "flex",
366
- gap: "2xs",
584
+ },
585
+ {
586
+ description: { selectedVariants: {} },
587
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
588
+ persona_name: {
589
+ heading: { level: "5" },
590
+ selectedVariants: { Heading_Level: "H6" },
367
591
  },
368
- star: {
369
- color: "warning",
370
- width: "16px",
371
- height: "16px",
592
+ },
593
+ {
594
+ description: { selectedVariants: {} },
595
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
596
+ persona_name: {
597
+ heading: { level: "5" },
598
+ selectedVariants: { Heading_Level: "H6" },
372
599
  },
373
600
  },
374
601
  ],
602
+ },
603
+ },
604
+ {
605
+ key: "default",
606
+ title: "Default",
607
+ styles: {
608
+ layout: {
609
+ "padding-top": "3xl",
610
+ "padding-bottom": "3xl",
611
+ },
612
+ container: {},
613
+ header_container: {
614
+ "text-align": "center",
615
+ "margin-bottom": "3xl",
616
+ display: "flex",
617
+ "flex-direction": "column",
618
+ "align-items": "center",
619
+ "row-gap": "base",
620
+ },
621
+ title: {
622
+ "max-width": "720px",
623
+ },
624
+ description: {
625
+ "max-width": "640px",
626
+ color: "text-2",
627
+ },
628
+ testimonials_levoGroup: {
629
+ number_of_slides: 1,
630
+ },
631
+ testimonials_levoGroupItem: {
632
+ card: {
633
+ "border-radius": "lg",
634
+ "box-shadow": "default",
635
+ "padding-top": "2xl",
636
+ "padding-bottom": "2xl",
637
+ "padding-left": "2xl",
638
+ "padding-right": "2xl",
639
+ "border-color": "border",
640
+ "border-width": "1px",
641
+ "max-width": "720px",
642
+ "margin-left": "auto",
643
+ "margin-right": "auto",
644
+ "background-color": "background-1",
645
+ },
646
+ content_container: {
647
+ display: "flex",
648
+ "flex-direction": "column",
649
+ gap: "lg",
650
+ },
651
+ title_desc_box: {
652
+ "text-align": "center",
653
+ display: "flex",
654
+ "flex-direction": "column",
655
+ "row-gap": "sm",
656
+ },
657
+ title: {
658
+ "font-weight": 600,
659
+ },
660
+ description: {
661
+ color: "text-2",
662
+ "line-height": "1.6",
663
+ },
664
+ persona_container: {
665
+ display: "flex",
666
+ "flex-direction": "column",
667
+ "align-items": "center",
668
+ gap: "2xs",
669
+ },
670
+ stars: {
671
+ display: "flex",
672
+ gap: "2xs",
673
+ "margin-bottom": "xs",
674
+ },
675
+ star: {
676
+ color: "brand",
677
+ width: "18px",
678
+ height: "18px",
679
+ "font-size": "18px",
680
+ "flex-shrink": 0,
681
+ },
682
+ persona_name: {
683
+ "font-weight": 600,
684
+ },
685
+ designation: {
686
+ color: "text-2",
687
+ "font-size": "sm",
688
+ },
689
+ },
690
+ testimonials: [{}, {}, {}],
375
691
  "carousel-navigation-container": {
376
692
  display: "flex",
377
693
  "justify-content": "center",
@@ -396,68 +712,34 @@ export const Testimonial7: IBlock = {
396
712
  content: DEFAULT_CONTENT,
397
713
  config: {
398
714
  testimonials_levoGroup: {
399
- carousel: {
400
- loop: true,
401
- },
715
+ carousel: { loop: true },
402
716
  },
403
717
  title: {
404
- selectedVariants: {
405
- Heading_Level: "H2",
406
- },
718
+ selectedVariants: { Heading_Level: "H2" },
407
719
  },
408
720
  testimonials: [
409
721
  {
410
- description: {
411
- selectedVariants: {},
412
- },
413
- title: {
414
- selectedVariants: {
415
- Typography_Variants: "Lead",
416
- },
417
- },
722
+ description: { selectedVariants: {} },
723
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
418
724
  persona_name: {
419
- heading: {
420
- level: "5",
421
- },
422
- selectedVariants: {
423
- Heading_Level: "H6",
424
- },
725
+ heading: { level: "5" },
726
+ selectedVariants: { Heading_Level: "H6" },
425
727
  },
426
728
  },
427
729
  {
428
- description: {
429
- selectedVariants: {},
430
- },
431
- title: {
432
- selectedVariants: {
433
- Typography_Variants: "Lead",
434
- },
435
- },
730
+ description: { selectedVariants: {} },
731
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
436
732
  persona_name: {
437
- selectedVariants: {
438
- Heading_Level: "H6",
439
- },
440
- heading: {
441
- level: "5",
442
- },
733
+ selectedVariants: { Heading_Level: "H6" },
734
+ heading: { level: "5" },
443
735
  },
444
736
  },
445
737
  {
446
- description: {
447
- selectedVariants: {},
448
- },
449
- title: {
450
- selectedVariants: {
451
- Typography_Variants: "Lead",
452
- },
453
- },
738
+ description: { selectedVariants: {} },
739
+ title: { selectedVariants: { Typography_Variants: "Lead" } },
454
740
  persona_name: {
455
- selectedVariants: {
456
- Heading_Level: "H6",
457
- },
458
- heading: {
459
- level: "5",
460
- },
741
+ selectedVariants: { Heading_Level: "H6" },
742
+ heading: { level: "5" },
461
743
  },
462
744
  },
463
745
  ],