@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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +10 -6
- package/dist/index.js.map +1 -1
- package/dist/themes/themes/manamerge/atoms/heading.ts +91 -54
- package/dist/types/components/Atoms/Heading/Heading.d.ts +1 -0
- package/dist/types/themes/ManamergeTheme.d.ts +72 -0
- package/dist/types/themes/manamerge/atoms/heading.d.ts +36 -0
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ declare const heading: {
|
|
|
6
6
|
fontWeight: number;
|
|
7
7
|
color: string;
|
|
8
8
|
margin: string;
|
|
9
|
+
fontFamily: string;
|
|
9
10
|
};
|
|
10
11
|
tablet: {
|
|
11
12
|
fontSize: string;
|
|
@@ -13,6 +14,7 @@ declare const heading: {
|
|
|
13
14
|
fontWeight: number;
|
|
14
15
|
color: string;
|
|
15
16
|
margin: string;
|
|
17
|
+
fontFamily: string;
|
|
16
18
|
};
|
|
17
19
|
desktop: {
|
|
18
20
|
fontSize: string;
|
|
@@ -20,6 +22,7 @@ declare const heading: {
|
|
|
20
22
|
fontWeight: number;
|
|
21
23
|
color: string;
|
|
22
24
|
margin: string;
|
|
25
|
+
fontFamily: string;
|
|
23
26
|
};
|
|
24
27
|
};
|
|
25
28
|
"Heading-primary-h2": {
|
|
@@ -29,6 +32,7 @@ declare const heading: {
|
|
|
29
32
|
fontWeight: number;
|
|
30
33
|
color: string;
|
|
31
34
|
margin: string;
|
|
35
|
+
fontFamily: string;
|
|
32
36
|
};
|
|
33
37
|
tablet: {
|
|
34
38
|
fontSize: string;
|
|
@@ -36,6 +40,7 @@ declare const heading: {
|
|
|
36
40
|
fontWeight: number;
|
|
37
41
|
color: string;
|
|
38
42
|
margin: string;
|
|
43
|
+
fontFamily: string;
|
|
39
44
|
};
|
|
40
45
|
desktop: {
|
|
41
46
|
fontSize: string;
|
|
@@ -43,6 +48,7 @@ declare const heading: {
|
|
|
43
48
|
fontWeight: number;
|
|
44
49
|
color: string;
|
|
45
50
|
margin: string;
|
|
51
|
+
fontFamily: string;
|
|
46
52
|
};
|
|
47
53
|
};
|
|
48
54
|
"Heading-primary-h3": {
|
|
@@ -52,6 +58,7 @@ declare const heading: {
|
|
|
52
58
|
fontWeight: number;
|
|
53
59
|
color: string;
|
|
54
60
|
margin: string;
|
|
61
|
+
fontFamily: string;
|
|
55
62
|
};
|
|
56
63
|
tablet: {
|
|
57
64
|
fontSize: string;
|
|
@@ -59,6 +66,7 @@ declare const heading: {
|
|
|
59
66
|
fontWeight: number;
|
|
60
67
|
color: string;
|
|
61
68
|
margin: string;
|
|
69
|
+
fontFamily: string;
|
|
62
70
|
};
|
|
63
71
|
desktop: {
|
|
64
72
|
fontSize: string;
|
|
@@ -66,6 +74,7 @@ declare const heading: {
|
|
|
66
74
|
fontWeight: number;
|
|
67
75
|
color: string;
|
|
68
76
|
margin: string;
|
|
77
|
+
fontFamily: string;
|
|
69
78
|
};
|
|
70
79
|
};
|
|
71
80
|
"Heading-primary-h4": {
|
|
@@ -75,6 +84,7 @@ declare const heading: {
|
|
|
75
84
|
fontWeight: number;
|
|
76
85
|
color: string;
|
|
77
86
|
margin: string;
|
|
87
|
+
fontFamily: string;
|
|
78
88
|
};
|
|
79
89
|
tablet: {
|
|
80
90
|
fontSize: string;
|
|
@@ -82,6 +92,7 @@ declare const heading: {
|
|
|
82
92
|
fontWeight: number;
|
|
83
93
|
color: string;
|
|
84
94
|
margin: string;
|
|
95
|
+
fontFamily: string;
|
|
85
96
|
};
|
|
86
97
|
desktop: {
|
|
87
98
|
fontSize: string;
|
|
@@ -89,6 +100,7 @@ declare const heading: {
|
|
|
89
100
|
fontWeight: number;
|
|
90
101
|
color: string;
|
|
91
102
|
margin: string;
|
|
103
|
+
fontFamily: string;
|
|
92
104
|
};
|
|
93
105
|
};
|
|
94
106
|
"Heading-primary-h5": {
|
|
@@ -98,6 +110,7 @@ declare const heading: {
|
|
|
98
110
|
fontWeight: number;
|
|
99
111
|
color: string;
|
|
100
112
|
margin: string;
|
|
113
|
+
fontFamily: string;
|
|
101
114
|
};
|
|
102
115
|
tablet: {
|
|
103
116
|
fontSize: string;
|
|
@@ -105,6 +118,7 @@ declare const heading: {
|
|
|
105
118
|
fontWeight: number;
|
|
106
119
|
color: string;
|
|
107
120
|
margin: string;
|
|
121
|
+
fontFamily: string;
|
|
108
122
|
};
|
|
109
123
|
desktop: {
|
|
110
124
|
fontSize: string;
|
|
@@ -112,6 +126,7 @@ declare const heading: {
|
|
|
112
126
|
fontWeight: number;
|
|
113
127
|
color: string;
|
|
114
128
|
margin: string;
|
|
129
|
+
fontFamily: string;
|
|
115
130
|
};
|
|
116
131
|
};
|
|
117
132
|
"Heading-primary-h6": {
|
|
@@ -121,6 +136,7 @@ declare const heading: {
|
|
|
121
136
|
fontWeight: number;
|
|
122
137
|
color: string;
|
|
123
138
|
margin: string;
|
|
139
|
+
fontFamily: string;
|
|
124
140
|
};
|
|
125
141
|
tablet: {
|
|
126
142
|
fontSize: string;
|
|
@@ -128,6 +144,7 @@ declare const heading: {
|
|
|
128
144
|
fontWeight: number;
|
|
129
145
|
color: string;
|
|
130
146
|
margin: string;
|
|
147
|
+
fontFamily: string;
|
|
131
148
|
};
|
|
132
149
|
desktop: {
|
|
133
150
|
fontSize: string;
|
|
@@ -135,6 +152,7 @@ declare const heading: {
|
|
|
135
152
|
fontWeight: number;
|
|
136
153
|
color: string;
|
|
137
154
|
margin: string;
|
|
155
|
+
fontFamily: string;
|
|
138
156
|
};
|
|
139
157
|
};
|
|
140
158
|
"Heading-secondary-h1": {
|
|
@@ -144,6 +162,7 @@ declare const heading: {
|
|
|
144
162
|
fontWeight: number;
|
|
145
163
|
color: string;
|
|
146
164
|
margin: string;
|
|
165
|
+
fontFamily: string;
|
|
147
166
|
};
|
|
148
167
|
tablet: {
|
|
149
168
|
fontSize: string;
|
|
@@ -151,6 +170,7 @@ declare const heading: {
|
|
|
151
170
|
fontWeight: number;
|
|
152
171
|
color: string;
|
|
153
172
|
margin: string;
|
|
173
|
+
fontFamily: string;
|
|
154
174
|
};
|
|
155
175
|
desktop: {
|
|
156
176
|
fontSize: string;
|
|
@@ -158,6 +178,7 @@ declare const heading: {
|
|
|
158
178
|
fontWeight: number;
|
|
159
179
|
color: string;
|
|
160
180
|
margin: string;
|
|
181
|
+
fontFamily: string;
|
|
161
182
|
};
|
|
162
183
|
};
|
|
163
184
|
"Heading-secondary-h2": {
|
|
@@ -167,6 +188,7 @@ declare const heading: {
|
|
|
167
188
|
fontWeight: number;
|
|
168
189
|
color: string;
|
|
169
190
|
margin: string;
|
|
191
|
+
fontFamily: string;
|
|
170
192
|
};
|
|
171
193
|
tablet: {
|
|
172
194
|
fontSize: string;
|
|
@@ -174,6 +196,7 @@ declare const heading: {
|
|
|
174
196
|
fontWeight: number;
|
|
175
197
|
color: string;
|
|
176
198
|
margin: string;
|
|
199
|
+
fontFamily: string;
|
|
177
200
|
};
|
|
178
201
|
desktop: {
|
|
179
202
|
fontSize: string;
|
|
@@ -181,6 +204,7 @@ declare const heading: {
|
|
|
181
204
|
fontWeight: number;
|
|
182
205
|
color: string;
|
|
183
206
|
margin: string;
|
|
207
|
+
fontFamily: string;
|
|
184
208
|
};
|
|
185
209
|
};
|
|
186
210
|
"Heading-secondary-h3": {
|
|
@@ -190,6 +214,7 @@ declare const heading: {
|
|
|
190
214
|
fontWeight: number;
|
|
191
215
|
color: string;
|
|
192
216
|
margin: string;
|
|
217
|
+
fontFamily: string;
|
|
193
218
|
};
|
|
194
219
|
tablet: {
|
|
195
220
|
fontSize: string;
|
|
@@ -197,6 +222,7 @@ declare const heading: {
|
|
|
197
222
|
fontWeight: number;
|
|
198
223
|
color: string;
|
|
199
224
|
margin: string;
|
|
225
|
+
fontFamily: string;
|
|
200
226
|
};
|
|
201
227
|
desktop: {
|
|
202
228
|
fontSize: string;
|
|
@@ -204,6 +230,7 @@ declare const heading: {
|
|
|
204
230
|
fontWeight: number;
|
|
205
231
|
color: string;
|
|
206
232
|
margin: string;
|
|
233
|
+
fontFamily: string;
|
|
207
234
|
};
|
|
208
235
|
};
|
|
209
236
|
"Heading-secondary-h4": {
|
|
@@ -213,6 +240,7 @@ declare const heading: {
|
|
|
213
240
|
fontWeight: number;
|
|
214
241
|
color: string;
|
|
215
242
|
margin: string;
|
|
243
|
+
fontFamily: string;
|
|
216
244
|
};
|
|
217
245
|
tablet: {
|
|
218
246
|
fontSize: string;
|
|
@@ -220,6 +248,7 @@ declare const heading: {
|
|
|
220
248
|
fontWeight: number;
|
|
221
249
|
color: string;
|
|
222
250
|
margin: string;
|
|
251
|
+
fontFamily: string;
|
|
223
252
|
};
|
|
224
253
|
desktop: {
|
|
225
254
|
fontSize: string;
|
|
@@ -227,6 +256,7 @@ declare const heading: {
|
|
|
227
256
|
fontWeight: number;
|
|
228
257
|
color: string;
|
|
229
258
|
margin: string;
|
|
259
|
+
fontFamily: string;
|
|
230
260
|
};
|
|
231
261
|
};
|
|
232
262
|
"Heading-secondary-h5": {
|
|
@@ -236,6 +266,7 @@ declare const heading: {
|
|
|
236
266
|
fontWeight: number;
|
|
237
267
|
color: string;
|
|
238
268
|
margin: string;
|
|
269
|
+
fontFamily: string;
|
|
239
270
|
};
|
|
240
271
|
tablet: {
|
|
241
272
|
fontSize: string;
|
|
@@ -243,6 +274,7 @@ declare const heading: {
|
|
|
243
274
|
fontWeight: number;
|
|
244
275
|
color: string;
|
|
245
276
|
margin: string;
|
|
277
|
+
fontFamily: string;
|
|
246
278
|
};
|
|
247
279
|
desktop: {
|
|
248
280
|
fontSize: string;
|
|
@@ -250,6 +282,7 @@ declare const heading: {
|
|
|
250
282
|
fontWeight: number;
|
|
251
283
|
color: string;
|
|
252
284
|
margin: string;
|
|
285
|
+
fontFamily: string;
|
|
253
286
|
};
|
|
254
287
|
};
|
|
255
288
|
"Heading-secondary-h6": {
|
|
@@ -259,6 +292,7 @@ declare const heading: {
|
|
|
259
292
|
fontWeight: number;
|
|
260
293
|
color: string;
|
|
261
294
|
margin: string;
|
|
295
|
+
fontFamily: string;
|
|
262
296
|
};
|
|
263
297
|
tablet: {
|
|
264
298
|
fontSize: string;
|
|
@@ -266,6 +300,7 @@ declare const heading: {
|
|
|
266
300
|
fontWeight: number;
|
|
267
301
|
color: string;
|
|
268
302
|
margin: string;
|
|
303
|
+
fontFamily: string;
|
|
269
304
|
};
|
|
270
305
|
desktop: {
|
|
271
306
|
fontSize: string;
|
|
@@ -273,6 +308,7 @@ declare const heading: {
|
|
|
273
308
|
fontWeight: number;
|
|
274
309
|
color: string;
|
|
275
310
|
margin: string;
|
|
311
|
+
fontFamily: string;
|
|
276
312
|
};
|
|
277
313
|
};
|
|
278
314
|
};
|