@manamerge/mana-atomic-ui 1.0.159 → 1.0.160
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/dist/index.d.ts +2 -2
- package/dist/index.js +40 -18
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/ManamergeTheme.ts +5 -0
- package/dist/themes/themes/manamerge/atoms/heading.ts +54 -91
- package/dist/themes/themes/manamerge/atoms/text.ts +14 -14
- package/dist/themes/themes/manamerge/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/themes/themes/manamerge/molecules/breakerTape.ts +7 -11
- package/dist/themes/themes/manamerge/molecules/header.ts +11 -5
- package/dist/types/components/Atoms/Heading/Heading.d.ts +0 -1
- package/dist/types/components/Atoms/Text/Text.d.ts +2 -1
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts +11 -0
- package/dist/types/components/Molecules/Header/Header.css.d.ts +3 -0
- package/dist/types/themes/ManamergeTheme.d.ts +50 -89
- package/dist/types/themes/manamerge/atoms/heading.d.ts +0 -36
- package/dist/types/themes/manamerge/atoms/text.d.ts +14 -14
- package/dist/types/themes/manamerge/molecules/breakerTape.d.ts +1 -2
- package/dist/types/themes/manamerge/molecules/header.d.ts +5 -1
- package/package.json +1 -1
|
@@ -130,7 +130,6 @@ export declare const ManamergeTheme: {
|
|
|
130
130
|
fontWeight: number;
|
|
131
131
|
color: string;
|
|
132
132
|
margin: string;
|
|
133
|
-
fontFamily: string;
|
|
134
133
|
};
|
|
135
134
|
tablet: {
|
|
136
135
|
fontSize: string;
|
|
@@ -138,7 +137,6 @@ export declare const ManamergeTheme: {
|
|
|
138
137
|
fontWeight: number;
|
|
139
138
|
color: string;
|
|
140
139
|
margin: string;
|
|
141
|
-
fontFamily: string;
|
|
142
140
|
};
|
|
143
141
|
desktop: {
|
|
144
142
|
fontSize: string;
|
|
@@ -146,7 +144,6 @@ export declare const ManamergeTheme: {
|
|
|
146
144
|
fontWeight: number;
|
|
147
145
|
color: string;
|
|
148
146
|
margin: string;
|
|
149
|
-
fontFamily: string;
|
|
150
147
|
};
|
|
151
148
|
};
|
|
152
149
|
"Heading-primary-h2": {
|
|
@@ -156,7 +153,6 @@ export declare const ManamergeTheme: {
|
|
|
156
153
|
fontWeight: number;
|
|
157
154
|
color: string;
|
|
158
155
|
margin: string;
|
|
159
|
-
fontFamily: string;
|
|
160
156
|
};
|
|
161
157
|
tablet: {
|
|
162
158
|
fontSize: string;
|
|
@@ -164,7 +160,6 @@ export declare const ManamergeTheme: {
|
|
|
164
160
|
fontWeight: number;
|
|
165
161
|
color: string;
|
|
166
162
|
margin: string;
|
|
167
|
-
fontFamily: string;
|
|
168
163
|
};
|
|
169
164
|
desktop: {
|
|
170
165
|
fontSize: string;
|
|
@@ -172,7 +167,6 @@ export declare const ManamergeTheme: {
|
|
|
172
167
|
fontWeight: number;
|
|
173
168
|
color: string;
|
|
174
169
|
margin: string;
|
|
175
|
-
fontFamily: string;
|
|
176
170
|
};
|
|
177
171
|
};
|
|
178
172
|
"Heading-primary-h3": {
|
|
@@ -182,7 +176,6 @@ export declare const ManamergeTheme: {
|
|
|
182
176
|
fontWeight: number;
|
|
183
177
|
color: string;
|
|
184
178
|
margin: string;
|
|
185
|
-
fontFamily: string;
|
|
186
179
|
};
|
|
187
180
|
tablet: {
|
|
188
181
|
fontSize: string;
|
|
@@ -190,7 +183,6 @@ export declare const ManamergeTheme: {
|
|
|
190
183
|
fontWeight: number;
|
|
191
184
|
color: string;
|
|
192
185
|
margin: string;
|
|
193
|
-
fontFamily: string;
|
|
194
186
|
};
|
|
195
187
|
desktop: {
|
|
196
188
|
fontSize: string;
|
|
@@ -198,7 +190,6 @@ export declare const ManamergeTheme: {
|
|
|
198
190
|
fontWeight: number;
|
|
199
191
|
color: string;
|
|
200
192
|
margin: string;
|
|
201
|
-
fontFamily: string;
|
|
202
193
|
};
|
|
203
194
|
};
|
|
204
195
|
"Heading-primary-h4": {
|
|
@@ -208,7 +199,6 @@ export declare const ManamergeTheme: {
|
|
|
208
199
|
fontWeight: number;
|
|
209
200
|
color: string;
|
|
210
201
|
margin: string;
|
|
211
|
-
fontFamily: string;
|
|
212
202
|
};
|
|
213
203
|
tablet: {
|
|
214
204
|
fontSize: string;
|
|
@@ -216,7 +206,6 @@ export declare const ManamergeTheme: {
|
|
|
216
206
|
fontWeight: number;
|
|
217
207
|
color: string;
|
|
218
208
|
margin: string;
|
|
219
|
-
fontFamily: string;
|
|
220
209
|
};
|
|
221
210
|
desktop: {
|
|
222
211
|
fontSize: string;
|
|
@@ -224,7 +213,6 @@ export declare const ManamergeTheme: {
|
|
|
224
213
|
fontWeight: number;
|
|
225
214
|
color: string;
|
|
226
215
|
margin: string;
|
|
227
|
-
fontFamily: string;
|
|
228
216
|
};
|
|
229
217
|
};
|
|
230
218
|
"Heading-primary-h5": {
|
|
@@ -234,7 +222,6 @@ export declare const ManamergeTheme: {
|
|
|
234
222
|
fontWeight: number;
|
|
235
223
|
color: string;
|
|
236
224
|
margin: string;
|
|
237
|
-
fontFamily: string;
|
|
238
225
|
};
|
|
239
226
|
tablet: {
|
|
240
227
|
fontSize: string;
|
|
@@ -242,7 +229,6 @@ export declare const ManamergeTheme: {
|
|
|
242
229
|
fontWeight: number;
|
|
243
230
|
color: string;
|
|
244
231
|
margin: string;
|
|
245
|
-
fontFamily: string;
|
|
246
232
|
};
|
|
247
233
|
desktop: {
|
|
248
234
|
fontSize: string;
|
|
@@ -250,7 +236,6 @@ export declare const ManamergeTheme: {
|
|
|
250
236
|
fontWeight: number;
|
|
251
237
|
color: string;
|
|
252
238
|
margin: string;
|
|
253
|
-
fontFamily: string;
|
|
254
239
|
};
|
|
255
240
|
};
|
|
256
241
|
"Heading-primary-h6": {
|
|
@@ -260,7 +245,6 @@ export declare const ManamergeTheme: {
|
|
|
260
245
|
fontWeight: number;
|
|
261
246
|
color: string;
|
|
262
247
|
margin: string;
|
|
263
|
-
fontFamily: string;
|
|
264
248
|
};
|
|
265
249
|
tablet: {
|
|
266
250
|
fontSize: string;
|
|
@@ -268,7 +252,6 @@ export declare const ManamergeTheme: {
|
|
|
268
252
|
fontWeight: number;
|
|
269
253
|
color: string;
|
|
270
254
|
margin: string;
|
|
271
|
-
fontFamily: string;
|
|
272
255
|
};
|
|
273
256
|
desktop: {
|
|
274
257
|
fontSize: string;
|
|
@@ -276,7 +259,6 @@ export declare const ManamergeTheme: {
|
|
|
276
259
|
fontWeight: number;
|
|
277
260
|
color: string;
|
|
278
261
|
margin: string;
|
|
279
|
-
fontFamily: string;
|
|
280
262
|
};
|
|
281
263
|
};
|
|
282
264
|
"Heading-secondary-h1": {
|
|
@@ -286,7 +268,6 @@ export declare const ManamergeTheme: {
|
|
|
286
268
|
fontWeight: number;
|
|
287
269
|
color: string;
|
|
288
270
|
margin: string;
|
|
289
|
-
fontFamily: string;
|
|
290
271
|
};
|
|
291
272
|
tablet: {
|
|
292
273
|
fontSize: string;
|
|
@@ -294,7 +275,6 @@ export declare const ManamergeTheme: {
|
|
|
294
275
|
fontWeight: number;
|
|
295
276
|
color: string;
|
|
296
277
|
margin: string;
|
|
297
|
-
fontFamily: string;
|
|
298
278
|
};
|
|
299
279
|
desktop: {
|
|
300
280
|
fontSize: string;
|
|
@@ -302,7 +282,6 @@ export declare const ManamergeTheme: {
|
|
|
302
282
|
fontWeight: number;
|
|
303
283
|
color: string;
|
|
304
284
|
margin: string;
|
|
305
|
-
fontFamily: string;
|
|
306
285
|
};
|
|
307
286
|
};
|
|
308
287
|
"Heading-secondary-h2": {
|
|
@@ -312,7 +291,6 @@ export declare const ManamergeTheme: {
|
|
|
312
291
|
fontWeight: number;
|
|
313
292
|
color: string;
|
|
314
293
|
margin: string;
|
|
315
|
-
fontFamily: string;
|
|
316
294
|
};
|
|
317
295
|
tablet: {
|
|
318
296
|
fontSize: string;
|
|
@@ -320,7 +298,6 @@ export declare const ManamergeTheme: {
|
|
|
320
298
|
fontWeight: number;
|
|
321
299
|
color: string;
|
|
322
300
|
margin: string;
|
|
323
|
-
fontFamily: string;
|
|
324
301
|
};
|
|
325
302
|
desktop: {
|
|
326
303
|
fontSize: string;
|
|
@@ -328,7 +305,6 @@ export declare const ManamergeTheme: {
|
|
|
328
305
|
fontWeight: number;
|
|
329
306
|
color: string;
|
|
330
307
|
margin: string;
|
|
331
|
-
fontFamily: string;
|
|
332
308
|
};
|
|
333
309
|
};
|
|
334
310
|
"Heading-secondary-h3": {
|
|
@@ -338,7 +314,6 @@ export declare const ManamergeTheme: {
|
|
|
338
314
|
fontWeight: number;
|
|
339
315
|
color: string;
|
|
340
316
|
margin: string;
|
|
341
|
-
fontFamily: string;
|
|
342
317
|
};
|
|
343
318
|
tablet: {
|
|
344
319
|
fontSize: string;
|
|
@@ -346,7 +321,6 @@ export declare const ManamergeTheme: {
|
|
|
346
321
|
fontWeight: number;
|
|
347
322
|
color: string;
|
|
348
323
|
margin: string;
|
|
349
|
-
fontFamily: string;
|
|
350
324
|
};
|
|
351
325
|
desktop: {
|
|
352
326
|
fontSize: string;
|
|
@@ -354,7 +328,6 @@ export declare const ManamergeTheme: {
|
|
|
354
328
|
fontWeight: number;
|
|
355
329
|
color: string;
|
|
356
330
|
margin: string;
|
|
357
|
-
fontFamily: string;
|
|
358
331
|
};
|
|
359
332
|
};
|
|
360
333
|
"Heading-secondary-h4": {
|
|
@@ -364,7 +337,6 @@ export declare const ManamergeTheme: {
|
|
|
364
337
|
fontWeight: number;
|
|
365
338
|
color: string;
|
|
366
339
|
margin: string;
|
|
367
|
-
fontFamily: string;
|
|
368
340
|
};
|
|
369
341
|
tablet: {
|
|
370
342
|
fontSize: string;
|
|
@@ -372,7 +344,6 @@ export declare const ManamergeTheme: {
|
|
|
372
344
|
fontWeight: number;
|
|
373
345
|
color: string;
|
|
374
346
|
margin: string;
|
|
375
|
-
fontFamily: string;
|
|
376
347
|
};
|
|
377
348
|
desktop: {
|
|
378
349
|
fontSize: string;
|
|
@@ -380,7 +351,6 @@ export declare const ManamergeTheme: {
|
|
|
380
351
|
fontWeight: number;
|
|
381
352
|
color: string;
|
|
382
353
|
margin: string;
|
|
383
|
-
fontFamily: string;
|
|
384
354
|
};
|
|
385
355
|
};
|
|
386
356
|
"Heading-secondary-h5": {
|
|
@@ -390,7 +360,6 @@ export declare const ManamergeTheme: {
|
|
|
390
360
|
fontWeight: number;
|
|
391
361
|
color: string;
|
|
392
362
|
margin: string;
|
|
393
|
-
fontFamily: string;
|
|
394
363
|
};
|
|
395
364
|
tablet: {
|
|
396
365
|
fontSize: string;
|
|
@@ -398,7 +367,6 @@ export declare const ManamergeTheme: {
|
|
|
398
367
|
fontWeight: number;
|
|
399
368
|
color: string;
|
|
400
369
|
margin: string;
|
|
401
|
-
fontFamily: string;
|
|
402
370
|
};
|
|
403
371
|
desktop: {
|
|
404
372
|
fontSize: string;
|
|
@@ -406,7 +374,6 @@ export declare const ManamergeTheme: {
|
|
|
406
374
|
fontWeight: number;
|
|
407
375
|
color: string;
|
|
408
376
|
margin: string;
|
|
409
|
-
fontFamily: string;
|
|
410
377
|
};
|
|
411
378
|
};
|
|
412
379
|
"Heading-secondary-h6": {
|
|
@@ -416,7 +383,6 @@ export declare const ManamergeTheme: {
|
|
|
416
383
|
fontWeight: number;
|
|
417
384
|
color: string;
|
|
418
385
|
margin: string;
|
|
419
|
-
fontFamily: string;
|
|
420
386
|
};
|
|
421
387
|
tablet: {
|
|
422
388
|
fontSize: string;
|
|
@@ -424,7 +390,6 @@ export declare const ManamergeTheme: {
|
|
|
424
390
|
fontWeight: number;
|
|
425
391
|
color: string;
|
|
426
392
|
margin: string;
|
|
427
|
-
fontFamily: string;
|
|
428
393
|
};
|
|
429
394
|
desktop: {
|
|
430
395
|
fontSize: string;
|
|
@@ -432,7 +397,6 @@ export declare const ManamergeTheme: {
|
|
|
432
397
|
fontWeight: number;
|
|
433
398
|
color: string;
|
|
434
399
|
margin: string;
|
|
435
|
-
fontFamily: string;
|
|
436
400
|
};
|
|
437
401
|
};
|
|
438
402
|
};
|
|
@@ -542,59 +506,59 @@ export declare const ManamergeTheme: {
|
|
|
542
506
|
};
|
|
543
507
|
text: {
|
|
544
508
|
"Text-primary-light": {
|
|
545
|
-
|
|
509
|
+
vFontSize: string;
|
|
546
510
|
lineHeight: string;
|
|
547
511
|
fontWeight: number;
|
|
548
|
-
|
|
512
|
+
vColor: string;
|
|
549
513
|
margin: string;
|
|
550
514
|
fontFamily: string;
|
|
551
515
|
};
|
|
552
516
|
"Text-primary-regular": {
|
|
553
|
-
|
|
517
|
+
vFontSize: string;
|
|
554
518
|
lineHeight: string;
|
|
555
519
|
fontWeight: number;
|
|
556
|
-
|
|
520
|
+
vColor: string;
|
|
557
521
|
margin: string;
|
|
558
522
|
fontFamily: string;
|
|
559
523
|
};
|
|
560
524
|
"Text-primary-medium": {
|
|
561
|
-
|
|
525
|
+
vFontSize: string;
|
|
562
526
|
lineHeight: string;
|
|
563
527
|
fontWeight: number;
|
|
564
|
-
|
|
528
|
+
vColor: string;
|
|
565
529
|
margin: string;
|
|
566
530
|
fontFamily: string;
|
|
567
531
|
};
|
|
568
532
|
"Text-primary-bold": {
|
|
569
|
-
|
|
533
|
+
vFontSize: string;
|
|
570
534
|
lineHeight: string;
|
|
571
535
|
fontWeight: number;
|
|
572
|
-
|
|
536
|
+
vColor: string;
|
|
573
537
|
margin: string;
|
|
574
538
|
fontFamily: string;
|
|
575
539
|
};
|
|
576
540
|
"Text-primary-heavy": {
|
|
577
|
-
|
|
541
|
+
vFontSize: string;
|
|
578
542
|
lineHeight: string;
|
|
579
543
|
fontWeight: number;
|
|
580
|
-
|
|
544
|
+
vColor: string;
|
|
581
545
|
margin: string;
|
|
582
546
|
fontFamily: string;
|
|
583
547
|
};
|
|
584
548
|
"Text-secondary-regular": {
|
|
585
|
-
|
|
549
|
+
vFontSize: string;
|
|
586
550
|
lineHeight: string;
|
|
587
551
|
fontWeight: number;
|
|
588
|
-
|
|
552
|
+
vColor: string;
|
|
589
553
|
margin: string;
|
|
590
554
|
fontFamily: string;
|
|
591
555
|
};
|
|
592
556
|
"Text-secondary-italic": {
|
|
593
|
-
|
|
557
|
+
vFontSize: string;
|
|
594
558
|
lineHeight: string;
|
|
595
559
|
fontWeight: number;
|
|
596
560
|
fontStyle: string;
|
|
597
|
-
|
|
561
|
+
vColor: string;
|
|
598
562
|
margin: string;
|
|
599
563
|
fontFamily: string;
|
|
600
564
|
};
|
|
@@ -636,7 +600,6 @@ export declare const ManamergeTheme: {
|
|
|
636
600
|
fontWeight: number;
|
|
637
601
|
color: string;
|
|
638
602
|
margin: string;
|
|
639
|
-
fontFamily: string;
|
|
640
603
|
};
|
|
641
604
|
tablet: {
|
|
642
605
|
fontSize: string;
|
|
@@ -644,7 +607,6 @@ export declare const ManamergeTheme: {
|
|
|
644
607
|
fontWeight: number;
|
|
645
608
|
color: string;
|
|
646
609
|
margin: string;
|
|
647
|
-
fontFamily: string;
|
|
648
610
|
};
|
|
649
611
|
desktop: {
|
|
650
612
|
fontSize: string;
|
|
@@ -652,7 +614,6 @@ export declare const ManamergeTheme: {
|
|
|
652
614
|
fontWeight: number;
|
|
653
615
|
color: string;
|
|
654
616
|
margin: string;
|
|
655
|
-
fontFamily: string;
|
|
656
617
|
};
|
|
657
618
|
};
|
|
658
619
|
"Heading-primary-h2": {
|
|
@@ -662,7 +623,6 @@ export declare const ManamergeTheme: {
|
|
|
662
623
|
fontWeight: number;
|
|
663
624
|
color: string;
|
|
664
625
|
margin: string;
|
|
665
|
-
fontFamily: string;
|
|
666
626
|
};
|
|
667
627
|
tablet: {
|
|
668
628
|
fontSize: string;
|
|
@@ -670,7 +630,6 @@ export declare const ManamergeTheme: {
|
|
|
670
630
|
fontWeight: number;
|
|
671
631
|
color: string;
|
|
672
632
|
margin: string;
|
|
673
|
-
fontFamily: string;
|
|
674
633
|
};
|
|
675
634
|
desktop: {
|
|
676
635
|
fontSize: string;
|
|
@@ -678,7 +637,6 @@ export declare const ManamergeTheme: {
|
|
|
678
637
|
fontWeight: number;
|
|
679
638
|
color: string;
|
|
680
639
|
margin: string;
|
|
681
|
-
fontFamily: string;
|
|
682
640
|
};
|
|
683
641
|
};
|
|
684
642
|
"Heading-primary-h3": {
|
|
@@ -688,7 +646,6 @@ export declare const ManamergeTheme: {
|
|
|
688
646
|
fontWeight: number;
|
|
689
647
|
color: string;
|
|
690
648
|
margin: string;
|
|
691
|
-
fontFamily: string;
|
|
692
649
|
};
|
|
693
650
|
tablet: {
|
|
694
651
|
fontSize: string;
|
|
@@ -696,7 +653,6 @@ export declare const ManamergeTheme: {
|
|
|
696
653
|
fontWeight: number;
|
|
697
654
|
color: string;
|
|
698
655
|
margin: string;
|
|
699
|
-
fontFamily: string;
|
|
700
656
|
};
|
|
701
657
|
desktop: {
|
|
702
658
|
fontSize: string;
|
|
@@ -704,7 +660,6 @@ export declare const ManamergeTheme: {
|
|
|
704
660
|
fontWeight: number;
|
|
705
661
|
color: string;
|
|
706
662
|
margin: string;
|
|
707
|
-
fontFamily: string;
|
|
708
663
|
};
|
|
709
664
|
};
|
|
710
665
|
"Heading-primary-h4": {
|
|
@@ -714,7 +669,6 @@ export declare const ManamergeTheme: {
|
|
|
714
669
|
fontWeight: number;
|
|
715
670
|
color: string;
|
|
716
671
|
margin: string;
|
|
717
|
-
fontFamily: string;
|
|
718
672
|
};
|
|
719
673
|
tablet: {
|
|
720
674
|
fontSize: string;
|
|
@@ -722,7 +676,6 @@ export declare const ManamergeTheme: {
|
|
|
722
676
|
fontWeight: number;
|
|
723
677
|
color: string;
|
|
724
678
|
margin: string;
|
|
725
|
-
fontFamily: string;
|
|
726
679
|
};
|
|
727
680
|
desktop: {
|
|
728
681
|
fontSize: string;
|
|
@@ -730,7 +683,6 @@ export declare const ManamergeTheme: {
|
|
|
730
683
|
fontWeight: number;
|
|
731
684
|
color: string;
|
|
732
685
|
margin: string;
|
|
733
|
-
fontFamily: string;
|
|
734
686
|
};
|
|
735
687
|
};
|
|
736
688
|
"Heading-primary-h5": {
|
|
@@ -740,7 +692,6 @@ export declare const ManamergeTheme: {
|
|
|
740
692
|
fontWeight: number;
|
|
741
693
|
color: string;
|
|
742
694
|
margin: string;
|
|
743
|
-
fontFamily: string;
|
|
744
695
|
};
|
|
745
696
|
tablet: {
|
|
746
697
|
fontSize: string;
|
|
@@ -748,7 +699,6 @@ export declare const ManamergeTheme: {
|
|
|
748
699
|
fontWeight: number;
|
|
749
700
|
color: string;
|
|
750
701
|
margin: string;
|
|
751
|
-
fontFamily: string;
|
|
752
702
|
};
|
|
753
703
|
desktop: {
|
|
754
704
|
fontSize: string;
|
|
@@ -756,7 +706,6 @@ export declare const ManamergeTheme: {
|
|
|
756
706
|
fontWeight: number;
|
|
757
707
|
color: string;
|
|
758
708
|
margin: string;
|
|
759
|
-
fontFamily: string;
|
|
760
709
|
};
|
|
761
710
|
};
|
|
762
711
|
"Heading-primary-h6": {
|
|
@@ -766,7 +715,6 @@ export declare const ManamergeTheme: {
|
|
|
766
715
|
fontWeight: number;
|
|
767
716
|
color: string;
|
|
768
717
|
margin: string;
|
|
769
|
-
fontFamily: string;
|
|
770
718
|
};
|
|
771
719
|
tablet: {
|
|
772
720
|
fontSize: string;
|
|
@@ -774,7 +722,6 @@ export declare const ManamergeTheme: {
|
|
|
774
722
|
fontWeight: number;
|
|
775
723
|
color: string;
|
|
776
724
|
margin: string;
|
|
777
|
-
fontFamily: string;
|
|
778
725
|
};
|
|
779
726
|
desktop: {
|
|
780
727
|
fontSize: string;
|
|
@@ -782,7 +729,6 @@ export declare const ManamergeTheme: {
|
|
|
782
729
|
fontWeight: number;
|
|
783
730
|
color: string;
|
|
784
731
|
margin: string;
|
|
785
|
-
fontFamily: string;
|
|
786
732
|
};
|
|
787
733
|
};
|
|
788
734
|
"Heading-secondary-h1": {
|
|
@@ -792,7 +738,6 @@ export declare const ManamergeTheme: {
|
|
|
792
738
|
fontWeight: number;
|
|
793
739
|
color: string;
|
|
794
740
|
margin: string;
|
|
795
|
-
fontFamily: string;
|
|
796
741
|
};
|
|
797
742
|
tablet: {
|
|
798
743
|
fontSize: string;
|
|
@@ -800,7 +745,6 @@ export declare const ManamergeTheme: {
|
|
|
800
745
|
fontWeight: number;
|
|
801
746
|
color: string;
|
|
802
747
|
margin: string;
|
|
803
|
-
fontFamily: string;
|
|
804
748
|
};
|
|
805
749
|
desktop: {
|
|
806
750
|
fontSize: string;
|
|
@@ -808,7 +752,6 @@ export declare const ManamergeTheme: {
|
|
|
808
752
|
fontWeight: number;
|
|
809
753
|
color: string;
|
|
810
754
|
margin: string;
|
|
811
|
-
fontFamily: string;
|
|
812
755
|
};
|
|
813
756
|
};
|
|
814
757
|
"Heading-secondary-h2": {
|
|
@@ -818,7 +761,6 @@ export declare const ManamergeTheme: {
|
|
|
818
761
|
fontWeight: number;
|
|
819
762
|
color: string;
|
|
820
763
|
margin: string;
|
|
821
|
-
fontFamily: string;
|
|
822
764
|
};
|
|
823
765
|
tablet: {
|
|
824
766
|
fontSize: string;
|
|
@@ -826,7 +768,6 @@ export declare const ManamergeTheme: {
|
|
|
826
768
|
fontWeight: number;
|
|
827
769
|
color: string;
|
|
828
770
|
margin: string;
|
|
829
|
-
fontFamily: string;
|
|
830
771
|
};
|
|
831
772
|
desktop: {
|
|
832
773
|
fontSize: string;
|
|
@@ -834,7 +775,6 @@ export declare const ManamergeTheme: {
|
|
|
834
775
|
fontWeight: number;
|
|
835
776
|
color: string;
|
|
836
777
|
margin: string;
|
|
837
|
-
fontFamily: string;
|
|
838
778
|
};
|
|
839
779
|
};
|
|
840
780
|
"Heading-secondary-h3": {
|
|
@@ -844,7 +784,6 @@ export declare const ManamergeTheme: {
|
|
|
844
784
|
fontWeight: number;
|
|
845
785
|
color: string;
|
|
846
786
|
margin: string;
|
|
847
|
-
fontFamily: string;
|
|
848
787
|
};
|
|
849
788
|
tablet: {
|
|
850
789
|
fontSize: string;
|
|
@@ -852,7 +791,6 @@ export declare const ManamergeTheme: {
|
|
|
852
791
|
fontWeight: number;
|
|
853
792
|
color: string;
|
|
854
793
|
margin: string;
|
|
855
|
-
fontFamily: string;
|
|
856
794
|
};
|
|
857
795
|
desktop: {
|
|
858
796
|
fontSize: string;
|
|
@@ -860,7 +798,6 @@ export declare const ManamergeTheme: {
|
|
|
860
798
|
fontWeight: number;
|
|
861
799
|
color: string;
|
|
862
800
|
margin: string;
|
|
863
|
-
fontFamily: string;
|
|
864
801
|
};
|
|
865
802
|
};
|
|
866
803
|
"Heading-secondary-h4": {
|
|
@@ -870,7 +807,6 @@ export declare const ManamergeTheme: {
|
|
|
870
807
|
fontWeight: number;
|
|
871
808
|
color: string;
|
|
872
809
|
margin: string;
|
|
873
|
-
fontFamily: string;
|
|
874
810
|
};
|
|
875
811
|
tablet: {
|
|
876
812
|
fontSize: string;
|
|
@@ -878,7 +814,6 @@ export declare const ManamergeTheme: {
|
|
|
878
814
|
fontWeight: number;
|
|
879
815
|
color: string;
|
|
880
816
|
margin: string;
|
|
881
|
-
fontFamily: string;
|
|
882
817
|
};
|
|
883
818
|
desktop: {
|
|
884
819
|
fontSize: string;
|
|
@@ -886,7 +821,6 @@ export declare const ManamergeTheme: {
|
|
|
886
821
|
fontWeight: number;
|
|
887
822
|
color: string;
|
|
888
823
|
margin: string;
|
|
889
|
-
fontFamily: string;
|
|
890
824
|
};
|
|
891
825
|
};
|
|
892
826
|
"Heading-secondary-h5": {
|
|
@@ -896,7 +830,6 @@ export declare const ManamergeTheme: {
|
|
|
896
830
|
fontWeight: number;
|
|
897
831
|
color: string;
|
|
898
832
|
margin: string;
|
|
899
|
-
fontFamily: string;
|
|
900
833
|
};
|
|
901
834
|
tablet: {
|
|
902
835
|
fontSize: string;
|
|
@@ -904,7 +837,6 @@ export declare const ManamergeTheme: {
|
|
|
904
837
|
fontWeight: number;
|
|
905
838
|
color: string;
|
|
906
839
|
margin: string;
|
|
907
|
-
fontFamily: string;
|
|
908
840
|
};
|
|
909
841
|
desktop: {
|
|
910
842
|
fontSize: string;
|
|
@@ -912,7 +844,6 @@ export declare const ManamergeTheme: {
|
|
|
912
844
|
fontWeight: number;
|
|
913
845
|
color: string;
|
|
914
846
|
margin: string;
|
|
915
|
-
fontFamily: string;
|
|
916
847
|
};
|
|
917
848
|
};
|
|
918
849
|
"Heading-secondary-h6": {
|
|
@@ -922,7 +853,6 @@ export declare const ManamergeTheme: {
|
|
|
922
853
|
fontWeight: number;
|
|
923
854
|
color: string;
|
|
924
855
|
margin: string;
|
|
925
|
-
fontFamily: string;
|
|
926
856
|
};
|
|
927
857
|
tablet: {
|
|
928
858
|
fontSize: string;
|
|
@@ -930,7 +860,6 @@ export declare const ManamergeTheme: {
|
|
|
930
860
|
fontWeight: number;
|
|
931
861
|
color: string;
|
|
932
862
|
margin: string;
|
|
933
|
-
fontFamily: string;
|
|
934
863
|
};
|
|
935
864
|
desktop: {
|
|
936
865
|
fontSize: string;
|
|
@@ -938,7 +867,6 @@ export declare const ManamergeTheme: {
|
|
|
938
867
|
fontWeight: number;
|
|
939
868
|
color: string;
|
|
940
869
|
margin: string;
|
|
941
|
-
fontFamily: string;
|
|
942
870
|
};
|
|
943
871
|
};
|
|
944
872
|
};
|
|
@@ -985,7 +913,6 @@ export declare const ManamergeTheme: {
|
|
|
985
913
|
header: {
|
|
986
914
|
"Header-primary": {
|
|
987
915
|
height: string;
|
|
988
|
-
backgroundColor: string;
|
|
989
916
|
justifyContent: string;
|
|
990
917
|
bannerColor: string;
|
|
991
918
|
wrapperHeader: {
|
|
@@ -1009,8 +936,13 @@ export declare const ManamergeTheme: {
|
|
|
1009
936
|
stroke: string;
|
|
1010
937
|
};
|
|
1011
938
|
};
|
|
939
|
+
atomTextBanner: {
|
|
940
|
+
variant: string;
|
|
941
|
+
color: string;
|
|
942
|
+
};
|
|
1012
943
|
atomHeading: {
|
|
1013
944
|
variant: string;
|
|
945
|
+
as: string;
|
|
1014
946
|
};
|
|
1015
947
|
atomTextTitle: {
|
|
1016
948
|
variant: string;
|
|
@@ -1197,14 +1129,13 @@ export declare const ManamergeTheme: {
|
|
|
1197
1129
|
fill: string;
|
|
1198
1130
|
stroke: string;
|
|
1199
1131
|
hover: {
|
|
1200
|
-
fill: string;
|
|
1201
1132
|
stroke: string;
|
|
1133
|
+
fill: string;
|
|
1202
1134
|
};
|
|
1203
1135
|
};
|
|
1204
1136
|
text: {
|
|
1205
1137
|
variant: string;
|
|
1206
1138
|
color: string;
|
|
1207
|
-
fontSize: string;
|
|
1208
1139
|
};
|
|
1209
1140
|
tapeContent: {
|
|
1210
1141
|
alignItems: string;
|
|
@@ -1353,6 +1284,36 @@ export declare const ManamergeTheme: {
|
|
|
1353
1284
|
xxxl: string;
|
|
1354
1285
|
xxxxl: string;
|
|
1355
1286
|
};
|
|
1287
|
+
colors: {
|
|
1288
|
+
one: {
|
|
1289
|
+
a: string;
|
|
1290
|
+
b: string;
|
|
1291
|
+
c: string;
|
|
1292
|
+
d: string;
|
|
1293
|
+
e: string;
|
|
1294
|
+
f: string;
|
|
1295
|
+
g: string;
|
|
1296
|
+
h: string;
|
|
1297
|
+
i: string;
|
|
1298
|
+
};
|
|
1299
|
+
two: {
|
|
1300
|
+
a: string;
|
|
1301
|
+
b: string;
|
|
1302
|
+
c: string;
|
|
1303
|
+
d: string;
|
|
1304
|
+
e: string;
|
|
1305
|
+
f: string;
|
|
1306
|
+
};
|
|
1307
|
+
three: {
|
|
1308
|
+
a: string;
|
|
1309
|
+
b: string;
|
|
1310
|
+
c: string;
|
|
1311
|
+
};
|
|
1312
|
+
four: {
|
|
1313
|
+
a: string;
|
|
1314
|
+
b: string;
|
|
1315
|
+
};
|
|
1316
|
+
};
|
|
1356
1317
|
pages: {
|
|
1357
1318
|
vod: {
|
|
1358
1319
|
top: {
|