@manamerge/mana-atomic-ui 1.0.160 → 1.0.161

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.
@@ -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
  };
@@ -1,58 +1,58 @@
1
1
  declare const text: {
2
2
  "Text-primary-light": {
3
- vFontSize: string;
3
+ fontSize: string;
4
4
  lineHeight: string;
5
5
  fontWeight: number;
6
- vColor: string;
6
+ color: string;
7
7
  margin: string;
8
8
  fontFamily: string;
9
9
  };
10
10
  "Text-primary-regular": {
11
- vFontSize: string;
11
+ fontSize: string;
12
12
  lineHeight: string;
13
13
  fontWeight: number;
14
- vColor: string;
14
+ color: string;
15
15
  margin: string;
16
16
  fontFamily: string;
17
17
  };
18
18
  "Text-primary-medium": {
19
- vFontSize: string;
19
+ fontSize: string;
20
20
  lineHeight: string;
21
21
  fontWeight: number;
22
- vColor: string;
22
+ color: string;
23
23
  margin: string;
24
24
  fontFamily: string;
25
25
  };
26
26
  "Text-primary-bold": {
27
- vFontSize: string;
27
+ fontSize: string;
28
28
  lineHeight: string;
29
29
  fontWeight: number;
30
- vColor: string;
30
+ color: string;
31
31
  margin: string;
32
32
  fontFamily: string;
33
33
  };
34
34
  "Text-primary-heavy": {
35
- vFontSize: string;
35
+ fontSize: string;
36
36
  lineHeight: string;
37
37
  fontWeight: number;
38
- vColor: string;
38
+ color: string;
39
39
  margin: string;
40
40
  fontFamily: string;
41
41
  };
42
42
  "Text-secondary-regular": {
43
- vFontSize: string;
43
+ fontSize: string;
44
44
  lineHeight: string;
45
45
  fontWeight: number;
46
- vColor: string;
46
+ color: string;
47
47
  margin: string;
48
48
  fontFamily: string;
49
49
  };
50
50
  "Text-secondary-italic": {
51
- vFontSize: string;
51
+ fontSize: string;
52
52
  lineHeight: string;
53
53
  fontWeight: number;
54
54
  fontStyle: string;
55
- vColor: string;
55
+ color: string;
56
56
  margin: string;
57
57
  fontFamily: string;
58
58
  };
@@ -5,13 +5,14 @@ declare const breakerTape: {
5
5
  fill: string;
6
6
  stroke: string;
7
7
  hover: {
8
- stroke: string;
9
8
  fill: string;
9
+ stroke: string;
10
10
  };
11
11
  };
12
12
  text: {
13
13
  variant: string;
14
14
  color: string;
15
+ fontSize: string;
15
16
  };
16
17
  tapeContent: {
17
18
  alignItems: string;
@@ -1,6 +1,7 @@
1
1
  declare const header: {
2
2
  "Header-primary": {
3
3
  height: string;
4
+ backgroundColor: string;
4
5
  justifyContent: string;
5
6
  bannerColor: string;
6
7
  wrapperHeader: {
@@ -24,13 +25,8 @@ declare const header: {
24
25
  stroke: string;
25
26
  };
26
27
  };
27
- atomTextBanner: {
28
- variant: string;
29
- color: string;
30
- };
31
28
  atomHeading: {
32
29
  variant: string;
33
- as: string;
34
30
  };
35
31
  atomTextTitle: {
36
32
  variant: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.160",
3
+ "version": "1.0.161",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",
@@ -1,11 +0,0 @@
1
- import { Meta, StoryObj } from "@storybook/react";
2
- import { CardSimpleRenderTypes } from "./CardSimpleRender";
3
- declare const meta: Meta<CardSimpleRenderTypes>;
4
- export default meta;
5
- type Story = StoryObj<CardSimpleRenderTypes>;
6
- export declare const Default: Story;
7
- export declare const Hover: Story;
8
- export declare const Flex: Story;
9
- export declare const FlexExtra: Story;
10
- export declare const Flex2: Story;
11
- export declare const Isolado: Story;