@madgex/design-system 1.15.0 → 1.15.2
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/package.json
CHANGED
|
@@ -11,6 +11,9 @@ $positions: top, right, bottom, left;
|
|
|
11
11
|
.mds-margin-b#{$i} {
|
|
12
12
|
margin: $mds-size-baseline * $i;
|
|
13
13
|
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@for $i from 0 through 10 {
|
|
14
17
|
@each $bpname, $value in $breakpoints {
|
|
15
18
|
@include mq($from: $bpname) {
|
|
16
19
|
.mds-padding-#{$bpname}-b#{$i} {
|
|
@@ -31,7 +34,11 @@ $positions: top, right, bottom, left;
|
|
|
31
34
|
.mds-margin-#{$position}-b#{$i} {
|
|
32
35
|
margin-#{$position}: $mds-size-baseline * $i;
|
|
33
36
|
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
34
39
|
|
|
40
|
+
@for $i from 0 through 10 {
|
|
41
|
+
@each $position in $positions {
|
|
35
42
|
@each $bpname, $value in $breakpoints {
|
|
36
43
|
@include mq($from: $bpname) {
|
|
37
44
|
.mds-padding-#{$position}-#{$bpname}-b#{$i} {
|
package/src/tokens/color.json
CHANGED
|
@@ -68,7 +68,8 @@
|
|
|
68
68
|
"white": { "value": "#FFFFFF" },
|
|
69
69
|
"black": { "value": "#000000" },
|
|
70
70
|
"base": { "value": "#979797" },
|
|
71
|
-
"
|
|
71
|
+
"lighter": { "value": "#DDDDDD" },
|
|
72
|
+
"lightest": { "value": "#F8F8F8" },
|
|
72
73
|
"darker": { "value": "#333333" }
|
|
73
74
|
},
|
|
74
75
|
"text": {
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"border": {
|
|
83
|
-
"value": "{color.neutral.
|
|
84
|
+
"value": "{color.neutral.lighter.value}"
|
|
84
85
|
}
|
|
85
86
|
}
|
|
86
87
|
}
|