@levo-so/blocks 0.1.58 → 0.1.60
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.
- package/package.json +16 -15
- package/src/blocks/about-us/about-us-1.schema.ts +75 -58
- package/src/blocks/about-us/about-us-2.schema.ts +186 -39
- package/src/blocks/blogs/blog-listing-1.tsx +17 -15
- package/src/blocks/blogs/blog-listing-2.tsx +17 -15
- package/src/blocks/blogs/blog-listing-3.tsx +17 -15
- package/src/blocks/calendar/calendar-1.schema.ts +263 -181
- package/src/blocks/calendar/calendar-1.tsx +42 -11
- package/src/blocks/cards/cards-10.schema.ts +322 -313
- package/src/blocks/cards/cards-10.tsx +9 -1
- package/src/blocks/cards/cards-11.schema.ts +139 -248
- package/src/blocks/cards/cards-12.schema.ts +117 -196
- package/src/blocks/cards/cards-13.schema.ts +107 -56
- package/src/blocks/cards/cards-14.schema.ts +58 -154
- package/src/blocks/cards/cards-15.schema.ts +54 -31
- package/src/blocks/cards/cards-15.tsx +13 -2
- package/src/blocks/cards/cards-2.schema.ts +83 -88
- package/src/blocks/cards/cards-2.tsx +10 -2
- package/src/blocks/cards/cards-3.schema.ts +75 -70
- package/src/blocks/cards/cards-4.schema.ts +149 -91
- package/src/blocks/cards/cards-4.tsx +13 -2
- package/src/blocks/cards/cards-5.schema.ts +91 -68
- package/src/blocks/cards/cards-5.tsx +9 -1
- package/src/blocks/cards/cards-6.schema.ts +794 -972
- package/src/blocks/cards/cards-6.tsx +18 -2
- package/src/blocks/cards/cards-7.schema.ts +802 -2250
- package/src/blocks/cards/cards-7.tsx +14 -1
- package/src/blocks/cards/cards-8.schema.ts +166 -347
- package/src/blocks/cards/cards-8.tsx +14 -1
- package/src/blocks/cards/cards-9.schema.ts +300 -305
- package/src/blocks/cards/cards-9.tsx +27 -3
- package/src/blocks/carousel/carousel-1.schema.ts +479 -46
- package/src/blocks/carousel/carousel-1.tsx +2 -0
- package/src/blocks/carousel/carousel-2.schema.ts +170 -118
- package/src/blocks/carousel/carousel-2.tsx +10 -2
- package/src/blocks/community/community-1.schema.ts +566 -0
- package/src/blocks/community/community-1.tsx +690 -0
- package/src/blocks/community/community-post-1.schema.ts +417 -0
- package/src/blocks/community/community-post-1.tsx +155 -0
- package/src/blocks/contact-us/contact-us-1.schema.ts +33 -43
- package/src/blocks/contact-us/contact-us-2.schema.ts +39 -17
- package/src/blocks/contact-us/contact-us-2.tsx +1 -1
- package/src/blocks/content/content-1.schema.ts +184 -234
- package/src/blocks/content/content-1.tsx +48 -38
- package/src/blocks/content/content-2.schema.ts +143 -32
- package/src/blocks/content/content-2.tsx +15 -3
- package/src/blocks/content/content-3.schema.ts +215 -205
- package/src/blocks/content/content-3.tsx +13 -1
- package/src/blocks/content/content-4.schema.ts +124 -85
- package/src/blocks/content/content-4.tsx +2 -1
- package/src/blocks/content/content-5.schema.ts +296 -278
- package/src/blocks/content/content-5.tsx +23 -2
- package/src/blocks/content/content-6.schema.ts +474 -244
- package/src/blocks/content/content-6.tsx +23 -1
- package/src/blocks/content/content-7.schema.ts +173 -133
- package/src/blocks/content/content-7.tsx +27 -3
- package/src/blocks/content/content-8.schema.ts +27 -17
- package/src/blocks/content/content-9.schema.ts +64 -2208
- package/src/blocks/content/content-9.tsx +6 -3
- package/src/blocks/cta/cta-1.schema.ts +13 -108
- package/src/blocks/cta/cta-2.schema.ts +60 -69
- package/src/blocks/cta/cta-3.schema.ts +97 -66
- package/src/blocks/embed/embed-1.schema.ts +30 -52
- package/src/blocks/event/event-details.schema.ts +7 -0
- package/src/blocks/event/event-details.tsx +1 -0
- package/src/blocks/event/event-listing-2.tsx +17 -15
- package/src/blocks/event/event-listing-3.tsx +17 -15
- package/src/blocks/event/event-listing-4.tsx +17 -15
- package/src/blocks/event/event-listing.tsx +17 -15
- package/src/blocks/faq/faq-1.schema.ts +158 -112
- package/src/blocks/faq/faq-1.tsx +12 -3
- package/src/blocks/faq/faq-2.schema.ts +137 -74
- package/src/blocks/faq/faq-2.tsx +10 -1
- package/src/blocks/faq/faq-3.schema.ts +185 -105
- package/src/blocks/faq/faq-3.tsx +19 -3
- package/src/blocks/features/features-1/features-1.schema.ts +11 -3
- package/src/blocks/features/features-1/features-1.tsx +10 -1
- package/src/blocks/features/features-1/variants/default.ts +172 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v1.ts +392 -54
- package/src/blocks/features/features-1/variants/stylized-cards-v2.ts +119 -103
- package/src/blocks/features/features-1/variants/stylized-cards-v3.ts +16 -199
- package/src/blocks/features/features-2.schema.ts +178 -45
- package/src/blocks/features/features-2.tsx +10 -2
- package/src/blocks/features/features-3.schema.ts +284 -65
- package/src/blocks/features/features-3.tsx +22 -3
- package/src/blocks/features/features-4.schema.ts +380 -185
- package/src/blocks/features/features-4.tsx +9 -1
- package/src/blocks/features/features-5.schema.ts +194 -198
- package/src/blocks/features/features-5.tsx +12 -1
- package/src/blocks/features/features-6.schema.ts +240 -193
- package/src/blocks/features/features-6.tsx +16 -2
- package/src/blocks/floating-buttons/floating-button-1.schema.ts +105 -0
- package/src/blocks/floating-buttons/floating-button-1.tsx +20 -0
- package/src/blocks/footer/footer-1.schema.ts +118 -48
- package/src/blocks/footer/footer-1.tsx +2 -1
- package/src/blocks/footer/footer-2.schema.ts +235 -31
- package/src/blocks/footer/footer-2.tsx +2 -1
- package/src/blocks/footer/footer-3.schema.ts +334 -57
- package/src/blocks/footer/footer-3.tsx +2 -1
- package/src/blocks/footer/footer-4.schema.ts +147 -76
- package/src/blocks/footer/footer-4.tsx +2 -1
- package/src/blocks/footer/footer-5.schema.ts +144 -52
- package/src/blocks/footer/footer-5.tsx +2 -1
- package/src/blocks/footer/footer-6.schema.ts +68 -140
- package/src/blocks/footer/footer-6.tsx +2 -1
- package/src/blocks/hero/hero-1.schema.ts +184 -87
- package/src/blocks/hero/hero-10.schema.ts +8 -29
- package/src/blocks/hero/hero-11.schema.ts +192 -89
- package/src/blocks/hero/hero-11.tsx +1 -1
- package/src/blocks/hero/hero-12.schema.ts +107 -170
- package/src/blocks/hero/hero-12.tsx +1 -1
- package/src/blocks/hero/hero-13.schema.ts +42 -28
- package/src/blocks/hero/hero-2.schema.ts +33 -58
- package/src/blocks/hero/hero-3.schema.ts +42 -34
- package/src/blocks/hero/hero-4.schema.ts +265 -70
- package/src/blocks/hero/hero-4.tsx +19 -2
- package/src/blocks/hero/hero-5.schema.ts +122 -44
- package/src/blocks/hero/hero-5.tsx +14 -2
- package/src/blocks/hero/hero-6.schema.ts +159 -255
- package/src/blocks/hero/hero-7.schema.ts +105 -34
- package/src/blocks/hero/hero-7.tsx +4 -1
- package/src/blocks/hero/hero-8.schema.ts +363 -133
- package/src/blocks/hero/hero-8.tsx +27 -3
- package/src/blocks/hero/hero-9.schema.ts +116 -83
- package/src/blocks/hero/hero-9.tsx +9 -1
- package/src/blocks/index.ts +7 -0
- package/src/blocks/logos/logos-1.schema.ts +424 -30
- package/src/blocks/polling/polling-1.schema.ts +1 -19
- package/src/blocks/pricing/pricing-1.schema.ts +296 -266
- package/src/blocks/pricing/pricing-1.tsx +16 -2
- package/src/blocks/products/products-listing-1.schema.ts +144 -33
- package/src/blocks/products/products-listing-1.tsx +9 -1
- package/src/blocks/products/products-listing-2.schema.ts +199 -213
- package/src/blocks/products/products-listing-2.tsx +25 -3
- package/src/blocks/products/products-listing-3.schema.ts +439 -154
- package/src/blocks/products/products-listing-3.tsx +43 -8
- package/src/blocks/profile/profile-1.schema.ts +67 -49
- package/src/blocks/profile/profile-1.tsx +3 -2
- package/src/blocks/profile/profile-2.schema.ts +73 -85
- package/src/blocks/profile/profile-2.tsx +2 -1
- package/src/blocks/profile/profile-3.schema.ts +162 -529
- package/src/blocks/profile/profile-3.tsx +2 -2
- package/src/blocks/services/service-1.schema.ts +204 -804
- package/src/blocks/services/service-1.tsx +15 -2
- package/src/blocks/services/service-2.schema.ts +95 -75
- package/src/blocks/services/service-2.tsx +9 -1
- package/src/blocks/services/service-3.schema.ts +73 -73
- package/src/blocks/services/service-3.tsx +40 -39
- package/src/blocks/stats/stats-1.schema.ts +225 -21
- package/src/blocks/stats/stats-1.tsx +4 -0
- package/src/blocks/stats/stats-2.schema.ts +13 -5
- package/src/blocks/stats/stats-2.tsx +9 -1
- package/src/blocks/stats/variants/default.ts +59 -41
- package/src/blocks/stats/variants/hero.ts +64 -31
- package/src/blocks/tabs/tab-1.schema.ts +105 -407
- package/src/blocks/tabs/tab-1.tsx +15 -4
- package/src/blocks/tabs/tab-2.schema.ts +208 -278
- package/src/blocks/tabs/tab-2.tsx +14 -2
- package/src/blocks/team/team-1.schema.ts +621 -76
- package/src/blocks/team/team-1.tsx +9 -1
- package/src/blocks/team/team-2.schema.ts +693 -1421
- package/src/blocks/team/team-2.tsx +4 -1
- package/src/blocks/team/team-3.schema.ts +147 -74
- package/src/blocks/team/team-3.tsx +1 -0
- package/src/blocks/team/team-4.schema.ts +216 -57
- package/src/blocks/team/team-4.tsx +10 -2
- package/src/blocks/team/team-5.schema.ts +67 -42
- package/src/blocks/team/team-5.tsx +12 -3
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.schema.ts +9 -26
- package/src/blocks/termsAndPrivacy/terms-and-conditions-1.tsx +1 -1
- package/src/blocks/testimonial/testimonial-1.schema.ts +712 -63
- package/src/blocks/testimonial/testimonial-1.tsx +2 -4
- package/src/blocks/testimonial/testimonial-2.schema.ts +1332 -354
- package/src/blocks/testimonial/testimonial-2.tsx +4 -1
- package/src/blocks/testimonial/testimonial-3.schema.ts +215 -71
- package/src/blocks/testimonial/testimonial-3.tsx +5 -2
- package/src/blocks/testimonial/testimonial-4.schema.ts +331 -933
- package/src/blocks/testimonial/testimonial-4.tsx +4 -1
- package/src/blocks/testimonial/testimonial-5/variants/default.ts +179 -171
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithLogo.ts +205 -501
- package/src/blocks/testimonial/testimonial-5/variants/testimonialWithRatings.ts +190 -316
- package/src/blocks/testimonial/testimonial-6.schema.ts +204 -267
- package/src/blocks/testimonial/testimonial-7.schema.ts +74 -45
- package/src/blocks/testimonial/testimonial-7.tsx +2 -2
- package/src/blocks/timeline/timeline-1.schema.ts +196 -149
- package/src/blocks/timeline/timeline-1.tsx +4 -1
- package/src/blocks/users/edit-profile.schema.ts +56 -44
- package/src/blocks/users/edit-profile.tsx +13 -6
- package/src/constants/index.ts +19 -0
- package/src/schemas/blocks.ts +6 -0
- package/src/schemas/categories.ts +12 -0
|
@@ -22,7 +22,8 @@ const PRICING_CARDS = [
|
|
|
22
22
|
pricing_wrapper: null,
|
|
23
23
|
price: "$0",
|
|
24
24
|
period: null,
|
|
25
|
-
|
|
25
|
+
ctas_levoGroup: null,
|
|
26
|
+
ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
|
|
26
27
|
features_wrapper: null,
|
|
27
28
|
features_title: "What you will get",
|
|
28
29
|
features_levoGroup: null,
|
|
@@ -54,7 +55,8 @@ const PRICING_CARDS = [
|
|
|
54
55
|
pricing_wrapper: null,
|
|
55
56
|
price: "$150",
|
|
56
57
|
period: "/ per month",
|
|
57
|
-
|
|
58
|
+
ctas_levoGroup: null,
|
|
59
|
+
ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
|
|
58
60
|
features_wrapper: null,
|
|
59
61
|
features_title: "What you will get",
|
|
60
62
|
features_levoGroup: null,
|
|
@@ -86,7 +88,8 @@ const PRICING_CARDS = [
|
|
|
86
88
|
pricing_wrapper: null,
|
|
87
89
|
price: "$50",
|
|
88
90
|
period: "/ per month",
|
|
89
|
-
|
|
91
|
+
ctas_levoGroup: null,
|
|
92
|
+
ctas: [{ cta: "Book Now" }, { cta: "Learn More" }],
|
|
90
93
|
features_wrapper: null,
|
|
91
94
|
features_title: "What you will get",
|
|
92
95
|
features_levoGroup: null,
|
|
@@ -115,6 +118,8 @@ const DEFAULT_CONTENT = {
|
|
|
115
118
|
layout: null,
|
|
116
119
|
container: null,
|
|
117
120
|
title: "Our Pricing Plans",
|
|
121
|
+
description:
|
|
122
|
+
"Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans Our Pricing Plans ",
|
|
118
123
|
pricing_cards_levoGroup: null,
|
|
119
124
|
pricing_cards: PRICING_CARDS,
|
|
120
125
|
};
|
|
@@ -147,6 +152,11 @@ export const Pricing1: IBlock = {
|
|
|
147
152
|
"Main container that centers and constrains the pricing content width",
|
|
148
153
|
},
|
|
149
154
|
},
|
|
155
|
+
{
|
|
156
|
+
key: "header",
|
|
157
|
+
label: "Header",
|
|
158
|
+
field_interface: "BoxWidget",
|
|
159
|
+
},
|
|
150
160
|
{
|
|
151
161
|
key: "title",
|
|
152
162
|
label: "Title",
|
|
@@ -158,6 +168,11 @@ export const Pricing1: IBlock = {
|
|
|
158
168
|
max_characters: 50,
|
|
159
169
|
},
|
|
160
170
|
},
|
|
171
|
+
{
|
|
172
|
+
key: "description",
|
|
173
|
+
label: "Description",
|
|
174
|
+
field_interface: "TypographyWidget",
|
|
175
|
+
},
|
|
161
176
|
{
|
|
162
177
|
key: "pricing_cards",
|
|
163
178
|
label: "Pricing Cards",
|
|
@@ -255,16 +270,25 @@ export const Pricing1: IBlock = {
|
|
|
255
270
|
},
|
|
256
271
|
},
|
|
257
272
|
{
|
|
258
|
-
key: "
|
|
259
|
-
label: "CTA
|
|
260
|
-
field_interface: "
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
273
|
+
key: "ctas",
|
|
274
|
+
label: "CTA Group",
|
|
275
|
+
field_interface: "BoxWidget",
|
|
276
|
+
kind: "group",
|
|
277
|
+
fields: [
|
|
278
|
+
{
|
|
279
|
+
key: "cta",
|
|
280
|
+
label: "CTA Button",
|
|
281
|
+
field_interface: "ButtonWidget",
|
|
282
|
+
hint: {
|
|
283
|
+
prompt_description:
|
|
284
|
+
"Call-to-action button text to encourage sign-up or booking",
|
|
285
|
+
min_characters: 6,
|
|
286
|
+
max_characters: 20,
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
],
|
|
267
290
|
},
|
|
291
|
+
|
|
268
292
|
{
|
|
269
293
|
key: "features_wrapper",
|
|
270
294
|
label: "Features Wrapper",
|
|
@@ -330,32 +354,11 @@ export const Pricing1: IBlock = {
|
|
|
330
354
|
key: "default",
|
|
331
355
|
title: "Default",
|
|
332
356
|
styles: {
|
|
333
|
-
layout: {
|
|
334
|
-
|
|
335
|
-
"padding-bottom": "7xl",
|
|
336
|
-
"background-color": "white",
|
|
337
|
-
filter: "none",
|
|
338
|
-
tablet: {
|
|
339
|
-
filter: "none",
|
|
340
|
-
},
|
|
341
|
-
mobile: {
|
|
342
|
-
filter: "none",
|
|
343
|
-
},
|
|
344
|
-
},
|
|
345
|
-
container: {
|
|
346
|
-
"max-width": "1280px",
|
|
347
|
-
"margin-left": "auto",
|
|
348
|
-
"margin-right": "auto",
|
|
349
|
-
"padding-left": "lg",
|
|
350
|
-
"padding-right": "lg",
|
|
351
|
-
filter: "none",
|
|
352
|
-
},
|
|
353
|
-
|
|
357
|
+
layout: {},
|
|
358
|
+
container: {},
|
|
354
359
|
title: {
|
|
355
|
-
color: "text-1",
|
|
356
360
|
"margin-bottom": "none",
|
|
357
|
-
|
|
358
|
-
"padding-bottom": "5xl",
|
|
361
|
+
display: "block",
|
|
359
362
|
},
|
|
360
363
|
pricing_cards_levoGroup: {
|
|
361
364
|
display: "grid",
|
|
@@ -381,12 +384,10 @@ export const Pricing1: IBlock = {
|
|
|
381
384
|
"padding-left": "sm",
|
|
382
385
|
"padding-right": "sm",
|
|
383
386
|
position: "relative",
|
|
384
|
-
"text-align": "center",
|
|
385
387
|
mobile: {
|
|
386
388
|
"padding-top": "xl",
|
|
387
389
|
"padding-bottom": "xl",
|
|
388
390
|
},
|
|
389
|
-
filter: "none",
|
|
390
391
|
},
|
|
391
392
|
badge_pill: {
|
|
392
393
|
position: "absolute",
|
|
@@ -400,41 +401,23 @@ export const Pricing1: IBlock = {
|
|
|
400
401
|
"padding-left": "base",
|
|
401
402
|
"padding-right": "base",
|
|
402
403
|
"border-radius": "base",
|
|
403
|
-
|
|
404
404
|
filter: "none",
|
|
405
405
|
},
|
|
406
406
|
badge: {
|
|
407
|
-
"font-size": "sm",
|
|
408
407
|
"font-weight": "600",
|
|
409
408
|
color: "brandForeground",
|
|
410
|
-
filter: "none",
|
|
411
409
|
},
|
|
412
410
|
title: {
|
|
413
|
-
color: "text-1",
|
|
414
411
|
"margin-bottom": "xs",
|
|
415
|
-
mobile: {
|
|
416
|
-
"font-size": "xl",
|
|
417
|
-
},
|
|
418
|
-
filter: "none",
|
|
419
|
-
"text-align": "left",
|
|
420
412
|
},
|
|
421
413
|
description: {
|
|
422
|
-
"font-size": "base",
|
|
423
|
-
color: "text-2",
|
|
424
414
|
"margin-bottom": "xl",
|
|
425
|
-
mobile: {
|
|
426
|
-
"font-size": "sm",
|
|
427
|
-
},
|
|
428
|
-
filter: "none",
|
|
429
|
-
"text-align": "left",
|
|
430
415
|
},
|
|
431
416
|
pricing_wrapper: {
|
|
432
417
|
"margin-bottom": "xl",
|
|
433
418
|
display: "flex",
|
|
434
|
-
"align-items": "
|
|
435
|
-
"justify-content": "start",
|
|
419
|
+
"align-items": "center",
|
|
436
420
|
gap: "xs",
|
|
437
|
-
filter: "none",
|
|
438
421
|
},
|
|
439
422
|
price: {
|
|
440
423
|
"font-size": "4xl",
|
|
@@ -444,34 +427,29 @@ export const Pricing1: IBlock = {
|
|
|
444
427
|
mobile: {
|
|
445
428
|
"font-size": "4xl",
|
|
446
429
|
},
|
|
447
|
-
filter: "none",
|
|
448
|
-
"text-align": "left",
|
|
449
430
|
},
|
|
450
|
-
period: {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
"
|
|
458
|
-
color: "brandForeground",
|
|
459
|
-
"padding-top": "xs",
|
|
460
|
-
"padding-bottom": "xs",
|
|
431
|
+
period: {},
|
|
432
|
+
ctas_levoGroup: {
|
|
433
|
+
display: "flex",
|
|
434
|
+
"flex-direction": "row",
|
|
435
|
+
"column-gap": "md",
|
|
436
|
+
"row-gap": "md",
|
|
437
|
+
"flex-wrap": "wrap",
|
|
438
|
+
"align-items": "center",
|
|
461
439
|
"margin-bottom": "2xl",
|
|
462
|
-
|
|
440
|
+
width: "100%",
|
|
463
441
|
mobile: {
|
|
464
442
|
"margin-bottom": "xl",
|
|
465
443
|
},
|
|
466
|
-
filter: "none",
|
|
467
444
|
},
|
|
445
|
+
ctas: Array(2)
|
|
446
|
+
.fill(0)
|
|
447
|
+
.map(() => ({ cta: {} })),
|
|
468
448
|
features_wrapper: {
|
|
469
449
|
"text-align": "left",
|
|
470
450
|
},
|
|
471
451
|
features_title: {
|
|
472
|
-
"font-
|
|
473
|
-
"font-weight": "600",
|
|
474
|
-
color: "text-1",
|
|
452
|
+
"font-weight": 600,
|
|
475
453
|
"margin-bottom": "base",
|
|
476
454
|
},
|
|
477
455
|
features_levoGroup: {
|
|
@@ -492,15 +470,7 @@ export const Pricing1: IBlock = {
|
|
|
492
470
|
"flex-shrink": "0",
|
|
493
471
|
color: "brand",
|
|
494
472
|
},
|
|
495
|
-
feature_text: {
|
|
496
|
-
"font-size": "base",
|
|
497
|
-
color: "text-2",
|
|
498
|
-
"line-height": "1.5",
|
|
499
|
-
mobile: {
|
|
500
|
-
"font-size": "sm",
|
|
501
|
-
},
|
|
502
|
-
filter: "none",
|
|
503
|
-
},
|
|
473
|
+
feature_text: {},
|
|
504
474
|
},
|
|
505
475
|
{
|
|
506
476
|
feature_container: {
|
|
@@ -514,14 +484,7 @@ export const Pricing1: IBlock = {
|
|
|
514
484
|
"flex-shrink": "0",
|
|
515
485
|
color: "brand",
|
|
516
486
|
},
|
|
517
|
-
feature_text: {
|
|
518
|
-
"font-size": "base",
|
|
519
|
-
color: "text-2",
|
|
520
|
-
"line-height": "1.5",
|
|
521
|
-
mobile: {
|
|
522
|
-
"font-size": "sm",
|
|
523
|
-
},
|
|
524
|
-
},
|
|
487
|
+
feature_text: {},
|
|
525
488
|
},
|
|
526
489
|
{
|
|
527
490
|
feature_container: {
|
|
@@ -535,14 +498,7 @@ export const Pricing1: IBlock = {
|
|
|
535
498
|
"flex-shrink": "0",
|
|
536
499
|
color: "brand",
|
|
537
500
|
},
|
|
538
|
-
feature_text: {
|
|
539
|
-
"font-size": "base",
|
|
540
|
-
color: "text-2",
|
|
541
|
-
"line-height": "1.5",
|
|
542
|
-
mobile: {
|
|
543
|
-
"font-size": "sm",
|
|
544
|
-
},
|
|
545
|
-
},
|
|
501
|
+
feature_text: {},
|
|
546
502
|
},
|
|
547
503
|
{
|
|
548
504
|
feature_container: {
|
|
@@ -556,21 +512,18 @@ export const Pricing1: IBlock = {
|
|
|
556
512
|
"flex-shrink": "0",
|
|
557
513
|
color: "brand",
|
|
558
514
|
},
|
|
559
|
-
feature_text: {
|
|
560
|
-
"font-size": "base",
|
|
561
|
-
color: "text-2",
|
|
562
|
-
"line-height": "1.5",
|
|
563
|
-
mobile: {
|
|
564
|
-
"font-size": "sm",
|
|
565
|
-
},
|
|
566
|
-
},
|
|
515
|
+
feature_text: {},
|
|
567
516
|
},
|
|
568
517
|
],
|
|
518
|
+
title_badge_container: {
|
|
519
|
+
display: "block",
|
|
520
|
+
"flex-direction": "row",
|
|
521
|
+
},
|
|
569
522
|
},
|
|
570
523
|
{
|
|
571
524
|
card: {
|
|
572
525
|
"background-color": "white",
|
|
573
|
-
"border-color": "
|
|
526
|
+
"border-color": "border",
|
|
574
527
|
"border-width": "1px",
|
|
575
528
|
"border-style": "solid",
|
|
576
529
|
"border-radius": "base",
|
|
@@ -579,75 +532,43 @@ export const Pricing1: IBlock = {
|
|
|
579
532
|
"padding-left": "sm",
|
|
580
533
|
"padding-right": "sm",
|
|
581
534
|
position: "relative",
|
|
582
|
-
"text-align": "center",
|
|
583
535
|
mobile: {
|
|
584
536
|
"padding-top": "xl",
|
|
585
537
|
"padding-bottom": "xl",
|
|
586
538
|
},
|
|
587
|
-
filter: "none",
|
|
588
539
|
},
|
|
589
540
|
badge_pill: {
|
|
590
|
-
|
|
541
|
+
position: "absolute",
|
|
542
|
+
top: "-12px",
|
|
543
|
+
left: "50%",
|
|
544
|
+
transform: "translateX(-50%)",
|
|
545
|
+
"background-color": "brand",
|
|
591
546
|
color: "brandForeground",
|
|
592
|
-
"padding-top": "
|
|
593
|
-
"padding-bottom": "
|
|
547
|
+
"padding-top": "xs",
|
|
548
|
+
"padding-bottom": "xs",
|
|
594
549
|
"padding-left": "base",
|
|
595
550
|
"padding-right": "base",
|
|
596
551
|
"border-radius": "base",
|
|
597
|
-
|
|
598
552
|
filter: "none",
|
|
599
|
-
"border-style": "solid",
|
|
600
|
-
"border-width": "1px",
|
|
601
|
-
"border-color": "brand",
|
|
602
553
|
},
|
|
603
554
|
badge: {
|
|
604
|
-
"font-
|
|
605
|
-
|
|
606
|
-
color: "brand",
|
|
607
|
-
filter: "none",
|
|
608
|
-
"background-color": "white",
|
|
609
|
-
"padding-top": "5xs",
|
|
610
|
-
"padding-bottom": "5xs",
|
|
611
|
-
"padding-left": "2xs",
|
|
612
|
-
"padding-right": "2xs",
|
|
613
|
-
"border-radius": "base",
|
|
614
|
-
"border-style": "solid",
|
|
615
|
-
"border-width": "1px",
|
|
616
|
-
"border-color": "brand",
|
|
617
|
-
display: "flex",
|
|
618
|
-
"justify-content": "center",
|
|
619
|
-
"align-items": "center",
|
|
620
|
-
height: "min-content",
|
|
555
|
+
"font-weight": "600",
|
|
556
|
+
color: "brandForeground",
|
|
621
557
|
},
|
|
622
558
|
title: {
|
|
623
|
-
color: "text-1",
|
|
624
559
|
"margin-bottom": "xs",
|
|
625
|
-
mobile: {
|
|
626
|
-
"font-size": "xl",
|
|
627
|
-
},
|
|
628
|
-
filter: "none",
|
|
629
|
-
"text-align": "left",
|
|
630
560
|
},
|
|
631
561
|
description: {
|
|
632
|
-
"font-size": "base",
|
|
633
|
-
color: "text-2",
|
|
634
562
|
"margin-bottom": "xl",
|
|
635
|
-
mobile: {
|
|
636
|
-
"font-size": "sm",
|
|
637
|
-
},
|
|
638
|
-
filter: "none",
|
|
639
|
-
"text-align": "left",
|
|
640
563
|
},
|
|
641
564
|
pricing_wrapper: {
|
|
642
565
|
"margin-bottom": "xl",
|
|
643
566
|
display: "flex",
|
|
644
567
|
"align-items": "center",
|
|
645
|
-
"justify-content": "start",
|
|
646
568
|
gap: "xs",
|
|
647
|
-
filter: "none",
|
|
648
569
|
},
|
|
649
570
|
price: {
|
|
650
|
-
"font-size": "
|
|
571
|
+
"font-size": "4xl",
|
|
651
572
|
"font-weight": "700",
|
|
652
573
|
color: "brand",
|
|
653
574
|
"line-height": "1",
|
|
@@ -655,31 +576,28 @@ export const Pricing1: IBlock = {
|
|
|
655
576
|
"font-size": "4xl",
|
|
656
577
|
},
|
|
657
578
|
},
|
|
658
|
-
period: {
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
"
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
"
|
|
666
|
-
color: "brandForeground",
|
|
667
|
-
"padding-top": "xs",
|
|
668
|
-
"padding-bottom": "xs",
|
|
579
|
+
period: {},
|
|
580
|
+
ctas_levoGroup: {
|
|
581
|
+
display: "flex",
|
|
582
|
+
"flex-direction": "row",
|
|
583
|
+
"column-gap": "md",
|
|
584
|
+
"row-gap": "md",
|
|
585
|
+
"flex-wrap": "wrap",
|
|
586
|
+
"align-items": "center",
|
|
669
587
|
"margin-bottom": "2xl",
|
|
670
|
-
|
|
588
|
+
width: "100%",
|
|
671
589
|
mobile: {
|
|
672
590
|
"margin-bottom": "xl",
|
|
673
591
|
},
|
|
674
|
-
filter: "none",
|
|
675
592
|
},
|
|
593
|
+
ctas: Array(2)
|
|
594
|
+
.fill(0)
|
|
595
|
+
.map(() => ({ cta: {} })),
|
|
676
596
|
features_wrapper: {
|
|
677
597
|
"text-align": "left",
|
|
678
598
|
},
|
|
679
599
|
features_title: {
|
|
680
|
-
"font-
|
|
681
|
-
"font-weight": "600",
|
|
682
|
-
color: "text-1",
|
|
600
|
+
"font-weight": 600,
|
|
683
601
|
"margin-bottom": "base",
|
|
684
602
|
},
|
|
685
603
|
features_levoGroup: {
|
|
@@ -700,14 +618,7 @@ export const Pricing1: IBlock = {
|
|
|
700
618
|
"flex-shrink": "0",
|
|
701
619
|
color: "brand",
|
|
702
620
|
},
|
|
703
|
-
feature_text: {
|
|
704
|
-
"font-size": "base",
|
|
705
|
-
color: "text-2",
|
|
706
|
-
"line-height": "1.5",
|
|
707
|
-
mobile: {
|
|
708
|
-
"font-size": "sm",
|
|
709
|
-
},
|
|
710
|
-
},
|
|
621
|
+
feature_text: {},
|
|
711
622
|
},
|
|
712
623
|
{
|
|
713
624
|
feature_container: {
|
|
@@ -721,14 +632,7 @@ export const Pricing1: IBlock = {
|
|
|
721
632
|
"flex-shrink": "0",
|
|
722
633
|
color: "brand",
|
|
723
634
|
},
|
|
724
|
-
feature_text: {
|
|
725
|
-
"font-size": "base",
|
|
726
|
-
color: "text-2",
|
|
727
|
-
"line-height": "1.5",
|
|
728
|
-
mobile: {
|
|
729
|
-
"font-size": "sm",
|
|
730
|
-
},
|
|
731
|
-
},
|
|
635
|
+
feature_text: {},
|
|
732
636
|
},
|
|
733
637
|
{
|
|
734
638
|
feature_container: {
|
|
@@ -742,14 +646,7 @@ export const Pricing1: IBlock = {
|
|
|
742
646
|
"flex-shrink": "0",
|
|
743
647
|
color: "brand",
|
|
744
648
|
},
|
|
745
|
-
feature_text: {
|
|
746
|
-
"font-size": "base",
|
|
747
|
-
color: "text-2",
|
|
748
|
-
"line-height": "1.5",
|
|
749
|
-
mobile: {
|
|
750
|
-
"font-size": "sm",
|
|
751
|
-
},
|
|
752
|
-
},
|
|
649
|
+
feature_text: {},
|
|
753
650
|
},
|
|
754
651
|
{
|
|
755
652
|
feature_container: {
|
|
@@ -763,21 +660,14 @@ export const Pricing1: IBlock = {
|
|
|
763
660
|
"flex-shrink": "0",
|
|
764
661
|
color: "brand",
|
|
765
662
|
},
|
|
766
|
-
feature_text: {
|
|
767
|
-
"font-size": "base",
|
|
768
|
-
color: "text-2",
|
|
769
|
-
"line-height": "1.5",
|
|
770
|
-
mobile: {
|
|
771
|
-
"font-size": "sm",
|
|
772
|
-
},
|
|
773
|
-
},
|
|
663
|
+
feature_text: {},
|
|
774
664
|
},
|
|
775
665
|
],
|
|
776
666
|
title_badge_container: {
|
|
777
|
-
filter: "none",
|
|
778
667
|
display: "flex",
|
|
779
668
|
"flex-direction": "row-reverse",
|
|
780
669
|
"justify-content": "space-between",
|
|
670
|
+
"align-items": "center",
|
|
781
671
|
},
|
|
782
672
|
},
|
|
783
673
|
{
|
|
@@ -792,12 +682,10 @@ export const Pricing1: IBlock = {
|
|
|
792
682
|
"padding-left": "sm",
|
|
793
683
|
"padding-right": "sm",
|
|
794
684
|
position: "relative",
|
|
795
|
-
"text-align": "center",
|
|
796
685
|
mobile: {
|
|
797
686
|
"padding-top": "xl",
|
|
798
687
|
"padding-bottom": "xl",
|
|
799
688
|
},
|
|
800
|
-
filter: "none",
|
|
801
689
|
},
|
|
802
690
|
badge_pill: {
|
|
803
691
|
position: "absolute",
|
|
@@ -811,39 +699,26 @@ export const Pricing1: IBlock = {
|
|
|
811
699
|
"padding-left": "base",
|
|
812
700
|
"padding-right": "base",
|
|
813
701
|
"border-radius": "base",
|
|
702
|
+
filter: "none",
|
|
814
703
|
},
|
|
815
704
|
badge: {
|
|
705
|
+
"font-weight": "600",
|
|
816
706
|
color: "brandForeground",
|
|
817
707
|
},
|
|
818
708
|
title: {
|
|
819
|
-
color: "text-1",
|
|
820
709
|
"margin-bottom": "xs",
|
|
821
|
-
mobile: {
|
|
822
|
-
"font-size": "xl",
|
|
823
|
-
},
|
|
824
|
-
filter: "none",
|
|
825
|
-
"text-align": "left",
|
|
826
710
|
},
|
|
827
711
|
description: {
|
|
828
|
-
"font-size": "base",
|
|
829
|
-
color: "text-2",
|
|
830
712
|
"margin-bottom": "xl",
|
|
831
|
-
mobile: {
|
|
832
|
-
"font-size": "sm",
|
|
833
|
-
},
|
|
834
|
-
filter: "none",
|
|
835
|
-
"text-align": "left",
|
|
836
713
|
},
|
|
837
714
|
pricing_wrapper: {
|
|
838
715
|
"margin-bottom": "xl",
|
|
839
716
|
display: "flex",
|
|
840
717
|
"align-items": "center",
|
|
841
|
-
"justify-content": "start",
|
|
842
718
|
gap: "xs",
|
|
843
|
-
filter: "none",
|
|
844
719
|
},
|
|
845
720
|
price: {
|
|
846
|
-
"font-size": "
|
|
721
|
+
"font-size": "4xl",
|
|
847
722
|
"font-weight": "700",
|
|
848
723
|
color: "brand",
|
|
849
724
|
"line-height": "1",
|
|
@@ -851,31 +726,28 @@ export const Pricing1: IBlock = {
|
|
|
851
726
|
"font-size": "4xl",
|
|
852
727
|
},
|
|
853
728
|
},
|
|
854
|
-
period: {
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
"
|
|
862
|
-
color: "brandForeground",
|
|
863
|
-
"padding-top": "xs",
|
|
864
|
-
"padding-bottom": "xs",
|
|
729
|
+
period: {},
|
|
730
|
+
ctas_levoGroup: {
|
|
731
|
+
display: "flex",
|
|
732
|
+
"flex-direction": "row",
|
|
733
|
+
"column-gap": "md",
|
|
734
|
+
"row-gap": "md",
|
|
735
|
+
"flex-wrap": "wrap",
|
|
736
|
+
"align-items": "center",
|
|
865
737
|
"margin-bottom": "2xl",
|
|
866
|
-
|
|
738
|
+
width: "100%",
|
|
867
739
|
mobile: {
|
|
868
740
|
"margin-bottom": "xl",
|
|
869
741
|
},
|
|
870
|
-
filter: "none",
|
|
871
742
|
},
|
|
743
|
+
ctas: Array(2)
|
|
744
|
+
.fill(0)
|
|
745
|
+
.map(() => ({ cta: {} })),
|
|
872
746
|
features_wrapper: {
|
|
873
747
|
"text-align": "left",
|
|
874
748
|
},
|
|
875
749
|
features_title: {
|
|
876
|
-
"font-
|
|
877
|
-
"font-weight": "600",
|
|
878
|
-
color: "text-1",
|
|
750
|
+
"font-weight": 600,
|
|
879
751
|
"margin-bottom": "base",
|
|
880
752
|
},
|
|
881
753
|
features_levoGroup: {
|
|
@@ -896,14 +768,7 @@ export const Pricing1: IBlock = {
|
|
|
896
768
|
"flex-shrink": "0",
|
|
897
769
|
color: "brand",
|
|
898
770
|
},
|
|
899
|
-
feature_text: {
|
|
900
|
-
"font-size": "base",
|
|
901
|
-
color: "text-2",
|
|
902
|
-
"line-height": "1.5",
|
|
903
|
-
mobile: {
|
|
904
|
-
"font-size": "sm",
|
|
905
|
-
},
|
|
906
|
-
},
|
|
771
|
+
feature_text: {},
|
|
907
772
|
},
|
|
908
773
|
{
|
|
909
774
|
feature_container: {
|
|
@@ -917,14 +782,7 @@ export const Pricing1: IBlock = {
|
|
|
917
782
|
"flex-shrink": "0",
|
|
918
783
|
color: "brand",
|
|
919
784
|
},
|
|
920
|
-
feature_text: {
|
|
921
|
-
"font-size": "base",
|
|
922
|
-
color: "text-2",
|
|
923
|
-
"line-height": "1.5",
|
|
924
|
-
mobile: {
|
|
925
|
-
"font-size": "sm",
|
|
926
|
-
},
|
|
927
|
-
},
|
|
785
|
+
feature_text: {},
|
|
928
786
|
},
|
|
929
787
|
{
|
|
930
788
|
feature_container: {
|
|
@@ -938,14 +796,7 @@ export const Pricing1: IBlock = {
|
|
|
938
796
|
"flex-shrink": "0",
|
|
939
797
|
color: "brand",
|
|
940
798
|
},
|
|
941
|
-
feature_text: {
|
|
942
|
-
"font-size": "base",
|
|
943
|
-
color: "text-2",
|
|
944
|
-
"line-height": "1.5",
|
|
945
|
-
mobile: {
|
|
946
|
-
"font-size": "sm",
|
|
947
|
-
},
|
|
948
|
-
},
|
|
799
|
+
feature_text: {},
|
|
949
800
|
},
|
|
950
801
|
{
|
|
951
802
|
feature_container: {
|
|
@@ -959,18 +810,21 @@ export const Pricing1: IBlock = {
|
|
|
959
810
|
"flex-shrink": "0",
|
|
960
811
|
color: "brand",
|
|
961
812
|
},
|
|
962
|
-
feature_text: {
|
|
963
|
-
"font-size": "base",
|
|
964
|
-
color: "text-2",
|
|
965
|
-
"line-height": "1.5",
|
|
966
|
-
mobile: {
|
|
967
|
-
"font-size": "sm",
|
|
968
|
-
},
|
|
969
|
-
},
|
|
813
|
+
feature_text: {},
|
|
970
814
|
},
|
|
971
815
|
],
|
|
816
|
+
title_badge_container: {
|
|
817
|
+
display: "block",
|
|
818
|
+
"flex-direction": "row",
|
|
819
|
+
},
|
|
972
820
|
},
|
|
973
821
|
],
|
|
822
|
+
header: {
|
|
823
|
+
"margin-bottom": "5xl",
|
|
824
|
+
},
|
|
825
|
+
description: {
|
|
826
|
+
"margin-top": "2xs",
|
|
827
|
+
},
|
|
974
828
|
},
|
|
975
829
|
content: DEFAULT_CONTENT,
|
|
976
830
|
config: {
|
|
@@ -982,6 +836,182 @@ export const Pricing1: IBlock = {
|
|
|
982
836
|
Heading_Level: "H2",
|
|
983
837
|
},
|
|
984
838
|
},
|
|
839
|
+
pricing_cards: [
|
|
840
|
+
{
|
|
841
|
+
title: {
|
|
842
|
+
heading: {
|
|
843
|
+
level: "3",
|
|
844
|
+
},
|
|
845
|
+
selectedVariants: {
|
|
846
|
+
Heading_Level: "H3",
|
|
847
|
+
},
|
|
848
|
+
},
|
|
849
|
+
card: {
|
|
850
|
+
selectedVariants: {},
|
|
851
|
+
},
|
|
852
|
+
cta: {
|
|
853
|
+
selectedVariants: {},
|
|
854
|
+
},
|
|
855
|
+
price: {
|
|
856
|
+
selectedVariants: {},
|
|
857
|
+
},
|
|
858
|
+
pricing_wrapper: {
|
|
859
|
+
selectedVariants: {},
|
|
860
|
+
},
|
|
861
|
+
period: {
|
|
862
|
+
selectedVariants: {},
|
|
863
|
+
},
|
|
864
|
+
features_title: {
|
|
865
|
+
heading: {
|
|
866
|
+
level: "5",
|
|
867
|
+
},
|
|
868
|
+
selectedVariants: {
|
|
869
|
+
Heading_Level: "H6",
|
|
870
|
+
},
|
|
871
|
+
},
|
|
872
|
+
features: [
|
|
873
|
+
{
|
|
874
|
+
feature_text: {
|
|
875
|
+
selectedVariants: {},
|
|
876
|
+
},
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
feature_text: {
|
|
880
|
+
selectedVariants: {},
|
|
881
|
+
},
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
feature_text: {
|
|
885
|
+
selectedVariants: {},
|
|
886
|
+
},
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
feature_text: {
|
|
890
|
+
selectedVariants: {},
|
|
891
|
+
},
|
|
892
|
+
},
|
|
893
|
+
],
|
|
894
|
+
badge: {
|
|
895
|
+
selectedVariants: {
|
|
896
|
+
Typography_Variants: "Small",
|
|
897
|
+
},
|
|
898
|
+
},
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
title: {
|
|
902
|
+
heading: {
|
|
903
|
+
level: "3",
|
|
904
|
+
},
|
|
905
|
+
selectedVariants: {
|
|
906
|
+
Heading_Level: "H3",
|
|
907
|
+
},
|
|
908
|
+
},
|
|
909
|
+
card: {
|
|
910
|
+
selectedVariants: {},
|
|
911
|
+
},
|
|
912
|
+
cta: {
|
|
913
|
+
selectedVariants: {},
|
|
914
|
+
},
|
|
915
|
+
price: {
|
|
916
|
+
selectedVariants: {},
|
|
917
|
+
},
|
|
918
|
+
pricing_wrapper: {
|
|
919
|
+
selectedVariants: {},
|
|
920
|
+
},
|
|
921
|
+
period: {
|
|
922
|
+
selectedVariants: {},
|
|
923
|
+
},
|
|
924
|
+
features_title: {
|
|
925
|
+
selectedVariants: {
|
|
926
|
+
Heading_Level: "H6",
|
|
927
|
+
},
|
|
928
|
+
},
|
|
929
|
+
features: [
|
|
930
|
+
{
|
|
931
|
+
feature_text: {
|
|
932
|
+
selectedVariants: {},
|
|
933
|
+
},
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
feature_text: {
|
|
937
|
+
selectedVariants: {},
|
|
938
|
+
},
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
feature_text: {
|
|
942
|
+
selectedVariants: {},
|
|
943
|
+
},
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
feature_text: {
|
|
947
|
+
selectedVariants: {},
|
|
948
|
+
},
|
|
949
|
+
},
|
|
950
|
+
],
|
|
951
|
+
badge: {
|
|
952
|
+
selectedVariants: {
|
|
953
|
+
Typography_Variants: "Small",
|
|
954
|
+
},
|
|
955
|
+
},
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
title: {
|
|
959
|
+
selectedVariants: {
|
|
960
|
+
Heading_Level: "H3",
|
|
961
|
+
},
|
|
962
|
+
heading: {
|
|
963
|
+
level: "3",
|
|
964
|
+
},
|
|
965
|
+
},
|
|
966
|
+
card: {
|
|
967
|
+
selectedVariants: {},
|
|
968
|
+
},
|
|
969
|
+
cta: {
|
|
970
|
+
selectedVariants: {},
|
|
971
|
+
},
|
|
972
|
+
price: {
|
|
973
|
+
selectedVariants: {},
|
|
974
|
+
},
|
|
975
|
+
pricing_wrapper: {
|
|
976
|
+
selectedVariants: {},
|
|
977
|
+
},
|
|
978
|
+
period: {
|
|
979
|
+
selectedVariants: {},
|
|
980
|
+
},
|
|
981
|
+
features_title: {
|
|
982
|
+
selectedVariants: {
|
|
983
|
+
Heading_Level: "H6",
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
features: [
|
|
987
|
+
{
|
|
988
|
+
feature_text: {
|
|
989
|
+
selectedVariants: {},
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
feature_text: {
|
|
994
|
+
selectedVariants: {},
|
|
995
|
+
},
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
feature_text: {
|
|
999
|
+
selectedVariants: {},
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
feature_text: {
|
|
1004
|
+
selectedVariants: {},
|
|
1005
|
+
},
|
|
1006
|
+
},
|
|
1007
|
+
],
|
|
1008
|
+
badge: {
|
|
1009
|
+
selectedVariants: {
|
|
1010
|
+
Typography_Variants: "Small",
|
|
1011
|
+
},
|
|
1012
|
+
},
|
|
1013
|
+
},
|
|
1014
|
+
],
|
|
985
1015
|
},
|
|
986
1016
|
},
|
|
987
1017
|
],
|