@madgex/design-system 9.3.0 → 10.0.0

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.
@@ -1,24 +1,4 @@
1
1
  {
2
- "color-neutral-base": "#707070",
3
- "color-neutral-light": "#949494",
4
- "color-neutral-lighter": "#dddddd",
5
- "color-neutral-lightest": "#f8f8f8",
6
- "color-neutral-darker": "#333333",
7
- "color-status-error-light": "#fd0826",
8
- "color-status-error-lightest": "#ffe3e6",
9
- "color-status-error-dark": "#d0021b",
10
- "color-status-error-darkest": "#ae0216",
11
- "color-status-error-base": "#e1021d",
12
- "color-status-success-light": "#6ac52d",
13
- "color-status-success-lightest": "#f0faea",
14
- "color-status-success-dark": "#549b24",
15
- "color-status-success-darkest": "#40791b",
16
- "color-status-success-base": "#5ba927",
17
- "color-status-info-light": "#ffc442",
18
- "color-status-info-lightest": "#fff7e5",
19
- "color-status-info-dark": "#f4aa08",
20
- "color-status-info-darkest": "#946500",
21
- "color-status-info-base": "#ffb411",
22
2
  "color-brand-1-light": "#2990e0",
23
3
  "color-brand-1-lightest": "#e9f3fc",
24
4
  "color-brand-1-dark": "#15598e",
@@ -81,12 +61,6 @@
81
61
  "color-pill-text-hover": "#ffffff",
82
62
  "color-new-badge-background": "#40791b",
83
63
  "color-new-badge-text": "#ffffff",
84
- "size-baseline": "4px",
85
- "size-breakpoint-sm": "400px",
86
- "size-breakpoint-md": "600px",
87
- "size-breakpoint-lg": "1008px",
88
- "size-breakpoint-xl": "1280px",
89
- "size-gutter-width": "20px",
90
64
  "size-border-width-base": "1px",
91
65
  "size-border-width-button": "1px",
92
66
  "size-border-radius-base": "4px",
@@ -102,8 +76,8 @@
102
76
  "size-main-padding": "0",
103
77
  "size-main-margin": "0 auto",
104
78
  "size-height-ad-container-leaderboard-min": "0",
105
- "custom-badge-1-background": "#000",
106
- "custom-badge-1-color": "#fff",
79
+ "custom-badge-1-background": "#000000",
80
+ "custom-badge-1-color": "#ffffff",
107
81
  "custom-card-1-background": "#e9f3fc",
108
82
  "custom-card-1-border": "1px solid #1b75bb",
109
83
  "shadow-site-container": "none",
@@ -0,0 +1,331 @@
1
+ {
2
+ "color": {
3
+ "brand": {
4
+ "1": {
5
+ "light": "#2990e0",
6
+ "lightest": "#e9f3fc",
7
+ "dark": "#15598e",
8
+ "darkest": "#082135",
9
+ "base": "#1b75bb"
10
+ },
11
+ "2": {
12
+ "light": "#f9007b",
13
+ "lightest": "#ffe5f2",
14
+ "dark": "#930049",
15
+ "darkest": "#3d001e",
16
+ "base": "#c60062"
17
+ },
18
+ "3": {
19
+ "light": "#24e6d7",
20
+ "lightest": "#e8fcfb",
21
+ "dark": "#119389",
22
+ "darkest": "#063733",
23
+ "base": "#16c1b4"
24
+ }
25
+ },
26
+ "background": {
27
+ "body": "#ffffff",
28
+ "site-container": "#f8f8f8",
29
+ "surface": "#ffffff",
30
+ "main": "rgba(0, 0, 0, 0)"
31
+ },
32
+ "text": {
33
+ "base": "#343433",
34
+ "invert": "#ffffff",
35
+ "headers": {
36
+ "1": "#222222",
37
+ "2": "#222222",
38
+ "3": "#222222",
39
+ "base": "#222222"
40
+ }
41
+ },
42
+ "border": "#dddddd",
43
+ "button": {
44
+ "bg": {
45
+ "base": "#c60062",
46
+ "hover": "#f9007b"
47
+ },
48
+ "text": {
49
+ "base": "#ffffff",
50
+ "hover": "#ffffff"
51
+ },
52
+ "border": {
53
+ "base": "rgba(0, 0, 0, 0)",
54
+ "top": "rgba(0, 0, 0, 0)",
55
+ "right": "rgba(0, 0, 0, 0)",
56
+ "bottom": "rgba(0, 0, 0, 0)",
57
+ "left": "rgba(0, 0, 0, 0)",
58
+ "hover": {
59
+ "base": "rgba(0, 0, 0, 0)",
60
+ "top": "rgba(0, 0, 0, 0)",
61
+ "right": "rgba(0, 0, 0, 0)",
62
+ "bottom": "rgba(0, 0, 0, 0)",
63
+ "left": "rgba(0, 0, 0, 0)"
64
+ }
65
+ }
66
+ },
67
+ "link": {
68
+ "base": "#1b75bb",
69
+ "hover": "#15598e"
70
+ },
71
+ "branded-container": {
72
+ "1": {
73
+ "background": "#1b75bb",
74
+ "text": "#ffffff",
75
+ "button": {
76
+ "bg": {
77
+ "base": "#ffffff",
78
+ "hover": "#dddddd"
79
+ },
80
+ "text": {
81
+ "base": "#343433",
82
+ "hover": "#343433"
83
+ },
84
+ "border": {
85
+ "base": "#dddddd",
86
+ "hover": "#dddddd"
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "ad-container": {
92
+ "leaderboard": {
93
+ "background": "#ffffff"
94
+ }
95
+ },
96
+ "input": {
97
+ "checked": "#000000",
98
+ "border": "#707070",
99
+ "focus": "#0064e1",
100
+ "disabled": {
101
+ "label": "rgba(84, 84, 84, 0.5)",
102
+ "field": "rgba(176, 176, 176, 0.5)"
103
+ }
104
+ },
105
+ "pill": {
106
+ "bg": {
107
+ "base": "#1b75bb",
108
+ "hover": "#2990e0"
109
+ },
110
+ "text": {
111
+ "base": "#ffffff",
112
+ "hover": "#ffffff"
113
+ }
114
+ },
115
+ "new-badge": {
116
+ "background": "#40791b",
117
+ "text": "#ffffff"
118
+ }
119
+ },
120
+ "size": {
121
+ "border": {
122
+ "width": {
123
+ "base": "1px",
124
+ "button": "1px"
125
+ },
126
+ "radius": {
127
+ "base": "4px",
128
+ "button": "4px",
129
+ "main": "0"
130
+ }
131
+ },
132
+ "container": {
133
+ "width": "100%",
134
+ "min-width": "0",
135
+ "max-width": "100%"
136
+ },
137
+ "wrapper": {
138
+ "width": "97%",
139
+ "max-width": "1240px"
140
+ },
141
+ "surface": {
142
+ "padding": "16px"
143
+ },
144
+ "main": {
145
+ "max-width": "100%",
146
+ "padding": "0",
147
+ "margin": "0 auto"
148
+ },
149
+ "height": {
150
+ "ad-container": {
151
+ "leaderboard": {
152
+ "min": "0"
153
+ }
154
+ }
155
+ }
156
+ },
157
+ "custom": {
158
+ "badge": {
159
+ "1": {
160
+ "background": "#000000",
161
+ "color": "#ffffff"
162
+ }
163
+ },
164
+ "card": {
165
+ "1": {
166
+ "background": "#e9f3fc",
167
+ "border": "1px solid #1b75bb"
168
+ }
169
+ }
170
+ },
171
+ "shadow": {
172
+ "site-container": "none",
173
+ "main": "none"
174
+ },
175
+ "email": {
176
+ "color": {
177
+ "link": {
178
+ "base": "#1b75bb",
179
+ "hover": "#15598e"
180
+ },
181
+ "button": {
182
+ "bg": {
183
+ "base": "#c60062",
184
+ "hover": "#f9007b"
185
+ },
186
+ "text": {
187
+ "base": "#ffffff",
188
+ "hover": "#ffffff"
189
+ },
190
+ "border": {
191
+ "base": "rgba(0, 0, 0, 0)",
192
+ "top": "rgba(0, 0, 0, 0)",
193
+ "right": "rgba(0, 0, 0, 0)",
194
+ "bottom": "rgba(0, 0, 0, 0)",
195
+ "left": "rgba(0, 0, 0, 0)",
196
+ "hover": {
197
+ "base": "rgba(0, 0, 0, 0)",
198
+ "top": "rgba(0, 0, 0, 0)",
199
+ "right": "rgba(0, 0, 0, 0)",
200
+ "bottom": "rgba(0, 0, 0, 0)",
201
+ "left": "rgba(0, 0, 0, 0)"
202
+ }
203
+ }
204
+ }
205
+ },
206
+ "font": {
207
+ "family": {
208
+ "heading": {
209
+ "1": "\"Helvetica\", Arial, sans-serif",
210
+ "2": "\"Helvetica\", Arial, sans-serif",
211
+ "3": "\"Helvetica\", Arial, sans-serif",
212
+ "base": "\"Helvetica\", Arial, sans-serif"
213
+ }
214
+ }
215
+ },
216
+ "size": {
217
+ "button": {
218
+ "border": {
219
+ "radius": "4px",
220
+ "width": "1px"
221
+ }
222
+ }
223
+ }
224
+ },
225
+ "font": {
226
+ "family": {
227
+ "base": "\"Helvetica\", Arial, sans-serif",
228
+ "heading": {
229
+ "1": "\"Helvetica\", Arial, sans-serif",
230
+ "2": "\"Helvetica\", Arial, sans-serif",
231
+ "3": "\"Helvetica\", Arial, sans-serif",
232
+ "base": "\"Helvetica\", Arial, sans-serif"
233
+ },
234
+ "button": {
235
+ "base": "\"Helvetica\", Arial, sans-serif"
236
+ }
237
+ },
238
+ "weight": {
239
+ "base": "400",
240
+ "heading": {
241
+ "1": "400",
242
+ "2": "400",
243
+ "3": "400",
244
+ "base": "400"
245
+ },
246
+ "button": {
247
+ "base": "400"
248
+ },
249
+ "link": {
250
+ "base": "inherit"
251
+ }
252
+ },
253
+ "spacing": {
254
+ "base": "normal",
255
+ "heading": {
256
+ "1": "normal",
257
+ "2": "normal",
258
+ "3": "normal",
259
+ "base": "normal"
260
+ },
261
+ "button": "normal"
262
+ },
263
+ "type": {
264
+ "s-2": {
265
+ "size": "0.75rem",
266
+ "line-height": "1.35"
267
+ },
268
+ "s-1": {
269
+ "size": "0.875rem",
270
+ "line-height": "1.35"
271
+ },
272
+ "s0": {
273
+ "size": "1rem",
274
+ "line-height": "1.4"
275
+ },
276
+ "s1": {
277
+ "size": "clamp(1.067rem, 1.0468rem + 0.1009vi, 1.125rem)",
278
+ "line-height": "1.4"
279
+ },
280
+ "s2": {
281
+ "size": "clamp(1.1385rem, 1.0943rem + 0.2211vi, 1.2656rem)",
282
+ "line-height": "1.2"
283
+ },
284
+ "s3": {
285
+ "size": "clamp(1.2148rem, 1.1421rem + 0.3636vi, 1.4238rem)",
286
+ "line-height": "1.2"
287
+ },
288
+ "s4": {
289
+ "size": "clamp(1.2962rem, 1.1898rem + 0.5316vi, 1.6018rem)",
290
+ "line-height": "1.2"
291
+ },
292
+ "s5": {
293
+ "size": "clamp(1.383rem, 1.2372rem + 0.7288vi, 1.802rem)",
294
+ "line-height": "1.2"
295
+ },
296
+ "s6": {
297
+ "size": "clamp(1.4757rem, 1.2838rem + 0.9593vi, 2.0273rem)",
298
+ "line-height": "1.15"
299
+ },
300
+ "s7": {
301
+ "size": "clamp(1.5745rem, 1.3289rem + 1.2281vi, 2.2807rem)",
302
+ "line-height": "1.15"
303
+ },
304
+ "s8": {
305
+ "size": "clamp(1.68rem, 1.3719rem + 1.5405vi, 2.5658rem)",
306
+ "line-height": "1.15"
307
+ },
308
+ "s9": {
309
+ "size": "clamp(1.7926rem, 1.4121rem + 1.9025vi, 2.8865rem)",
310
+ "line-height": "1.15"
311
+ }
312
+ }
313
+ },
314
+ "text": {
315
+ "transform": {
316
+ "heading": {
317
+ "1": "none",
318
+ "2": "none",
319
+ "3": "none",
320
+ "base": "none"
321
+ },
322
+ "button": "none"
323
+ },
324
+ "decoration": {
325
+ "link": {
326
+ "base": "underline",
327
+ "hover": "underline"
328
+ }
329
+ }
330
+ }
331
+ }
@@ -1 +1 @@
1
- [{"name":"asterisk"},{"name":"calendar"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"redo"},{"name":"question-mark"},{"name":"search"},{"name":"share"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-bold"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-underline"},{"name":"triangle-down"},{"name":"triangle-right"},{"name":"triangle-up"},{"name":"undo"},{"name":"upload"},{"name":"user"},{"name":"check"}]
1
+ [{"name":"asterisk"},{"name":"calendar"},{"name":"check"},{"name":"chevron-down"},{"name":"chevron-left"},{"name":"chevron-right"},{"name":"chevron-up"},{"name":"close"},{"name":"cross"},{"name":"doc-pdf"},{"name":"doc"},{"name":"email"},{"name":"external"},{"name":"flag"},{"name":"information"},{"name":"job"},{"name":"list-bullets"},{"name":"list-numbers"},{"name":"location-pin"},{"name":"menu"},{"name":"minus"},{"name":"plus-small"},{"name":"plus"},{"name":"question-mark"},{"name":"redo"},{"name":"search"},{"name":"share"},{"name":"social-facebook"},{"name":"social-linkedin"},{"name":"social-pinterest"},{"name":"social-reddit"},{"name":"social-twitter"},{"name":"spinner"},{"name":"star-fill"},{"name":"star-outline"},{"name":"text-italic"},{"name":"text-link"},{"name":"text-strike-through"},{"name":"text-bold"},{"name":"text-underline"},{"name":"triangle-down"},{"name":"triangle-right"},{"name":"undo"},{"name":"triangle-up"},{"name":"upload"},{"name":"user"}]