@sage/design-tokens 2.23.0 → 2.24.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/android/base.xml +5 -5
- package/css/base.css +5 -5
- package/data/tokens.json +4 -4
- package/docs/tokens/base/colors/index.html +8 -8
- package/docs/tokens/base/index.html +8 -8
- package/docs/tokens/index.html +8 -8
- package/ios/base.h +5 -5
- package/js/base/common.js +5 -5
- package/js/base/es6.js +4 -4
- package/package.json +1 -1
- package/sage-design-tokens-2.24.0.tgz +0 -0
- package/scss/base.scss +5 -5
- package/sage-design-tokens-2.23.0.tgz +0 -0
package/android/base.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 25 Apr 2022 14:54:42 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<string name="metaName">Base Theme</string>
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
<string name="colorsComponentsMenuSpringChildAlt500">#e6ebedff</string>
|
|
44
44
|
<string name="colorsComponentsMenuSpringChildAlt600">#007e45ff</string>
|
|
45
45
|
<string name="colorsComponentsMenuSummerStandard400">#ccd6dbff</string>
|
|
46
|
-
<string name="colorsComponentsMenuSummerStandard500">#
|
|
46
|
+
<string name="colorsComponentsMenuSummerStandard500">#ffffffff</string>
|
|
47
47
|
<string name="colorsComponentsMenuSummerStandard600">#007e45ff</string>
|
|
48
48
|
<string name="colorsComponentsMenuSummerStandard700">#e6ebedff</string>
|
|
49
49
|
<string name="colorsComponentsMenuSummerStandard800">#e6ebedff</string>
|
|
50
50
|
<string name="colorsComponentsMenuSummerParent400">#ccd6dbff</string>
|
|
51
|
-
<string name="colorsComponentsMenuSummerParent500">#
|
|
51
|
+
<string name="colorsComponentsMenuSummerParent500">#ffffffff</string>
|
|
52
52
|
<string name="colorsComponentsMenuSummerParent600">#007e45ff</string>
|
|
53
53
|
<string name="colorsComponentsMenuSummerParent700">#e6ebedff</string>
|
|
54
54
|
<string name="colorsComponentsMenuSummerParent800">#e6ebedff</string>
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
<string name="colorsComponentsMenuAutumnChildAlt500">#00324cff</string>
|
|
78
78
|
<string name="colorsComponentsMenuAutumnChildAlt600">#007e45ff</string>
|
|
79
79
|
<string name="colorsComponentsMenuWinterStandard400">#4d4d4dff</string>
|
|
80
|
-
<string name="colorsComponentsMenuWinterStandard500">#
|
|
80
|
+
<string name="colorsComponentsMenuWinterStandard500">#000000ff</string>
|
|
81
81
|
<string name="colorsComponentsMenuWinterStandard600">#007e45ff</string>
|
|
82
82
|
<string name="colorsComponentsMenuWinterStandard700">#262626ff</string>
|
|
83
83
|
<string name="colorsComponentsMenuWinterStandard800">#262626ff</string>
|
|
84
84
|
<string name="colorsComponentsMenuWinterParent400">#4d4d4dff</string>
|
|
85
|
-
<string name="colorsComponentsMenuWinterParent500">#
|
|
85
|
+
<string name="colorsComponentsMenuWinterParent500">#000000ff</string>
|
|
86
86
|
<string name="colorsComponentsMenuWinterParent600">#007e45ff</string>
|
|
87
87
|
<string name="colorsComponentsMenuWinterParent700">#262626ff</string>
|
|
88
88
|
<string name="colorsComponentsMenuWinterParent800">#262626ff</string>
|
package/css/base.css
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Mon, 25 Apr 2022 14:54:42 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
:root {
|
|
@@ -46,12 +46,12 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
46
46
|
--colorsComponentsMenuSpringChildAlt500: #e6ebedff;
|
|
47
47
|
--colorsComponentsMenuSpringChildAlt600: #007e45ff;
|
|
48
48
|
--colorsComponentsMenuSummerStandard400: #ccd6dbff;
|
|
49
|
-
--colorsComponentsMenuSummerStandard500: #
|
|
49
|
+
--colorsComponentsMenuSummerStandard500: #ffffffff;
|
|
50
50
|
--colorsComponentsMenuSummerStandard600: #007e45ff;
|
|
51
51
|
--colorsComponentsMenuSummerStandard700: #e6ebedff;
|
|
52
52
|
--colorsComponentsMenuSummerStandard800: #e6ebedff;
|
|
53
53
|
--colorsComponentsMenuSummerParent400: #ccd6dbff;
|
|
54
|
-
--colorsComponentsMenuSummerParent500: #
|
|
54
|
+
--colorsComponentsMenuSummerParent500: #ffffffff;
|
|
55
55
|
--colorsComponentsMenuSummerParent600: #007e45ff;
|
|
56
56
|
--colorsComponentsMenuSummerParent700: #e6ebedff;
|
|
57
57
|
--colorsComponentsMenuSummerParent800: #e6ebedff;
|
|
@@ -80,12 +80,12 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
80
80
|
--colorsComponentsMenuAutumnChildAlt500: #00324cff;
|
|
81
81
|
--colorsComponentsMenuAutumnChildAlt600: #007e45ff;
|
|
82
82
|
--colorsComponentsMenuWinterStandard400: #4d4d4dff;
|
|
83
|
-
--colorsComponentsMenuWinterStandard500: #
|
|
83
|
+
--colorsComponentsMenuWinterStandard500: #000000ff;
|
|
84
84
|
--colorsComponentsMenuWinterStandard600: #007e45ff;
|
|
85
85
|
--colorsComponentsMenuWinterStandard700: #262626ff;
|
|
86
86
|
--colorsComponentsMenuWinterStandard800: #262626ff;
|
|
87
87
|
--colorsComponentsMenuWinterParent400: #4d4d4dff;
|
|
88
|
-
--colorsComponentsMenuWinterParent500: #
|
|
88
|
+
--colorsComponentsMenuWinterParent500: #000000ff;
|
|
89
89
|
--colorsComponentsMenuWinterParent600: #007e45ff;
|
|
90
90
|
--colorsComponentsMenuWinterParent700: #262626ff;
|
|
91
91
|
--colorsComponentsMenuWinterParent800: #262626ff;
|
package/data/tokens.json
CHANGED
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"description": "selected menu button border"
|
|
205
205
|
},
|
|
206
206
|
"500": {
|
|
207
|
-
"value": "#
|
|
207
|
+
"value": "#ffffffff",
|
|
208
208
|
"type": "color",
|
|
209
209
|
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
210
210
|
},
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"description": "selected menu button border (on parent with clickable action)"
|
|
232
232
|
},
|
|
233
233
|
"500": {
|
|
234
|
-
"value": "#
|
|
234
|
+
"value": "#ffffffff",
|
|
235
235
|
"type": "color",
|
|
236
236
|
"description": "default menu button (to sit on colors.gray.000 nav bar)"
|
|
237
237
|
},
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"description": "selected menu button border"
|
|
386
386
|
},
|
|
387
387
|
"500": {
|
|
388
|
-
"value": "#
|
|
388
|
+
"value": "#000000ff",
|
|
389
389
|
"type": "color",
|
|
390
390
|
"description": "default menu button (to sit on colors.gray.1000 nav bar)"
|
|
391
391
|
},
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"description": "selected menu button border (for parent with clickable action)"
|
|
413
413
|
},
|
|
414
414
|
"500": {
|
|
415
|
-
"value": "#
|
|
415
|
+
"value": "#000000ff",
|
|
416
416
|
"type": "color",
|
|
417
417
|
"description": "default menu button (to sit on colors.gray.1000 nav bar)"
|
|
418
418
|
},
|
|
@@ -1053,11 +1053,11 @@
|
|
|
1053
1053
|
</a>
|
|
1054
1054
|
</td>
|
|
1055
1055
|
<td class="is-vcentered">
|
|
1056
|
-
<pre>#
|
|
1056
|
+
<pre>#ffffffff</pre>
|
|
1057
1057
|
</td>
|
|
1058
1058
|
<td class="is-vcentered">
|
|
1059
1059
|
<div class="table__color-preview"
|
|
1060
|
-
style="background-color: #
|
|
1060
|
+
style="background-color: #ffffffff;">
|
|
1061
1061
|
</div>
|
|
1062
1062
|
|
|
1063
1063
|
</td>
|
|
@@ -1158,11 +1158,11 @@
|
|
|
1158
1158
|
</a>
|
|
1159
1159
|
</td>
|
|
1160
1160
|
<td class="is-vcentered">
|
|
1161
|
-
<pre>#
|
|
1161
|
+
<pre>#ffffffff</pre>
|
|
1162
1162
|
</td>
|
|
1163
1163
|
<td class="is-vcentered">
|
|
1164
1164
|
<div class="table__color-preview"
|
|
1165
|
-
style="background-color: #
|
|
1165
|
+
style="background-color: #ffffffff;">
|
|
1166
1166
|
</div>
|
|
1167
1167
|
|
|
1168
1168
|
</td>
|
|
@@ -1767,11 +1767,11 @@
|
|
|
1767
1767
|
</a>
|
|
1768
1768
|
</td>
|
|
1769
1769
|
<td class="is-vcentered">
|
|
1770
|
-
<pre>#
|
|
1770
|
+
<pre>#000000ff</pre>
|
|
1771
1771
|
</td>
|
|
1772
1772
|
<td class="is-vcentered">
|
|
1773
1773
|
<div class="table__color-preview"
|
|
1774
|
-
style="background-color: #
|
|
1774
|
+
style="background-color: #000000ff;">
|
|
1775
1775
|
</div>
|
|
1776
1776
|
|
|
1777
1777
|
</td>
|
|
@@ -1872,11 +1872,11 @@
|
|
|
1872
1872
|
</a>
|
|
1873
1873
|
</td>
|
|
1874
1874
|
<td class="is-vcentered">
|
|
1875
|
-
<pre>#
|
|
1875
|
+
<pre>#000000ff</pre>
|
|
1876
1876
|
</td>
|
|
1877
1877
|
<td class="is-vcentered">
|
|
1878
1878
|
<div class="table__color-preview"
|
|
1879
|
-
style="background-color: #
|
|
1879
|
+
style="background-color: #000000ff;">
|
|
1880
1880
|
</div>
|
|
1881
1881
|
|
|
1882
1882
|
</td>
|
|
@@ -1049,11 +1049,11 @@
|
|
|
1049
1049
|
</a>
|
|
1050
1050
|
</td>
|
|
1051
1051
|
<td class="is-vcentered">
|
|
1052
|
-
<pre>#
|
|
1052
|
+
<pre>#ffffffff</pre>
|
|
1053
1053
|
</td>
|
|
1054
1054
|
<td class="is-vcentered">
|
|
1055
1055
|
<div class="table__color-preview"
|
|
1056
|
-
style="background-color: #
|
|
1056
|
+
style="background-color: #ffffffff;">
|
|
1057
1057
|
</div>
|
|
1058
1058
|
|
|
1059
1059
|
</td>
|
|
@@ -1154,11 +1154,11 @@
|
|
|
1154
1154
|
</a>
|
|
1155
1155
|
</td>
|
|
1156
1156
|
<td class="is-vcentered">
|
|
1157
|
-
<pre>#
|
|
1157
|
+
<pre>#ffffffff</pre>
|
|
1158
1158
|
</td>
|
|
1159
1159
|
<td class="is-vcentered">
|
|
1160
1160
|
<div class="table__color-preview"
|
|
1161
|
-
style="background-color: #
|
|
1161
|
+
style="background-color: #ffffffff;">
|
|
1162
1162
|
</div>
|
|
1163
1163
|
|
|
1164
1164
|
</td>
|
|
@@ -1763,11 +1763,11 @@
|
|
|
1763
1763
|
</a>
|
|
1764
1764
|
</td>
|
|
1765
1765
|
<td class="is-vcentered">
|
|
1766
|
-
<pre>#
|
|
1766
|
+
<pre>#000000ff</pre>
|
|
1767
1767
|
</td>
|
|
1768
1768
|
<td class="is-vcentered">
|
|
1769
1769
|
<div class="table__color-preview"
|
|
1770
|
-
style="background-color: #
|
|
1770
|
+
style="background-color: #000000ff;">
|
|
1771
1771
|
</div>
|
|
1772
1772
|
|
|
1773
1773
|
</td>
|
|
@@ -1868,11 +1868,11 @@
|
|
|
1868
1868
|
</a>
|
|
1869
1869
|
</td>
|
|
1870
1870
|
<td class="is-vcentered">
|
|
1871
|
-
<pre>#
|
|
1871
|
+
<pre>#000000ff</pre>
|
|
1872
1872
|
</td>
|
|
1873
1873
|
<td class="is-vcentered">
|
|
1874
1874
|
<div class="table__color-preview"
|
|
1875
|
-
style="background-color: #
|
|
1875
|
+
style="background-color: #000000ff;">
|
|
1876
1876
|
</div>
|
|
1877
1877
|
|
|
1878
1878
|
</td>
|
package/docs/tokens/index.html
CHANGED
|
@@ -1055,11 +1055,11 @@
|
|
|
1055
1055
|
</a>
|
|
1056
1056
|
</td>
|
|
1057
1057
|
<td class="is-vcentered">
|
|
1058
|
-
<pre>#
|
|
1058
|
+
<pre>#ffffffff</pre>
|
|
1059
1059
|
</td>
|
|
1060
1060
|
<td class="is-vcentered">
|
|
1061
1061
|
<div class="table__color-preview"
|
|
1062
|
-
style="background-color: #
|
|
1062
|
+
style="background-color: #ffffffff;">
|
|
1063
1063
|
</div>
|
|
1064
1064
|
|
|
1065
1065
|
</td>
|
|
@@ -1160,11 +1160,11 @@
|
|
|
1160
1160
|
</a>
|
|
1161
1161
|
</td>
|
|
1162
1162
|
<td class="is-vcentered">
|
|
1163
|
-
<pre>#
|
|
1163
|
+
<pre>#ffffffff</pre>
|
|
1164
1164
|
</td>
|
|
1165
1165
|
<td class="is-vcentered">
|
|
1166
1166
|
<div class="table__color-preview"
|
|
1167
|
-
style="background-color: #
|
|
1167
|
+
style="background-color: #ffffffff;">
|
|
1168
1168
|
</div>
|
|
1169
1169
|
|
|
1170
1170
|
</td>
|
|
@@ -1769,11 +1769,11 @@
|
|
|
1769
1769
|
</a>
|
|
1770
1770
|
</td>
|
|
1771
1771
|
<td class="is-vcentered">
|
|
1772
|
-
<pre>#
|
|
1772
|
+
<pre>#000000ff</pre>
|
|
1773
1773
|
</td>
|
|
1774
1774
|
<td class="is-vcentered">
|
|
1775
1775
|
<div class="table__color-preview"
|
|
1776
|
-
style="background-color: #
|
|
1776
|
+
style="background-color: #000000ff;">
|
|
1777
1777
|
</div>
|
|
1778
1778
|
|
|
1779
1779
|
</td>
|
|
@@ -1874,11 +1874,11 @@
|
|
|
1874
1874
|
</a>
|
|
1875
1875
|
</td>
|
|
1876
1876
|
<td class="is-vcentered">
|
|
1877
|
-
<pre>#
|
|
1877
|
+
<pre>#000000ff</pre>
|
|
1878
1878
|
</td>
|
|
1879
1879
|
<td class="is-vcentered">
|
|
1880
1880
|
<div class="table__color-preview"
|
|
1881
|
-
style="background-color: #
|
|
1881
|
+
style="background-color: #000000ff;">
|
|
1882
1882
|
</div>
|
|
1883
1883
|
|
|
1884
1884
|
</td>
|
package/ios/base.h
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 25 Apr 2022 14:54:42 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
#import <Foundation/Foundation.h>
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
#define colorsComponentsMenuSpringChildAlt500 #e6ebedff
|
|
49
49
|
#define colorsComponentsMenuSpringChildAlt600 #007e45ff
|
|
50
50
|
#define colorsComponentsMenuSummerStandard400 #ccd6dbff
|
|
51
|
-
#define colorsComponentsMenuSummerStandard500 #
|
|
51
|
+
#define colorsComponentsMenuSummerStandard500 #ffffffff
|
|
52
52
|
#define colorsComponentsMenuSummerStandard600 #007e45ff
|
|
53
53
|
#define colorsComponentsMenuSummerStandard700 #e6ebedff
|
|
54
54
|
#define colorsComponentsMenuSummerStandard800 #e6ebedff
|
|
55
55
|
#define colorsComponentsMenuSummerParent400 #ccd6dbff
|
|
56
|
-
#define colorsComponentsMenuSummerParent500 #
|
|
56
|
+
#define colorsComponentsMenuSummerParent500 #ffffffff
|
|
57
57
|
#define colorsComponentsMenuSummerParent600 #007e45ff
|
|
58
58
|
#define colorsComponentsMenuSummerParent700 #e6ebedff
|
|
59
59
|
#define colorsComponentsMenuSummerParent800 #e6ebedff
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
#define colorsComponentsMenuAutumnChildAlt500 #00324cff
|
|
83
83
|
#define colorsComponentsMenuAutumnChildAlt600 #007e45ff
|
|
84
84
|
#define colorsComponentsMenuWinterStandard400 #4d4d4dff
|
|
85
|
-
#define colorsComponentsMenuWinterStandard500 #
|
|
85
|
+
#define colorsComponentsMenuWinterStandard500 #000000ff
|
|
86
86
|
#define colorsComponentsMenuWinterStandard600 #007e45ff
|
|
87
87
|
#define colorsComponentsMenuWinterStandard700 #262626ff
|
|
88
88
|
#define colorsComponentsMenuWinterStandard800 #262626ff
|
|
89
89
|
#define colorsComponentsMenuWinterParent400 #4d4d4dff
|
|
90
|
-
#define colorsComponentsMenuWinterParent500 #
|
|
90
|
+
#define colorsComponentsMenuWinterParent500 #000000ff
|
|
91
91
|
#define colorsComponentsMenuWinterParent600 #007e45ff
|
|
92
92
|
#define colorsComponentsMenuWinterParent700 #262626ff
|
|
93
93
|
#define colorsComponentsMenuWinterParent800 #262626ff
|
package/js/base/common.js
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Do not edit directly
|
|
7
|
-
* Generated on
|
|
7
|
+
* Generated on Mon, 25 Apr 2022 14:54:42 GMT
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
@@ -46,12 +46,12 @@ module.exports = {
|
|
|
46
46
|
colorsComponentsMenuSpringChildAlt500: '#e6ebedff',
|
|
47
47
|
colorsComponentsMenuSpringChildAlt600: '#007e45ff',
|
|
48
48
|
colorsComponentsMenuSummerStandard400: '#ccd6dbff',
|
|
49
|
-
colorsComponentsMenuSummerStandard500: '#
|
|
49
|
+
colorsComponentsMenuSummerStandard500: '#ffffffff',
|
|
50
50
|
colorsComponentsMenuSummerStandard600: '#007e45ff',
|
|
51
51
|
colorsComponentsMenuSummerStandard700: '#e6ebedff',
|
|
52
52
|
colorsComponentsMenuSummerStandard800: '#e6ebedff',
|
|
53
53
|
colorsComponentsMenuSummerParent400: '#ccd6dbff',
|
|
54
|
-
colorsComponentsMenuSummerParent500: '#
|
|
54
|
+
colorsComponentsMenuSummerParent500: '#ffffffff',
|
|
55
55
|
colorsComponentsMenuSummerParent600: '#007e45ff',
|
|
56
56
|
colorsComponentsMenuSummerParent700: '#e6ebedff',
|
|
57
57
|
colorsComponentsMenuSummerParent800: '#e6ebedff',
|
|
@@ -80,12 +80,12 @@ module.exports = {
|
|
|
80
80
|
colorsComponentsMenuAutumnChildAlt500: '#00324cff',
|
|
81
81
|
colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
|
|
82
82
|
colorsComponentsMenuWinterStandard400: '#4d4d4dff',
|
|
83
|
-
colorsComponentsMenuWinterStandard500: '#
|
|
83
|
+
colorsComponentsMenuWinterStandard500: '#000000ff',
|
|
84
84
|
colorsComponentsMenuWinterStandard600: '#007e45ff',
|
|
85
85
|
colorsComponentsMenuWinterStandard700: '#262626ff',
|
|
86
86
|
colorsComponentsMenuWinterStandard800: '#262626ff',
|
|
87
87
|
colorsComponentsMenuWinterParent400: '#4d4d4dff',
|
|
88
|
-
colorsComponentsMenuWinterParent500: '#
|
|
88
|
+
colorsComponentsMenuWinterParent500: '#000000ff',
|
|
89
89
|
colorsComponentsMenuWinterParent600: '#007e45ff',
|
|
90
90
|
colorsComponentsMenuWinterParent700: '#262626ff',
|
|
91
91
|
colorsComponentsMenuWinterParent800: '#262626ff',
|
package/js/base/es6.js
CHANGED
|
@@ -41,12 +41,12 @@ export default {
|
|
|
41
41
|
colorsComponentsMenuSpringChildAlt500: '#e6ebedff',
|
|
42
42
|
colorsComponentsMenuSpringChildAlt600: '#007e45ff',
|
|
43
43
|
colorsComponentsMenuSummerStandard400: '#ccd6dbff',
|
|
44
|
-
colorsComponentsMenuSummerStandard500: '#
|
|
44
|
+
colorsComponentsMenuSummerStandard500: '#ffffffff',
|
|
45
45
|
colorsComponentsMenuSummerStandard600: '#007e45ff',
|
|
46
46
|
colorsComponentsMenuSummerStandard700: '#e6ebedff',
|
|
47
47
|
colorsComponentsMenuSummerStandard800: '#e6ebedff',
|
|
48
48
|
colorsComponentsMenuSummerParent400: '#ccd6dbff',
|
|
49
|
-
colorsComponentsMenuSummerParent500: '#
|
|
49
|
+
colorsComponentsMenuSummerParent500: '#ffffffff',
|
|
50
50
|
colorsComponentsMenuSummerParent600: '#007e45ff',
|
|
51
51
|
colorsComponentsMenuSummerParent700: '#e6ebedff',
|
|
52
52
|
colorsComponentsMenuSummerParent800: '#e6ebedff',
|
|
@@ -75,12 +75,12 @@ export default {
|
|
|
75
75
|
colorsComponentsMenuAutumnChildAlt500: '#00324cff',
|
|
76
76
|
colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
|
|
77
77
|
colorsComponentsMenuWinterStandard400: '#4d4d4dff',
|
|
78
|
-
colorsComponentsMenuWinterStandard500: '#
|
|
78
|
+
colorsComponentsMenuWinterStandard500: '#000000ff',
|
|
79
79
|
colorsComponentsMenuWinterStandard600: '#007e45ff',
|
|
80
80
|
colorsComponentsMenuWinterStandard700: '#262626ff',
|
|
81
81
|
colorsComponentsMenuWinterStandard800: '#262626ff',
|
|
82
82
|
colorsComponentsMenuWinterParent400: '#4d4d4dff',
|
|
83
|
-
colorsComponentsMenuWinterParent500: '#
|
|
83
|
+
colorsComponentsMenuWinterParent500: '#000000ff',
|
|
84
84
|
colorsComponentsMenuWinterParent600: '#007e45ff',
|
|
85
85
|
colorsComponentsMenuWinterParent700: '#262626ff',
|
|
86
86
|
colorsComponentsMenuWinterParent800: '#262626ff',
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"description": "Design tokens for the Sage Design System.",
|
|
12
12
|
"author": "The Sage Group plc",
|
|
13
|
-
"version": "2.
|
|
13
|
+
"version": "2.24.0",
|
|
14
14
|
"license": "SEE LICENSE IN https://github.com/Sage/design-tokens/blob/master/license",
|
|
15
15
|
"tags": [
|
|
16
16
|
"design tokens",
|
|
Binary file
|
package/scss/base.scss
CHANGED
|
@@ -4,7 +4,7 @@ Copyright © 2021 The Sage Group plc or its licensors. All Rights reserved
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 25 Apr 2022 14:54:42 GMT
|
|
8
8
|
|
|
9
9
|
$metaName: Base Theme;
|
|
10
10
|
$metaPublic: true;
|
|
@@ -44,12 +44,12 @@ $colorsComponentsMenuSpringChildAlt400: #ccd6dbff;
|
|
|
44
44
|
$colorsComponentsMenuSpringChildAlt500: #e6ebedff;
|
|
45
45
|
$colorsComponentsMenuSpringChildAlt600: #007e45ff;
|
|
46
46
|
$colorsComponentsMenuSummerStandard400: #ccd6dbff;
|
|
47
|
-
$colorsComponentsMenuSummerStandard500: #
|
|
47
|
+
$colorsComponentsMenuSummerStandard500: #ffffffff;
|
|
48
48
|
$colorsComponentsMenuSummerStandard600: #007e45ff;
|
|
49
49
|
$colorsComponentsMenuSummerStandard700: #e6ebedff;
|
|
50
50
|
$colorsComponentsMenuSummerStandard800: #e6ebedff;
|
|
51
51
|
$colorsComponentsMenuSummerParent400: #ccd6dbff;
|
|
52
|
-
$colorsComponentsMenuSummerParent500: #
|
|
52
|
+
$colorsComponentsMenuSummerParent500: #ffffffff;
|
|
53
53
|
$colorsComponentsMenuSummerParent600: #007e45ff;
|
|
54
54
|
$colorsComponentsMenuSummerParent700: #e6ebedff;
|
|
55
55
|
$colorsComponentsMenuSummerParent800: #e6ebedff;
|
|
@@ -78,12 +78,12 @@ $colorsComponentsMenuAutumnChildAlt400: #19475eff;
|
|
|
78
78
|
$colorsComponentsMenuAutumnChildAlt500: #00324cff;
|
|
79
79
|
$colorsComponentsMenuAutumnChildAlt600: #007e45ff;
|
|
80
80
|
$colorsComponentsMenuWinterStandard400: #4d4d4dff;
|
|
81
|
-
$colorsComponentsMenuWinterStandard500: #
|
|
81
|
+
$colorsComponentsMenuWinterStandard500: #000000ff;
|
|
82
82
|
$colorsComponentsMenuWinterStandard600: #007e45ff;
|
|
83
83
|
$colorsComponentsMenuWinterStandard700: #262626ff;
|
|
84
84
|
$colorsComponentsMenuWinterStandard800: #262626ff;
|
|
85
85
|
$colorsComponentsMenuWinterParent400: #4d4d4dff;
|
|
86
|
-
$colorsComponentsMenuWinterParent500: #
|
|
86
|
+
$colorsComponentsMenuWinterParent500: #000000ff;
|
|
87
87
|
$colorsComponentsMenuWinterParent600: #007e45ff;
|
|
88
88
|
$colorsComponentsMenuWinterParent700: #262626ff;
|
|
89
89
|
$colorsComponentsMenuWinterParent800: #262626ff;
|
|
Binary file
|