@levo-so/blocks 0.1.2 → 0.1.52

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 (115) hide show
  1. package/package.json +2 -2
  2. package/src/blocks/about-us/about-us-1.schema.ts +26 -12
  3. package/src/blocks/about-us/about-us-2.schema.ts +269 -0
  4. package/src/blocks/about-us/about-us-2.tsx +47 -0
  5. package/src/blocks/blogs/blog-listing-1.schema.ts +64 -10
  6. package/src/blocks/blogs/blog-listing-1.tsx +79 -56
  7. package/src/blocks/blogs/blog-listing-2.schema.ts +3141 -31
  8. package/src/blocks/blogs/blog-listing-2.tsx +16 -11
  9. package/src/blocks/blogs/blog-listing-3.schema.ts +2476 -0
  10. package/src/blocks/blogs/blog-listing-3.tsx +84 -0
  11. package/src/blocks/blogs/blog-post-1.schema.ts +17 -9
  12. package/src/blocks/blogs/blog-post-2.schema.ts +13 -56
  13. package/src/blocks/blogs/blog-post-3.schema.ts +284 -0
  14. package/src/blocks/blogs/blog-post-3.tsx +58 -0
  15. package/src/blocks/cards/cards-10.schema.ts +579 -0
  16. package/src/blocks/cards/cards-10.tsx +2 -0
  17. package/src/blocks/cards/cards-11.schema.ts +514 -36
  18. package/src/blocks/cards/cards-13.schema.ts +615 -0
  19. package/src/blocks/cards/cards-13.tsx +67 -0
  20. package/src/blocks/cards/cards-2.schema.ts +14 -17
  21. package/src/blocks/cards/cards-3.schema.ts +15 -25
  22. package/src/blocks/cards/cards-4.schema.ts +22 -44
  23. package/src/blocks/cards/cards-4.tsx +39 -39
  24. package/src/blocks/cards/cards-5.schema.ts +15 -34
  25. package/src/blocks/cards/cards-6.schema.ts +1500 -0
  26. package/src/blocks/cards/cards-6.tsx +11 -7
  27. package/src/blocks/cards/cards-7.schema.ts +1772 -27
  28. package/src/blocks/cards/cards-7.tsx +32 -0
  29. package/src/blocks/cards/cards-8.schema.ts +9 -9
  30. package/src/blocks/contact-us/contact-us-1.schema.ts +13 -6
  31. package/src/blocks/contact-us/contact-us-2.schema.ts +43 -43
  32. package/src/blocks/content/content-1.schema.ts +45 -67
  33. package/src/blocks/content/content-2.schema.ts +14 -11
  34. package/src/blocks/content/content-3.schema.ts +17 -115
  35. package/src/blocks/content/content-3.tsx +1 -0
  36. package/src/blocks/content/content-5.tsx +1 -0
  37. package/src/blocks/content/content-6.tsx +1 -0
  38. package/src/blocks/content/content-7.schema.ts +723 -0
  39. package/src/blocks/content/content-7.tsx +53 -0
  40. package/src/blocks/cta/cta-1.schema.ts +18 -26
  41. package/src/blocks/cta/cta-3.schema.ts +60 -0
  42. package/src/blocks/event/event-details.schema.ts +30 -35
  43. package/src/blocks/event/event-details.tsx +74 -79
  44. package/src/blocks/event/event-listing-2.schema.ts +85 -26
  45. package/src/blocks/event/event-listing-2.tsx +76 -52
  46. package/src/blocks/event/event-listing-3.schema.ts +58 -42
  47. package/src/blocks/event/event-listing-3.tsx +4 -9
  48. package/src/blocks/event/event-listing-4.schema.ts +3528 -0
  49. package/src/blocks/event/event-listing-4.tsx +97 -0
  50. package/src/blocks/event/event-listing.schema.ts +81 -86
  51. package/src/blocks/event/event-listing.tsx +1 -3
  52. package/src/blocks/faq/faq-1.schema.ts +13 -10
  53. package/src/blocks/faq/faq-2.schema.ts +12 -10
  54. package/src/blocks/features/features-1/variants/default.ts +12 -3
  55. package/src/blocks/features/features-2.schema.ts +192 -59
  56. package/src/blocks/features/features-3.schema.ts +11 -25
  57. package/src/blocks/features/features-4.schema.ts +20 -35
  58. package/src/blocks/features/features-5.schema.ts +18 -37
  59. package/src/blocks/footer/footer-1.schema.ts +28 -5
  60. package/src/blocks/footer/footer-2.schema.ts +18 -3
  61. package/src/blocks/footer/footer-3.schema.ts +85 -160
  62. package/src/blocks/footer/footer-3.tsx +1 -2
  63. package/src/blocks/footer/footer-4.schema.ts +10 -5
  64. package/src/blocks/footer/footer-4.tsx +1 -1
  65. package/src/blocks/footer/footer-5.schema.ts +10 -0
  66. package/src/blocks/footer/footer-5.tsx +11 -3
  67. package/src/blocks/footer/footer-6.schema.ts +730 -0
  68. package/src/blocks/footer/footer-6.tsx +100 -0
  69. package/src/blocks/hero/hero-1.schema.ts +165 -185
  70. package/src/blocks/hero/hero-10.schema.ts +175 -0
  71. package/src/blocks/hero/hero-10.tsx +35 -0
  72. package/src/blocks/hero/hero-2.schema.ts +60 -104
  73. package/src/blocks/hero/hero-2.tsx +11 -3
  74. package/src/blocks/hero/hero-3.schema.ts +68 -64
  75. package/src/blocks/hero/hero-4.schema.ts +148 -48
  76. package/src/blocks/hero/hero-5.schema.ts +29 -23
  77. package/src/blocks/hero/hero-6.schema.ts +28 -66
  78. package/src/blocks/hero/hero-7.schema.ts +34 -37
  79. package/src/blocks/hero/hero-8.schema.ts +5 -1
  80. package/src/blocks/index.ts +11 -0
  81. package/src/blocks/logos/logos-1.schema.ts +10 -4
  82. package/src/blocks/navbar/navbar-1.schema.ts +3 -5
  83. package/src/blocks/navbar/navbar-1.tsx +5 -19
  84. package/src/blocks/navbar/navbar-2.schema.ts +2 -4
  85. package/src/blocks/navbar/navbar-2.tsx +4 -18
  86. package/src/blocks/navbar/navbar-3.schema.ts +6834 -0
  87. package/src/blocks/navbar/navbar-3.tsx +551 -0
  88. package/src/blocks/pricing/pricing-1.schema.ts +23 -37
  89. package/src/blocks/products/products-listing-1.schema.ts +73 -76
  90. package/src/blocks/profile/profile-1.schema.ts +399 -0
  91. package/src/blocks/profile/profile-1.tsx +64 -0
  92. package/src/blocks/stats/stats-1.schema.ts +34 -3
  93. package/src/blocks/stats/variants/default.ts +0 -1
  94. package/src/blocks/stats/variants/hero.ts +2 -13
  95. package/src/blocks/team/team-1.schema.ts +50 -22
  96. package/src/blocks/team/team-1.tsx +9 -3
  97. package/src/blocks/team/team-2.schema.ts +96 -167
  98. package/src/blocks/team/team-3.schema.ts +32 -49
  99. package/src/blocks/team/team-4.schema.ts +551 -0
  100. package/src/blocks/team/team-4.tsx +59 -0
  101. package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +10 -20
  102. package/src/blocks/testimonial/testimonial-1.schema.ts +14 -8
  103. package/src/blocks/testimonial/testimonial-2.schema.ts +2 -2
  104. package/src/blocks/testimonial/testimonial-3.schema.ts +12 -18
  105. package/src/blocks/testimonial/testimonial-4.schema.ts +131 -126
  106. package/src/blocks/testimonial/testimonial-5/variants/default.ts +510 -0
  107. package/src/blocks/testimonial/testimonial-5/variants/index.ts +4 -0
  108. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +887 -0
  109. package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +923 -0
  110. package/src/blocks/testimonial/testimonial-5.schema.ts +62 -246
  111. package/src/blocks/testimonial/testimonial-5.tsx +32 -8
  112. package/src/blocks/testimonial/testimonial-6.schema.ts +986 -23
  113. package/src/blocks/testimonial/testimonial-6.tsx +107 -57
  114. package/src/schemas/blocks.ts +22 -0
  115. package/src/schemas/categories.ts +6 -0
@@ -295,17 +295,10 @@ export const Faq2: IBlock = {
295
295
  },
296
296
  },
297
297
  faq_label: {
298
- "font-size": "lg",
299
- "font-weight": 600,
300
- tablet: {
301
- "font-size": "base",
302
- },
298
+ color: "text-2",
303
299
  },
304
300
  title: {
305
- "font-size": "4xl",
306
- tablet: {
307
- "font-size": "2xl",
308
- },
301
+ color: "text-1",
309
302
  },
310
303
  cta: {
311
304
  width: "fit-content",
@@ -350,7 +343,16 @@ export const Faq2: IBlock = {
350
343
  }),
351
344
  },
352
345
  content: DEFAULT_CONTENT,
353
- config: {},
346
+ config: {
347
+ title: {
348
+ heading: {
349
+ level: 2,
350
+ },
351
+ selectedVariants: {
352
+ Heading_Level: "H2",
353
+ },
354
+ },
355
+ },
354
356
  },
355
357
  ],
356
358
  };
@@ -128,12 +128,12 @@ export const defaultFeatures1Variant: IBlockLayouts = {
128
128
  },
129
129
  title: {
130
130
  "text-align": "center",
131
- "font-size": "4xl",
132
- "font-weight": "bold",
131
+ color: "text-1",
133
132
  },
134
133
  description: {
135
134
  "max-width": "672px",
136
135
  "text-align": "center",
136
+ color: "text-2",
137
137
  },
138
138
  specialties_levoGroup: {
139
139
  display: "grid",
@@ -193,5 +193,14 @@ export const defaultFeatures1Variant: IBlockLayouts = {
193
193
  }),
194
194
  },
195
195
  content: DEFAULT_CONTENT,
196
- config: {},
196
+ config: {
197
+ title: {
198
+ selectedVariants: {
199
+ Heading_Level: "H2",
200
+ },
201
+ heading: {
202
+ level: 2,
203
+ },
204
+ },
205
+ },
197
206
  };
@@ -96,7 +96,7 @@ const FEATURE_STYLE = {
96
96
  width: "100%",
97
97
  height: "12rem",
98
98
  "object-fit": "cover",
99
- "border-radius": "xl",
99
+ "border-radius": "base",
100
100
  },
101
101
  content_wrapper: {
102
102
  display: "flex",
@@ -104,34 +104,24 @@ const FEATURE_STYLE = {
104
104
  gap: "lg",
105
105
  },
106
106
  number: {
107
- "font-size": "3xl",
108
- "font-weight": "700",
109
107
  color: "text-1",
110
108
  },
111
109
  text_wrapper: {
112
110
  flex: "1 1 0%",
113
111
  },
114
112
  label: {
115
- "font-size": "4xl",
116
- "font-weight": "700",
117
113
  color: "text-1",
118
- "line-height": "1",
119
114
  "min-width": "4rem",
120
115
  },
121
116
  title: {
122
- "font-size": "xl",
123
- "font-weight": "600",
124
117
  color: "text-1",
125
118
  "margin-bottom": "xs",
126
119
  },
127
120
  description: {
128
121
  color: "text-2",
129
- "font-size": "base",
130
122
  },
131
123
  };
132
124
 
133
- const FEATURES_STYLES = Array(4).fill(FEATURE_STYLE);
134
-
135
125
  export const Features2: IBlock = {
136
126
  category_id: "features",
137
127
  title: "Features 2",
@@ -204,11 +194,7 @@ export const Features2: IBlock = {
204
194
  label: "Content Wrapper",
205
195
  field_interface: "BoxWidget",
206
196
  },
207
- {
208
- key: "number",
209
- label: "Number",
210
- field_interface: "BoxWidget",
211
- },
197
+
212
198
  {
213
199
  key: "text_wrapper",
214
200
  label: "Text Wrapper",
@@ -238,13 +224,8 @@ export const Features2: IBlock = {
238
224
  title: "Default",
239
225
  styles: {
240
226
  container: {
241
- "max-width": "72rem",
242
- "margin-left": "auto",
243
- "margin-right": "auto",
244
- "padding-left": "base",
245
- "padding-right": "base",
246
- "padding-top": "7xl",
247
- "padding-bottom": "7xl",
227
+ "padding-top": "10xl",
228
+ "padding-bottom": "10xl",
248
229
  },
249
230
  header_wrapper: {
250
231
  display: "flex",
@@ -267,53 +248,22 @@ export const Features2: IBlock = {
267
248
  flex: "1 1 0%",
268
249
  },
269
250
  },
270
- title: {
271
- "font-size": "3xl",
272
- "font-weight": "600",
273
- color: "text-1",
274
- "line-height": "1.15",
275
- "margin-bottom": "0",
276
- tablet: {
277
- "margin-bottom": "base",
278
- },
279
- mobile: {
280
- "font-size": "2xl",
281
- "margin-bottom": "xs",
282
- },
283
- },
251
+ title: {},
284
252
  cta_wrapper: {
285
253
  display: "flex",
286
254
  "flex-direction": "row",
287
255
  "align-items": "center",
288
- "shrink": "0",
256
+ shrink: "0",
289
257
  tablet: {
290
258
  "flex-direction": "column",
291
259
  "align-items": "start",
292
260
  gap: "xl",
293
261
  width: "50%",
294
262
  },
295
- mobile: {
296
- width: "100%",
297
- },
298
- },
299
- description: {
300
- color: "text-2",
301
- "font-size": "base",
302
- "margin-bottom": "0",
303
- "margin-right": "2xl",
304
- tablet: {
305
- "margin-bottom": "xl",
306
- "margin-right": "0",
307
- "max-width": "36rem",
308
- },
309
- mobile: {
310
- "font-size": "sm",
311
- "margin-bottom": "lg",
312
- },
313
263
  },
314
264
  features_levoGroup: {
315
265
  number_of_slides: 2.5,
316
- "margin-top": "12xl",
266
+ "margin-top": "7xl",
317
267
  tablet: {
318
268
  number_of_slides: 2,
319
269
  },
@@ -321,17 +271,200 @@ export const Features2: IBlock = {
321
271
  number_of_slides: 1,
322
272
  },
323
273
  },
324
- features: FEATURES_STYLES,
274
+ features: [
275
+ {
276
+ card: {
277
+ display: "flex",
278
+ "flex-direction": "column",
279
+ gap: "xl",
280
+ },
281
+ image: {
282
+ width: "100%",
283
+ height: "12rem",
284
+ "object-fit": "cover",
285
+ "border-radius": "base",
286
+ },
287
+ content_wrapper: {
288
+ display: "flex",
289
+ "align-items": "start",
290
+ gap: "lg",
291
+ },
292
+ number: {
293
+ "font-size": "3xl",
294
+ "font-weight": "700",
295
+ color: "text-1",
296
+ },
297
+ text_wrapper: {
298
+ flex: "1 1 0%",
299
+ },
300
+ label: {
301
+ "font-size": "4xl",
302
+ "font-weight": "700",
303
+ color: "text-1",
304
+ "line-height": "1",
305
+ "min-width": "4rem",
306
+ },
307
+ title: {
308
+ "font-weight": 600,
309
+ },
310
+ },
311
+ {
312
+ card: {
313
+ display: "flex",
314
+ "flex-direction": "column",
315
+ gap: "xl",
316
+ },
317
+ image: {
318
+ width: "100%",
319
+ height: "12rem",
320
+ "object-fit": "cover",
321
+ "border-radius": "base",
322
+ },
323
+ content_wrapper: {
324
+ display: "flex",
325
+ "align-items": "start",
326
+ gap: "lg",
327
+ },
328
+ number: {
329
+ "font-size": "3xl",
330
+ "font-weight": "700",
331
+ color: "text-1",
332
+ },
333
+ text_wrapper: {
334
+ flex: "1 1 0%",
335
+ },
336
+ label: {
337
+ "font-size": "4xl",
338
+ "font-weight": "700",
339
+ color: "text-1",
340
+ "line-height": "1",
341
+ "min-width": "4rem",
342
+ },
343
+ title: {
344
+ "font-weight": 600,
345
+ },
346
+ },
347
+ {
348
+ card: {
349
+ display: "flex",
350
+ "flex-direction": "column",
351
+ gap: "xl",
352
+ },
353
+ image: {
354
+ width: "100%",
355
+ height: "12rem",
356
+ "object-fit": "cover",
357
+ "border-radius": "base",
358
+ },
359
+ content_wrapper: {
360
+ display: "flex",
361
+ "align-items": "start",
362
+ gap: "lg",
363
+ },
364
+ number: {
365
+ "font-size": "3xl",
366
+ "font-weight": "700",
367
+ color: "text-1",
368
+ },
369
+ text_wrapper: {
370
+ flex: "1 1 0%",
371
+ },
372
+ label: {
373
+ "font-size": "4xl",
374
+ "font-weight": "700",
375
+ color: "text-1",
376
+ "line-height": "1",
377
+ "min-width": "4rem",
378
+ },
379
+ title: {
380
+ "font-weight": "600",
381
+ },
382
+ },
383
+ {
384
+ card: {
385
+ display: "flex",
386
+ "flex-direction": "column",
387
+ gap: "xl",
388
+ },
389
+ image: {
390
+ width: "100%",
391
+ height: "12rem",
392
+ "object-fit": "cover",
393
+ "border-radius": "base",
394
+ },
395
+ content_wrapper: {
396
+ display: "flex",
397
+ "align-items": "start",
398
+ gap: "lg",
399
+ },
400
+ number: {
401
+ "font-size": "3xl",
402
+ "font-weight": "700",
403
+ color: "text-1",
404
+ },
405
+ text_wrapper: {
406
+ flex: "1 1 0%",
407
+ },
408
+ label: {
409
+ "font-size": "4xl",
410
+ "font-weight": "700",
411
+ color: "text-1",
412
+ "line-height": "1",
413
+ "min-width": "4rem",
414
+ },
415
+ title: {
416
+ "font-weight": "600",
417
+ },
418
+ },
419
+ ],
325
420
  },
326
421
  content: DEFAULT_CONTENT,
327
422
  config: {
328
423
  features_levoGroup: {
329
424
  carousel: {
330
425
  loop: true,
331
- autoScroll: true,
426
+ autoScroll: false,
332
427
  speed: 2,
333
428
  },
334
429
  },
430
+ title: {
431
+ selectedVariants: {
432
+ Heading_Level: "H2",
433
+ },
434
+ heading: {
435
+ level: 2,
436
+ },
437
+ features: [
438
+ {
439
+ title: {
440
+ selectedVariants: {
441
+ Heading_Level: "H5",
442
+ },
443
+ },
444
+ },
445
+ {
446
+ title: {
447
+ selectedVariants: {
448
+ Heading_Level: "H5",
449
+ },
450
+ },
451
+ },
452
+ {
453
+ title: {
454
+ selectedVariants: {
455
+ Heading_Level: "H5",
456
+ },
457
+ },
458
+ },
459
+ {
460
+ title: {
461
+ selectedVariants: {
462
+ Heading_Level: "H5",
463
+ },
464
+ },
465
+ },
466
+ ],
467
+ },
335
468
  },
336
469
  },
337
470
  ],
@@ -275,7 +275,7 @@ export const Features3: IBlock = {
275
275
  width: "100%",
276
276
  height: "18rem",
277
277
  "object-fit": "cover",
278
- "border-radius": "2xl",
278
+ "border-radius": "base",
279
279
  },
280
280
  header: {
281
281
  display: "flex",
@@ -283,19 +283,14 @@ export const Features3: IBlock = {
283
283
  "column-gap": "3xs",
284
284
  },
285
285
  label: {
286
- "font-size": "3xl",
287
- "font-weight": "700",
288
286
  color: "text-1",
289
287
  },
290
288
  title: {
291
- "font-size": "xl",
292
- "font-weight": "600",
293
289
  color: "text-1",
294
290
  "margin-bottom": "2xs",
295
291
  },
296
292
  description: {
297
293
  color: "text-2",
298
- "font-size": "base",
299
294
  "margin-bottom": "2xs",
300
295
  },
301
296
  cta: {
@@ -316,7 +311,7 @@ export const Features3: IBlock = {
316
311
  width: "100%",
317
312
  height: "18rem",
318
313
  "object-fit": "cover",
319
- "border-radius": "2xl",
314
+ "border-radius": "base",
320
315
  },
321
316
  header: {
322
317
  display: "flex",
@@ -324,19 +319,14 @@ export const Features3: IBlock = {
324
319
  "column-gap": "3xs",
325
320
  },
326
321
  label: {
327
- "font-size": "3xl",
328
- "font-weight": "700",
329
322
  color: "text-1",
330
323
  },
331
324
  title: {
332
- "font-size": "xl",
333
- "font-weight": "600",
334
325
  color: "text-1",
335
326
  "margin-bottom": "2xs",
336
327
  },
337
328
  description: {
338
329
  color: "text-2",
339
- "font-size": "base",
340
330
  "margin-bottom": "2xs",
341
331
  },
342
332
  cta: {
@@ -357,7 +347,7 @@ export const Features3: IBlock = {
357
347
  width: "100%",
358
348
  height: "18rem",
359
349
  "object-fit": "cover",
360
- "border-radius": "2xl",
350
+ "border-radius": "base",
361
351
  },
362
352
  header: {
363
353
  display: "flex",
@@ -365,19 +355,14 @@ export const Features3: IBlock = {
365
355
  "column-gap": "3xs",
366
356
  },
367
357
  label: {
368
- "font-size": "3xl",
369
- "font-weight": "700",
370
358
  color: "text-1",
371
359
  },
372
360
  title: {
373
- "font-size": "xl",
374
- "font-weight": "600",
375
361
  color: "text-1",
376
362
  "margin-bottom": "2xs",
377
363
  },
378
364
  description: {
379
365
  color: "text-2",
380
- "font-size": "base",
381
366
  "margin-bottom": "2xs",
382
367
  },
383
368
  cta: {
@@ -398,7 +383,7 @@ export const Features3: IBlock = {
398
383
  width: "100%",
399
384
  height: "18rem",
400
385
  "object-fit": "cover",
401
- "border-radius": "2xl",
386
+ "border-radius": "base",
402
387
  },
403
388
  header: {
404
389
  display: "flex",
@@ -406,19 +391,14 @@ export const Features3: IBlock = {
406
391
  "column-gap": "3xs",
407
392
  },
408
393
  label: {
409
- "font-size": "3xl",
410
- "font-weight": "700",
411
394
  color: "text-1",
412
395
  },
413
396
  title: {
414
- "font-size": "xl",
415
- "font-weight": "600",
416
397
  color: "text-1",
417
398
  "margin-bottom": "2xs",
418
399
  },
419
400
  description: {
420
401
  color: "text-2",
421
- "font-size": "base",
422
402
  "margin-bottom": "2xs",
423
403
  },
424
404
  cta: {
@@ -432,7 +412,13 @@ export const Features3: IBlock = {
432
412
  ],
433
413
  },
434
414
  content: DEFAULT_CONTENT,
435
- config: {},
415
+ config: {
416
+ title: {
417
+ heading: {
418
+ level: 2,
419
+ },
420
+ },
421
+ },
436
422
  },
437
423
  ],
438
424
  };
@@ -370,16 +370,10 @@ export const Features4: IBlock = {
370
370
  "margin-bottom": "4xl",
371
371
  },
372
372
  title: {
373
- "font-size": "4xl",
374
- "font-weight": "700",
375
373
  color: "text-1",
376
374
  "margin-bottom": "sm",
377
- tablet: {
378
- "font-size": "3xl",
379
- },
380
375
  },
381
376
  subtitle: {
382
- "font-size": "lg",
383
377
  color: "text-2",
384
378
  },
385
379
  specifications_wrapper: {
@@ -420,13 +414,10 @@ export const Features4: IBlock = {
420
414
  color: "brand",
421
415
  },
422
416
  value: {
423
- "font-size": "lg",
424
- "font-weight": "600",
425
417
  color: "text-1",
426
418
  "margin-bottom": "3xs",
427
419
  },
428
420
  label: {
429
- "font-size": "sm",
430
421
  color: "text-2",
431
422
  },
432
423
  },
@@ -443,13 +434,10 @@ export const Features4: IBlock = {
443
434
  color: "brand",
444
435
  },
445
436
  value: {
446
- "font-size": "lg",
447
- "font-weight": "600",
448
437
  color: "text-1",
449
438
  "margin-bottom": "3xs",
450
439
  },
451
440
  label: {
452
- "font-size": "sm",
453
441
  color: "text-2",
454
442
  },
455
443
  },
@@ -466,13 +454,10 @@ export const Features4: IBlock = {
466
454
  color: "brand",
467
455
  },
468
456
  value: {
469
- "font-size": "lg",
470
- "font-weight": "600",
471
457
  color: "text-1",
472
458
  "margin-bottom": "3xs",
473
459
  },
474
460
  label: {
475
- "font-size": "sm",
476
461
  color: "text-2",
477
462
  },
478
463
  },
@@ -489,13 +474,10 @@ export const Features4: IBlock = {
489
474
  color: "brand",
490
475
  },
491
476
  value: {
492
- "font-size": "lg",
493
- "font-weight": "600",
494
477
  color: "text-1",
495
478
  "margin-bottom": "3xs",
496
479
  },
497
480
  label: {
498
- "font-size": "sm",
499
481
  color: "text-2",
500
482
  },
501
483
  },
@@ -512,13 +494,10 @@ export const Features4: IBlock = {
512
494
  color: "brand",
513
495
  },
514
496
  value: {
515
- "font-size": "lg",
516
- "font-weight": "600",
517
497
  color: "text-1",
518
498
  "margin-bottom": "3xs",
519
499
  },
520
500
  label: {
521
- "font-size": "sm",
522
501
  color: "text-2",
523
502
  },
524
503
  },
@@ -535,28 +514,23 @@ export const Features4: IBlock = {
535
514
  color: "brand",
536
515
  },
537
516
  value: {
538
- "font-size": "lg",
539
- "font-weight": "600",
540
517
  color: "text-1",
541
518
  "margin-bottom": "3xs",
542
519
  },
543
520
  label: {
544
- "font-size": "sm",
545
521
  color: "text-2",
546
522
  },
547
523
  },
548
524
  ],
549
525
  specifications_2_wrapper: {
550
526
  "background-color": "white",
551
- "border-radius": "xl",
527
+ "border-radius": "base",
552
528
  padding: "lg",
553
529
  "border-width": "1px",
554
530
  "border-color": "border",
555
531
  "border-style": "solid",
556
532
  },
557
533
  specifications_2_title: {
558
- "font-size": "lg",
559
- "font-weight": "600",
560
534
  color: "text-1",
561
535
  "margin-bottom": "base",
562
536
  },
@@ -579,13 +553,10 @@ export const Features4: IBlock = {
579
553
  color: "brand",
580
554
  },
581
555
  value: {
582
- "font-size": "base",
583
- "font-weight": "600",
584
556
  color: "text-1",
585
557
  "margin-bottom": "3xs",
586
558
  },
587
559
  label: {
588
- "font-size": "sm",
589
560
  color: "text-2",
590
561
  },
591
562
  },
@@ -602,13 +573,10 @@ export const Features4: IBlock = {
602
573
  color: "brand",
603
574
  },
604
575
  value: {
605
- "font-size": "base",
606
- "font-weight": "600",
607
576
  color: "text-1",
608
577
  "margin-bottom": "3xs",
609
578
  },
610
579
  label: {
611
- "font-size": "sm",
612
580
  color: "text-2",
613
581
  },
614
582
  },
@@ -616,7 +584,7 @@ export const Features4: IBlock = {
616
584
  product_image: {
617
585
  width: "50%",
618
586
  height: "100%",
619
- "border-radius": "xl",
587
+ "border-radius": "base",
620
588
  "object-fit": "cover",
621
589
  tablet: {
622
590
  filter: "none",
@@ -625,7 +593,24 @@ export const Features4: IBlock = {
625
593
  },
626
594
  },
627
595
  content: DEFAULT_CONTENT,
628
- config: {},
596
+ config: {
597
+ title: {
598
+ selectedVariants: {
599
+ Heading_Level: "H2",
600
+ },
601
+ heading: {
602
+ level: 2,
603
+ },
604
+ },
605
+ specifications_2_title: {
606
+ selectedVariants: {
607
+ Heading_Level: "H2",
608
+ },
609
+ heading: {
610
+ level: 2,
611
+ },
612
+ },
613
+ },
629
614
  },
630
615
  ],
631
616
  };