@manamerge/mana-atomic-ui 1.0.161 → 1.0.163
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 +1 -1
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/davidWeb/atoms/heading.ts +109 -72
- package/dist/themes/themes/manamerge/molecules/header.ts +9 -7
- package/dist/types/components/Atoms/Heading/Heading.d.ts +1 -1
- package/dist/types/themes/DavidWebTheme.d.ts +72 -0
- package/dist/types/themes/ManamergeTheme.d.ts +2 -0
- package/dist/types/themes/davidWeb/atoms/heading.d.ts +36 -0
- package/dist/types/themes/manamerge/molecules/header.d.ts +2 -0
- package/package.json +1 -1
|
@@ -85,6 +85,7 @@ export declare const DavidWebTheme: {
|
|
|
85
85
|
fontWeight: number;
|
|
86
86
|
color: string;
|
|
87
87
|
margin: string;
|
|
88
|
+
fontFamily: string;
|
|
88
89
|
};
|
|
89
90
|
tablet: {
|
|
90
91
|
fontSize: string;
|
|
@@ -92,6 +93,7 @@ export declare const DavidWebTheme: {
|
|
|
92
93
|
fontWeight: number;
|
|
93
94
|
color: string;
|
|
94
95
|
margin: string;
|
|
96
|
+
fontFamily: string;
|
|
95
97
|
};
|
|
96
98
|
desktop: {
|
|
97
99
|
fontSize: string;
|
|
@@ -99,6 +101,7 @@ export declare const DavidWebTheme: {
|
|
|
99
101
|
fontWeight: number;
|
|
100
102
|
color: string;
|
|
101
103
|
margin: string;
|
|
104
|
+
fontFamily: string;
|
|
102
105
|
};
|
|
103
106
|
};
|
|
104
107
|
"Heading-primary-h2": {
|
|
@@ -108,6 +111,7 @@ export declare const DavidWebTheme: {
|
|
|
108
111
|
fontWeight: number;
|
|
109
112
|
color: string;
|
|
110
113
|
margin: string;
|
|
114
|
+
fontFamily: string;
|
|
111
115
|
};
|
|
112
116
|
tablet: {
|
|
113
117
|
fontSize: string;
|
|
@@ -115,6 +119,7 @@ export declare const DavidWebTheme: {
|
|
|
115
119
|
fontWeight: number;
|
|
116
120
|
color: string;
|
|
117
121
|
margin: string;
|
|
122
|
+
fontFamily: string;
|
|
118
123
|
};
|
|
119
124
|
desktop: {
|
|
120
125
|
fontSize: string;
|
|
@@ -122,6 +127,7 @@ export declare const DavidWebTheme: {
|
|
|
122
127
|
fontWeight: number;
|
|
123
128
|
color: string;
|
|
124
129
|
margin: string;
|
|
130
|
+
fontFamily: string;
|
|
125
131
|
};
|
|
126
132
|
};
|
|
127
133
|
"Heading-primary-h3": {
|
|
@@ -131,6 +137,7 @@ export declare const DavidWebTheme: {
|
|
|
131
137
|
fontWeight: number;
|
|
132
138
|
color: string;
|
|
133
139
|
margin: string;
|
|
140
|
+
fontFamily: string;
|
|
134
141
|
};
|
|
135
142
|
tablet: {
|
|
136
143
|
fontSize: string;
|
|
@@ -138,6 +145,7 @@ export declare const DavidWebTheme: {
|
|
|
138
145
|
fontWeight: number;
|
|
139
146
|
color: string;
|
|
140
147
|
margin: string;
|
|
148
|
+
fontFamily: string;
|
|
141
149
|
};
|
|
142
150
|
desktop: {
|
|
143
151
|
fontSize: string;
|
|
@@ -145,6 +153,7 @@ export declare const DavidWebTheme: {
|
|
|
145
153
|
fontWeight: number;
|
|
146
154
|
color: string;
|
|
147
155
|
margin: string;
|
|
156
|
+
fontFamily: string;
|
|
148
157
|
};
|
|
149
158
|
};
|
|
150
159
|
"Heading-primary-h4": {
|
|
@@ -154,6 +163,7 @@ export declare const DavidWebTheme: {
|
|
|
154
163
|
fontWeight: number;
|
|
155
164
|
color: string;
|
|
156
165
|
margin: string;
|
|
166
|
+
fontFamily: string;
|
|
157
167
|
};
|
|
158
168
|
tablet: {
|
|
159
169
|
fontSize: string;
|
|
@@ -161,6 +171,7 @@ export declare const DavidWebTheme: {
|
|
|
161
171
|
fontWeight: number;
|
|
162
172
|
color: string;
|
|
163
173
|
margin: string;
|
|
174
|
+
fontFamily: string;
|
|
164
175
|
};
|
|
165
176
|
desktop: {
|
|
166
177
|
fontSize: string;
|
|
@@ -168,6 +179,7 @@ export declare const DavidWebTheme: {
|
|
|
168
179
|
fontWeight: number;
|
|
169
180
|
color: string;
|
|
170
181
|
margin: string;
|
|
182
|
+
fontFamily: string;
|
|
171
183
|
};
|
|
172
184
|
};
|
|
173
185
|
"Heading-primary-h5": {
|
|
@@ -177,6 +189,7 @@ export declare const DavidWebTheme: {
|
|
|
177
189
|
fontWeight: number;
|
|
178
190
|
color: string;
|
|
179
191
|
margin: string;
|
|
192
|
+
fontFamily: string;
|
|
180
193
|
};
|
|
181
194
|
tablet: {
|
|
182
195
|
fontSize: string;
|
|
@@ -184,6 +197,7 @@ export declare const DavidWebTheme: {
|
|
|
184
197
|
fontWeight: number;
|
|
185
198
|
color: string;
|
|
186
199
|
margin: string;
|
|
200
|
+
fontFamily: string;
|
|
187
201
|
};
|
|
188
202
|
desktop: {
|
|
189
203
|
fontSize: string;
|
|
@@ -191,6 +205,7 @@ export declare const DavidWebTheme: {
|
|
|
191
205
|
fontWeight: number;
|
|
192
206
|
color: string;
|
|
193
207
|
margin: string;
|
|
208
|
+
fontFamily: string;
|
|
194
209
|
};
|
|
195
210
|
};
|
|
196
211
|
"Heading-primary-h6": {
|
|
@@ -200,6 +215,7 @@ export declare const DavidWebTheme: {
|
|
|
200
215
|
fontWeight: number;
|
|
201
216
|
color: string;
|
|
202
217
|
margin: string;
|
|
218
|
+
fontFamily: string;
|
|
203
219
|
};
|
|
204
220
|
tablet: {
|
|
205
221
|
fontSize: string;
|
|
@@ -207,6 +223,7 @@ export declare const DavidWebTheme: {
|
|
|
207
223
|
fontWeight: number;
|
|
208
224
|
color: string;
|
|
209
225
|
margin: string;
|
|
226
|
+
fontFamily: string;
|
|
210
227
|
};
|
|
211
228
|
desktop: {
|
|
212
229
|
fontSize: string;
|
|
@@ -214,6 +231,7 @@ export declare const DavidWebTheme: {
|
|
|
214
231
|
fontWeight: number;
|
|
215
232
|
color: string;
|
|
216
233
|
margin: string;
|
|
234
|
+
fontFamily: string;
|
|
217
235
|
};
|
|
218
236
|
};
|
|
219
237
|
"Heading-secondary-h1": {
|
|
@@ -223,6 +241,7 @@ export declare const DavidWebTheme: {
|
|
|
223
241
|
fontWeight: number;
|
|
224
242
|
color: string;
|
|
225
243
|
margin: string;
|
|
244
|
+
fontFamily: string;
|
|
226
245
|
};
|
|
227
246
|
tablet: {
|
|
228
247
|
fontSize: string;
|
|
@@ -230,6 +249,7 @@ export declare const DavidWebTheme: {
|
|
|
230
249
|
fontWeight: number;
|
|
231
250
|
color: string;
|
|
232
251
|
margin: string;
|
|
252
|
+
fontFamily: string;
|
|
233
253
|
};
|
|
234
254
|
desktop: {
|
|
235
255
|
fontSize: string;
|
|
@@ -237,6 +257,7 @@ export declare const DavidWebTheme: {
|
|
|
237
257
|
fontWeight: number;
|
|
238
258
|
color: string;
|
|
239
259
|
margin: string;
|
|
260
|
+
fontFamily: string;
|
|
240
261
|
};
|
|
241
262
|
};
|
|
242
263
|
"Heading-secondary-h2": {
|
|
@@ -246,6 +267,7 @@ export declare const DavidWebTheme: {
|
|
|
246
267
|
fontWeight: number;
|
|
247
268
|
color: string;
|
|
248
269
|
margin: string;
|
|
270
|
+
fontFamily: string;
|
|
249
271
|
};
|
|
250
272
|
tablet: {
|
|
251
273
|
fontSize: string;
|
|
@@ -253,6 +275,7 @@ export declare const DavidWebTheme: {
|
|
|
253
275
|
fontWeight: number;
|
|
254
276
|
color: string;
|
|
255
277
|
margin: string;
|
|
278
|
+
fontFamily: string;
|
|
256
279
|
};
|
|
257
280
|
desktop: {
|
|
258
281
|
fontSize: string;
|
|
@@ -260,6 +283,7 @@ export declare const DavidWebTheme: {
|
|
|
260
283
|
fontWeight: number;
|
|
261
284
|
color: string;
|
|
262
285
|
margin: string;
|
|
286
|
+
fontFamily: string;
|
|
263
287
|
};
|
|
264
288
|
};
|
|
265
289
|
"Heading-secondary-h3": {
|
|
@@ -269,6 +293,7 @@ export declare const DavidWebTheme: {
|
|
|
269
293
|
fontWeight: number;
|
|
270
294
|
color: string;
|
|
271
295
|
margin: string;
|
|
296
|
+
fontFamily: string;
|
|
272
297
|
};
|
|
273
298
|
tablet: {
|
|
274
299
|
fontSize: string;
|
|
@@ -276,6 +301,7 @@ export declare const DavidWebTheme: {
|
|
|
276
301
|
fontWeight: number;
|
|
277
302
|
color: string;
|
|
278
303
|
margin: string;
|
|
304
|
+
fontFamily: string;
|
|
279
305
|
};
|
|
280
306
|
desktop: {
|
|
281
307
|
fontSize: string;
|
|
@@ -283,6 +309,7 @@ export declare const DavidWebTheme: {
|
|
|
283
309
|
fontWeight: number;
|
|
284
310
|
color: string;
|
|
285
311
|
margin: string;
|
|
312
|
+
fontFamily: string;
|
|
286
313
|
};
|
|
287
314
|
};
|
|
288
315
|
"Heading-secondary-h4": {
|
|
@@ -292,6 +319,7 @@ export declare const DavidWebTheme: {
|
|
|
292
319
|
fontWeight: number;
|
|
293
320
|
color: string;
|
|
294
321
|
margin: string;
|
|
322
|
+
fontFamily: string;
|
|
295
323
|
};
|
|
296
324
|
tablet: {
|
|
297
325
|
fontSize: string;
|
|
@@ -299,6 +327,7 @@ export declare const DavidWebTheme: {
|
|
|
299
327
|
fontWeight: number;
|
|
300
328
|
color: string;
|
|
301
329
|
margin: string;
|
|
330
|
+
fontFamily: string;
|
|
302
331
|
};
|
|
303
332
|
desktop: {
|
|
304
333
|
fontSize: string;
|
|
@@ -306,6 +335,7 @@ export declare const DavidWebTheme: {
|
|
|
306
335
|
fontWeight: number;
|
|
307
336
|
color: string;
|
|
308
337
|
margin: string;
|
|
338
|
+
fontFamily: string;
|
|
309
339
|
};
|
|
310
340
|
};
|
|
311
341
|
"Heading-secondary-h5": {
|
|
@@ -315,6 +345,7 @@ export declare const DavidWebTheme: {
|
|
|
315
345
|
fontWeight: number;
|
|
316
346
|
color: string;
|
|
317
347
|
margin: string;
|
|
348
|
+
fontFamily: string;
|
|
318
349
|
};
|
|
319
350
|
tablet: {
|
|
320
351
|
fontSize: string;
|
|
@@ -322,6 +353,7 @@ export declare const DavidWebTheme: {
|
|
|
322
353
|
fontWeight: number;
|
|
323
354
|
color: string;
|
|
324
355
|
margin: string;
|
|
356
|
+
fontFamily: string;
|
|
325
357
|
};
|
|
326
358
|
desktop: {
|
|
327
359
|
fontSize: string;
|
|
@@ -329,6 +361,7 @@ export declare const DavidWebTheme: {
|
|
|
329
361
|
fontWeight: number;
|
|
330
362
|
color: string;
|
|
331
363
|
margin: string;
|
|
364
|
+
fontFamily: string;
|
|
332
365
|
};
|
|
333
366
|
};
|
|
334
367
|
"Heading-secondary-h6": {
|
|
@@ -338,6 +371,7 @@ export declare const DavidWebTheme: {
|
|
|
338
371
|
fontWeight: number;
|
|
339
372
|
color: string;
|
|
340
373
|
margin: string;
|
|
374
|
+
fontFamily: string;
|
|
341
375
|
};
|
|
342
376
|
tablet: {
|
|
343
377
|
fontSize: string;
|
|
@@ -345,6 +379,7 @@ export declare const DavidWebTheme: {
|
|
|
345
379
|
fontWeight: number;
|
|
346
380
|
color: string;
|
|
347
381
|
margin: string;
|
|
382
|
+
fontFamily: string;
|
|
348
383
|
};
|
|
349
384
|
desktop: {
|
|
350
385
|
fontSize: string;
|
|
@@ -352,6 +387,7 @@ export declare const DavidWebTheme: {
|
|
|
352
387
|
fontWeight: number;
|
|
353
388
|
color: string;
|
|
354
389
|
margin: string;
|
|
390
|
+
fontFamily: string;
|
|
355
391
|
};
|
|
356
392
|
};
|
|
357
393
|
};
|
|
@@ -557,6 +593,7 @@ export declare const DavidWebTheme: {
|
|
|
557
593
|
fontWeight: number;
|
|
558
594
|
color: string;
|
|
559
595
|
margin: string;
|
|
596
|
+
fontFamily: string;
|
|
560
597
|
};
|
|
561
598
|
tablet: {
|
|
562
599
|
fontSize: string;
|
|
@@ -564,6 +601,7 @@ export declare const DavidWebTheme: {
|
|
|
564
601
|
fontWeight: number;
|
|
565
602
|
color: string;
|
|
566
603
|
margin: string;
|
|
604
|
+
fontFamily: string;
|
|
567
605
|
};
|
|
568
606
|
desktop: {
|
|
569
607
|
fontSize: string;
|
|
@@ -571,6 +609,7 @@ export declare const DavidWebTheme: {
|
|
|
571
609
|
fontWeight: number;
|
|
572
610
|
color: string;
|
|
573
611
|
margin: string;
|
|
612
|
+
fontFamily: string;
|
|
574
613
|
};
|
|
575
614
|
};
|
|
576
615
|
"Heading-primary-h2": {
|
|
@@ -580,6 +619,7 @@ export declare const DavidWebTheme: {
|
|
|
580
619
|
fontWeight: number;
|
|
581
620
|
color: string;
|
|
582
621
|
margin: string;
|
|
622
|
+
fontFamily: string;
|
|
583
623
|
};
|
|
584
624
|
tablet: {
|
|
585
625
|
fontSize: string;
|
|
@@ -587,6 +627,7 @@ export declare const DavidWebTheme: {
|
|
|
587
627
|
fontWeight: number;
|
|
588
628
|
color: string;
|
|
589
629
|
margin: string;
|
|
630
|
+
fontFamily: string;
|
|
590
631
|
};
|
|
591
632
|
desktop: {
|
|
592
633
|
fontSize: string;
|
|
@@ -594,6 +635,7 @@ export declare const DavidWebTheme: {
|
|
|
594
635
|
fontWeight: number;
|
|
595
636
|
color: string;
|
|
596
637
|
margin: string;
|
|
638
|
+
fontFamily: string;
|
|
597
639
|
};
|
|
598
640
|
};
|
|
599
641
|
"Heading-primary-h3": {
|
|
@@ -603,6 +645,7 @@ export declare const DavidWebTheme: {
|
|
|
603
645
|
fontWeight: number;
|
|
604
646
|
color: string;
|
|
605
647
|
margin: string;
|
|
648
|
+
fontFamily: string;
|
|
606
649
|
};
|
|
607
650
|
tablet: {
|
|
608
651
|
fontSize: string;
|
|
@@ -610,6 +653,7 @@ export declare const DavidWebTheme: {
|
|
|
610
653
|
fontWeight: number;
|
|
611
654
|
color: string;
|
|
612
655
|
margin: string;
|
|
656
|
+
fontFamily: string;
|
|
613
657
|
};
|
|
614
658
|
desktop: {
|
|
615
659
|
fontSize: string;
|
|
@@ -617,6 +661,7 @@ export declare const DavidWebTheme: {
|
|
|
617
661
|
fontWeight: number;
|
|
618
662
|
color: string;
|
|
619
663
|
margin: string;
|
|
664
|
+
fontFamily: string;
|
|
620
665
|
};
|
|
621
666
|
};
|
|
622
667
|
"Heading-primary-h4": {
|
|
@@ -626,6 +671,7 @@ export declare const DavidWebTheme: {
|
|
|
626
671
|
fontWeight: number;
|
|
627
672
|
color: string;
|
|
628
673
|
margin: string;
|
|
674
|
+
fontFamily: string;
|
|
629
675
|
};
|
|
630
676
|
tablet: {
|
|
631
677
|
fontSize: string;
|
|
@@ -633,6 +679,7 @@ export declare const DavidWebTheme: {
|
|
|
633
679
|
fontWeight: number;
|
|
634
680
|
color: string;
|
|
635
681
|
margin: string;
|
|
682
|
+
fontFamily: string;
|
|
636
683
|
};
|
|
637
684
|
desktop: {
|
|
638
685
|
fontSize: string;
|
|
@@ -640,6 +687,7 @@ export declare const DavidWebTheme: {
|
|
|
640
687
|
fontWeight: number;
|
|
641
688
|
color: string;
|
|
642
689
|
margin: string;
|
|
690
|
+
fontFamily: string;
|
|
643
691
|
};
|
|
644
692
|
};
|
|
645
693
|
"Heading-primary-h5": {
|
|
@@ -649,6 +697,7 @@ export declare const DavidWebTheme: {
|
|
|
649
697
|
fontWeight: number;
|
|
650
698
|
color: string;
|
|
651
699
|
margin: string;
|
|
700
|
+
fontFamily: string;
|
|
652
701
|
};
|
|
653
702
|
tablet: {
|
|
654
703
|
fontSize: string;
|
|
@@ -656,6 +705,7 @@ export declare const DavidWebTheme: {
|
|
|
656
705
|
fontWeight: number;
|
|
657
706
|
color: string;
|
|
658
707
|
margin: string;
|
|
708
|
+
fontFamily: string;
|
|
659
709
|
};
|
|
660
710
|
desktop: {
|
|
661
711
|
fontSize: string;
|
|
@@ -663,6 +713,7 @@ export declare const DavidWebTheme: {
|
|
|
663
713
|
fontWeight: number;
|
|
664
714
|
color: string;
|
|
665
715
|
margin: string;
|
|
716
|
+
fontFamily: string;
|
|
666
717
|
};
|
|
667
718
|
};
|
|
668
719
|
"Heading-primary-h6": {
|
|
@@ -672,6 +723,7 @@ export declare const DavidWebTheme: {
|
|
|
672
723
|
fontWeight: number;
|
|
673
724
|
color: string;
|
|
674
725
|
margin: string;
|
|
726
|
+
fontFamily: string;
|
|
675
727
|
};
|
|
676
728
|
tablet: {
|
|
677
729
|
fontSize: string;
|
|
@@ -679,6 +731,7 @@ export declare const DavidWebTheme: {
|
|
|
679
731
|
fontWeight: number;
|
|
680
732
|
color: string;
|
|
681
733
|
margin: string;
|
|
734
|
+
fontFamily: string;
|
|
682
735
|
};
|
|
683
736
|
desktop: {
|
|
684
737
|
fontSize: string;
|
|
@@ -686,6 +739,7 @@ export declare const DavidWebTheme: {
|
|
|
686
739
|
fontWeight: number;
|
|
687
740
|
color: string;
|
|
688
741
|
margin: string;
|
|
742
|
+
fontFamily: string;
|
|
689
743
|
};
|
|
690
744
|
};
|
|
691
745
|
"Heading-secondary-h1": {
|
|
@@ -695,6 +749,7 @@ export declare const DavidWebTheme: {
|
|
|
695
749
|
fontWeight: number;
|
|
696
750
|
color: string;
|
|
697
751
|
margin: string;
|
|
752
|
+
fontFamily: string;
|
|
698
753
|
};
|
|
699
754
|
tablet: {
|
|
700
755
|
fontSize: string;
|
|
@@ -702,6 +757,7 @@ export declare const DavidWebTheme: {
|
|
|
702
757
|
fontWeight: number;
|
|
703
758
|
color: string;
|
|
704
759
|
margin: string;
|
|
760
|
+
fontFamily: string;
|
|
705
761
|
};
|
|
706
762
|
desktop: {
|
|
707
763
|
fontSize: string;
|
|
@@ -709,6 +765,7 @@ export declare const DavidWebTheme: {
|
|
|
709
765
|
fontWeight: number;
|
|
710
766
|
color: string;
|
|
711
767
|
margin: string;
|
|
768
|
+
fontFamily: string;
|
|
712
769
|
};
|
|
713
770
|
};
|
|
714
771
|
"Heading-secondary-h2": {
|
|
@@ -718,6 +775,7 @@ export declare const DavidWebTheme: {
|
|
|
718
775
|
fontWeight: number;
|
|
719
776
|
color: string;
|
|
720
777
|
margin: string;
|
|
778
|
+
fontFamily: string;
|
|
721
779
|
};
|
|
722
780
|
tablet: {
|
|
723
781
|
fontSize: string;
|
|
@@ -725,6 +783,7 @@ export declare const DavidWebTheme: {
|
|
|
725
783
|
fontWeight: number;
|
|
726
784
|
color: string;
|
|
727
785
|
margin: string;
|
|
786
|
+
fontFamily: string;
|
|
728
787
|
};
|
|
729
788
|
desktop: {
|
|
730
789
|
fontSize: string;
|
|
@@ -732,6 +791,7 @@ export declare const DavidWebTheme: {
|
|
|
732
791
|
fontWeight: number;
|
|
733
792
|
color: string;
|
|
734
793
|
margin: string;
|
|
794
|
+
fontFamily: string;
|
|
735
795
|
};
|
|
736
796
|
};
|
|
737
797
|
"Heading-secondary-h3": {
|
|
@@ -741,6 +801,7 @@ export declare const DavidWebTheme: {
|
|
|
741
801
|
fontWeight: number;
|
|
742
802
|
color: string;
|
|
743
803
|
margin: string;
|
|
804
|
+
fontFamily: string;
|
|
744
805
|
};
|
|
745
806
|
tablet: {
|
|
746
807
|
fontSize: string;
|
|
@@ -748,6 +809,7 @@ export declare const DavidWebTheme: {
|
|
|
748
809
|
fontWeight: number;
|
|
749
810
|
color: string;
|
|
750
811
|
margin: string;
|
|
812
|
+
fontFamily: string;
|
|
751
813
|
};
|
|
752
814
|
desktop: {
|
|
753
815
|
fontSize: string;
|
|
@@ -755,6 +817,7 @@ export declare const DavidWebTheme: {
|
|
|
755
817
|
fontWeight: number;
|
|
756
818
|
color: string;
|
|
757
819
|
margin: string;
|
|
820
|
+
fontFamily: string;
|
|
758
821
|
};
|
|
759
822
|
};
|
|
760
823
|
"Heading-secondary-h4": {
|
|
@@ -764,6 +827,7 @@ export declare const DavidWebTheme: {
|
|
|
764
827
|
fontWeight: number;
|
|
765
828
|
color: string;
|
|
766
829
|
margin: string;
|
|
830
|
+
fontFamily: string;
|
|
767
831
|
};
|
|
768
832
|
tablet: {
|
|
769
833
|
fontSize: string;
|
|
@@ -771,6 +835,7 @@ export declare const DavidWebTheme: {
|
|
|
771
835
|
fontWeight: number;
|
|
772
836
|
color: string;
|
|
773
837
|
margin: string;
|
|
838
|
+
fontFamily: string;
|
|
774
839
|
};
|
|
775
840
|
desktop: {
|
|
776
841
|
fontSize: string;
|
|
@@ -778,6 +843,7 @@ export declare const DavidWebTheme: {
|
|
|
778
843
|
fontWeight: number;
|
|
779
844
|
color: string;
|
|
780
845
|
margin: string;
|
|
846
|
+
fontFamily: string;
|
|
781
847
|
};
|
|
782
848
|
};
|
|
783
849
|
"Heading-secondary-h5": {
|
|
@@ -787,6 +853,7 @@ export declare const DavidWebTheme: {
|
|
|
787
853
|
fontWeight: number;
|
|
788
854
|
color: string;
|
|
789
855
|
margin: string;
|
|
856
|
+
fontFamily: string;
|
|
790
857
|
};
|
|
791
858
|
tablet: {
|
|
792
859
|
fontSize: string;
|
|
@@ -794,6 +861,7 @@ export declare const DavidWebTheme: {
|
|
|
794
861
|
fontWeight: number;
|
|
795
862
|
color: string;
|
|
796
863
|
margin: string;
|
|
864
|
+
fontFamily: string;
|
|
797
865
|
};
|
|
798
866
|
desktop: {
|
|
799
867
|
fontSize: string;
|
|
@@ -801,6 +869,7 @@ export declare const DavidWebTheme: {
|
|
|
801
869
|
fontWeight: number;
|
|
802
870
|
color: string;
|
|
803
871
|
margin: string;
|
|
872
|
+
fontFamily: string;
|
|
804
873
|
};
|
|
805
874
|
};
|
|
806
875
|
"Heading-secondary-h6": {
|
|
@@ -810,6 +879,7 @@ export declare const DavidWebTheme: {
|
|
|
810
879
|
fontWeight: number;
|
|
811
880
|
color: string;
|
|
812
881
|
margin: string;
|
|
882
|
+
fontFamily: string;
|
|
813
883
|
};
|
|
814
884
|
tablet: {
|
|
815
885
|
fontSize: string;
|
|
@@ -817,6 +887,7 @@ export declare const DavidWebTheme: {
|
|
|
817
887
|
fontWeight: number;
|
|
818
888
|
color: string;
|
|
819
889
|
margin: string;
|
|
890
|
+
fontFamily: string;
|
|
820
891
|
};
|
|
821
892
|
desktop: {
|
|
822
893
|
fontSize: string;
|
|
@@ -824,6 +895,7 @@ export declare const DavidWebTheme: {
|
|
|
824
895
|
fontWeight: number;
|
|
825
896
|
color: string;
|
|
826
897
|
margin: string;
|
|
898
|
+
fontFamily: string;
|
|
827
899
|
};
|
|
828
900
|
};
|
|
829
901
|
};
|
|
@@ -1040,6 +1040,7 @@ export declare const ManamergeTheme: {
|
|
|
1040
1040
|
bannerColor: string;
|
|
1041
1041
|
wrapperHeader: {
|
|
1042
1042
|
alignItems: string;
|
|
1043
|
+
padding: string;
|
|
1043
1044
|
};
|
|
1044
1045
|
atomIconDot: {
|
|
1045
1046
|
variant: string;
|
|
@@ -1052,6 +1053,7 @@ export declare const ManamergeTheme: {
|
|
|
1052
1053
|
};
|
|
1053
1054
|
atomHeading: {
|
|
1054
1055
|
variant: string;
|
|
1056
|
+
asTag: string;
|
|
1055
1057
|
};
|
|
1056
1058
|
atomTextTitle: {
|
|
1057
1059
|
variant: string;
|