@madgex/design-system 1.11.0 → 1.13.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.
- package/dist/_tokens/css/_tokens.css +16 -8
- package/dist/_tokens/js/_tokens-module.js +219 -69
- package/dist/_tokens/scss/_tokens.scss +38 -14
- package/dist/css/index.css +2848 -2303
- package/fractal-theme/assets/css/styles.css +14 -1
- package/package.json +5 -5
- package/src/components/button/button.scss +10 -6
- package/src/components/tabs/tabs.scss +6 -6
- package/src/helpers/borders/README.md +26 -0
- package/src/helpers/borders/borders.njk +13 -0
- package/src/helpers/display/README.md +8 -0
- package/src/helpers/display/display.njk +14 -0
- package/src/helpers/floats/README.md +8 -0
- package/src/helpers/floats/floats.njk +5 -0
- package/src/helpers/text-align/README.md +8 -0
- package/src/helpers/text-align/text-align.njk +4 -0
- package/src/layout/containers/README.md +6 -0
- package/src/layout/containers/containers.njk +13 -0
- package/src/scss/core/__index.scss +1 -0
- package/src/scss/core/_containers.scss +31 -0
- package/src/scss/core/_defaults.scss +16 -6
- package/src/scss/helpers/__index.scss +4 -0
- package/src/scss/helpers/_borders.scss +100 -0
- package/src/scss/helpers/_display.scss +35 -0
- package/src/scss/helpers/_floats.scss +18 -0
- package/src/scss/helpers/_text-align.scss +18 -0
- package/src/scss/index.scss +3 -2
- package/src/scss/resets/__index.scss +96 -0
- package/src/scss/utilities/_mixins.scss +24 -0
- package/src/scss/vendor/_normalize.scss +0 -10
- package/src/tokens/color.json +62 -53
- package/src/tokens/size.json +30 -3
- package/src/typography/lists.njk +9 -3
- /package/src/{layout → helpers}/spacing/README.md +0 -0
- /package/src/{layout → helpers}/spacing/spacing.njk +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jul 2019 11:26:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--mds-color-brand-1-dark: #15598e;
|
|
11
11
|
--mds-color-brand-1-darkest: #082135;
|
|
12
12
|
--mds-color-brand-2-base: #f0af11;
|
|
13
|
-
--mds-color-brand-2-light: #
|
|
13
|
+
--mds-color-brand-2-light: #f0af11;
|
|
14
14
|
--mds-color-brand-2-lightest: #fdf7e7;
|
|
15
15
|
--mds-color-brand-2-dark: #c28d0c;
|
|
16
16
|
--mds-color-brand-2-darkest: #3a2a04;
|
|
@@ -19,16 +19,17 @@
|
|
|
19
19
|
--mds-color-brand-3-lightest: #e8fcfb;
|
|
20
20
|
--mds-color-brand-3-dark: #119389;
|
|
21
21
|
--mds-color-brand-3-darkest: #063733;
|
|
22
|
-
--mds-color-background-body: #
|
|
22
|
+
--mds-color-background-body: #ffffff;
|
|
23
23
|
--mds-color-background-site-container: #f0f0f0;
|
|
24
24
|
--mds-color-background-surface: #ffffff;
|
|
25
|
-
--mds-color-
|
|
26
|
-
--mds-color-
|
|
27
|
-
--mds-color-white: #ffffff;
|
|
28
|
-
--mds-color-black: #000000;
|
|
25
|
+
--mds-color-neutral-white: #ffffff;
|
|
26
|
+
--mds-color-neutral-black: #000000;
|
|
29
27
|
--mds-color-neutral-base: #979797;
|
|
30
28
|
--mds-color-neutral-lightest: #f0f0f0;
|
|
31
29
|
--mds-color-neutral-darker: #333333;
|
|
30
|
+
--mds-color-text-base: #222222;
|
|
31
|
+
--mds-color-text-invert: #ffffff;
|
|
32
|
+
--mds-color-border: #979797;
|
|
32
33
|
--mds-font-family-base: "Helvetica", Arial, sans-serif;
|
|
33
34
|
--mds-font-type-canon-default-size: 28px;
|
|
34
35
|
--mds-font-type-canon-default-line-height: 1.15;
|
|
@@ -116,6 +117,13 @@
|
|
|
116
117
|
--mds-size-breakpoint-lg: 1008px;
|
|
117
118
|
--mds-size-breakpoint-xl: 1280px;
|
|
118
119
|
--mds-size-border-width: 1px;
|
|
119
|
-
--mds-size-border-radius:
|
|
120
|
+
--mds-size-border-radius: 4px;
|
|
120
121
|
--mds-size-gutter-width: 20px;
|
|
122
|
+
--mds-size-container-width: 100%;
|
|
123
|
+
--mds-size-container-min-width: 0;
|
|
124
|
+
--mds-size-container-max-width: 100%;
|
|
125
|
+
--mds-size-wrapper-width: 100%;
|
|
126
|
+
--mds-size-wrapper-max-width: 1280px;
|
|
127
|
+
--mds-size-wrapper-padding: 2.5%;
|
|
128
|
+
--mds-size-surface-padding: 20px;
|
|
121
129
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jul 2019 11:26:49 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -132,11 +132,11 @@ module.exports = {
|
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
134
|
"light": {
|
|
135
|
-
"value": "#f3bf41",
|
|
136
135
|
"scssColorFunction": "lighten($mds-color-brand-2-base,10%)",
|
|
136
|
+
"value": "#f0af11",
|
|
137
137
|
"original": {
|
|
138
|
-
"
|
|
139
|
-
"
|
|
138
|
+
"scssColorFunction": "lighten($mds-color-brand-2-base,10%)",
|
|
139
|
+
"value": "{color.brand.2.base.value}"
|
|
140
140
|
},
|
|
141
141
|
"name": "MdsColorBrand2Light",
|
|
142
142
|
"attributes": {
|
|
@@ -324,9 +324,9 @@ module.exports = {
|
|
|
324
324
|
},
|
|
325
325
|
"background": {
|
|
326
326
|
"body": {
|
|
327
|
-
"value": "#
|
|
327
|
+
"value": "#ffffff",
|
|
328
328
|
"original": {
|
|
329
|
-
"value": "{color.
|
|
329
|
+
"value": "{color.neutral.white.value}"
|
|
330
330
|
},
|
|
331
331
|
"name": "MdsColorBackgroundBody",
|
|
332
332
|
"attributes": {
|
|
@@ -343,7 +343,7 @@ module.exports = {
|
|
|
343
343
|
"site-container": {
|
|
344
344
|
"value": "#f0f0f0",
|
|
345
345
|
"original": {
|
|
346
|
-
"value": "
|
|
346
|
+
"value": "{color.neutral.lightest.value}"
|
|
347
347
|
},
|
|
348
348
|
"name": "MdsColorBackgroundSiteContainer",
|
|
349
349
|
"attributes": {
|
|
@@ -360,7 +360,7 @@ module.exports = {
|
|
|
360
360
|
"surface": {
|
|
361
361
|
"value": "#ffffff",
|
|
362
362
|
"original": {
|
|
363
|
-
"value": "
|
|
363
|
+
"value": "{color.neutral.white.value}"
|
|
364
364
|
},
|
|
365
365
|
"name": "MdsColorBackgroundSurface",
|
|
366
366
|
"attributes": {
|
|
@@ -375,67 +375,41 @@ module.exports = {
|
|
|
375
375
|
]
|
|
376
376
|
}
|
|
377
377
|
},
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
"original": {
|
|
396
|
-
"value": "{color.neutral.base.value}"
|
|
397
|
-
},
|
|
398
|
-
"name": "MdsColorBorder",
|
|
399
|
-
"attributes": {
|
|
400
|
-
"category": "color",
|
|
401
|
-
"type": "border"
|
|
402
|
-
},
|
|
403
|
-
"path": [
|
|
404
|
-
"color",
|
|
405
|
-
"border"
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
|
-
"white": {
|
|
409
|
-
"value": "#ffffff",
|
|
410
|
-
"original": {
|
|
411
|
-
"value": "#FFFFFF"
|
|
412
|
-
},
|
|
413
|
-
"name": "MdsColorWhite",
|
|
414
|
-
"attributes": {
|
|
415
|
-
"category": "color",
|
|
416
|
-
"type": "white"
|
|
417
|
-
},
|
|
418
|
-
"path": [
|
|
419
|
-
"color",
|
|
420
|
-
"white"
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
"black": {
|
|
424
|
-
"value": "#000000",
|
|
425
|
-
"original": {
|
|
426
|
-
"value": "#000000"
|
|
378
|
+
"neutral": {
|
|
379
|
+
"white": {
|
|
380
|
+
"value": "#ffffff",
|
|
381
|
+
"original": {
|
|
382
|
+
"value": "#FFFFFF"
|
|
383
|
+
},
|
|
384
|
+
"name": "MdsColorNeutralWhite",
|
|
385
|
+
"attributes": {
|
|
386
|
+
"category": "color",
|
|
387
|
+
"type": "neutral",
|
|
388
|
+
"item": "white"
|
|
389
|
+
},
|
|
390
|
+
"path": [
|
|
391
|
+
"color",
|
|
392
|
+
"neutral",
|
|
393
|
+
"white"
|
|
394
|
+
]
|
|
427
395
|
},
|
|
428
|
-
"
|
|
429
|
-
|
|
430
|
-
"
|
|
431
|
-
|
|
396
|
+
"black": {
|
|
397
|
+
"value": "#000000",
|
|
398
|
+
"original": {
|
|
399
|
+
"value": "#000000"
|
|
400
|
+
},
|
|
401
|
+
"name": "MdsColorNeutralBlack",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"category": "color",
|
|
404
|
+
"type": "neutral",
|
|
405
|
+
"item": "black"
|
|
406
|
+
},
|
|
407
|
+
"path": [
|
|
408
|
+
"color",
|
|
409
|
+
"neutral",
|
|
410
|
+
"black"
|
|
411
|
+
]
|
|
432
412
|
},
|
|
433
|
-
"path": [
|
|
434
|
-
"color",
|
|
435
|
-
"black"
|
|
436
|
-
]
|
|
437
|
-
},
|
|
438
|
-
"neutral": {
|
|
439
413
|
"base": {
|
|
440
414
|
"value": "#979797",
|
|
441
415
|
"original": {
|
|
@@ -487,6 +461,57 @@ module.exports = {
|
|
|
487
461
|
"darker"
|
|
488
462
|
]
|
|
489
463
|
}
|
|
464
|
+
},
|
|
465
|
+
"text": {
|
|
466
|
+
"base": {
|
|
467
|
+
"value": "#222222",
|
|
468
|
+
"original": {
|
|
469
|
+
"value": "#222"
|
|
470
|
+
},
|
|
471
|
+
"name": "MdsColorTextBase",
|
|
472
|
+
"attributes": {
|
|
473
|
+
"category": "color",
|
|
474
|
+
"type": "text",
|
|
475
|
+
"item": "base"
|
|
476
|
+
},
|
|
477
|
+
"path": [
|
|
478
|
+
"color",
|
|
479
|
+
"text",
|
|
480
|
+
"base"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"invert": {
|
|
484
|
+
"value": "#ffffff",
|
|
485
|
+
"original": {
|
|
486
|
+
"value": "{color.neutral.white.value}"
|
|
487
|
+
},
|
|
488
|
+
"name": "MdsColorTextInvert",
|
|
489
|
+
"attributes": {
|
|
490
|
+
"category": "color",
|
|
491
|
+
"type": "text",
|
|
492
|
+
"item": "invert"
|
|
493
|
+
},
|
|
494
|
+
"path": [
|
|
495
|
+
"color",
|
|
496
|
+
"text",
|
|
497
|
+
"invert"
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"border": {
|
|
502
|
+
"value": "#979797",
|
|
503
|
+
"original": {
|
|
504
|
+
"value": "{color.neutral.base.value}"
|
|
505
|
+
},
|
|
506
|
+
"name": "MdsColorBorder",
|
|
507
|
+
"attributes": {
|
|
508
|
+
"category": "color",
|
|
509
|
+
"type": "border"
|
|
510
|
+
},
|
|
511
|
+
"path": [
|
|
512
|
+
"color",
|
|
513
|
+
"border"
|
|
514
|
+
]
|
|
490
515
|
}
|
|
491
516
|
},
|
|
492
517
|
"font": {
|
|
@@ -2397,9 +2422,9 @@ module.exports = {
|
|
|
2397
2422
|
]
|
|
2398
2423
|
},
|
|
2399
2424
|
"radius": {
|
|
2400
|
-
"value": "
|
|
2425
|
+
"value": "4rem",
|
|
2401
2426
|
"original": {
|
|
2402
|
-
"value": "
|
|
2427
|
+
"value": "4px"
|
|
2403
2428
|
},
|
|
2404
2429
|
"name": "MdsSizeBorderRadius",
|
|
2405
2430
|
"attributes": {
|
|
@@ -2428,6 +2453,131 @@ module.exports = {
|
|
|
2428
2453
|
"size",
|
|
2429
2454
|
"gutter-width"
|
|
2430
2455
|
]
|
|
2456
|
+
},
|
|
2457
|
+
"container": {
|
|
2458
|
+
"width": {
|
|
2459
|
+
"value": "100rem",
|
|
2460
|
+
"original": {
|
|
2461
|
+
"value": "100%"
|
|
2462
|
+
},
|
|
2463
|
+
"name": "MdsSizeContainerWidth",
|
|
2464
|
+
"attributes": {
|
|
2465
|
+
"category": "size",
|
|
2466
|
+
"type": "container",
|
|
2467
|
+
"item": "width"
|
|
2468
|
+
},
|
|
2469
|
+
"path": [
|
|
2470
|
+
"size",
|
|
2471
|
+
"container",
|
|
2472
|
+
"width"
|
|
2473
|
+
]
|
|
2474
|
+
},
|
|
2475
|
+
"min-width": {
|
|
2476
|
+
"value": "0rem",
|
|
2477
|
+
"original": {
|
|
2478
|
+
"value": "0"
|
|
2479
|
+
},
|
|
2480
|
+
"name": "MdsSizeContainerMinWidth",
|
|
2481
|
+
"attributes": {
|
|
2482
|
+
"category": "size",
|
|
2483
|
+
"type": "container",
|
|
2484
|
+
"item": "min-width"
|
|
2485
|
+
},
|
|
2486
|
+
"path": [
|
|
2487
|
+
"size",
|
|
2488
|
+
"container",
|
|
2489
|
+
"min-width"
|
|
2490
|
+
]
|
|
2491
|
+
},
|
|
2492
|
+
"max-width": {
|
|
2493
|
+
"value": "100rem",
|
|
2494
|
+
"original": {
|
|
2495
|
+
"value": "100%"
|
|
2496
|
+
},
|
|
2497
|
+
"name": "MdsSizeContainerMaxWidth",
|
|
2498
|
+
"attributes": {
|
|
2499
|
+
"category": "size",
|
|
2500
|
+
"type": "container",
|
|
2501
|
+
"item": "max-width"
|
|
2502
|
+
},
|
|
2503
|
+
"path": [
|
|
2504
|
+
"size",
|
|
2505
|
+
"container",
|
|
2506
|
+
"max-width"
|
|
2507
|
+
]
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
"wrapper": {
|
|
2511
|
+
"width": {
|
|
2512
|
+
"value": "100rem",
|
|
2513
|
+
"original": {
|
|
2514
|
+
"value": "100%"
|
|
2515
|
+
},
|
|
2516
|
+
"name": "MdsSizeWrapperWidth",
|
|
2517
|
+
"attributes": {
|
|
2518
|
+
"category": "size",
|
|
2519
|
+
"type": "wrapper",
|
|
2520
|
+
"item": "width"
|
|
2521
|
+
},
|
|
2522
|
+
"path": [
|
|
2523
|
+
"size",
|
|
2524
|
+
"wrapper",
|
|
2525
|
+
"width"
|
|
2526
|
+
]
|
|
2527
|
+
},
|
|
2528
|
+
"max-width": {
|
|
2529
|
+
"value": "1280rem",
|
|
2530
|
+
"original": {
|
|
2531
|
+
"value": "1280px"
|
|
2532
|
+
},
|
|
2533
|
+
"name": "MdsSizeWrapperMaxWidth",
|
|
2534
|
+
"attributes": {
|
|
2535
|
+
"category": "size",
|
|
2536
|
+
"type": "wrapper",
|
|
2537
|
+
"item": "max-width"
|
|
2538
|
+
},
|
|
2539
|
+
"path": [
|
|
2540
|
+
"size",
|
|
2541
|
+
"wrapper",
|
|
2542
|
+
"max-width"
|
|
2543
|
+
]
|
|
2544
|
+
},
|
|
2545
|
+
"padding": {
|
|
2546
|
+
"value": "2.5rem",
|
|
2547
|
+
"original": {
|
|
2548
|
+
"value": "2.5%"
|
|
2549
|
+
},
|
|
2550
|
+
"name": "MdsSizeWrapperPadding",
|
|
2551
|
+
"attributes": {
|
|
2552
|
+
"category": "size",
|
|
2553
|
+
"type": "wrapper",
|
|
2554
|
+
"item": "padding"
|
|
2555
|
+
},
|
|
2556
|
+
"path": [
|
|
2557
|
+
"size",
|
|
2558
|
+
"wrapper",
|
|
2559
|
+
"padding"
|
|
2560
|
+
]
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"surface": {
|
|
2564
|
+
"padding": {
|
|
2565
|
+
"value": "20rem",
|
|
2566
|
+
"original": {
|
|
2567
|
+
"value": "20px"
|
|
2568
|
+
},
|
|
2569
|
+
"name": "MdsSizeSurfacePadding",
|
|
2570
|
+
"attributes": {
|
|
2571
|
+
"category": "size",
|
|
2572
|
+
"type": "surface",
|
|
2573
|
+
"item": "padding"
|
|
2574
|
+
},
|
|
2575
|
+
"path": [
|
|
2576
|
+
"size",
|
|
2577
|
+
"surface",
|
|
2578
|
+
"padding"
|
|
2579
|
+
]
|
|
2580
|
+
}
|
|
2431
2581
|
}
|
|
2432
2582
|
}
|
|
2433
2583
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on
|
|
4
|
+
Generated on Thu, 11 Jul 2019 11:26:49 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$mds-color-brand-1-base: #1b75bb !default;
|
|
@@ -10,7 +10,7 @@ $mds-color-brand-1-lightest: lighten($mds-color-brand-1-base,(95% - lightness($m
|
|
|
10
10
|
$mds-color-brand-1-dark: darken($mds-color-brand-1-base,10%) !default;
|
|
11
11
|
$mds-color-brand-1-darkest: darken($mds-color-brand-1-base,(lightness($mds-color-brand-1-base) - 12%)) !default;
|
|
12
12
|
$mds-color-brand-2-base: #f0af11 !default;
|
|
13
|
-
$mds-color-brand-2-light:
|
|
13
|
+
$mds-color-brand-2-light: #f0af11 !default;
|
|
14
14
|
$mds-color-brand-2-lightest: lighten($mds-color-brand-2-base,(95% - lightness($mds-color-brand-2-base))) !default;
|
|
15
15
|
$mds-color-brand-2-dark: darken($mds-color-brand-2-base,10%) !default;
|
|
16
16
|
$mds-color-brand-2-darkest: darken($mds-color-brand-2-base,(lightness($mds-color-brand-2-base) - 12%)) !default;
|
|
@@ -19,16 +19,17 @@ $mds-color-brand-3-light: lighten($mds-color-brand-3-base,10%) !default;
|
|
|
19
19
|
$mds-color-brand-3-lightest: lighten($mds-color-brand-3-base,(95% - lightness($mds-color-brand-3-base))) !default;
|
|
20
20
|
$mds-color-brand-3-dark: darken($mds-color-brand-3-base,10%) !default;
|
|
21
21
|
$mds-color-brand-3-darkest: darken($mds-color-brand-3-base,(lightness($mds-color-brand-3-base) - 12%)) !default;
|
|
22
|
-
$mds-color-background-body: #
|
|
22
|
+
$mds-color-background-body: #ffffff !default;
|
|
23
23
|
$mds-color-background-site-container: #f0f0f0 !default;
|
|
24
24
|
$mds-color-background-surface: #ffffff !default;
|
|
25
|
-
$mds-color-
|
|
26
|
-
$mds-color-
|
|
27
|
-
$mds-color-white: #ffffff !default;
|
|
28
|
-
$mds-color-black: #000000 !default;
|
|
25
|
+
$mds-color-neutral-white: #ffffff !default;
|
|
26
|
+
$mds-color-neutral-black: #000000 !default;
|
|
29
27
|
$mds-color-neutral-base: #979797 !default;
|
|
30
28
|
$mds-color-neutral-lightest: #f0f0f0 !default;
|
|
31
29
|
$mds-color-neutral-darker: #333333 !default;
|
|
30
|
+
$mds-color-text-base: #222222 !default;
|
|
31
|
+
$mds-color-text-invert: #ffffff !default;
|
|
32
|
+
$mds-color-border: #979797 !default;
|
|
32
33
|
$mds-font-family-base: "Helvetica", Arial, sans-serif !default;
|
|
33
34
|
$mds-font-type-canon-default-size: 28px !default;
|
|
34
35
|
$mds-font-type-canon-default-line-height: 1.15 !default;
|
|
@@ -116,8 +117,15 @@ $mds-size-breakpoint-md: 600px !default;
|
|
|
116
117
|
$mds-size-breakpoint-lg: 1008px !default;
|
|
117
118
|
$mds-size-breakpoint-xl: 1280px !default;
|
|
118
119
|
$mds-size-border-width: 1px !default;
|
|
119
|
-
$mds-size-border-radius:
|
|
120
|
+
$mds-size-border-radius: 4px !default;
|
|
120
121
|
$mds-size-gutter-width: 20px !default;
|
|
122
|
+
$mds-size-container-width: 100% !default;
|
|
123
|
+
$mds-size-container-min-width: 0 !default;
|
|
124
|
+
$mds-size-container-max-width: 100% !default;
|
|
125
|
+
$mds-size-wrapper-width: 100% !default;
|
|
126
|
+
$mds-size-wrapper-max-width: 1280px !default;
|
|
127
|
+
$mds-size-wrapper-padding: 2.5% !default;
|
|
128
|
+
$mds-size-surface-padding: 20px !default;
|
|
121
129
|
|
|
122
130
|
$tokens: (
|
|
123
131
|
'color': (
|
|
@@ -149,15 +157,18 @@ $tokens: (
|
|
|
149
157
|
'site-container': $mds-color-background-site-container,
|
|
150
158
|
'surface': $mds-color-background-surface
|
|
151
159
|
),
|
|
152
|
-
'text': $mds-color-text,
|
|
153
|
-
'border': $mds-color-border,
|
|
154
|
-
'white': $mds-color-white,
|
|
155
|
-
'black': $mds-color-black,
|
|
156
160
|
'neutral': (
|
|
161
|
+
'white': $mds-color-neutral-white,
|
|
162
|
+
'black': $mds-color-neutral-black,
|
|
157
163
|
'base': $mds-color-neutral-base,
|
|
158
164
|
'lightest': $mds-color-neutral-lightest,
|
|
159
165
|
'darker': $mds-color-neutral-darker
|
|
160
|
-
)
|
|
166
|
+
),
|
|
167
|
+
'text': (
|
|
168
|
+
'base': $mds-color-text-base,
|
|
169
|
+
'invert': $mds-color-text-invert
|
|
170
|
+
),
|
|
171
|
+
'border': $mds-color-border
|
|
161
172
|
),
|
|
162
173
|
'font': (
|
|
163
174
|
'family': (
|
|
@@ -358,6 +369,19 @@ $tokens: (
|
|
|
358
369
|
'width': $mds-size-border-width,
|
|
359
370
|
'radius': $mds-size-border-radius
|
|
360
371
|
),
|
|
361
|
-
'gutter-width': $mds-size-gutter-width
|
|
372
|
+
'gutter-width': $mds-size-gutter-width,
|
|
373
|
+
'container': (
|
|
374
|
+
'width': $mds-size-container-width,
|
|
375
|
+
'min-width': $mds-size-container-min-width,
|
|
376
|
+
'max-width': $mds-size-container-max-width
|
|
377
|
+
),
|
|
378
|
+
'wrapper': (
|
|
379
|
+
'width': $mds-size-wrapper-width,
|
|
380
|
+
'max-width': $mds-size-wrapper-max-width,
|
|
381
|
+
'padding': $mds-size-wrapper-padding
|
|
382
|
+
),
|
|
383
|
+
'surface': (
|
|
384
|
+
'padding': $mds-size-surface-padding
|
|
385
|
+
)
|
|
362
386
|
)
|
|
363
387
|
);
|