@manamerge/mana-atomic-ui 1.0.158 → 1.0.159

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.
@@ -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
  };
@@ -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
  };