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