@madgex/design-system 5.11.3 → 6.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.
Files changed (69) hide show
  1. package/README.md +4 -10
  2. package/dist/_tokens/css/_tokens.css +62 -96
  3. package/dist/_tokens/js/_tokens-module.js +1342 -1406
  4. package/dist/_tokens/sketch/_tokens.sketchpalette +1 -1
  5. package/dist/assets/icons.json +1 -1
  6. package/dist/css/index.css +1 -1
  7. package/dist/js/index-fractal.js +1 -1
  8. package/dist/js/index.js +1 -1
  9. package/package.json +4 -4
  10. package/src/components/_preview.njk +1 -0
  11. package/src/components/button/button.scss +50 -37
  12. package/src/components/card/README.md +1 -1
  13. package/src/components/card/_template.njk +1 -1
  14. package/src/components/card/card.config.js +1 -2
  15. package/src/components/card/card.scss +29 -39
  16. package/src/components/icons/README.md +3 -3
  17. package/src/components/icons/icons.scss +26 -19
  18. package/src/components/inputs/_form-elements.scss +44 -44
  19. package/src/components/inputs/checkbox-pill/checkbox-pill.scss +14 -14
  20. package/src/components/inputs/combobox/combobox.scss +13 -13
  21. package/src/components/inputs/file-upload/file-upload.scss +14 -14
  22. package/src/components/inputs/input-number/input-number.scss +10 -10
  23. package/src/components/inputs/text-editor/text-editor.scss +16 -16
  24. package/src/components/modal/modal.js +1 -1
  25. package/src/components/modal/modal.scss +4 -4
  26. package/src/components/notification/notification.scss +1 -1
  27. package/src/components/pagination/pagination.scss +8 -8
  28. package/src/components/popover/popover.js +1 -1
  29. package/src/components/popover/popover.scss +13 -13
  30. package/src/components/section-title/section-title.scss +1 -1
  31. package/src/components/skip-link/skip-link.scss +4 -4
  32. package/src/components/tabs/tabs.js +1 -1
  33. package/src/components/tabs/tabs.scss +16 -16
  34. package/src/components/toggle-button-links/toggle-button-links.scss +20 -20
  35. package/src/helpers/spacing/README.md +2 -2
  36. package/src/layout/grid/README.md +4 -4
  37. package/src/scss/constants/__index.scss +2 -0
  38. package/src/scss/constants/_sd-tokens.scss +81 -0
  39. package/src/scss/constants/_vars.scss +4 -0
  40. package/src/scss/core/_containers.scss +35 -38
  41. package/src/scss/core/_defaults.scss +14 -8
  42. package/src/scss/core/_grid.scss +20 -23
  43. package/src/scss/core/_lists.scss +13 -13
  44. package/src/scss/core/_message.scss +32 -32
  45. package/src/scss/core/_typography.scss +13 -13
  46. package/src/scss/functions/__index.scss +0 -2
  47. package/src/scss/functions/_media-queries.scss +4 -4
  48. package/src/scss/functions/_text-contrast.scss +6 -7
  49. package/src/scss/helpers/_borders.scss +5 -38
  50. package/src/scss/helpers/_display.scss +0 -1
  51. package/src/scss/helpers/_edited-text.scss +5 -5
  52. package/src/scss/helpers/_floats.scss +0 -1
  53. package/src/scss/helpers/_font-types.scss +15 -15
  54. package/src/scss/helpers/_spacing.scss +33 -36
  55. package/src/scss/helpers/_text-align.scss +0 -1
  56. package/src/scss/helpers/_vertical-align.scss +0 -2
  57. package/src/scss/helpers/_width-height.scss +4 -6
  58. package/src/scss/import.scss +1 -0
  59. package/src/scss/index.scss +0 -2
  60. package/src/tokens/_config.js +22 -9
  61. package/src/tokens/_constants.json +130 -0
  62. package/src/tokens/color.json +8 -76
  63. package/src/tokens/custom.json +0 -8
  64. package/src/tokens/size.json +0 -16
  65. package/src/tokens/typography.json +3 -1
  66. package/tasks/registerTransforms.js +28 -1
  67. package/dist/_tokens/scss/_tokens.scss +0 -741
  68. package/src/scss/functions/_color.scss +0 -0
  69. package/src/scss/functions/_px2rem.scss +0 -20
@@ -1,651 +1,830 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 16 Nov 2023 11:39:48 GMT
3
+ * Generated on Thu, 04 Jan 2024 14:57:02 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
7
7
  "color": {
8
- "brand": {
9
- "1": {
8
+ "neutral": {
9
+ "white": {
10
+ "value": "#FFFFFF",
11
+ "private": true,
12
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
13
+ "isSource": true,
14
+ "original": {
15
+ "value": "#FFFFFF",
16
+ "private": true
17
+ },
18
+ "name": "MdsColorNeutralWhite",
19
+ "attributes": {
20
+ "category": "color",
21
+ "type": "neutral",
22
+ "item": "white"
23
+ },
24
+ "path": [
25
+ "color",
26
+ "neutral",
27
+ "white"
28
+ ]
29
+ },
30
+ "black": {
31
+ "value": "#000000",
32
+ "private": true,
33
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
34
+ "isSource": true,
35
+ "original": {
36
+ "value": "#000000",
37
+ "private": true
38
+ },
39
+ "name": "MdsColorNeutralBlack",
40
+ "attributes": {
41
+ "category": "color",
42
+ "type": "neutral",
43
+ "item": "black"
44
+ },
45
+ "path": [
46
+ "color",
47
+ "neutral",
48
+ "black"
49
+ ]
50
+ },
51
+ "base": {
52
+ "value": "#707070",
53
+ "private": true,
54
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
55
+ "isSource": true,
56
+ "original": {
57
+ "value": "#707070",
58
+ "private": true
59
+ },
60
+ "name": "MdsColorNeutralBase",
61
+ "attributes": {
62
+ "category": "color",
63
+ "type": "neutral",
64
+ "item": "base"
65
+ },
66
+ "path": [
67
+ "color",
68
+ "neutral",
69
+ "base"
70
+ ]
71
+ },
72
+ "light": {
73
+ "value": "#949494",
74
+ "private": true,
75
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
76
+ "isSource": true,
77
+ "original": {
78
+ "value": "#949494",
79
+ "private": true
80
+ },
81
+ "name": "MdsColorNeutralLight",
82
+ "attributes": {
83
+ "category": "color",
84
+ "type": "neutral",
85
+ "item": "light"
86
+ },
87
+ "path": [
88
+ "color",
89
+ "neutral",
90
+ "light"
91
+ ]
92
+ },
93
+ "lighter": {
94
+ "value": "#DDDDDD",
95
+ "private": true,
96
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
97
+ "isSource": true,
98
+ "original": {
99
+ "value": "#DDDDDD",
100
+ "private": true
101
+ },
102
+ "name": "MdsColorNeutralLighter",
103
+ "attributes": {
104
+ "category": "color",
105
+ "type": "neutral",
106
+ "item": "lighter"
107
+ },
108
+ "path": [
109
+ "color",
110
+ "neutral",
111
+ "lighter"
112
+ ]
113
+ },
114
+ "lightest": {
115
+ "value": "#F8F8F8",
116
+ "private": true,
117
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
118
+ "isSource": true,
119
+ "original": {
120
+ "value": "#F8F8F8",
121
+ "private": true
122
+ },
123
+ "name": "MdsColorNeutralLightest",
124
+ "attributes": {
125
+ "category": "color",
126
+ "type": "neutral",
127
+ "item": "lightest"
128
+ },
129
+ "path": [
130
+ "color",
131
+ "neutral",
132
+ "lightest"
133
+ ]
134
+ },
135
+ "darker": {
136
+ "value": "#333333",
137
+ "private": true,
138
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
139
+ "isSource": true,
140
+ "original": {
141
+ "value": "#333333",
142
+ "private": true
143
+ },
144
+ "name": "MdsColorNeutralDarker",
145
+ "attributes": {
146
+ "category": "color",
147
+ "type": "neutral",
148
+ "item": "darker"
149
+ },
150
+ "path": [
151
+ "color",
152
+ "neutral",
153
+ "darker"
154
+ ]
155
+ }
156
+ },
157
+ "status": {
158
+ "error": {
10
159
  "light": {
11
- "value": "#2990e0",
12
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
160
+ "value": "#fd0826",
161
+ "private": true,
162
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
13
163
  "isSource": true,
14
164
  "original": {
15
- "value": "#2990e0"
165
+ "value": "#fd0826",
166
+ "private": true
16
167
  },
17
- "name": "MdsColorBrand1Light",
168
+ "name": "MdsColorStatusErrorLight",
18
169
  "attributes": {
19
170
  "category": "color",
20
- "type": "brand",
21
- "item": "1",
171
+ "type": "status",
172
+ "item": "error",
22
173
  "subitem": "light"
23
174
  },
24
175
  "path": [
25
176
  "color",
26
- "brand",
27
- "1",
177
+ "status",
178
+ "error",
28
179
  "light"
29
180
  ]
30
181
  },
31
182
  "lightest": {
32
- "value": "#e9f3fc",
33
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
183
+ "value": "#ffe3e6",
184
+ "private": true,
185
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
34
186
  "isSource": true,
35
187
  "original": {
36
- "value": "#e9f3fc"
188
+ "value": "#ffe3e6",
189
+ "private": true
37
190
  },
38
- "name": "MdsColorBrand1Lightest",
191
+ "name": "MdsColorStatusErrorLightest",
39
192
  "attributes": {
40
193
  "category": "color",
41
- "type": "brand",
42
- "item": "1",
194
+ "type": "status",
195
+ "item": "error",
43
196
  "subitem": "lightest"
44
197
  },
45
198
  "path": [
46
199
  "color",
47
- "brand",
48
- "1",
200
+ "status",
201
+ "error",
49
202
  "lightest"
50
203
  ]
51
204
  },
52
205
  "dark": {
53
- "value": "#15598e",
54
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
206
+ "value": "#d0021b",
207
+ "private": true,
208
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
55
209
  "isSource": true,
56
210
  "original": {
57
- "value": "#15598e"
211
+ "value": "#d0021b",
212
+ "private": true
58
213
  },
59
- "name": "MdsColorBrand1Dark",
214
+ "name": "MdsColorStatusErrorDark",
60
215
  "attributes": {
61
216
  "category": "color",
62
- "type": "brand",
63
- "item": "1",
217
+ "type": "status",
218
+ "item": "error",
64
219
  "subitem": "dark"
65
220
  },
66
221
  "path": [
67
222
  "color",
68
- "brand",
69
- "1",
223
+ "status",
224
+ "error",
70
225
  "dark"
71
226
  ]
72
227
  },
73
228
  "darkest": {
74
- "value": "#082135",
75
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
229
+ "value": "#ae0216",
230
+ "private": true,
231
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
76
232
  "isSource": true,
77
233
  "original": {
78
- "value": "#082135"
234
+ "value": "#ae0216",
235
+ "private": true
79
236
  },
80
- "name": "MdsColorBrand1Darkest",
237
+ "name": "MdsColorStatusErrorDarkest",
81
238
  "attributes": {
82
239
  "category": "color",
83
- "type": "brand",
84
- "item": "1",
240
+ "type": "status",
241
+ "item": "error",
85
242
  "subitem": "darkest"
86
243
  },
87
244
  "path": [
88
245
  "color",
89
- "brand",
90
- "1",
246
+ "status",
247
+ "error",
91
248
  "darkest"
92
249
  ]
93
250
  },
94
251
  "base": {
95
- "value": "#1b75bb",
96
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
252
+ "value": "#e1021d",
253
+ "private": true,
254
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
97
255
  "isSource": true,
98
256
  "original": {
99
- "value": "#1B75BB"
257
+ "value": "#e1021d",
258
+ "private": true
100
259
  },
101
- "name": "MdsColorBrand1Base",
260
+ "name": "MdsColorStatusErrorBase",
102
261
  "attributes": {
103
262
  "category": "color",
104
- "type": "brand",
105
- "item": "1",
263
+ "type": "status",
264
+ "item": "error",
106
265
  "subitem": "base"
107
266
  },
108
267
  "path": [
109
268
  "color",
110
- "brand",
111
- "1",
269
+ "status",
270
+ "error",
112
271
  "base"
113
272
  ]
114
273
  }
115
274
  },
116
- "2": {
275
+ "success": {
117
276
  "light": {
118
- "value": "#f9007b",
119
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
277
+ "value": "#6ac52d",
278
+ "private": true,
279
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
120
280
  "isSource": true,
121
281
  "original": {
122
- "value": "#f9007b"
282
+ "value": "#6ac52d",
283
+ "private": true
123
284
  },
124
- "name": "MdsColorBrand2Light",
285
+ "name": "MdsColorStatusSuccessLight",
125
286
  "attributes": {
126
287
  "category": "color",
127
- "type": "brand",
128
- "item": "2",
288
+ "type": "status",
289
+ "item": "success",
129
290
  "subitem": "light"
130
291
  },
131
292
  "path": [
132
293
  "color",
133
- "brand",
134
- "2",
294
+ "status",
295
+ "success",
135
296
  "light"
136
297
  ]
137
298
  },
138
299
  "lightest": {
139
- "value": "#ffe5f2",
140
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
300
+ "value": "#f0faea",
301
+ "private": true,
302
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
141
303
  "isSource": true,
142
304
  "original": {
143
- "value": "#ffe5f2"
305
+ "value": "#f0faea",
306
+ "private": true
144
307
  },
145
- "name": "MdsColorBrand2Lightest",
308
+ "name": "MdsColorStatusSuccessLightest",
146
309
  "attributes": {
147
310
  "category": "color",
148
- "type": "brand",
149
- "item": "2",
311
+ "type": "status",
312
+ "item": "success",
150
313
  "subitem": "lightest"
151
314
  },
152
315
  "path": [
153
316
  "color",
154
- "brand",
155
- "2",
317
+ "status",
318
+ "success",
156
319
  "lightest"
157
320
  ]
158
321
  },
159
322
  "dark": {
160
- "value": "#930049",
161
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
323
+ "value": "#549b24",
324
+ "private": true,
325
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
162
326
  "isSource": true,
163
327
  "original": {
164
- "value": "#930049"
328
+ "value": "#549b24",
329
+ "private": true
165
330
  },
166
- "name": "MdsColorBrand2Dark",
331
+ "name": "MdsColorStatusSuccessDark",
167
332
  "attributes": {
168
333
  "category": "color",
169
- "type": "brand",
170
- "item": "2",
334
+ "type": "status",
335
+ "item": "success",
171
336
  "subitem": "dark"
172
337
  },
173
338
  "path": [
174
339
  "color",
175
- "brand",
176
- "2",
340
+ "status",
341
+ "success",
177
342
  "dark"
178
343
  ]
179
344
  },
180
345
  "darkest": {
181
- "value": "#3d001e",
182
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
346
+ "value": "#40791B",
347
+ "private": true,
348
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
183
349
  "isSource": true,
184
350
  "original": {
185
- "value": "#3d001e"
351
+ "value": "#40791B",
352
+ "private": true
186
353
  },
187
- "name": "MdsColorBrand2Darkest",
354
+ "name": "MdsColorStatusSuccessDarkest",
188
355
  "attributes": {
189
356
  "category": "color",
190
- "type": "brand",
191
- "item": "2",
357
+ "type": "status",
358
+ "item": "success",
192
359
  "subitem": "darkest"
193
360
  },
194
361
  "path": [
195
362
  "color",
196
- "brand",
197
- "2",
363
+ "status",
364
+ "success",
198
365
  "darkest"
199
366
  ]
200
367
  },
201
368
  "base": {
202
- "value": "#c60062",
203
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
369
+ "value": "#5ba927",
370
+ "private": true,
371
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
204
372
  "isSource": true,
205
373
  "original": {
206
- "value": "#C60062"
374
+ "value": "#5ba927",
375
+ "private": true
207
376
  },
208
- "name": "MdsColorBrand2Base",
377
+ "name": "MdsColorStatusSuccessBase",
209
378
  "attributes": {
210
379
  "category": "color",
211
- "type": "brand",
212
- "item": "2",
380
+ "type": "status",
381
+ "item": "success",
213
382
  "subitem": "base"
214
383
  },
215
384
  "path": [
216
385
  "color",
217
- "brand",
218
- "2",
386
+ "status",
387
+ "success",
219
388
  "base"
220
389
  ]
221
390
  }
222
391
  },
223
- "3": {
392
+ "info": {
224
393
  "light": {
225
- "value": "#24e6d7",
226
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
394
+ "value": "#ffc442",
395
+ "private": true,
396
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
227
397
  "isSource": true,
228
398
  "original": {
229
- "value": "#24e6d7"
399
+ "value": "#ffc442",
400
+ "private": true
230
401
  },
231
- "name": "MdsColorBrand3Light",
402
+ "name": "MdsColorStatusInfoLight",
232
403
  "attributes": {
233
404
  "category": "color",
234
- "type": "brand",
235
- "item": "3",
405
+ "type": "status",
406
+ "item": "info",
236
407
  "subitem": "light"
237
408
  },
238
409
  "path": [
239
410
  "color",
240
- "brand",
241
- "3",
411
+ "status",
412
+ "info",
242
413
  "light"
243
414
  ]
244
415
  },
245
416
  "lightest": {
246
- "value": "#e8fcfb",
247
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
417
+ "value": "#fff7e5",
418
+ "private": true,
419
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
248
420
  "isSource": true,
249
421
  "original": {
250
- "value": "#e8fcfb"
422
+ "value": "#fff7e5",
423
+ "private": true
251
424
  },
252
- "name": "MdsColorBrand3Lightest",
425
+ "name": "MdsColorStatusInfoLightest",
253
426
  "attributes": {
254
427
  "category": "color",
255
- "type": "brand",
256
- "item": "3",
428
+ "type": "status",
429
+ "item": "info",
257
430
  "subitem": "lightest"
258
431
  },
259
432
  "path": [
260
433
  "color",
261
- "brand",
262
- "3",
434
+ "status",
435
+ "info",
263
436
  "lightest"
264
437
  ]
265
438
  },
266
439
  "dark": {
267
- "value": "#119389",
268
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
440
+ "value": "#f4aa08",
441
+ "private": true,
442
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
269
443
  "isSource": true,
270
444
  "original": {
271
- "value": "#119389"
445
+ "value": "#f4aa08",
446
+ "private": true
272
447
  },
273
- "name": "MdsColorBrand3Dark",
448
+ "name": "MdsColorStatusInfoDark",
274
449
  "attributes": {
275
450
  "category": "color",
276
- "type": "brand",
277
- "item": "3",
451
+ "type": "status",
452
+ "item": "info",
278
453
  "subitem": "dark"
279
454
  },
280
455
  "path": [
281
456
  "color",
282
- "brand",
283
- "3",
457
+ "status",
458
+ "info",
284
459
  "dark"
285
460
  ]
286
461
  },
287
462
  "darkest": {
288
- "value": "#063733",
289
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
463
+ "value": "#946500",
464
+ "private": true,
465
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
290
466
  "isSource": true,
291
467
  "original": {
292
- "value": "#063733"
468
+ "value": "#946500",
469
+ "private": true
293
470
  },
294
- "name": "MdsColorBrand3Darkest",
471
+ "name": "MdsColorStatusInfoDarkest",
295
472
  "attributes": {
296
473
  "category": "color",
297
- "type": "brand",
298
- "item": "3",
474
+ "type": "status",
475
+ "item": "info",
299
476
  "subitem": "darkest"
300
477
  },
301
478
  "path": [
302
479
  "color",
303
- "brand",
304
- "3",
480
+ "status",
481
+ "info",
305
482
  "darkest"
306
483
  ]
307
484
  },
308
485
  "base": {
309
- "value": "#16c1b4",
310
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
486
+ "value": "#ffb411",
487
+ "private": true,
488
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
311
489
  "isSource": true,
312
490
  "original": {
313
- "value": "#16C1B4"
491
+ "value": "#ffb411",
492
+ "private": true
314
493
  },
315
- "name": "MdsColorBrand3Base",
494
+ "name": "MdsColorStatusInfoBase",
316
495
  "attributes": {
317
496
  "category": "color",
318
- "type": "brand",
319
- "item": "3",
497
+ "type": "status",
498
+ "item": "info",
320
499
  "subitem": "base"
321
500
  },
322
501
  "path": [
323
502
  "color",
324
- "brand",
325
- "3",
503
+ "status",
504
+ "info",
326
505
  "base"
327
506
  ]
328
507
  }
329
508
  }
330
509
  },
331
- "status": {
332
- "error": {
510
+ "brand": {
511
+ "1": {
333
512
  "light": {
334
- "value": "#fd0826",
513
+ "value": "#2990e0",
335
514
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
336
515
  "isSource": true,
337
516
  "original": {
338
- "value": "#fd0826"
517
+ "value": "#2990e0"
339
518
  },
340
- "name": "MdsColorStatusErrorLight",
519
+ "name": "MdsColorBrand1Light",
341
520
  "attributes": {
342
521
  "category": "color",
343
- "type": "status",
344
- "item": "error",
522
+ "type": "brand",
523
+ "item": "1",
345
524
  "subitem": "light"
346
525
  },
347
526
  "path": [
348
527
  "color",
349
- "status",
350
- "error",
528
+ "brand",
529
+ "1",
351
530
  "light"
352
531
  ]
353
532
  },
354
533
  "lightest": {
355
- "value": "#ffe3e6",
534
+ "value": "#e9f3fc",
356
535
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
357
536
  "isSource": true,
358
537
  "original": {
359
- "value": "#ffe3e6"
538
+ "value": "#e9f3fc"
360
539
  },
361
- "name": "MdsColorStatusErrorLightest",
540
+ "name": "MdsColorBrand1Lightest",
362
541
  "attributes": {
363
542
  "category": "color",
364
- "type": "status",
365
- "item": "error",
543
+ "type": "brand",
544
+ "item": "1",
366
545
  "subitem": "lightest"
367
546
  },
368
547
  "path": [
369
548
  "color",
370
- "status",
371
- "error",
549
+ "brand",
550
+ "1",
372
551
  "lightest"
373
552
  ]
374
553
  },
375
554
  "dark": {
376
- "value": "#d0021b",
555
+ "value": "#15598e",
377
556
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
378
557
  "isSource": true,
379
558
  "original": {
380
- "value": "#d0021b"
559
+ "value": "#15598e"
381
560
  },
382
- "name": "MdsColorStatusErrorDark",
561
+ "name": "MdsColorBrand1Dark",
383
562
  "attributes": {
384
563
  "category": "color",
385
- "type": "status",
386
- "item": "error",
564
+ "type": "brand",
565
+ "item": "1",
387
566
  "subitem": "dark"
388
567
  },
389
568
  "path": [
390
569
  "color",
391
- "status",
392
- "error",
570
+ "brand",
571
+ "1",
393
572
  "dark"
394
573
  ]
395
574
  },
396
575
  "darkest": {
397
- "value": "#ae0216",
576
+ "value": "#082135",
398
577
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
399
578
  "isSource": true,
400
579
  "original": {
401
- "value": "#ae0216"
580
+ "value": "#082135"
402
581
  },
403
- "name": "MdsColorStatusErrorDarkest",
582
+ "name": "MdsColorBrand1Darkest",
404
583
  "attributes": {
405
584
  "category": "color",
406
- "type": "status",
407
- "item": "error",
585
+ "type": "brand",
586
+ "item": "1",
408
587
  "subitem": "darkest"
409
588
  },
410
589
  "path": [
411
590
  "color",
412
- "status",
413
- "error",
591
+ "brand",
592
+ "1",
414
593
  "darkest"
415
594
  ]
416
595
  },
417
596
  "base": {
418
- "value": "#e1021d",
597
+ "value": "#1B75BB",
419
598
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
420
599
  "isSource": true,
421
600
  "original": {
422
- "value": "#e1021d"
601
+ "value": "#1B75BB"
423
602
  },
424
- "name": "MdsColorStatusErrorBase",
603
+ "name": "MdsColorBrand1Base",
425
604
  "attributes": {
426
605
  "category": "color",
427
- "type": "status",
428
- "item": "error",
606
+ "type": "brand",
607
+ "item": "1",
429
608
  "subitem": "base"
430
609
  },
431
610
  "path": [
432
611
  "color",
433
- "status",
434
- "error",
612
+ "brand",
613
+ "1",
435
614
  "base"
436
615
  ]
437
616
  }
438
617
  },
439
- "success": {
618
+ "2": {
440
619
  "light": {
441
- "value": "#6ac52d",
620
+ "value": "#f9007b",
442
621
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
443
622
  "isSource": true,
444
623
  "original": {
445
- "value": "#6ac52d"
624
+ "value": "#f9007b"
446
625
  },
447
- "name": "MdsColorStatusSuccessLight",
626
+ "name": "MdsColorBrand2Light",
448
627
  "attributes": {
449
628
  "category": "color",
450
- "type": "status",
451
- "item": "success",
629
+ "type": "brand",
630
+ "item": "2",
452
631
  "subitem": "light"
453
632
  },
454
633
  "path": [
455
634
  "color",
456
- "status",
457
- "success",
635
+ "brand",
636
+ "2",
458
637
  "light"
459
638
  ]
460
639
  },
461
640
  "lightest": {
462
- "value": "#f0faea",
641
+ "value": "#ffe5f2",
463
642
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
464
643
  "isSource": true,
465
644
  "original": {
466
- "value": "#f0faea"
645
+ "value": "#ffe5f2"
467
646
  },
468
- "name": "MdsColorStatusSuccessLightest",
647
+ "name": "MdsColorBrand2Lightest",
469
648
  "attributes": {
470
649
  "category": "color",
471
- "type": "status",
472
- "item": "success",
650
+ "type": "brand",
651
+ "item": "2",
473
652
  "subitem": "lightest"
474
653
  },
475
654
  "path": [
476
655
  "color",
477
- "status",
478
- "success",
656
+ "brand",
657
+ "2",
479
658
  "lightest"
480
659
  ]
481
660
  },
482
661
  "dark": {
483
- "value": "#549b24",
662
+ "value": "#930049",
484
663
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
485
664
  "isSource": true,
486
665
  "original": {
487
- "value": "#549b24"
666
+ "value": "#930049"
488
667
  },
489
- "name": "MdsColorStatusSuccessDark",
668
+ "name": "MdsColorBrand2Dark",
490
669
  "attributes": {
491
670
  "category": "color",
492
- "type": "status",
493
- "item": "success",
671
+ "type": "brand",
672
+ "item": "2",
494
673
  "subitem": "dark"
495
674
  },
496
675
  "path": [
497
676
  "color",
498
- "status",
499
- "success",
677
+ "brand",
678
+ "2",
500
679
  "dark"
501
680
  ]
502
681
  },
503
682
  "darkest": {
504
- "value": "#40791b",
683
+ "value": "#3d001e",
505
684
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
506
685
  "isSource": true,
507
686
  "original": {
508
- "value": "#40791B"
687
+ "value": "#3d001e"
509
688
  },
510
- "name": "MdsColorStatusSuccessDarkest",
689
+ "name": "MdsColorBrand2Darkest",
511
690
  "attributes": {
512
691
  "category": "color",
513
- "type": "status",
514
- "item": "success",
692
+ "type": "brand",
693
+ "item": "2",
515
694
  "subitem": "darkest"
516
695
  },
517
696
  "path": [
518
697
  "color",
519
- "status",
520
- "success",
698
+ "brand",
699
+ "2",
521
700
  "darkest"
522
701
  ]
523
702
  },
524
703
  "base": {
525
- "value": "#5ba927",
704
+ "value": "#C60062",
526
705
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
527
706
  "isSource": true,
528
707
  "original": {
529
- "value": "#5ba927"
708
+ "value": "#C60062"
530
709
  },
531
- "name": "MdsColorStatusSuccessBase",
710
+ "name": "MdsColorBrand2Base",
532
711
  "attributes": {
533
712
  "category": "color",
534
- "type": "status",
535
- "item": "success",
713
+ "type": "brand",
714
+ "item": "2",
536
715
  "subitem": "base"
537
716
  },
538
717
  "path": [
539
718
  "color",
540
- "status",
541
- "success",
719
+ "brand",
720
+ "2",
542
721
  "base"
543
722
  ]
544
723
  }
545
724
  },
546
- "info": {
725
+ "3": {
547
726
  "light": {
548
- "value": "#ffc442",
727
+ "value": "#24e6d7",
549
728
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
550
729
  "isSource": true,
551
730
  "original": {
552
- "value": "#ffc442"
731
+ "value": "#24e6d7"
553
732
  },
554
- "name": "MdsColorStatusInfoLight",
733
+ "name": "MdsColorBrand3Light",
555
734
  "attributes": {
556
735
  "category": "color",
557
- "type": "status",
558
- "item": "info",
736
+ "type": "brand",
737
+ "item": "3",
559
738
  "subitem": "light"
560
739
  },
561
740
  "path": [
562
741
  "color",
563
- "status",
564
- "info",
742
+ "brand",
743
+ "3",
565
744
  "light"
566
745
  ]
567
746
  },
568
747
  "lightest": {
569
- "value": "#fff7e5",
748
+ "value": "#e8fcfb",
570
749
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
571
750
  "isSource": true,
572
751
  "original": {
573
- "value": "#fff7e5"
752
+ "value": "#e8fcfb"
574
753
  },
575
- "name": "MdsColorStatusInfoLightest",
754
+ "name": "MdsColorBrand3Lightest",
576
755
  "attributes": {
577
756
  "category": "color",
578
- "type": "status",
579
- "item": "info",
757
+ "type": "brand",
758
+ "item": "3",
580
759
  "subitem": "lightest"
581
760
  },
582
761
  "path": [
583
762
  "color",
584
- "status",
585
- "info",
763
+ "brand",
764
+ "3",
586
765
  "lightest"
587
766
  ]
588
767
  },
589
768
  "dark": {
590
- "value": "#f4aa08",
769
+ "value": "#119389",
591
770
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
592
771
  "isSource": true,
593
772
  "original": {
594
- "value": "#f4aa08"
773
+ "value": "#119389"
595
774
  },
596
- "name": "MdsColorStatusInfoDark",
775
+ "name": "MdsColorBrand3Dark",
597
776
  "attributes": {
598
777
  "category": "color",
599
- "type": "status",
600
- "item": "info",
778
+ "type": "brand",
779
+ "item": "3",
601
780
  "subitem": "dark"
602
781
  },
603
782
  "path": [
604
783
  "color",
605
- "status",
606
- "info",
784
+ "brand",
785
+ "3",
607
786
  "dark"
608
787
  ]
609
788
  },
610
789
  "darkest": {
611
- "value": "#946500",
790
+ "value": "#063733",
612
791
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
613
792
  "isSource": true,
614
793
  "original": {
615
- "value": "#946500"
794
+ "value": "#063733"
616
795
  },
617
- "name": "MdsColorStatusInfoDarkest",
796
+ "name": "MdsColorBrand3Darkest",
618
797
  "attributes": {
619
798
  "category": "color",
620
- "type": "status",
621
- "item": "info",
799
+ "type": "brand",
800
+ "item": "3",
622
801
  "subitem": "darkest"
623
802
  },
624
803
  "path": [
625
804
  "color",
626
- "status",
627
- "info",
805
+ "brand",
806
+ "3",
628
807
  "darkest"
629
808
  ]
630
809
  },
631
810
  "base": {
632
- "value": "#ffb411",
811
+ "value": "#16C1B4",
633
812
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
634
813
  "isSource": true,
635
814
  "original": {
636
- "value": "#ffb411"
815
+ "value": "#16C1B4"
637
816
  },
638
- "name": "MdsColorStatusInfoBase",
817
+ "name": "MdsColorBrand3Base",
639
818
  "attributes": {
640
819
  "category": "color",
641
- "type": "status",
642
- "item": "info",
820
+ "type": "brand",
821
+ "item": "3",
643
822
  "subitem": "base"
644
823
  },
645
824
  "path": [
646
825
  "color",
647
- "status",
648
- "info",
826
+ "brand",
827
+ "3",
649
828
  "base"
650
829
  ]
651
830
  }
@@ -653,7 +832,7 @@ module.exports = {
653
832
  },
654
833
  "background": {
655
834
  "body": {
656
- "value": "#ffffff",
835
+ "value": "#FFFFFF",
657
836
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
658
837
  "isSource": true,
659
838
  "original": {
@@ -672,7 +851,7 @@ module.exports = {
672
851
  ]
673
852
  },
674
853
  "site-container": {
675
- "value": "#f8f8f8",
854
+ "value": "#F8F8F8",
676
855
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
677
856
  "isSource": true,
678
857
  "original": {
@@ -691,7 +870,7 @@ module.exports = {
691
870
  ]
692
871
  },
693
872
  "surface": {
694
- "value": "#ffffff",
873
+ "value": "#FFFFFF",
695
874
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
696
875
  "isSource": true,
697
876
  "original": {
@@ -710,7 +889,7 @@ module.exports = {
710
889
  ]
711
890
  },
712
891
  "main": {
713
- "value": "#000000",
892
+ "value": "rgba(0,0,0,0)",
714
893
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
715
894
  "isSource": true,
716
895
  "original": {
@@ -729,141 +908,6 @@ module.exports = {
729
908
  ]
730
909
  }
731
910
  },
732
- "neutral": {
733
- "white": {
734
- "value": "#ffffff",
735
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
736
- "isSource": true,
737
- "original": {
738
- "value": "#FFFFFF"
739
- },
740
- "name": "MdsColorNeutralWhite",
741
- "attributes": {
742
- "category": "color",
743
- "type": "neutral",
744
- "item": "white"
745
- },
746
- "path": [
747
- "color",
748
- "neutral",
749
- "white"
750
- ]
751
- },
752
- "black": {
753
- "value": "#000000",
754
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
755
- "isSource": true,
756
- "original": {
757
- "value": "#000000"
758
- },
759
- "name": "MdsColorNeutralBlack",
760
- "attributes": {
761
- "category": "color",
762
- "type": "neutral",
763
- "item": "black"
764
- },
765
- "path": [
766
- "color",
767
- "neutral",
768
- "black"
769
- ]
770
- },
771
- "base": {
772
- "value": "#707070",
773
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
774
- "isSource": true,
775
- "original": {
776
- "value": "#707070"
777
- },
778
- "name": "MdsColorNeutralBase",
779
- "attributes": {
780
- "category": "color",
781
- "type": "neutral",
782
- "item": "base"
783
- },
784
- "path": [
785
- "color",
786
- "neutral",
787
- "base"
788
- ]
789
- },
790
- "light": {
791
- "value": "#949494",
792
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
793
- "isSource": true,
794
- "original": {
795
- "value": "#949494"
796
- },
797
- "name": "MdsColorNeutralLight",
798
- "attributes": {
799
- "category": "color",
800
- "type": "neutral",
801
- "item": "light"
802
- },
803
- "path": [
804
- "color",
805
- "neutral",
806
- "light"
807
- ]
808
- },
809
- "lighter": {
810
- "value": "#dddddd",
811
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
812
- "isSource": true,
813
- "original": {
814
- "value": "#DDDDDD"
815
- },
816
- "name": "MdsColorNeutralLighter",
817
- "attributes": {
818
- "category": "color",
819
- "type": "neutral",
820
- "item": "lighter"
821
- },
822
- "path": [
823
- "color",
824
- "neutral",
825
- "lighter"
826
- ]
827
- },
828
- "lightest": {
829
- "value": "#f8f8f8",
830
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
831
- "isSource": true,
832
- "original": {
833
- "value": "#F8F8F8"
834
- },
835
- "name": "MdsColorNeutralLightest",
836
- "attributes": {
837
- "category": "color",
838
- "type": "neutral",
839
- "item": "lightest"
840
- },
841
- "path": [
842
- "color",
843
- "neutral",
844
- "lightest"
845
- ]
846
- },
847
- "darker": {
848
- "value": "#333333",
849
- "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
850
- "isSource": true,
851
- "original": {
852
- "value": "#333333"
853
- },
854
- "name": "MdsColorNeutralDarker",
855
- "attributes": {
856
- "category": "color",
857
- "type": "neutral",
858
- "item": "darker"
859
- },
860
- "path": [
861
- "color",
862
- "neutral",
863
- "darker"
864
- ]
865
- }
866
- },
867
911
  "text": {
868
912
  "base": {
869
913
  "value": "#343433",
@@ -885,7 +929,7 @@ module.exports = {
885
929
  ]
886
930
  },
887
931
  "invert": {
888
- "value": "#ffffff",
932
+ "value": "#FFFFFF",
889
933
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
890
934
  "isSource": true,
891
935
  "original": {
@@ -991,7 +1035,7 @@ module.exports = {
991
1035
  }
992
1036
  },
993
1037
  "border": {
994
- "value": "#dddddd",
1038
+ "value": "#DDDDDD",
995
1039
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
996
1040
  "isSource": true,
997
1041
  "original": {
@@ -1010,7 +1054,7 @@ module.exports = {
1010
1054
  "button": {
1011
1055
  "bg": {
1012
1056
  "base": {
1013
- "value": "#c60062",
1057
+ "value": "#C60062",
1014
1058
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1015
1059
  "isSource": true,
1016
1060
  "original": {
@@ -1054,7 +1098,7 @@ module.exports = {
1054
1098
  },
1055
1099
  "text": {
1056
1100
  "base": {
1057
- "value": "#ffffff",
1101
+ "value": "#fff",
1058
1102
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1059
1103
  "isSource": true,
1060
1104
  "original": {
@@ -1075,7 +1119,7 @@ module.exports = {
1075
1119
  ]
1076
1120
  },
1077
1121
  "hover": {
1078
- "value": "#ffffff",
1122
+ "value": "#fff",
1079
1123
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1080
1124
  "isSource": true,
1081
1125
  "original": {
@@ -1098,7 +1142,7 @@ module.exports = {
1098
1142
  },
1099
1143
  "border": {
1100
1144
  "base": {
1101
- "value": "#000000",
1145
+ "value": "rgba(0,0,0,0)",
1102
1146
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1103
1147
  "isSource": true,
1104
1148
  "original": {
@@ -1119,7 +1163,7 @@ module.exports = {
1119
1163
  ]
1120
1164
  },
1121
1165
  "top": {
1122
- "value": "#000000",
1166
+ "value": "rgba(0,0,0,0)",
1123
1167
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1124
1168
  "isSource": true,
1125
1169
  "original": {
@@ -1140,7 +1184,7 @@ module.exports = {
1140
1184
  ]
1141
1185
  },
1142
1186
  "right": {
1143
- "value": "#000000",
1187
+ "value": "rgba(0,0,0,0)",
1144
1188
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1145
1189
  "isSource": true,
1146
1190
  "original": {
@@ -1161,7 +1205,7 @@ module.exports = {
1161
1205
  ]
1162
1206
  },
1163
1207
  "bottom": {
1164
- "value": "#000000",
1208
+ "value": "rgba(0,0,0,0)",
1165
1209
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1166
1210
  "isSource": true,
1167
1211
  "original": {
@@ -1182,7 +1226,7 @@ module.exports = {
1182
1226
  ]
1183
1227
  },
1184
1228
  "left": {
1185
- "value": "#000000",
1229
+ "value": "rgba(0,0,0,0)",
1186
1230
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1187
1231
  "isSource": true,
1188
1232
  "original": {
@@ -1204,7 +1248,7 @@ module.exports = {
1204
1248
  },
1205
1249
  "hover": {
1206
1250
  "base": {
1207
- "value": "#000000",
1251
+ "value": "rgba(0,0,0,0)",
1208
1252
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1209
1253
  "isSource": true,
1210
1254
  "original": {
@@ -1227,7 +1271,7 @@ module.exports = {
1227
1271
  ]
1228
1272
  },
1229
1273
  "top": {
1230
- "value": "#000000",
1274
+ "value": "rgba(0,0,0,0)",
1231
1275
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1232
1276
  "isSource": true,
1233
1277
  "original": {
@@ -1250,7 +1294,7 @@ module.exports = {
1250
1294
  ]
1251
1295
  },
1252
1296
  "right": {
1253
- "value": "#000000",
1297
+ "value": "rgba(0,0,0,0)",
1254
1298
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1255
1299
  "isSource": true,
1256
1300
  "original": {
@@ -1273,7 +1317,7 @@ module.exports = {
1273
1317
  ]
1274
1318
  },
1275
1319
  "bottom": {
1276
- "value": "#000000",
1320
+ "value": "rgba(0,0,0,0)",
1277
1321
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1278
1322
  "isSource": true,
1279
1323
  "original": {
@@ -1296,7 +1340,7 @@ module.exports = {
1296
1340
  ]
1297
1341
  },
1298
1342
  "left": {
1299
- "value": "#000000",
1343
+ "value": "rgba(0,0,0,0)",
1300
1344
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1301
1345
  "isSource": true,
1302
1346
  "original": {
@@ -1323,7 +1367,7 @@ module.exports = {
1323
1367
  },
1324
1368
  "link": {
1325
1369
  "base": {
1326
- "value": "#1b75bb",
1370
+ "value": "#1B75BB",
1327
1371
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1328
1372
  "isSource": true,
1329
1373
  "original": {
@@ -1364,7 +1408,7 @@ module.exports = {
1364
1408
  "branded-container": {
1365
1409
  "1": {
1366
1410
  "background": {
1367
- "value": "#1b75bb",
1411
+ "value": "#1B75BB",
1368
1412
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1369
1413
  "isSource": true,
1370
1414
  "original": {
@@ -1385,7 +1429,7 @@ module.exports = {
1385
1429
  ]
1386
1430
  },
1387
1431
  "text": {
1388
- "value": "#ffffff",
1432
+ "value": "#FFFFFF",
1389
1433
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1390
1434
  "isSource": true,
1391
1435
  "original": {
@@ -1410,7 +1454,7 @@ module.exports = {
1410
1454
  "ad-container": {
1411
1455
  "leaderboard": {
1412
1456
  "background": {
1413
- "value": "#ffffff",
1457
+ "value": "#FFFFFF",
1414
1458
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1415
1459
  "isSource": true,
1416
1460
  "original": {
@@ -1492,7 +1536,7 @@ module.exports = {
1492
1536
  },
1493
1537
  "disabled": {
1494
1538
  "label": {
1495
- "value": "#545454",
1539
+ "value": "rgba(84, 84, 84, 0.5)",
1496
1540
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1497
1541
  "isSource": true,
1498
1542
  "original": {
@@ -1513,7 +1557,7 @@ module.exports = {
1513
1557
  ]
1514
1558
  },
1515
1559
  "field": {
1516
- "value": "#b0b0b0",
1560
+ "value": "rgba(176, 176, 176, 0.5)",
1517
1561
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1518
1562
  "isSource": true,
1519
1563
  "original": {
@@ -1538,7 +1582,7 @@ module.exports = {
1538
1582
  "pill": {
1539
1583
  "bg": {
1540
1584
  "base": {
1541
- "value": "#1b75bb",
1585
+ "value": "#1B75BB",
1542
1586
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1543
1587
  "isSource": true,
1544
1588
  "original": {
@@ -1582,7 +1626,7 @@ module.exports = {
1582
1626
  },
1583
1627
  "text": {
1584
1628
  "base": {
1585
- "value": "#ffffff",
1629
+ "value": "#fff",
1586
1630
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1587
1631
  "isSource": true,
1588
1632
  "original": {
@@ -1603,7 +1647,7 @@ module.exports = {
1603
1647
  ]
1604
1648
  },
1605
1649
  "hover": {
1606
- "value": "#ffffff",
1650
+ "value": "#fff",
1607
1651
  "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1608
1652
  "isSource": true,
1609
1653
  "original": {
@@ -1624,305 +1668,746 @@ module.exports = {
1624
1668
  ]
1625
1669
  }
1626
1670
  }
1671
+ },
1672
+ "new-badge": {
1673
+ "background": {
1674
+ "value": "#40791B",
1675
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1676
+ "isSource": true,
1677
+ "original": {
1678
+ "value": "#40791B"
1679
+ },
1680
+ "name": "MdsColorNewBadgeBackground",
1681
+ "attributes": {
1682
+ "category": "color",
1683
+ "type": "new-badge",
1684
+ "item": "background"
1685
+ },
1686
+ "path": [
1687
+ "color",
1688
+ "new-badge",
1689
+ "background"
1690
+ ]
1691
+ },
1692
+ "text": {
1693
+ "value": "#fff",
1694
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/color.json",
1695
+ "isSource": true,
1696
+ "original": {
1697
+ "value": "#fff"
1698
+ },
1699
+ "name": "MdsColorNewBadgeText",
1700
+ "attributes": {
1701
+ "category": "color",
1702
+ "type": "new-badge",
1703
+ "item": "text"
1704
+ },
1705
+ "path": [
1706
+ "color",
1707
+ "new-badge",
1708
+ "text"
1709
+ ]
1710
+ }
1627
1711
  }
1628
1712
  },
1629
- "custom": {
1630
- "badge": {
1631
- "1": {
1632
- "background": {
1633
- "value": "#000000",
1634
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1635
- "isSource": true,
1636
- "original": {
1637
- "value": "{color.neutral.black.value}"
1638
- },
1639
- "name": "MdsCustomBadge1Background",
1640
- "attributes": {
1641
- "category": "custom",
1642
- "type": "badge",
1643
- "item": "1",
1644
- "subitem": "background"
1645
- },
1646
- "path": [
1647
- "custom",
1648
- "badge",
1649
- "1",
1650
- "background"
1651
- ]
1713
+ "size": {
1714
+ "baseline": {
1715
+ "value": "4px",
1716
+ "private": true,
1717
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1718
+ "isSource": true,
1719
+ "original": {
1720
+ "value": "4px",
1721
+ "private": true
1722
+ },
1723
+ "name": "MdsSizeBaseline",
1724
+ "attributes": {
1725
+ "category": "size",
1726
+ "type": "baseline"
1727
+ },
1728
+ "path": [
1729
+ "size",
1730
+ "baseline"
1731
+ ]
1732
+ },
1733
+ "breakpoint": {
1734
+ "sm": {
1735
+ "value": "400px",
1736
+ "private": true,
1737
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1738
+ "isSource": true,
1739
+ "original": {
1740
+ "value": "400px",
1741
+ "private": true
1652
1742
  },
1653
- "color": {
1654
- "value": "#fff",
1655
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1656
- "isSource": true,
1657
- "original": {
1658
- "value": "#fff"
1659
- },
1660
- "name": "MdsCustomBadge1Color",
1661
- "attributes": {
1662
- "category": "custom",
1663
- "type": "badge",
1664
- "item": "1",
1665
- "subitem": "color"
1666
- },
1667
- "path": [
1668
- "custom",
1669
- "badge",
1670
- "1",
1671
- "color"
1672
- ]
1673
- }
1743
+ "name": "MdsSizeBreakpointSm",
1744
+ "attributes": {
1745
+ "category": "size",
1746
+ "type": "breakpoint",
1747
+ "item": "sm"
1748
+ },
1749
+ "path": [
1750
+ "size",
1751
+ "breakpoint",
1752
+ "sm"
1753
+ ]
1674
1754
  },
1675
- "2": {
1676
- "background": {
1677
- "value": "#40791B",
1678
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1679
- "isSource": true,
1680
- "original": {
1681
- "value": "#40791B"
1682
- },
1683
- "name": "MdsCustomBadge2Background",
1684
- "attributes": {
1685
- "category": "custom",
1686
- "type": "badge",
1687
- "item": "2",
1688
- "subitem": "background"
1689
- },
1690
- "path": [
1691
- "custom",
1692
- "badge",
1693
- "2",
1694
- "background"
1695
- ]
1755
+ "md": {
1756
+ "value": "600px",
1757
+ "private": true,
1758
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1759
+ "isSource": true,
1760
+ "original": {
1761
+ "value": "600px",
1762
+ "private": true
1696
1763
  },
1697
- "color": {
1698
- "value": "#fff",
1699
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1700
- "isSource": true,
1701
- "original": {
1702
- "value": "#fff"
1703
- },
1704
- "name": "MdsCustomBadge2Color",
1705
- "attributes": {
1706
- "category": "custom",
1707
- "type": "badge",
1708
- "item": "2",
1709
- "subitem": "color"
1710
- },
1711
- "path": [
1712
- "custom",
1713
- "badge",
1714
- "2",
1715
- "color"
1716
- ]
1717
- }
1764
+ "name": "MdsSizeBreakpointMd",
1765
+ "attributes": {
1766
+ "category": "size",
1767
+ "type": "breakpoint",
1768
+ "item": "md"
1769
+ },
1770
+ "path": [
1771
+ "size",
1772
+ "breakpoint",
1773
+ "md"
1774
+ ]
1775
+ },
1776
+ "lg": {
1777
+ "value": "1008px",
1778
+ "private": true,
1779
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1780
+ "isSource": true,
1781
+ "original": {
1782
+ "value": "1008px",
1783
+ "private": true
1784
+ },
1785
+ "name": "MdsSizeBreakpointLg",
1786
+ "attributes": {
1787
+ "category": "size",
1788
+ "type": "breakpoint",
1789
+ "item": "lg"
1790
+ },
1791
+ "path": [
1792
+ "size",
1793
+ "breakpoint",
1794
+ "lg"
1795
+ ]
1796
+ },
1797
+ "xl": {
1798
+ "value": "1280px",
1799
+ "private": true,
1800
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1801
+ "isSource": true,
1802
+ "original": {
1803
+ "value": "1280px",
1804
+ "private": true
1805
+ },
1806
+ "name": "MdsSizeBreakpointXl",
1807
+ "attributes": {
1808
+ "category": "size",
1809
+ "type": "breakpoint",
1810
+ "item": "xl"
1811
+ },
1812
+ "path": [
1813
+ "size",
1814
+ "breakpoint",
1815
+ "xl"
1816
+ ]
1718
1817
  }
1719
1818
  },
1720
- "card": {
1721
- "1": {
1722
- "background": {
1723
- "value": "#e9f3fc",
1724
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1819
+ "gutter-width": {
1820
+ "value": "20px",
1821
+ "private": true,
1822
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/_constants.json",
1823
+ "isSource": true,
1824
+ "original": {
1825
+ "value": "20px",
1826
+ "private": true
1827
+ },
1828
+ "name": "MdsSizeGutterWidth",
1829
+ "attributes": {
1830
+ "category": "size",
1831
+ "type": "gutter-width"
1832
+ },
1833
+ "path": [
1834
+ "size",
1835
+ "gutter-width"
1836
+ ]
1837
+ },
1838
+ "border": {
1839
+ "width": {
1840
+ "base": {
1841
+ "value": "1px",
1842
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1725
1843
  "isSource": true,
1726
1844
  "original": {
1727
- "value": "{color.brand.1.lightest.value}"
1845
+ "value": "1px"
1728
1846
  },
1729
- "name": "MdsCustomCard1Background",
1847
+ "name": "MdsSizeBorderWidthBase",
1730
1848
  "attributes": {
1731
- "category": "custom",
1732
- "type": "card",
1733
- "item": "1",
1734
- "subitem": "background"
1849
+ "category": "size",
1850
+ "type": "border",
1851
+ "item": "width",
1852
+ "subitem": "base"
1735
1853
  },
1736
1854
  "path": [
1737
- "custom",
1738
- "card",
1739
- "1",
1740
- "background"
1855
+ "size",
1856
+ "border",
1857
+ "width",
1858
+ "base"
1741
1859
  ]
1742
1860
  },
1743
- "border": {
1744
- "value": "1rem solid #1b75bb",
1745
- "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
1861
+ "button": {
1862
+ "value": "1px",
1863
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1746
1864
  "isSource": true,
1747
1865
  "original": {
1748
- "value": "{size.border.width.base.value} solid {color.brand.1.base.value}"
1866
+ "value": "{size.border.width.base.value}"
1749
1867
  },
1750
- "name": "MdsCustomCard1Border",
1868
+ "name": "MdsSizeBorderWidthButton",
1751
1869
  "attributes": {
1752
- "category": "custom",
1753
- "type": "card",
1754
- "item": "1",
1755
- "subitem": "border"
1870
+ "category": "size",
1871
+ "type": "border",
1872
+ "item": "width",
1873
+ "subitem": "button"
1756
1874
  },
1757
1875
  "path": [
1758
- "custom",
1759
- "card",
1760
- "1",
1761
- "border"
1876
+ "size",
1877
+ "border",
1878
+ "width",
1879
+ "button"
1762
1880
  ]
1763
1881
  }
1764
- }
1765
- }
1766
- },
1767
- "shadow": {
1768
- "base": {
1769
- "value": "0 2px 5px 0 #dddddd",
1770
- "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
1771
- "isSource": true,
1772
- "original": {
1773
- "value": "0 2px 5px 0 {color.neutral.lighter.value}"
1774
- },
1775
- "name": "MdsShadowBase",
1776
- "attributes": {
1777
- "category": "shadow",
1778
- "type": "base"
1779
- },
1780
- "path": [
1781
- "shadow",
1782
- "base"
1783
- ]
1784
- },
1785
- "site-container": {
1786
- "value": "none",
1787
- "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
1788
- "isSource": true,
1789
- "original": {
1790
- "value": "none"
1791
- },
1792
- "name": "MdsShadowSiteContainer",
1793
- "attributes": {
1794
- "category": "shadow",
1795
- "type": "site-container"
1796
- },
1797
- "path": [
1798
- "shadow",
1799
- "site-container"
1800
- ]
1801
- },
1802
- "main": {
1803
- "value": "none",
1804
- "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
1805
- "isSource": true,
1806
- "original": {
1807
- "value": "none"
1808
- },
1809
- "name": "MdsShadowMain",
1810
- "attributes": {
1811
- "category": "shadow",
1812
- "type": "main"
1813
1882
  },
1814
- "path": [
1815
- "shadow",
1816
- "main"
1817
- ]
1818
- }
1819
- },
1820
- "email": {
1821
- "color": {
1822
- "link": {
1883
+ "radius": {
1823
1884
  "base": {
1824
- "value": "#1b75bb",
1825
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1885
+ "value": "4px",
1886
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1826
1887
  "isSource": true,
1827
1888
  "original": {
1828
- "value": "{color.link.base.value}"
1889
+ "value": "4px"
1829
1890
  },
1830
- "name": "MdsEmailColorLinkBase",
1891
+ "name": "MdsSizeBorderRadiusBase",
1831
1892
  "attributes": {
1832
- "category": "email",
1833
- "type": "color",
1834
- "item": "link",
1893
+ "category": "size",
1894
+ "type": "border",
1895
+ "item": "radius",
1835
1896
  "subitem": "base"
1836
1897
  },
1837
1898
  "path": [
1838
- "email",
1839
- "color",
1840
- "link",
1899
+ "size",
1900
+ "border",
1901
+ "radius",
1841
1902
  "base"
1842
1903
  ]
1843
1904
  },
1844
- "hover": {
1845
- "value": "#15598e",
1846
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1905
+ "button": {
1906
+ "value": "4px",
1907
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1847
1908
  "isSource": true,
1848
1909
  "original": {
1849
- "value": "{color.link.hover.value}"
1910
+ "value": "{size.border.radius.base.value}"
1850
1911
  },
1851
- "name": "MdsEmailColorLinkHover",
1912
+ "name": "MdsSizeBorderRadiusButton",
1852
1913
  "attributes": {
1853
- "category": "email",
1854
- "type": "color",
1855
- "item": "link",
1856
- "subitem": "hover"
1914
+ "category": "size",
1915
+ "type": "border",
1916
+ "item": "radius",
1917
+ "subitem": "button"
1857
1918
  },
1858
1919
  "path": [
1859
- "email",
1860
- "color",
1861
- "link",
1862
- "hover"
1920
+ "size",
1921
+ "border",
1922
+ "radius",
1923
+ "button"
1863
1924
  ]
1864
- }
1865
- },
1866
- "button": {
1867
- "bg": {
1868
- "base": {
1869
- "value": "#c60062",
1870
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1871
- "isSource": true,
1872
- "original": {
1873
- "value": "{color.button.bg.base.value}"
1874
- },
1875
- "name": "MdsEmailColorButtonBgBase",
1876
- "attributes": {
1877
- "category": "email",
1878
- "type": "color",
1879
- "item": "button",
1880
- "subitem": "bg",
1881
- "state": "base"
1882
- },
1883
- "path": [
1884
- "email",
1885
- "color",
1886
- "button",
1887
- "bg",
1888
- "base"
1889
- ]
1925
+ },
1926
+ "main": {
1927
+ "value": "0",
1928
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1929
+ "isSource": true,
1930
+ "original": {
1931
+ "value": "0"
1890
1932
  },
1891
- "hover": {
1892
- "value": "#f9007b",
1893
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1933
+ "name": "MdsSizeBorderRadiusMain",
1934
+ "attributes": {
1935
+ "category": "size",
1936
+ "type": "border",
1937
+ "item": "radius",
1938
+ "subitem": "main"
1939
+ },
1940
+ "path": [
1941
+ "size",
1942
+ "border",
1943
+ "radius",
1944
+ "main"
1945
+ ]
1946
+ }
1947
+ }
1948
+ },
1949
+ "container": {
1950
+ "width": {
1951
+ "value": "100%",
1952
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1953
+ "isSource": true,
1954
+ "original": {
1955
+ "value": "100%"
1956
+ },
1957
+ "name": "MdsSizeContainerWidth",
1958
+ "attributes": {
1959
+ "category": "size",
1960
+ "type": "container",
1961
+ "item": "width"
1962
+ },
1963
+ "path": [
1964
+ "size",
1965
+ "container",
1966
+ "width"
1967
+ ]
1968
+ },
1969
+ "min-width": {
1970
+ "value": "0",
1971
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1972
+ "isSource": true,
1973
+ "original": {
1974
+ "value": "0"
1975
+ },
1976
+ "name": "MdsSizeContainerMinWidth",
1977
+ "attributes": {
1978
+ "category": "size",
1979
+ "type": "container",
1980
+ "item": "min-width"
1981
+ },
1982
+ "path": [
1983
+ "size",
1984
+ "container",
1985
+ "min-width"
1986
+ ]
1987
+ },
1988
+ "max-width": {
1989
+ "value": "100%",
1990
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1991
+ "isSource": true,
1992
+ "original": {
1993
+ "value": "100%"
1994
+ },
1995
+ "name": "MdsSizeContainerMaxWidth",
1996
+ "attributes": {
1997
+ "category": "size",
1998
+ "type": "container",
1999
+ "item": "max-width"
2000
+ },
2001
+ "path": [
2002
+ "size",
2003
+ "container",
2004
+ "max-width"
2005
+ ]
2006
+ }
2007
+ },
2008
+ "wrapper": {
2009
+ "width": {
2010
+ "value": "97%",
2011
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2012
+ "isSource": true,
2013
+ "original": {
2014
+ "value": "97%"
2015
+ },
2016
+ "name": "MdsSizeWrapperWidth",
2017
+ "attributes": {
2018
+ "category": "size",
2019
+ "type": "wrapper",
2020
+ "item": "width"
2021
+ },
2022
+ "path": [
2023
+ "size",
2024
+ "wrapper",
2025
+ "width"
2026
+ ]
2027
+ },
2028
+ "max-width": {
2029
+ "value": "1240px",
2030
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2031
+ "isSource": true,
2032
+ "original": {
2033
+ "value": "1240px"
2034
+ },
2035
+ "name": "MdsSizeWrapperMaxWidth",
2036
+ "attributes": {
2037
+ "category": "size",
2038
+ "type": "wrapper",
2039
+ "item": "max-width"
2040
+ },
2041
+ "path": [
2042
+ "size",
2043
+ "wrapper",
2044
+ "max-width"
2045
+ ]
2046
+ }
2047
+ },
2048
+ "surface": {
2049
+ "padding": {
2050
+ "value": "16px",
2051
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2052
+ "isSource": true,
2053
+ "original": {
2054
+ "value": "16px"
2055
+ },
2056
+ "name": "MdsSizeSurfacePadding",
2057
+ "attributes": {
2058
+ "category": "size",
2059
+ "type": "surface",
2060
+ "item": "padding"
2061
+ },
2062
+ "path": [
2063
+ "size",
2064
+ "surface",
2065
+ "padding"
2066
+ ]
2067
+ }
2068
+ },
2069
+ "main": {
2070
+ "max-width": {
2071
+ "value": "100%",
2072
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2073
+ "isSource": true,
2074
+ "original": {
2075
+ "value": "100%"
2076
+ },
2077
+ "name": "MdsSizeMainMaxWidth",
2078
+ "attributes": {
2079
+ "category": "size",
2080
+ "type": "main",
2081
+ "item": "max-width"
2082
+ },
2083
+ "path": [
2084
+ "size",
2085
+ "main",
2086
+ "max-width"
2087
+ ]
2088
+ },
2089
+ "padding": {
2090
+ "value": "0",
2091
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2092
+ "isSource": true,
2093
+ "original": {
2094
+ "value": "0"
2095
+ },
2096
+ "name": "MdsSizeMainPadding",
2097
+ "attributes": {
2098
+ "category": "size",
2099
+ "type": "main",
2100
+ "item": "padding"
2101
+ },
2102
+ "path": [
2103
+ "size",
2104
+ "main",
2105
+ "padding"
2106
+ ]
2107
+ },
2108
+ "margin": {
2109
+ "value": "0 auto",
2110
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2111
+ "isSource": true,
2112
+ "original": {
2113
+ "value": "0 auto"
2114
+ },
2115
+ "name": "MdsSizeMainMargin",
2116
+ "attributes": {
2117
+ "category": "size",
2118
+ "type": "main",
2119
+ "item": "margin"
2120
+ },
2121
+ "path": [
2122
+ "size",
2123
+ "main",
2124
+ "margin"
2125
+ ]
2126
+ }
2127
+ },
2128
+ "height": {
2129
+ "ad-container": {
2130
+ "leaderboard": {
2131
+ "min": {
2132
+ "value": "0",
2133
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
1894
2134
  "isSource": true,
1895
2135
  "original": {
1896
- "value": "{color.button.bg.hover.value}"
2136
+ "value": "0"
1897
2137
  },
1898
- "name": "MdsEmailColorButtonBgHover",
2138
+ "name": "MdsSizeHeightAdContainerLeaderboardMin",
1899
2139
  "attributes": {
1900
- "category": "email",
1901
- "type": "color",
1902
- "item": "button",
1903
- "subitem": "bg",
1904
- "state": "hover"
2140
+ "category": "size",
2141
+ "type": "height",
2142
+ "item": "ad-container",
2143
+ "subitem": "leaderboard",
2144
+ "state": "min"
1905
2145
  },
1906
2146
  "path": [
1907
- "email",
1908
- "color",
1909
- "button",
1910
- "bg",
1911
- "hover"
2147
+ "size",
2148
+ "height",
2149
+ "ad-container",
2150
+ "leaderboard",
2151
+ "min"
1912
2152
  ]
1913
2153
  }
1914
- },
1915
- "text": {
1916
- "base": {
1917
- "value": "#ffffff",
1918
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1919
- "isSource": true,
1920
- "original": {
1921
- "value": "{color.button.text.base.value}"
1922
- },
1923
- "name": "MdsEmailColorButtonTextBase",
1924
- "attributes": {
1925
- "category": "email",
2154
+ }
2155
+ }
2156
+ }
2157
+ },
2158
+ "custom": {
2159
+ "badge": {
2160
+ "1": {
2161
+ "background": {
2162
+ "value": "#000000",
2163
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
2164
+ "isSource": true,
2165
+ "original": {
2166
+ "value": "{color.neutral.black.value}"
2167
+ },
2168
+ "name": "MdsCustomBadge1Background",
2169
+ "attributes": {
2170
+ "category": "custom",
2171
+ "type": "badge",
2172
+ "item": "1",
2173
+ "subitem": "background"
2174
+ },
2175
+ "path": [
2176
+ "custom",
2177
+ "badge",
2178
+ "1",
2179
+ "background"
2180
+ ]
2181
+ },
2182
+ "color": {
2183
+ "value": "#fff",
2184
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
2185
+ "isSource": true,
2186
+ "original": {
2187
+ "value": "#fff"
2188
+ },
2189
+ "name": "MdsCustomBadge1Color",
2190
+ "attributes": {
2191
+ "category": "custom",
2192
+ "type": "badge",
2193
+ "item": "1",
2194
+ "subitem": "color"
2195
+ },
2196
+ "path": [
2197
+ "custom",
2198
+ "badge",
2199
+ "1",
2200
+ "color"
2201
+ ]
2202
+ }
2203
+ }
2204
+ },
2205
+ "card": {
2206
+ "1": {
2207
+ "background": {
2208
+ "value": "#e9f3fc",
2209
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
2210
+ "isSource": true,
2211
+ "original": {
2212
+ "value": "{color.brand.1.lightest.value}"
2213
+ },
2214
+ "name": "MdsCustomCard1Background",
2215
+ "attributes": {
2216
+ "category": "custom",
2217
+ "type": "card",
2218
+ "item": "1",
2219
+ "subitem": "background"
2220
+ },
2221
+ "path": [
2222
+ "custom",
2223
+ "card",
2224
+ "1",
2225
+ "background"
2226
+ ]
2227
+ },
2228
+ "border": {
2229
+ "value": "1px solid #1B75BB",
2230
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/custom.json",
2231
+ "isSource": true,
2232
+ "original": {
2233
+ "value": "{size.border.width.base.value} solid {color.brand.1.base.value}"
2234
+ },
2235
+ "name": "MdsCustomCard1Border",
2236
+ "attributes": {
2237
+ "category": "custom",
2238
+ "type": "card",
2239
+ "item": "1",
2240
+ "subitem": "border"
2241
+ },
2242
+ "path": [
2243
+ "custom",
2244
+ "card",
2245
+ "1",
2246
+ "border"
2247
+ ]
2248
+ }
2249
+ }
2250
+ }
2251
+ },
2252
+ "shadow": {
2253
+ "base": {
2254
+ "value": "0 2px 5px 0 #DDDDDD",
2255
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
2256
+ "isSource": true,
2257
+ "original": {
2258
+ "value": "0 2px 5px 0 {color.neutral.lighter.value}"
2259
+ },
2260
+ "name": "MdsShadowBase",
2261
+ "attributes": {
2262
+ "category": "shadow",
2263
+ "type": "base"
2264
+ },
2265
+ "path": [
2266
+ "shadow",
2267
+ "base"
2268
+ ]
2269
+ },
2270
+ "site-container": {
2271
+ "value": "none",
2272
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
2273
+ "isSource": true,
2274
+ "original": {
2275
+ "value": "none"
2276
+ },
2277
+ "name": "MdsShadowSiteContainer",
2278
+ "attributes": {
2279
+ "category": "shadow",
2280
+ "type": "site-container"
2281
+ },
2282
+ "path": [
2283
+ "shadow",
2284
+ "site-container"
2285
+ ]
2286
+ },
2287
+ "main": {
2288
+ "value": "none",
2289
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/effects.json",
2290
+ "isSource": true,
2291
+ "original": {
2292
+ "value": "none"
2293
+ },
2294
+ "name": "MdsShadowMain",
2295
+ "attributes": {
2296
+ "category": "shadow",
2297
+ "type": "main"
2298
+ },
2299
+ "path": [
2300
+ "shadow",
2301
+ "main"
2302
+ ]
2303
+ }
2304
+ },
2305
+ "email": {
2306
+ "color": {
2307
+ "link": {
2308
+ "base": {
2309
+ "value": "#1B75BB",
2310
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2311
+ "isSource": true,
2312
+ "original": {
2313
+ "value": "{color.link.base.value}"
2314
+ },
2315
+ "name": "MdsEmailColorLinkBase",
2316
+ "attributes": {
2317
+ "category": "email",
2318
+ "type": "color",
2319
+ "item": "link",
2320
+ "subitem": "base"
2321
+ },
2322
+ "path": [
2323
+ "email",
2324
+ "color",
2325
+ "link",
2326
+ "base"
2327
+ ]
2328
+ },
2329
+ "hover": {
2330
+ "value": "#15598e",
2331
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2332
+ "isSource": true,
2333
+ "original": {
2334
+ "value": "{color.link.hover.value}"
2335
+ },
2336
+ "name": "MdsEmailColorLinkHover",
2337
+ "attributes": {
2338
+ "category": "email",
2339
+ "type": "color",
2340
+ "item": "link",
2341
+ "subitem": "hover"
2342
+ },
2343
+ "path": [
2344
+ "email",
2345
+ "color",
2346
+ "link",
2347
+ "hover"
2348
+ ]
2349
+ }
2350
+ },
2351
+ "button": {
2352
+ "bg": {
2353
+ "base": {
2354
+ "value": "#C60062",
2355
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2356
+ "isSource": true,
2357
+ "original": {
2358
+ "value": "{color.button.bg.base.value}"
2359
+ },
2360
+ "name": "MdsEmailColorButtonBgBase",
2361
+ "attributes": {
2362
+ "category": "email",
2363
+ "type": "color",
2364
+ "item": "button",
2365
+ "subitem": "bg",
2366
+ "state": "base"
2367
+ },
2368
+ "path": [
2369
+ "email",
2370
+ "color",
2371
+ "button",
2372
+ "bg",
2373
+ "base"
2374
+ ]
2375
+ },
2376
+ "hover": {
2377
+ "value": "#f9007b",
2378
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2379
+ "isSource": true,
2380
+ "original": {
2381
+ "value": "{color.button.bg.hover.value}"
2382
+ },
2383
+ "name": "MdsEmailColorButtonBgHover",
2384
+ "attributes": {
2385
+ "category": "email",
2386
+ "type": "color",
2387
+ "item": "button",
2388
+ "subitem": "bg",
2389
+ "state": "hover"
2390
+ },
2391
+ "path": [
2392
+ "email",
2393
+ "color",
2394
+ "button",
2395
+ "bg",
2396
+ "hover"
2397
+ ]
2398
+ }
2399
+ },
2400
+ "text": {
2401
+ "base": {
2402
+ "value": "#fff",
2403
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2404
+ "isSource": true,
2405
+ "original": {
2406
+ "value": "{color.button.text.base.value}"
2407
+ },
2408
+ "name": "MdsEmailColorButtonTextBase",
2409
+ "attributes": {
2410
+ "category": "email",
1926
2411
  "type": "color",
1927
2412
  "item": "button",
1928
2413
  "subitem": "text",
@@ -1937,7 +2422,7 @@ module.exports = {
1937
2422
  ]
1938
2423
  },
1939
2424
  "hover": {
1940
- "value": "#ffffff",
2425
+ "value": "#fff",
1941
2426
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1942
2427
  "isSource": true,
1943
2428
  "original": {
@@ -1962,7 +2447,7 @@ module.exports = {
1962
2447
  },
1963
2448
  "border": {
1964
2449
  "base": {
1965
- "value": "#000000",
2450
+ "value": "rgba(0,0,0,0)",
1966
2451
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1967
2452
  "isSource": true,
1968
2453
  "original": {
@@ -1985,7 +2470,7 @@ module.exports = {
1985
2470
  ]
1986
2471
  },
1987
2472
  "top": {
1988
- "value": "#000000",
2473
+ "value": "rgba(0,0,0,0)",
1989
2474
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
1990
2475
  "isSource": true,
1991
2476
  "original": {
@@ -2008,7 +2493,7 @@ module.exports = {
2008
2493
  ]
2009
2494
  },
2010
2495
  "right": {
2011
- "value": "#000000",
2496
+ "value": "rgba(0,0,0,0)",
2012
2497
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2013
2498
  "isSource": true,
2014
2499
  "original": {
@@ -2031,7 +2516,7 @@ module.exports = {
2031
2516
  ]
2032
2517
  },
2033
2518
  "bottom": {
2034
- "value": "#000000",
2519
+ "value": "rgba(0,0,0,0)",
2035
2520
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2036
2521
  "isSource": true,
2037
2522
  "original": {
@@ -2054,7 +2539,7 @@ module.exports = {
2054
2539
  ]
2055
2540
  },
2056
2541
  "left": {
2057
- "value": "#000000",
2542
+ "value": "rgba(0,0,0,0)",
2058
2543
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2059
2544
  "isSource": true,
2060
2545
  "original": {
@@ -2078,7 +2563,7 @@ module.exports = {
2078
2563
  },
2079
2564
  "hover": {
2080
2565
  "base": {
2081
- "value": "#000000",
2566
+ "value": "rgba(0,0,0,0)",
2082
2567
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2083
2568
  "isSource": true,
2084
2569
  "original": {
@@ -2102,7 +2587,7 @@ module.exports = {
2102
2587
  ]
2103
2588
  },
2104
2589
  "top": {
2105
- "value": "#000000",
2590
+ "value": "rgba(0,0,0,0)",
2106
2591
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2107
2592
  "isSource": true,
2108
2593
  "original": {
@@ -2126,7 +2611,7 @@ module.exports = {
2126
2611
  ]
2127
2612
  },
2128
2613
  "right": {
2129
- "value": "#000000",
2614
+ "value": "rgba(0,0,0,0)",
2130
2615
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2131
2616
  "isSource": true,
2132
2617
  "original": {
@@ -2150,7 +2635,7 @@ module.exports = {
2150
2635
  ]
2151
2636
  },
2152
2637
  "bottom": {
2153
- "value": "#000000",
2638
+ "value": "rgba(0,0,0,0)",
2154
2639
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2155
2640
  "isSource": true,
2156
2641
  "original": {
@@ -2174,727 +2659,178 @@ module.exports = {
2174
2659
  ]
2175
2660
  },
2176
2661
  "left": {
2177
- "value": "#000000",
2662
+ "value": "rgba(0,0,0,0)",
2178
2663
  "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2179
2664
  "isSource": true,
2180
2665
  "original": {
2181
2666
  "value": "{color.button.border.hover.left.value}"
2182
- },
2183
- "name": "MdsEmailColorButtonBorderHoverLeft",
2184
- "attributes": {
2185
- "category": "email",
2186
- "type": "color",
2187
- "item": "button",
2188
- "subitem": "border",
2189
- "state": "hover"
2190
- },
2191
- "path": [
2192
- "email",
2193
- "color",
2194
- "button",
2195
- "border",
2196
- "hover",
2197
- "left"
2198
- ]
2199
- }
2200
- }
2201
- }
2202
- }
2203
- },
2204
- "font": {
2205
- "family": {
2206
- "heading": {
2207
- "1": {
2208
- "value": "\"Helvetica\", Arial, sans-serif",
2209
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2210
- "isSource": true,
2211
- "original": {
2212
- "value": "{font.family.heading.1.value}"
2213
- },
2214
- "name": "MdsEmailFontFamilyHeading1",
2215
- "attributes": {
2216
- "category": "email",
2217
- "type": "font",
2218
- "item": "family",
2219
- "subitem": "heading",
2220
- "state": "1"
2221
- },
2222
- "path": [
2223
- "email",
2224
- "font",
2225
- "family",
2226
- "heading",
2227
- "1"
2228
- ]
2229
- },
2230
- "2": {
2231
- "value": "\"Helvetica\", Arial, sans-serif",
2232
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2233
- "isSource": true,
2234
- "original": {
2235
- "value": "{font.family.heading.2.value}"
2236
- },
2237
- "name": "MdsEmailFontFamilyHeading2",
2238
- "attributes": {
2239
- "category": "email",
2240
- "type": "font",
2241
- "item": "family",
2242
- "subitem": "heading",
2243
- "state": "2"
2244
- },
2245
- "path": [
2246
- "email",
2247
- "font",
2248
- "family",
2249
- "heading",
2250
- "2"
2251
- ]
2252
- },
2253
- "3": {
2254
- "value": "\"Helvetica\", Arial, sans-serif",
2255
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2256
- "isSource": true,
2257
- "original": {
2258
- "value": "{font.family.heading.3.value}"
2259
- },
2260
- "name": "MdsEmailFontFamilyHeading3",
2261
- "attributes": {
2262
- "category": "email",
2263
- "type": "font",
2264
- "item": "family",
2265
- "subitem": "heading",
2266
- "state": "3"
2267
- },
2268
- "path": [
2269
- "email",
2270
- "font",
2271
- "family",
2272
- "heading",
2273
- "3"
2274
- ]
2275
- },
2276
- "base": {
2277
- "value": "\"Helvetica\", Arial, sans-serif",
2278
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2279
- "isSource": true,
2280
- "original": {
2281
- "value": "{font.family.heading.base.value}"
2282
- },
2283
- "name": "MdsEmailFontFamilyHeadingBase",
2284
- "attributes": {
2285
- "category": "email",
2286
- "type": "font",
2287
- "item": "family",
2288
- "subitem": "heading",
2289
- "state": "base"
2290
- },
2291
- "path": [
2292
- "email",
2293
- "font",
2294
- "family",
2295
- "heading",
2296
- "base"
2297
- ]
2298
- }
2299
- }
2300
- }
2301
- },
2302
- "size": {
2303
- "button": {
2304
- "border": {
2305
- "radius": {
2306
- "value": "4rem",
2307
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2308
- "isSource": true,
2309
- "original": {
2310
- "value": "{size.border.radius.button.value}"
2311
- },
2312
- "name": "MdsEmailSizeButtonBorderRadius",
2313
- "attributes": {
2314
- "category": "email",
2315
- "type": "size",
2316
- "item": "button",
2317
- "subitem": "border",
2318
- "state": "radius"
2319
- },
2320
- "path": [
2321
- "email",
2322
- "size",
2323
- "button",
2324
- "border",
2325
- "radius"
2326
- ]
2327
- },
2328
- "width": {
2329
- "value": "1rem",
2330
- "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2331
- "isSource": true,
2332
- "original": {
2333
- "value": "{size.border.width.button.value}"
2334
- },
2335
- "name": "MdsEmailSizeButtonBorderWidth",
2336
- "attributes": {
2337
- "category": "email",
2338
- "type": "size",
2339
- "item": "button",
2340
- "subitem": "border",
2341
- "state": "width"
2342
- },
2343
- "path": [
2344
- "email",
2345
- "size",
2346
- "button",
2347
- "border",
2348
- "width"
2349
- ]
2350
- }
2351
- }
2352
- }
2353
- }
2354
- },
2355
- "size": {
2356
- "baseline": {
2357
- "value": "4rem",
2358
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2359
- "isSource": true,
2360
- "original": {
2361
- "value": "4px"
2362
- },
2363
- "name": "MdsSizeBaseline",
2364
- "attributes": {
2365
- "category": "size",
2366
- "type": "baseline"
2367
- },
2368
- "path": [
2369
- "size",
2370
- "baseline"
2371
- ]
2372
- },
2373
- "breakpoint": {
2374
- "sm": {
2375
- "value": "400rem",
2376
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2377
- "isSource": true,
2378
- "original": {
2379
- "value": "400px"
2380
- },
2381
- "name": "MdsSizeBreakpointSm",
2382
- "attributes": {
2383
- "category": "size",
2384
- "type": "breakpoint",
2385
- "item": "sm"
2386
- },
2387
- "path": [
2388
- "size",
2389
- "breakpoint",
2390
- "sm"
2391
- ]
2392
- },
2393
- "md": {
2394
- "value": "600rem",
2395
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2396
- "isSource": true,
2397
- "original": {
2398
- "value": "600px"
2399
- },
2400
- "name": "MdsSizeBreakpointMd",
2401
- "attributes": {
2402
- "category": "size",
2403
- "type": "breakpoint",
2404
- "item": "md"
2405
- },
2406
- "path": [
2407
- "size",
2408
- "breakpoint",
2409
- "md"
2410
- ]
2411
- },
2412
- "lg": {
2413
- "value": "1008rem",
2414
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2415
- "isSource": true,
2416
- "original": {
2417
- "value": "1008px"
2418
- },
2419
- "name": "MdsSizeBreakpointLg",
2420
- "attributes": {
2421
- "category": "size",
2422
- "type": "breakpoint",
2423
- "item": "lg"
2424
- },
2425
- "path": [
2426
- "size",
2427
- "breakpoint",
2428
- "lg"
2429
- ]
2430
- },
2431
- "xl": {
2432
- "value": "1280rem",
2433
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2434
- "isSource": true,
2435
- "original": {
2436
- "value": "1280px"
2437
- },
2438
- "name": "MdsSizeBreakpointXl",
2439
- "attributes": {
2440
- "category": "size",
2441
- "type": "breakpoint",
2442
- "item": "xl"
2443
- },
2444
- "path": [
2445
- "size",
2446
- "breakpoint",
2447
- "xl"
2448
- ]
2449
- }
2450
- },
2451
- "border": {
2452
- "width": {
2453
- "base": {
2454
- "value": "1rem",
2455
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2456
- "isSource": true,
2457
- "original": {
2458
- "value": "1px"
2459
- },
2460
- "name": "MdsSizeBorderWidthBase",
2461
- "attributes": {
2462
- "category": "size",
2463
- "type": "border",
2464
- "item": "width",
2465
- "subitem": "base"
2466
- },
2467
- "path": [
2468
- "size",
2469
- "border",
2470
- "width",
2471
- "base"
2472
- ]
2473
- },
2474
- "button": {
2475
- "value": "1rem",
2476
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2477
- "isSource": true,
2478
- "original": {
2479
- "value": "{size.border.width.base.value}"
2480
- },
2481
- "name": "MdsSizeBorderWidthButton",
2482
- "attributes": {
2483
- "category": "size",
2484
- "type": "border",
2485
- "item": "width",
2486
- "subitem": "button"
2487
- },
2488
- "path": [
2489
- "size",
2490
- "border",
2491
- "width",
2492
- "button"
2493
- ]
2494
- }
2495
- },
2496
- "radius": {
2497
- "base": {
2498
- "value": "4rem",
2499
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2500
- "isSource": true,
2501
- "original": {
2502
- "value": "4px"
2503
- },
2504
- "name": "MdsSizeBorderRadiusBase",
2505
- "attributes": {
2506
- "category": "size",
2507
- "type": "border",
2508
- "item": "radius",
2509
- "subitem": "base"
2510
- },
2511
- "path": [
2512
- "size",
2513
- "border",
2514
- "radius",
2515
- "base"
2516
- ]
2517
- },
2518
- "button": {
2519
- "value": "4rem",
2520
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2521
- "isSource": true,
2522
- "original": {
2523
- "value": "{size.border.radius.base.value}"
2524
- },
2525
- "name": "MdsSizeBorderRadiusButton",
2526
- "attributes": {
2527
- "category": "size",
2528
- "type": "border",
2529
- "item": "radius",
2530
- "subitem": "button"
2531
- },
2532
- "path": [
2533
- "size",
2534
- "border",
2535
- "radius",
2536
- "button"
2537
- ]
2538
- },
2539
- "main": {
2540
- "value": "0rem",
2541
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2542
- "isSource": true,
2543
- "original": {
2544
- "value": "0"
2545
- },
2546
- "name": "MdsSizeBorderRadiusMain",
2547
- "attributes": {
2548
- "category": "size",
2549
- "type": "border",
2550
- "item": "radius",
2551
- "subitem": "main"
2552
- },
2553
- "path": [
2554
- "size",
2555
- "border",
2556
- "radius",
2557
- "main"
2558
- ]
2559
- }
2560
- }
2561
- },
2562
- "gutter-width": {
2563
- "value": "20rem",
2564
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2565
- "isSource": true,
2566
- "original": {
2567
- "value": "20px"
2568
- },
2569
- "name": "MdsSizeGutterWidth",
2570
- "attributes": {
2571
- "category": "size",
2572
- "type": "gutter-width"
2573
- },
2574
- "path": [
2575
- "size",
2576
- "gutter-width"
2577
- ]
2578
- },
2579
- "container": {
2580
- "width": {
2581
- "value": "100rem",
2582
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2583
- "isSource": true,
2584
- "original": {
2585
- "value": "100%"
2586
- },
2587
- "name": "MdsSizeContainerWidth",
2588
- "attributes": {
2589
- "category": "size",
2590
- "type": "container",
2591
- "item": "width"
2592
- },
2593
- "path": [
2594
- "size",
2595
- "container",
2596
- "width"
2597
- ]
2598
- },
2599
- "min-width": {
2600
- "value": "0rem",
2601
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2602
- "isSource": true,
2603
- "original": {
2604
- "value": "0"
2605
- },
2606
- "name": "MdsSizeContainerMinWidth",
2607
- "attributes": {
2608
- "category": "size",
2609
- "type": "container",
2610
- "item": "min-width"
2611
- },
2612
- "path": [
2613
- "size",
2614
- "container",
2615
- "min-width"
2616
- ]
2617
- },
2618
- "max-width": {
2619
- "value": "100rem",
2620
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2621
- "isSource": true,
2622
- "original": {
2623
- "value": "100%"
2624
- },
2625
- "name": "MdsSizeContainerMaxWidth",
2626
- "attributes": {
2627
- "category": "size",
2628
- "type": "container",
2629
- "item": "max-width"
2630
- },
2631
- "path": [
2632
- "size",
2633
- "container",
2634
- "max-width"
2635
- ]
2636
- }
2637
- },
2638
- "wrapper": {
2639
- "width": {
2640
- "value": "97rem",
2641
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2642
- "isSource": true,
2643
- "original": {
2644
- "value": "97%"
2645
- },
2646
- "name": "MdsSizeWrapperWidth",
2647
- "attributes": {
2648
- "category": "size",
2649
- "type": "wrapper",
2650
- "item": "width"
2651
- },
2652
- "path": [
2653
- "size",
2654
- "wrapper",
2655
- "width"
2656
- ]
2657
- },
2658
- "max-width": {
2659
- "value": "1240rem",
2660
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2661
- "isSource": true,
2662
- "original": {
2663
- "value": "1240px"
2664
- },
2665
- "name": "MdsSizeWrapperMaxWidth",
2666
- "attributes": {
2667
- "category": "size",
2668
- "type": "wrapper",
2669
- "item": "max-width"
2670
- },
2671
- "path": [
2672
- "size",
2673
- "wrapper",
2674
- "max-width"
2675
- ]
2676
- }
2677
- },
2678
- "surface": {
2679
- "padding": {
2680
- "value": "16rem",
2681
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2682
- "isSource": true,
2683
- "original": {
2684
- "value": "16px"
2685
- },
2686
- "name": "MdsSizeSurfacePadding",
2687
- "attributes": {
2688
- "category": "size",
2689
- "type": "surface",
2690
- "item": "padding"
2691
- },
2692
- "path": [
2693
- "size",
2694
- "surface",
2695
- "padding"
2696
- ]
2697
- }
2698
- },
2699
- "main": {
2700
- "max-width": {
2701
- "value": "100rem",
2702
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2703
- "isSource": true,
2704
- "original": {
2705
- "value": "100%"
2706
- },
2707
- "name": "MdsSizeMainMaxWidth",
2708
- "attributes": {
2709
- "category": "size",
2710
- "type": "main",
2711
- "item": "max-width"
2712
- },
2713
- "path": [
2714
- "size",
2715
- "main",
2716
- "max-width"
2717
- ]
2718
- },
2719
- "padding": {
2720
- "value": "0rem",
2721
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2722
- "isSource": true,
2723
- "original": {
2724
- "value": "0"
2725
- },
2726
- "name": "MdsSizeMainPadding",
2727
- "attributes": {
2728
- "category": "size",
2729
- "type": "main",
2730
- "item": "padding"
2731
- },
2732
- "path": [
2733
- "size",
2734
- "main",
2735
- "padding"
2736
- ]
2737
- },
2738
- "margin": {
2739
- "value": "0rem",
2740
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2741
- "isSource": true,
2742
- "original": {
2743
- "value": "0 auto"
2744
- },
2745
- "name": "MdsSizeMainMargin",
2746
- "attributes": {
2747
- "category": "size",
2748
- "type": "main",
2749
- "item": "margin"
2750
- },
2751
- "path": [
2752
- "size",
2753
- "main",
2754
- "margin"
2755
- ]
2667
+ },
2668
+ "name": "MdsEmailColorButtonBorderHoverLeft",
2669
+ "attributes": {
2670
+ "category": "email",
2671
+ "type": "color",
2672
+ "item": "button",
2673
+ "subitem": "border",
2674
+ "state": "hover"
2675
+ },
2676
+ "path": [
2677
+ "email",
2678
+ "color",
2679
+ "button",
2680
+ "border",
2681
+ "hover",
2682
+ "left"
2683
+ ]
2684
+ }
2685
+ }
2686
+ }
2756
2687
  }
2757
2688
  },
2758
- "icon": {
2759
- "default": {
2760
- "value": "1rem",
2761
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2762
- "isSource": true,
2763
- "original": {
2764
- "value": "1em"
2765
- },
2766
- "name": "MdsSizeIconDefault",
2767
- "attributes": {
2768
- "category": "size",
2769
- "type": "icon",
2770
- "item": "default"
2771
- },
2772
- "path": [
2773
- "size",
2774
- "icon",
2775
- "default"
2776
- ]
2777
- },
2778
- "sm": {
2779
- "value": "16rem",
2780
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2781
- "isSource": true,
2782
- "original": {
2783
- "value": "16px"
2784
- },
2785
- "name": "MdsSizeIconSm",
2786
- "attributes": {
2787
- "category": "size",
2788
- "type": "icon",
2789
- "item": "sm"
2790
- },
2791
- "path": [
2792
- "size",
2793
- "icon",
2794
- "sm"
2795
- ]
2796
- },
2797
- "md": {
2798
- "value": "24rem",
2799
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2800
- "isSource": true,
2801
- "original": {
2802
- "value": "24px"
2803
- },
2804
- "name": "MdsSizeIconMd",
2805
- "attributes": {
2806
- "category": "size",
2807
- "type": "icon",
2808
- "item": "md"
2809
- },
2810
- "path": [
2811
- "size",
2812
- "icon",
2813
- "md"
2814
- ]
2815
- },
2816
- "lg": {
2817
- "value": "32rem",
2818
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2819
- "isSource": true,
2820
- "original": {
2821
- "value": "32px"
2822
- },
2823
- "name": "MdsSizeIconLg",
2824
- "attributes": {
2825
- "category": "size",
2826
- "type": "icon",
2827
- "item": "lg"
2828
- },
2829
- "path": [
2830
- "size",
2831
- "icon",
2832
- "lg"
2833
- ]
2834
- },
2835
- "xl": {
2836
- "value": "48rem",
2837
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2838
- "isSource": true,
2839
- "original": {
2840
- "value": "48px"
2841
- },
2842
- "name": "MdsSizeIconXl",
2843
- "attributes": {
2844
- "category": "size",
2845
- "type": "icon",
2846
- "item": "xl"
2847
- },
2848
- "path": [
2849
- "size",
2850
- "icon",
2851
- "xl"
2852
- ]
2853
- },
2854
- "xxl": {
2855
- "value": "72rem",
2856
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2857
- "isSource": true,
2858
- "original": {
2859
- "value": "72px"
2860
- },
2861
- "name": "MdsSizeIconXxl",
2862
- "attributes": {
2863
- "category": "size",
2864
- "type": "icon",
2865
- "item": "xxl"
2866
- },
2867
- "path": [
2868
- "size",
2869
- "icon",
2870
- "xxl"
2871
- ]
2689
+ "font": {
2690
+ "family": {
2691
+ "heading": {
2692
+ "1": {
2693
+ "value": "\"Helvetica\", Arial, sans-serif",
2694
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2695
+ "isSource": true,
2696
+ "original": {
2697
+ "value": "{font.family.heading.1.value}"
2698
+ },
2699
+ "name": "MdsEmailFontFamilyHeading1",
2700
+ "attributes": {
2701
+ "category": "email",
2702
+ "type": "font",
2703
+ "item": "family",
2704
+ "subitem": "heading",
2705
+ "state": "1"
2706
+ },
2707
+ "path": [
2708
+ "email",
2709
+ "font",
2710
+ "family",
2711
+ "heading",
2712
+ "1"
2713
+ ]
2714
+ },
2715
+ "2": {
2716
+ "value": "\"Helvetica\", Arial, sans-serif",
2717
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2718
+ "isSource": true,
2719
+ "original": {
2720
+ "value": "{font.family.heading.2.value}"
2721
+ },
2722
+ "name": "MdsEmailFontFamilyHeading2",
2723
+ "attributes": {
2724
+ "category": "email",
2725
+ "type": "font",
2726
+ "item": "family",
2727
+ "subitem": "heading",
2728
+ "state": "2"
2729
+ },
2730
+ "path": [
2731
+ "email",
2732
+ "font",
2733
+ "family",
2734
+ "heading",
2735
+ "2"
2736
+ ]
2737
+ },
2738
+ "3": {
2739
+ "value": "\"Helvetica\", Arial, sans-serif",
2740
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2741
+ "isSource": true,
2742
+ "original": {
2743
+ "value": "{font.family.heading.3.value}"
2744
+ },
2745
+ "name": "MdsEmailFontFamilyHeading3",
2746
+ "attributes": {
2747
+ "category": "email",
2748
+ "type": "font",
2749
+ "item": "family",
2750
+ "subitem": "heading",
2751
+ "state": "3"
2752
+ },
2753
+ "path": [
2754
+ "email",
2755
+ "font",
2756
+ "family",
2757
+ "heading",
2758
+ "3"
2759
+ ]
2760
+ },
2761
+ "base": {
2762
+ "value": "\"Helvetica\", Arial, sans-serif",
2763
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2764
+ "isSource": true,
2765
+ "original": {
2766
+ "value": "{font.family.heading.base.value}"
2767
+ },
2768
+ "name": "MdsEmailFontFamilyHeadingBase",
2769
+ "attributes": {
2770
+ "category": "email",
2771
+ "type": "font",
2772
+ "item": "family",
2773
+ "subitem": "heading",
2774
+ "state": "base"
2775
+ },
2776
+ "path": [
2777
+ "email",
2778
+ "font",
2779
+ "family",
2780
+ "heading",
2781
+ "base"
2782
+ ]
2783
+ }
2784
+ }
2872
2785
  }
2873
2786
  },
2874
- "height": {
2875
- "ad-container": {
2876
- "leaderboard": {
2877
- "min": {
2878
- "value": "0rem",
2879
- "filePath": "/app/packages/@madgex.design-system/src/tokens/size.json",
2787
+ "size": {
2788
+ "button": {
2789
+ "border": {
2790
+ "radius": {
2791
+ "value": "4px",
2792
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2880
2793
  "isSource": true,
2881
2794
  "original": {
2882
- "value": "0"
2795
+ "value": "{size.border.radius.button.value}"
2883
2796
  },
2884
- "name": "MdsSizeHeightAdContainerLeaderboardMin",
2797
+ "name": "MdsEmailSizeButtonBorderRadius",
2885
2798
  "attributes": {
2886
- "category": "size",
2887
- "type": "height",
2888
- "item": "ad-container",
2889
- "subitem": "leaderboard",
2890
- "state": "min"
2799
+ "category": "email",
2800
+ "type": "size",
2801
+ "item": "button",
2802
+ "subitem": "border",
2803
+ "state": "radius"
2891
2804
  },
2892
2805
  "path": [
2806
+ "email",
2893
2807
  "size",
2894
- "height",
2895
- "ad-container",
2896
- "leaderboard",
2897
- "min"
2808
+ "button",
2809
+ "border",
2810
+ "radius"
2811
+ ]
2812
+ },
2813
+ "width": {
2814
+ "value": "1px",
2815
+ "filePath": "/app/packages/@madgex.design-system/src/tokens/email.json",
2816
+ "isSource": true,
2817
+ "original": {
2818
+ "value": "{size.border.width.button.value}"
2819
+ },
2820
+ "name": "MdsEmailSizeButtonBorderWidth",
2821
+ "attributes": {
2822
+ "category": "email",
2823
+ "type": "size",
2824
+ "item": "button",
2825
+ "subitem": "border",
2826
+ "state": "width"
2827
+ },
2828
+ "path": [
2829
+ "email",
2830
+ "size",
2831
+ "button",
2832
+ "border",
2833
+ "width"
2898
2834
  ]
2899
2835
  }
2900
2836
  }
@@ -3210,7 +3146,7 @@ module.exports = {
3210
3146
  "canon": {
3211
3147
  "default": {
3212
3148
  "size": {
3213
- "value": "28px",
3149
+ "value": "1.75rem",
3214
3150
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3215
3151
  "isSource": true,
3216
3152
  "original": {
@@ -3258,7 +3194,7 @@ module.exports = {
3258
3194
  },
3259
3195
  "sm": {
3260
3196
  "size": {
3261
- "value": "32px",
3197
+ "value": "2rem",
3262
3198
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3263
3199
  "isSource": true,
3264
3200
  "original": {
@@ -3306,7 +3242,7 @@ module.exports = {
3306
3242
  },
3307
3243
  "md": {
3308
3244
  "size": {
3309
- "value": "52px",
3245
+ "value": "3.25rem",
3310
3246
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3311
3247
  "isSource": true,
3312
3248
  "original": {
@@ -3354,7 +3290,7 @@ module.exports = {
3354
3290
  },
3355
3291
  "lg": {
3356
3292
  "size": {
3357
- "value": "44px",
3293
+ "value": "2.75rem",
3358
3294
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3359
3295
  "isSource": true,
3360
3296
  "original": {
@@ -3404,7 +3340,7 @@ module.exports = {
3404
3340
  "trafalgar": {
3405
3341
  "default": {
3406
3342
  "size": {
3407
- "value": "20px",
3343
+ "value": "1.25rem",
3408
3344
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3409
3345
  "isSource": true,
3410
3346
  "original": {
@@ -3452,7 +3388,7 @@ module.exports = {
3452
3388
  },
3453
3389
  "sm": {
3454
3390
  "size": {
3455
- "value": "24px",
3391
+ "value": "1.5rem",
3456
3392
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3457
3393
  "isSource": true,
3458
3394
  "original": {
@@ -3500,7 +3436,7 @@ module.exports = {
3500
3436
  },
3501
3437
  "md": {
3502
3438
  "size": {
3503
- "value": "36px",
3439
+ "value": "2.25rem",
3504
3440
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3505
3441
  "isSource": true,
3506
3442
  "original": {
@@ -3548,7 +3484,7 @@ module.exports = {
3548
3484
  },
3549
3485
  "lg": {
3550
3486
  "size": {
3551
- "value": "32px",
3487
+ "value": "2rem",
3552
3488
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3553
3489
  "isSource": true,
3554
3490
  "original": {
@@ -3598,7 +3534,7 @@ module.exports = {
3598
3534
  "paragon": {
3599
3535
  "default": {
3600
3536
  "size": {
3601
- "value": "20px",
3537
+ "value": "1.25rem",
3602
3538
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3603
3539
  "isSource": true,
3604
3540
  "original": {
@@ -3646,7 +3582,7 @@ module.exports = {
3646
3582
  },
3647
3583
  "sm": {
3648
3584
  "size": {
3649
- "value": "22px",
3585
+ "value": "1.375rem",
3650
3586
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3651
3587
  "isSource": true,
3652
3588
  "original": {
@@ -3694,7 +3630,7 @@ module.exports = {
3694
3630
  },
3695
3631
  "md": {
3696
3632
  "size": {
3697
- "value": "28px",
3633
+ "value": "1.75rem",
3698
3634
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3699
3635
  "isSource": true,
3700
3636
  "original": {
@@ -3742,7 +3678,7 @@ module.exports = {
3742
3678
  },
3743
3679
  "lg": {
3744
3680
  "size": {
3745
- "value": "28px",
3681
+ "value": "1.75rem",
3746
3682
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3747
3683
  "isSource": true,
3748
3684
  "original": {
@@ -3792,7 +3728,7 @@ module.exports = {
3792
3728
  "double-pica": {
3793
3729
  "default": {
3794
3730
  "size": {
3795
- "value": "20px",
3731
+ "value": "1.25rem",
3796
3732
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3797
3733
  "isSource": true,
3798
3734
  "original": {
@@ -3840,7 +3776,7 @@ module.exports = {
3840
3776
  },
3841
3777
  "sm": {
3842
3778
  "size": {
3843
- "value": "20px",
3779
+ "value": "1.25rem",
3844
3780
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3845
3781
  "isSource": true,
3846
3782
  "original": {
@@ -3888,7 +3824,7 @@ module.exports = {
3888
3824
  },
3889
3825
  "md": {
3890
3826
  "size": {
3891
- "value": "26px",
3827
+ "value": "1.625rem",
3892
3828
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3893
3829
  "isSource": true,
3894
3830
  "original": {
@@ -3936,7 +3872,7 @@ module.exports = {
3936
3872
  },
3937
3873
  "lg": {
3938
3874
  "size": {
3939
- "value": "24px",
3875
+ "value": "1.5rem",
3940
3876
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3941
3877
  "isSource": true,
3942
3878
  "original": {
@@ -3986,7 +3922,7 @@ module.exports = {
3986
3922
  "great-primer": {
3987
3923
  "default": {
3988
3924
  "size": {
3989
- "value": "18px",
3925
+ "value": "1.125rem",
3990
3926
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
3991
3927
  "isSource": true,
3992
3928
  "original": {
@@ -4034,7 +3970,7 @@ module.exports = {
4034
3970
  },
4035
3971
  "sm": {
4036
3972
  "size": {
4037
- "value": "18px",
3973
+ "value": "1.125rem",
4038
3974
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4039
3975
  "isSource": true,
4040
3976
  "original": {
@@ -4082,7 +4018,7 @@ module.exports = {
4082
4018
  },
4083
4019
  "md": {
4084
4020
  "size": {
4085
- "value": "21px",
4021
+ "value": "1.3125rem",
4086
4022
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4087
4023
  "isSource": true,
4088
4024
  "original": {
@@ -4130,7 +4066,7 @@ module.exports = {
4130
4066
  },
4131
4067
  "lg": {
4132
4068
  "size": {
4133
- "value": "20px",
4069
+ "value": "1.25rem",
4134
4070
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4135
4071
  "isSource": true,
4136
4072
  "original": {
@@ -4180,7 +4116,7 @@ module.exports = {
4180
4116
  "body-copy": {
4181
4117
  "default": {
4182
4118
  "size": {
4183
- "value": "16px",
4119
+ "value": "1rem",
4184
4120
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4185
4121
  "isSource": true,
4186
4122
  "original": {
@@ -4228,7 +4164,7 @@ module.exports = {
4228
4164
  },
4229
4165
  "sm": {
4230
4166
  "size": {
4231
- "value": "16px",
4167
+ "value": "1rem",
4232
4168
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4233
4169
  "isSource": true,
4234
4170
  "original": {
@@ -4276,7 +4212,7 @@ module.exports = {
4276
4212
  },
4277
4213
  "md": {
4278
4214
  "size": {
4279
- "value": "18px",
4215
+ "value": "1.125rem",
4280
4216
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4281
4217
  "isSource": true,
4282
4218
  "original": {
@@ -4324,7 +4260,7 @@ module.exports = {
4324
4260
  },
4325
4261
  "lg": {
4326
4262
  "size": {
4327
- "value": "16px",
4263
+ "value": "1rem",
4328
4264
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4329
4265
  "isSource": true,
4330
4266
  "original": {
@@ -4374,7 +4310,7 @@ module.exports = {
4374
4310
  "body-copy-bulk": {
4375
4311
  "default": {
4376
4312
  "size": {
4377
- "value": "16px",
4313
+ "value": "1rem",
4378
4314
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4379
4315
  "isSource": true,
4380
4316
  "original": {
@@ -4422,7 +4358,7 @@ module.exports = {
4422
4358
  },
4423
4359
  "sm": {
4424
4360
  "size": {
4425
- "value": "16px",
4361
+ "value": "1rem",
4426
4362
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4427
4363
  "isSource": true,
4428
4364
  "original": {
@@ -4470,7 +4406,7 @@ module.exports = {
4470
4406
  },
4471
4407
  "md": {
4472
4408
  "size": {
4473
- "value": "18px",
4409
+ "value": "1.125rem",
4474
4410
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4475
4411
  "isSource": true,
4476
4412
  "original": {
@@ -4518,7 +4454,7 @@ module.exports = {
4518
4454
  },
4519
4455
  "lg": {
4520
4456
  "size": {
4521
- "value": "16px",
4457
+ "value": "1rem",
4522
4458
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4523
4459
  "isSource": true,
4524
4460
  "original": {
@@ -4568,7 +4504,7 @@ module.exports = {
4568
4504
  "pica": {
4569
4505
  "default": {
4570
4506
  "size": {
4571
- "value": "15px",
4507
+ "value": "0.9375rem",
4572
4508
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4573
4509
  "isSource": true,
4574
4510
  "original": {
@@ -4616,7 +4552,7 @@ module.exports = {
4616
4552
  },
4617
4553
  "sm": {
4618
4554
  "size": {
4619
- "value": "16px",
4555
+ "value": "1rem",
4620
4556
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4621
4557
  "isSource": true,
4622
4558
  "original": {
@@ -4664,7 +4600,7 @@ module.exports = {
4664
4600
  },
4665
4601
  "md": {
4666
4602
  "size": {
4667
- "value": "18px",
4603
+ "value": "1.125rem",
4668
4604
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4669
4605
  "isSource": true,
4670
4606
  "original": {
@@ -4712,7 +4648,7 @@ module.exports = {
4712
4648
  },
4713
4649
  "lg": {
4714
4650
  "size": {
4715
- "value": "16px",
4651
+ "value": "1rem",
4716
4652
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4717
4653
  "isSource": true,
4718
4654
  "original": {
@@ -4762,7 +4698,7 @@ module.exports = {
4762
4698
  "long-primer": {
4763
4699
  "default": {
4764
4700
  "size": {
4765
- "value": "15px",
4701
+ "value": "0.9375rem",
4766
4702
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4767
4703
  "isSource": true,
4768
4704
  "original": {
@@ -4810,7 +4746,7 @@ module.exports = {
4810
4746
  },
4811
4747
  "sm": {
4812
4748
  "size": {
4813
- "value": "15px",
4749
+ "value": "0.9375rem",
4814
4750
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4815
4751
  "isSource": true,
4816
4752
  "original": {
@@ -4858,7 +4794,7 @@ module.exports = {
4858
4794
  },
4859
4795
  "md": {
4860
4796
  "size": {
4861
- "value": "15px",
4797
+ "value": "0.9375rem",
4862
4798
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4863
4799
  "isSource": true,
4864
4800
  "original": {
@@ -4906,7 +4842,7 @@ module.exports = {
4906
4842
  },
4907
4843
  "lg": {
4908
4844
  "size": {
4909
- "value": "14px",
4845
+ "value": "0.875rem",
4910
4846
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4911
4847
  "isSource": true,
4912
4848
  "original": {
@@ -4956,7 +4892,7 @@ module.exports = {
4956
4892
  "brevier": {
4957
4893
  "default": {
4958
4894
  "size": {
4959
- "value": "14px",
4895
+ "value": "0.875rem",
4960
4896
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
4961
4897
  "isSource": true,
4962
4898
  "original": {
@@ -5004,7 +4940,7 @@ module.exports = {
5004
4940
  },
5005
4941
  "sm": {
5006
4942
  "size": {
5007
- "value": "14px",
4943
+ "value": "0.875rem",
5008
4944
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5009
4945
  "isSource": true,
5010
4946
  "original": {
@@ -5052,7 +4988,7 @@ module.exports = {
5052
4988
  },
5053
4989
  "md": {
5054
4990
  "size": {
5055
- "value": "14px",
4991
+ "value": "0.875rem",
5056
4992
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5057
4993
  "isSource": true,
5058
4994
  "original": {
@@ -5100,7 +5036,7 @@ module.exports = {
5100
5036
  },
5101
5037
  "lg": {
5102
5038
  "size": {
5103
- "value": "13px",
5039
+ "value": "0.8125rem",
5104
5040
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5105
5041
  "isSource": true,
5106
5042
  "original": {
@@ -5150,7 +5086,7 @@ module.exports = {
5150
5086
  "minion": {
5151
5087
  "default": {
5152
5088
  "size": {
5153
- "value": "12px",
5089
+ "value": "0.75rem",
5154
5090
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5155
5091
  "isSource": true,
5156
5092
  "original": {
@@ -5198,7 +5134,7 @@ module.exports = {
5198
5134
  },
5199
5135
  "sm": {
5200
5136
  "size": {
5201
- "value": "12px",
5137
+ "value": "0.75rem",
5202
5138
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5203
5139
  "isSource": true,
5204
5140
  "original": {
@@ -5246,7 +5182,7 @@ module.exports = {
5246
5182
  },
5247
5183
  "md": {
5248
5184
  "size": {
5249
- "value": "13px",
5185
+ "value": "0.8125rem",
5250
5186
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5251
5187
  "isSource": true,
5252
5188
  "original": {
@@ -5294,7 +5230,7 @@ module.exports = {
5294
5230
  },
5295
5231
  "lg": {
5296
5232
  "size": {
5297
- "value": "12px",
5233
+ "value": "0.75rem",
5298
5234
  "filePath": "/app/packages/@madgex.design-system/src/tokens/typography.json",
5299
5235
  "isSource": true,
5300
5236
  "original": {
@@ -5366,4 +5302,4 @@ module.exports = {
5366
5302
  }
5367
5303
  }
5368
5304
  }
5369
- };
5305
+ };