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