@sage/design-tokens 2.16.0 → 2.19.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/ios/base.h CHANGED
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 07 Apr 2022 11:02:41 GMT
7
+ // Generated on Fri, 08 Apr 2022 10:20:57 GMT
8
8
 
9
9
 
10
10
  #import <Foundation/Foundation.h>
@@ -22,6 +22,7 @@
22
22
  #define colorsYang100 #ffffffff
23
23
  #define colorsYang030 #ffffff4d
24
24
  #define colorsYang080 #ffffffcc
25
+ #define colorsGray600 #666666ff
25
26
  #define colorsGray700 #4d4d4dff
26
27
  #define colorsGray750 #404040ff
27
28
  #define colorsGray850 #262626ff
@@ -51,9 +52,11 @@
51
52
  #define colorsComponentsMenuSummerStandard600 #007e45ff
52
53
  #define colorsComponentsMenuSummerStandard700 #e6ebedff
53
54
  #define colorsComponentsMenuSummerStandard800 #e6ebedff
55
+ #define colorsComponentsMenuSummerParent400 #ccd6dbff
54
56
  #define colorsComponentsMenuSummerParent500 #ffffffff
55
57
  #define colorsComponentsMenuSummerParent600 #007e45ff
56
58
  #define colorsComponentsMenuSummerParent700 #e6ebedff
59
+ #define colorsComponentsMenuSummerParent800 #e6ebedff
57
60
  #define colorsComponentsMenuSummerChild300 #b3c2c9ff
58
61
  #define colorsComponentsMenuSummerChild400 #ccd6dbff
59
62
  #define colorsComponentsMenuSummerChild500 #e6ebedff
@@ -66,26 +69,6 @@
66
69
  #define colorsComponentsMenuSummerChildAlt600 #007e45ff
67
70
  #define colorsComponentsMenuSummerChildAlt700 #d9e0e4ff
68
71
  #define colorsComponentsMenuSummerChildAlt800 #d9e0e4ff
69
- #define colorsComponentsMenuWinterChild300 #4d4d4dff
70
- #define colorsComponentsMenuWinterChild400 #ff00ffff
71
- #define colorsComponentsMenuWinterChild500 #262626ff
72
- #define colorsComponentsMenuWinterChild600 #007e45ff
73
- #define colorsComponentsMenuWinterChild700 #262626ff
74
- #define colorsComponentsMenuWinterChild800 #262626ff
75
- #define colorsComponentsMenuWinterChildAlt300 #4d4d4dff
76
- #define colorsComponentsMenuWinterChildAlt400 #ff00ffff
77
- #define colorsComponentsMenuWinterChildAlt500 #404040ff
78
- #define colorsComponentsMenuWinterChildAlt600 #007e45ff
79
- #define colorsComponentsMenuWinterChildAlt700 #404040ff
80
- #define colorsComponentsMenuWinterChildAlt800 #404040ff
81
- #define colorsComponentsMenuWinterStandard400 #ff00ffff
82
- #define colorsComponentsMenuWinterStandard500 #000000ff
83
- #define colorsComponentsMenuWinterStandard600 #007e45ff
84
- #define colorsComponentsMenuWinterStandard700 #262626ff
85
- #define colorsComponentsMenuWinterStandard800 #262626ff
86
- #define colorsComponentsMenuWinterParent500 #000000ff
87
- #define colorsComponentsMenuWinterParent600 #007e45ff
88
- #define colorsComponentsMenuWinterParent700 #262626ff
89
72
  #define colorsComponentsMenuAutumnStandard500 #00324cff
90
73
  #define colorsComponentsMenuAutumnStandard600 #007e45ff
91
74
  #define colorsComponentsMenuAutumnStandard700 #19475eff
@@ -98,6 +81,28 @@
98
81
  #define colorsComponentsMenuAutumnChildAlt400 #19475eff
99
82
  #define colorsComponentsMenuAutumnChildAlt500 #00324cff
100
83
  #define colorsComponentsMenuAutumnChildAlt600 #007e45ff
84
+ #define colorsComponentsMenuWinterStandard400 #4d4d4dff
85
+ #define colorsComponentsMenuWinterStandard500 #000000ff
86
+ #define colorsComponentsMenuWinterStandard600 #007e45ff
87
+ #define colorsComponentsMenuWinterStandard700 #262626ff
88
+ #define colorsComponentsMenuWinterStandard800 #262626ff
89
+ #define colorsComponentsMenuWinterParent400 #4d4d4dff
90
+ #define colorsComponentsMenuWinterParent500 #000000ff
91
+ #define colorsComponentsMenuWinterParent600 #007e45ff
92
+ #define colorsComponentsMenuWinterParent700 #262626ff
93
+ #define colorsComponentsMenuWinterParent800 #262626ff
94
+ #define colorsComponentsMenuWinterChild300 #666666ff
95
+ #define colorsComponentsMenuWinterChild400 #4d4d4dff
96
+ #define colorsComponentsMenuWinterChild500 #262626ff
97
+ #define colorsComponentsMenuWinterChild600 #007e45ff
98
+ #define colorsComponentsMenuWinterChild700 #262626ff
99
+ #define colorsComponentsMenuWinterChild800 #262626ff
100
+ #define colorsComponentsMenuWinterChildAlt300 #666666ff
101
+ #define colorsComponentsMenuWinterChildAlt400 #4d4d4dff
102
+ #define colorsComponentsMenuWinterChildAlt500 #404040ff
103
+ #define colorsComponentsMenuWinterChildAlt600 #007e45ff
104
+ #define colorsComponentsMenuWinterChildAlt700 #404040ff
105
+ #define colorsComponentsMenuWinterChildAlt800 #404040ff
101
106
  #define colorsComponentsMenuYin100 #000000ff
102
107
  #define colorsComponentsMenuYin065 #000000a6
103
108
  #define colorsComponentsMenuYin090 #000000e6
@@ -10,6 +10,7 @@ export const colorsYin090: string;
10
10
  export const colorsYang100: string;
11
11
  export const colorsYang030: string;
12
12
  export const colorsYang080: string;
13
+ export const colorsGray600: string;
13
14
  export const colorsGray700: string;
14
15
  export const colorsGray750: string;
15
16
  export const colorsGray850: string;
@@ -39,9 +40,11 @@ export const colorsComponentsMenuSummerStandard500: string;
39
40
  export const colorsComponentsMenuSummerStandard600: string;
40
41
  export const colorsComponentsMenuSummerStandard700: string;
41
42
  export const colorsComponentsMenuSummerStandard800: string;
43
+ export const colorsComponentsMenuSummerParent400: string;
42
44
  export const colorsComponentsMenuSummerParent500: string;
43
45
  export const colorsComponentsMenuSummerParent600: string;
44
46
  export const colorsComponentsMenuSummerParent700: string;
47
+ export const colorsComponentsMenuSummerParent800: string;
45
48
  export const colorsComponentsMenuSummerChild300: string;
46
49
  export const colorsComponentsMenuSummerChild400: string;
47
50
  export const colorsComponentsMenuSummerChild500: string;
@@ -54,26 +57,6 @@ export const colorsComponentsMenuSummerChildAlt500: string;
54
57
  export const colorsComponentsMenuSummerChildAlt600: string;
55
58
  export const colorsComponentsMenuSummerChildAlt700: string;
56
59
  export const colorsComponentsMenuSummerChildAlt800: string;
57
- export const colorsComponentsMenuWinterChild300: string;
58
- export const colorsComponentsMenuWinterChild400: string;
59
- export const colorsComponentsMenuWinterChild500: string;
60
- export const colorsComponentsMenuWinterChild600: string;
61
- export const colorsComponentsMenuWinterChild700: string;
62
- export const colorsComponentsMenuWinterChild800: string;
63
- export const colorsComponentsMenuWinterChildAlt300: string;
64
- export const colorsComponentsMenuWinterChildAlt400: string;
65
- export const colorsComponentsMenuWinterChildAlt500: string;
66
- export const colorsComponentsMenuWinterChildAlt600: string;
67
- export const colorsComponentsMenuWinterChildAlt700: string;
68
- export const colorsComponentsMenuWinterChildAlt800: string;
69
- export const colorsComponentsMenuWinterStandard400: string;
70
- export const colorsComponentsMenuWinterStandard500: string;
71
- export const colorsComponentsMenuWinterStandard600: string;
72
- export const colorsComponentsMenuWinterStandard700: string;
73
- export const colorsComponentsMenuWinterStandard800: string;
74
- export const colorsComponentsMenuWinterParent500: string;
75
- export const colorsComponentsMenuWinterParent600: string;
76
- export const colorsComponentsMenuWinterParent700: string;
77
60
  export const colorsComponentsMenuAutumnStandard500: string;
78
61
  export const colorsComponentsMenuAutumnStandard600: string;
79
62
  export const colorsComponentsMenuAutumnStandard700: string;
@@ -86,6 +69,28 @@ export const colorsComponentsMenuAutumnChild600: string;
86
69
  export const colorsComponentsMenuAutumnChildAlt400: string;
87
70
  export const colorsComponentsMenuAutumnChildAlt500: string;
88
71
  export const colorsComponentsMenuAutumnChildAlt600: string;
72
+ export const colorsComponentsMenuWinterStandard400: string;
73
+ export const colorsComponentsMenuWinterStandard500: string;
74
+ export const colorsComponentsMenuWinterStandard600: string;
75
+ export const colorsComponentsMenuWinterStandard700: string;
76
+ export const colorsComponentsMenuWinterStandard800: string;
77
+ export const colorsComponentsMenuWinterParent400: string;
78
+ export const colorsComponentsMenuWinterParent500: string;
79
+ export const colorsComponentsMenuWinterParent600: string;
80
+ export const colorsComponentsMenuWinterParent700: string;
81
+ export const colorsComponentsMenuWinterParent800: string;
82
+ export const colorsComponentsMenuWinterChild300: string;
83
+ export const colorsComponentsMenuWinterChild400: string;
84
+ export const colorsComponentsMenuWinterChild500: string;
85
+ export const colorsComponentsMenuWinterChild600: string;
86
+ export const colorsComponentsMenuWinterChild700: string;
87
+ export const colorsComponentsMenuWinterChild800: string;
88
+ export const colorsComponentsMenuWinterChildAlt300: string;
89
+ export const colorsComponentsMenuWinterChildAlt400: string;
90
+ export const colorsComponentsMenuWinterChildAlt500: string;
91
+ export const colorsComponentsMenuWinterChildAlt600: string;
92
+ export const colorsComponentsMenuWinterChildAlt700: string;
93
+ export const colorsComponentsMenuWinterChildAlt800: string;
89
94
  export const colorsComponentsMenuYin100: string;
90
95
  export const colorsComponentsMenuYin065: string;
91
96
  export const colorsComponentsMenuYin090: string;
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 Thu, 07 Apr 2022 11:02:41 GMT
7
+ * Generated on Fri, 08 Apr 2022 10:20:57 GMT
8
8
  */
9
9
 
10
10
  module.exports = {
@@ -20,6 +20,7 @@ module.exports = {
20
20
  colorsYang100: '#ffffffff',
21
21
  colorsYang030: '#ffffff4d',
22
22
  colorsYang080: '#ffffffcc',
23
+ colorsGray600: '#666666ff',
23
24
  colorsGray700: '#4d4d4dff',
24
25
  colorsGray750: '#404040ff',
25
26
  colorsGray850: '#262626ff',
@@ -49,9 +50,11 @@ module.exports = {
49
50
  colorsComponentsMenuSummerStandard600: '#007e45ff',
50
51
  colorsComponentsMenuSummerStandard700: '#e6ebedff',
51
52
  colorsComponentsMenuSummerStandard800: '#e6ebedff',
53
+ colorsComponentsMenuSummerParent400: '#ccd6dbff',
52
54
  colorsComponentsMenuSummerParent500: '#ffffffff',
53
55
  colorsComponentsMenuSummerParent600: '#007e45ff',
54
56
  colorsComponentsMenuSummerParent700: '#e6ebedff',
57
+ colorsComponentsMenuSummerParent800: '#e6ebedff',
55
58
  colorsComponentsMenuSummerChild300: '#b3c2c9ff',
56
59
  colorsComponentsMenuSummerChild400: '#ccd6dbff',
57
60
  colorsComponentsMenuSummerChild500: '#e6ebedff',
@@ -64,26 +67,6 @@ module.exports = {
64
67
  colorsComponentsMenuSummerChildAlt600: '#007e45ff',
65
68
  colorsComponentsMenuSummerChildAlt700: '#d9e0e4ff',
66
69
  colorsComponentsMenuSummerChildAlt800: '#d9e0e4ff',
67
- colorsComponentsMenuWinterChild300: '#4d4d4dff',
68
- colorsComponentsMenuWinterChild400: '#ff00ffff',
69
- colorsComponentsMenuWinterChild500: '#262626ff',
70
- colorsComponentsMenuWinterChild600: '#007e45ff',
71
- colorsComponentsMenuWinterChild700: '#262626ff',
72
- colorsComponentsMenuWinterChild800: '#262626ff',
73
- colorsComponentsMenuWinterChildAlt300: '#4d4d4dff',
74
- colorsComponentsMenuWinterChildAlt400: '#ff00ffff',
75
- colorsComponentsMenuWinterChildAlt500: '#404040ff',
76
- colorsComponentsMenuWinterChildAlt600: '#007e45ff',
77
- colorsComponentsMenuWinterChildAlt700: '#404040ff',
78
- colorsComponentsMenuWinterChildAlt800: '#404040ff',
79
- colorsComponentsMenuWinterStandard400: '#ff00ffff',
80
- colorsComponentsMenuWinterStandard500: '#000000ff',
81
- colorsComponentsMenuWinterStandard600: '#007e45ff',
82
- colorsComponentsMenuWinterStandard700: '#262626ff',
83
- colorsComponentsMenuWinterStandard800: '#262626ff',
84
- colorsComponentsMenuWinterParent500: '#000000ff',
85
- colorsComponentsMenuWinterParent600: '#007e45ff',
86
- colorsComponentsMenuWinterParent700: '#262626ff',
87
70
  colorsComponentsMenuAutumnStandard500: '#00324cff',
88
71
  colorsComponentsMenuAutumnStandard600: '#007e45ff',
89
72
  colorsComponentsMenuAutumnStandard700: '#19475eff',
@@ -96,6 +79,28 @@ module.exports = {
96
79
  colorsComponentsMenuAutumnChildAlt400: '#19475eff',
97
80
  colorsComponentsMenuAutumnChildAlt500: '#00324cff',
98
81
  colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
82
+ colorsComponentsMenuWinterStandard400: '#4d4d4dff',
83
+ colorsComponentsMenuWinterStandard500: '#000000ff',
84
+ colorsComponentsMenuWinterStandard600: '#007e45ff',
85
+ colorsComponentsMenuWinterStandard700: '#262626ff',
86
+ colorsComponentsMenuWinterStandard800: '#262626ff',
87
+ colorsComponentsMenuWinterParent400: '#4d4d4dff',
88
+ colorsComponentsMenuWinterParent500: '#000000ff',
89
+ colorsComponentsMenuWinterParent600: '#007e45ff',
90
+ colorsComponentsMenuWinterParent700: '#262626ff',
91
+ colorsComponentsMenuWinterParent800: '#262626ff',
92
+ colorsComponentsMenuWinterChild300: '#666666ff',
93
+ colorsComponentsMenuWinterChild400: '#4d4d4dff',
94
+ colorsComponentsMenuWinterChild500: '#262626ff',
95
+ colorsComponentsMenuWinterChild600: '#007e45ff',
96
+ colorsComponentsMenuWinterChild700: '#262626ff',
97
+ colorsComponentsMenuWinterChild800: '#262626ff',
98
+ colorsComponentsMenuWinterChildAlt300: '#666666ff',
99
+ colorsComponentsMenuWinterChildAlt400: '#4d4d4dff',
100
+ colorsComponentsMenuWinterChildAlt500: '#404040ff',
101
+ colorsComponentsMenuWinterChildAlt600: '#007e45ff',
102
+ colorsComponentsMenuWinterChildAlt700: '#404040ff',
103
+ colorsComponentsMenuWinterChildAlt800: '#404040ff',
99
104
  colorsComponentsMenuYin100: '#000000ff',
100
105
  colorsComponentsMenuYin065: '#000000a6',
101
106
  colorsComponentsMenuYin090: '#000000e6',
package/js/base/es6.d.ts CHANGED
@@ -11,6 +11,7 @@ declare namespace _default {
11
11
  const colorsYang100: string;
12
12
  const colorsYang030: string;
13
13
  const colorsYang080: string;
14
+ const colorsGray600: string;
14
15
  const colorsGray700: string;
15
16
  const colorsGray750: string;
16
17
  const colorsGray850: string;
@@ -40,9 +41,11 @@ declare namespace _default {
40
41
  const colorsComponentsMenuSummerStandard600: string;
41
42
  const colorsComponentsMenuSummerStandard700: string;
42
43
  const colorsComponentsMenuSummerStandard800: string;
44
+ const colorsComponentsMenuSummerParent400: string;
43
45
  const colorsComponentsMenuSummerParent500: string;
44
46
  const colorsComponentsMenuSummerParent600: string;
45
47
  const colorsComponentsMenuSummerParent700: string;
48
+ const colorsComponentsMenuSummerParent800: string;
46
49
  const colorsComponentsMenuSummerChild300: string;
47
50
  const colorsComponentsMenuSummerChild400: string;
48
51
  const colorsComponentsMenuSummerChild500: string;
@@ -55,26 +58,6 @@ declare namespace _default {
55
58
  const colorsComponentsMenuSummerChildAlt600: string;
56
59
  const colorsComponentsMenuSummerChildAlt700: string;
57
60
  const colorsComponentsMenuSummerChildAlt800: string;
58
- const colorsComponentsMenuWinterChild300: string;
59
- const colorsComponentsMenuWinterChild400: string;
60
- const colorsComponentsMenuWinterChild500: string;
61
- const colorsComponentsMenuWinterChild600: string;
62
- const colorsComponentsMenuWinterChild700: string;
63
- const colorsComponentsMenuWinterChild800: string;
64
- const colorsComponentsMenuWinterChildAlt300: string;
65
- const colorsComponentsMenuWinterChildAlt400: string;
66
- const colorsComponentsMenuWinterChildAlt500: string;
67
- const colorsComponentsMenuWinterChildAlt600: string;
68
- const colorsComponentsMenuWinterChildAlt700: string;
69
- const colorsComponentsMenuWinterChildAlt800: string;
70
- const colorsComponentsMenuWinterStandard400: string;
71
- const colorsComponentsMenuWinterStandard500: string;
72
- const colorsComponentsMenuWinterStandard600: string;
73
- const colorsComponentsMenuWinterStandard700: string;
74
- const colorsComponentsMenuWinterStandard800: string;
75
- const colorsComponentsMenuWinterParent500: string;
76
- const colorsComponentsMenuWinterParent600: string;
77
- const colorsComponentsMenuWinterParent700: string;
78
61
  const colorsComponentsMenuAutumnStandard500: string;
79
62
  const colorsComponentsMenuAutumnStandard600: string;
80
63
  const colorsComponentsMenuAutumnStandard700: string;
@@ -87,6 +70,28 @@ declare namespace _default {
87
70
  const colorsComponentsMenuAutumnChildAlt400: string;
88
71
  const colorsComponentsMenuAutumnChildAlt500: string;
89
72
  const colorsComponentsMenuAutumnChildAlt600: string;
73
+ const colorsComponentsMenuWinterStandard400: string;
74
+ const colorsComponentsMenuWinterStandard500: string;
75
+ const colorsComponentsMenuWinterStandard600: string;
76
+ const colorsComponentsMenuWinterStandard700: string;
77
+ const colorsComponentsMenuWinterStandard800: string;
78
+ const colorsComponentsMenuWinterParent400: string;
79
+ const colorsComponentsMenuWinterParent500: string;
80
+ const colorsComponentsMenuWinterParent600: string;
81
+ const colorsComponentsMenuWinterParent700: string;
82
+ const colorsComponentsMenuWinterParent800: string;
83
+ const colorsComponentsMenuWinterChild300: string;
84
+ const colorsComponentsMenuWinterChild400: string;
85
+ const colorsComponentsMenuWinterChild500: string;
86
+ const colorsComponentsMenuWinterChild600: string;
87
+ const colorsComponentsMenuWinterChild700: string;
88
+ const colorsComponentsMenuWinterChild800: string;
89
+ const colorsComponentsMenuWinterChildAlt300: string;
90
+ const colorsComponentsMenuWinterChildAlt400: string;
91
+ const colorsComponentsMenuWinterChildAlt500: string;
92
+ const colorsComponentsMenuWinterChildAlt600: string;
93
+ const colorsComponentsMenuWinterChildAlt700: string;
94
+ const colorsComponentsMenuWinterChildAlt800: string;
90
95
  const colorsComponentsMenuYin100: string;
91
96
  const colorsComponentsMenuYin065: string;
92
97
  const colorsComponentsMenuYin090: string;
package/js/base/es6.js CHANGED
@@ -15,6 +15,7 @@ export default {
15
15
  colorsYang100: '#ffffffff',
16
16
  colorsYang030: '#ffffff4d',
17
17
  colorsYang080: '#ffffffcc',
18
+ colorsGray600: '#666666ff',
18
19
  colorsGray700: '#4d4d4dff',
19
20
  colorsGray750: '#404040ff',
20
21
  colorsGray850: '#262626ff',
@@ -44,9 +45,11 @@ export default {
44
45
  colorsComponentsMenuSummerStandard600: '#007e45ff',
45
46
  colorsComponentsMenuSummerStandard700: '#e6ebedff',
46
47
  colorsComponentsMenuSummerStandard800: '#e6ebedff',
48
+ colorsComponentsMenuSummerParent400: '#ccd6dbff',
47
49
  colorsComponentsMenuSummerParent500: '#ffffffff',
48
50
  colorsComponentsMenuSummerParent600: '#007e45ff',
49
51
  colorsComponentsMenuSummerParent700: '#e6ebedff',
52
+ colorsComponentsMenuSummerParent800: '#e6ebedff',
50
53
  colorsComponentsMenuSummerChild300: '#b3c2c9ff',
51
54
  colorsComponentsMenuSummerChild400: '#ccd6dbff',
52
55
  colorsComponentsMenuSummerChild500: '#e6ebedff',
@@ -59,26 +62,6 @@ export default {
59
62
  colorsComponentsMenuSummerChildAlt600: '#007e45ff',
60
63
  colorsComponentsMenuSummerChildAlt700: '#d9e0e4ff',
61
64
  colorsComponentsMenuSummerChildAlt800: '#d9e0e4ff',
62
- colorsComponentsMenuWinterChild300: '#4d4d4dff',
63
- colorsComponentsMenuWinterChild400: '#ff00ffff',
64
- colorsComponentsMenuWinterChild500: '#262626ff',
65
- colorsComponentsMenuWinterChild600: '#007e45ff',
66
- colorsComponentsMenuWinterChild700: '#262626ff',
67
- colorsComponentsMenuWinterChild800: '#262626ff',
68
- colorsComponentsMenuWinterChildAlt300: '#4d4d4dff',
69
- colorsComponentsMenuWinterChildAlt400: '#ff00ffff',
70
- colorsComponentsMenuWinterChildAlt500: '#404040ff',
71
- colorsComponentsMenuWinterChildAlt600: '#007e45ff',
72
- colorsComponentsMenuWinterChildAlt700: '#404040ff',
73
- colorsComponentsMenuWinterChildAlt800: '#404040ff',
74
- colorsComponentsMenuWinterStandard400: '#ff00ffff',
75
- colorsComponentsMenuWinterStandard500: '#000000ff',
76
- colorsComponentsMenuWinterStandard600: '#007e45ff',
77
- colorsComponentsMenuWinterStandard700: '#262626ff',
78
- colorsComponentsMenuWinterStandard800: '#262626ff',
79
- colorsComponentsMenuWinterParent500: '#000000ff',
80
- colorsComponentsMenuWinterParent600: '#007e45ff',
81
- colorsComponentsMenuWinterParent700: '#262626ff',
82
65
  colorsComponentsMenuAutumnStandard500: '#00324cff',
83
66
  colorsComponentsMenuAutumnStandard600: '#007e45ff',
84
67
  colorsComponentsMenuAutumnStandard700: '#19475eff',
@@ -91,6 +74,28 @@ export default {
91
74
  colorsComponentsMenuAutumnChildAlt400: '#19475eff',
92
75
  colorsComponentsMenuAutumnChildAlt500: '#00324cff',
93
76
  colorsComponentsMenuAutumnChildAlt600: '#007e45ff',
77
+ colorsComponentsMenuWinterStandard400: '#4d4d4dff',
78
+ colorsComponentsMenuWinterStandard500: '#000000ff',
79
+ colorsComponentsMenuWinterStandard600: '#007e45ff',
80
+ colorsComponentsMenuWinterStandard700: '#262626ff',
81
+ colorsComponentsMenuWinterStandard800: '#262626ff',
82
+ colorsComponentsMenuWinterParent400: '#4d4d4dff',
83
+ colorsComponentsMenuWinterParent500: '#000000ff',
84
+ colorsComponentsMenuWinterParent600: '#007e45ff',
85
+ colorsComponentsMenuWinterParent700: '#262626ff',
86
+ colorsComponentsMenuWinterParent800: '#262626ff',
87
+ colorsComponentsMenuWinterChild300: '#666666ff',
88
+ colorsComponentsMenuWinterChild400: '#4d4d4dff',
89
+ colorsComponentsMenuWinterChild500: '#262626ff',
90
+ colorsComponentsMenuWinterChild600: '#007e45ff',
91
+ colorsComponentsMenuWinterChild700: '#262626ff',
92
+ colorsComponentsMenuWinterChild800: '#262626ff',
93
+ colorsComponentsMenuWinterChildAlt300: '#666666ff',
94
+ colorsComponentsMenuWinterChildAlt400: '#4d4d4dff',
95
+ colorsComponentsMenuWinterChildAlt500: '#404040ff',
96
+ colorsComponentsMenuWinterChildAlt600: '#007e45ff',
97
+ colorsComponentsMenuWinterChildAlt700: '#404040ff',
98
+ colorsComponentsMenuWinterChildAlt800: '#404040ff',
94
99
  colorsComponentsMenuYin100: '#000000ff',
95
100
  colorsComponentsMenuYin065: '#000000a6',
96
101
  colorsComponentsMenuYin090: '#000000e6',
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.16.0",
13
+ "version": "2.19.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 Thu, 07 Apr 2022 11:02:41 GMT
7
+ // Generated on Fri, 08 Apr 2022 10:20:57 GMT
8
8
 
9
9
  $metaName: Base Theme;
10
10
  $metaPublic: true;
@@ -18,6 +18,7 @@ $colorsYin090: #000000e6;
18
18
  $colorsYang100: #ffffffff;
19
19
  $colorsYang030: #ffffff4d;
20
20
  $colorsYang080: #ffffffcc;
21
+ $colorsGray600: #666666ff;
21
22
  $colorsGray700: #4d4d4dff;
22
23
  $colorsGray750: #404040ff;
23
24
  $colorsGray850: #262626ff;
@@ -47,9 +48,11 @@ $colorsComponentsMenuSummerStandard500: #ffffffff;
47
48
  $colorsComponentsMenuSummerStandard600: #007e45ff;
48
49
  $colorsComponentsMenuSummerStandard700: #e6ebedff;
49
50
  $colorsComponentsMenuSummerStandard800: #e6ebedff;
51
+ $colorsComponentsMenuSummerParent400: #ccd6dbff;
50
52
  $colorsComponentsMenuSummerParent500: #ffffffff;
51
53
  $colorsComponentsMenuSummerParent600: #007e45ff;
52
54
  $colorsComponentsMenuSummerParent700: #e6ebedff;
55
+ $colorsComponentsMenuSummerParent800: #e6ebedff;
53
56
  $colorsComponentsMenuSummerChild300: #b3c2c9ff;
54
57
  $colorsComponentsMenuSummerChild400: #ccd6dbff;
55
58
  $colorsComponentsMenuSummerChild500: #e6ebedff;
@@ -62,26 +65,6 @@ $colorsComponentsMenuSummerChildAlt500: #d9e0e4ff;
62
65
  $colorsComponentsMenuSummerChildAlt600: #007e45ff;
63
66
  $colorsComponentsMenuSummerChildAlt700: #d9e0e4ff;
64
67
  $colorsComponentsMenuSummerChildAlt800: #d9e0e4ff;
65
- $colorsComponentsMenuWinterChild300: #4d4d4dff;
66
- $colorsComponentsMenuWinterChild400: #ff00ffff;
67
- $colorsComponentsMenuWinterChild500: #262626ff;
68
- $colorsComponentsMenuWinterChild600: #007e45ff;
69
- $colorsComponentsMenuWinterChild700: #262626ff;
70
- $colorsComponentsMenuWinterChild800: #262626ff;
71
- $colorsComponentsMenuWinterChildAlt300: #4d4d4dff;
72
- $colorsComponentsMenuWinterChildAlt400: #ff00ffff;
73
- $colorsComponentsMenuWinterChildAlt500: #404040ff;
74
- $colorsComponentsMenuWinterChildAlt600: #007e45ff;
75
- $colorsComponentsMenuWinterChildAlt700: #404040ff;
76
- $colorsComponentsMenuWinterChildAlt800: #404040ff;
77
- $colorsComponentsMenuWinterStandard400: #ff00ffff;
78
- $colorsComponentsMenuWinterStandard500: #000000ff;
79
- $colorsComponentsMenuWinterStandard600: #007e45ff;
80
- $colorsComponentsMenuWinterStandard700: #262626ff;
81
- $colorsComponentsMenuWinterStandard800: #262626ff;
82
- $colorsComponentsMenuWinterParent500: #000000ff;
83
- $colorsComponentsMenuWinterParent600: #007e45ff;
84
- $colorsComponentsMenuWinterParent700: #262626ff;
85
68
  $colorsComponentsMenuAutumnStandard500: #00324cff;
86
69
  $colorsComponentsMenuAutumnStandard600: #007e45ff;
87
70
  $colorsComponentsMenuAutumnStandard700: #19475eff;
@@ -94,6 +77,28 @@ $colorsComponentsMenuAutumnChild600: #007e45ff;
94
77
  $colorsComponentsMenuAutumnChildAlt400: #19475eff;
95
78
  $colorsComponentsMenuAutumnChildAlt500: #00324cff;
96
79
  $colorsComponentsMenuAutumnChildAlt600: #007e45ff;
80
+ $colorsComponentsMenuWinterStandard400: #4d4d4dff;
81
+ $colorsComponentsMenuWinterStandard500: #000000ff;
82
+ $colorsComponentsMenuWinterStandard600: #007e45ff;
83
+ $colorsComponentsMenuWinterStandard700: #262626ff;
84
+ $colorsComponentsMenuWinterStandard800: #262626ff;
85
+ $colorsComponentsMenuWinterParent400: #4d4d4dff;
86
+ $colorsComponentsMenuWinterParent500: #000000ff;
87
+ $colorsComponentsMenuWinterParent600: #007e45ff;
88
+ $colorsComponentsMenuWinterParent700: #262626ff;
89
+ $colorsComponentsMenuWinterParent800: #262626ff;
90
+ $colorsComponentsMenuWinterChild300: #666666ff;
91
+ $colorsComponentsMenuWinterChild400: #4d4d4dff;
92
+ $colorsComponentsMenuWinterChild500: #262626ff;
93
+ $colorsComponentsMenuWinterChild600: #007e45ff;
94
+ $colorsComponentsMenuWinterChild700: #262626ff;
95
+ $colorsComponentsMenuWinterChild800: #262626ff;
96
+ $colorsComponentsMenuWinterChildAlt300: #666666ff;
97
+ $colorsComponentsMenuWinterChildAlt400: #4d4d4dff;
98
+ $colorsComponentsMenuWinterChildAlt500: #404040ff;
99
+ $colorsComponentsMenuWinterChildAlt600: #007e45ff;
100
+ $colorsComponentsMenuWinterChildAlt700: #404040ff;
101
+ $colorsComponentsMenuWinterChildAlt800: #404040ff;
97
102
  $colorsComponentsMenuYin100: #000000ff;
98
103
  $colorsComponentsMenuYin065: #000000a6;
99
104
  $colorsComponentsMenuYin090: #000000e6;
Binary file