@times-design-system/theme-scss 2.0.2-alpha.8 → 2.2.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/README.md +50 -56
- package/dist/palettes/business-dark.scss +185 -175
- package/dist/palettes/business-light.scss +10 -0
- package/dist/palettes/comment-dark.scss +185 -175
- package/dist/palettes/comment-light.scss +10 -0
- package/dist/palettes/core-dark.scss +184 -174
- package/dist/palettes/core-light.scss +10 -0
- package/dist/palettes/culture-dark.scss +185 -175
- package/dist/palettes/culture-light.scss +10 -0
- package/dist/palettes/home-dark.scss +185 -175
- package/dist/palettes/home-light.scss +10 -0
- package/dist/palettes/ireland-dark.scss +185 -175
- package/dist/palettes/ireland-light.scss +10 -0
- package/dist/palettes/lifeAndStyle-dark.scss +185 -175
- package/dist/palettes/lifeAndStyle-light.scss +10 -0
- package/dist/palettes/money-dark.scss +185 -175
- package/dist/palettes/money-light.scss +10 -0
- package/dist/palettes/obituaries-dark.scss +185 -175
- package/dist/palettes/obituaries-light.scss +10 -0
- package/dist/palettes/puzzles-dark.scss +185 -175
- package/dist/palettes/puzzles-light.scss +10 -0
- package/dist/palettes/sport-dark.scss +185 -175
- package/dist/palettes/sport-light.scss +10 -0
- package/dist/palettes/travel-dark.scss +185 -175
- package/dist/palettes/travel-light.scss +10 -0
- package/dist/palettes/uk-dark.scss +185 -175
- package/dist/palettes/uk-light.scss +10 -0
- package/dist/palettes/world-dark.scss +185 -175
- package/dist/palettes/world-light.scss +10 -0
- package/dist/tds-layout.scss +60 -6
- package/dist/tds-typography.scss +78 -35
- package/package.json +3 -3
|
@@ -1,289 +1,299 @@
|
|
|
1
|
-
$dark-core-surface-undercanvas: #
|
|
2
|
-
$dark-core-surface-canvas: #
|
|
1
|
+
$dark-core-surface-undercanvas: #1a1a1a;
|
|
2
|
+
$dark-core-surface-canvas: #000000;
|
|
3
3
|
$dark-core-surface-transparent: #000000;
|
|
4
|
-
$dark-core-surface-level-1: #
|
|
5
|
-
$dark-core-surface-level-2: #
|
|
6
|
-
$dark-core-surface-level-3: #
|
|
7
|
-
$dark-core-surface-level-4: #
|
|
8
|
-
$dark-core-surface-inverse: #
|
|
4
|
+
$dark-core-surface-level-1: #0d0d0d;
|
|
5
|
+
$dark-core-surface-level-2: #1a1a1a;
|
|
6
|
+
$dark-core-surface-level-3: #262626;
|
|
7
|
+
$dark-core-surface-level-4: #1a1a1a;
|
|
8
|
+
$dark-core-surface-inverse: #ffffff;
|
|
9
9
|
$dark-core-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
10
|
-
$dark-core-surface-channel-50: #
|
|
11
|
-
$dark-core-surface-channel-100: #
|
|
12
|
-
$dark-core-surface-channel-200: #
|
|
13
|
-
$dark-core-surface-channel-300: #
|
|
14
|
-
$dark-core-surface-channel-400: #
|
|
15
|
-
$dark-core-surface-channel-500: #
|
|
16
|
-
$dark-core-surface-static-dark: #
|
|
17
|
-
$dark-core-surface-static-light: #
|
|
18
|
-
$dark-core-text-primary: #
|
|
19
|
-
$dark-core-text-inverse: #
|
|
20
|
-
$dark-core-text-secondary: #
|
|
21
|
-
$dark-core-text-tertiary: #
|
|
22
|
-
$dark-core-text-channel-primary: #
|
|
10
|
+
$dark-core-surface-channel-50: #0d0d0d;
|
|
11
|
+
$dark-core-surface-channel-100: #262626;
|
|
12
|
+
$dark-core-surface-channel-200: #575757;
|
|
13
|
+
$dark-core-surface-channel-300: #999999;
|
|
14
|
+
$dark-core-surface-channel-400: #cccccc;
|
|
15
|
+
$dark-core-surface-channel-500: #e6e6e6;
|
|
16
|
+
$dark-core-surface-static-dark: #000000;
|
|
17
|
+
$dark-core-surface-static-light: #ffffff;
|
|
18
|
+
$dark-core-text-primary: #ffffff;
|
|
19
|
+
$dark-core-text-inverse: #000000;
|
|
20
|
+
$dark-core-text-secondary: #d9d9d9;
|
|
21
|
+
$dark-core-text-tertiary: #a6a6a6;
|
|
22
|
+
$dark-core-text-channel-primary: #999999;
|
|
23
23
|
$dark-core-text-channel-secondary: #808080;
|
|
24
|
-
$dark-core-text-channel-tertiary: #
|
|
25
|
-
$dark-core-text-static-dark: #
|
|
26
|
-
$dark-core-text-static-light: #
|
|
27
|
-
$dark-core-icon-primary: #
|
|
28
|
-
$dark-core-icon-inverse: #
|
|
29
|
-
$dark-core-icon-secondary: #
|
|
30
|
-
$dark-core-icon-tertiary: #
|
|
31
|
-
$dark-core-icon-channel-primary: #
|
|
24
|
+
$dark-core-text-channel-tertiary: #666666;
|
|
25
|
+
$dark-core-text-static-dark: #000000;
|
|
26
|
+
$dark-core-text-static-light: #ffffff;
|
|
27
|
+
$dark-core-icon-primary: #ffffff;
|
|
28
|
+
$dark-core-icon-inverse: #000000;
|
|
29
|
+
$dark-core-icon-secondary: #d9d9d9;
|
|
30
|
+
$dark-core-icon-tertiary: #a6a6a6;
|
|
31
|
+
$dark-core-icon-channel-primary: #666666;
|
|
32
32
|
$dark-core-icon-channel-secondary: #808080;
|
|
33
|
-
$dark-core-icon-channel-tertiary: #
|
|
34
|
-
$dark-core-border-primary: #
|
|
35
|
-
$dark-core-border-secondary: #
|
|
36
|
-
$dark-core-border-tertiary: #
|
|
37
|
-
$dark-core-border-channel-primary: #
|
|
38
|
-
$dark-core-border-channel-secondary: #
|
|
39
|
-
$dark-core-border-channel-tertiary: #
|
|
40
|
-
$dark-core-border-elevation: #
|
|
41
|
-
$dark-core-border-static-dark: #
|
|
42
|
-
$dark-core-border-static-light: #
|
|
43
|
-
$dark-core-input-fill-default: #
|
|
44
|
-
$dark-core-input-fill-error: #
|
|
45
|
-
$dark-core-input-fill-hover: #
|
|
46
|
-
$dark-core-input-fill-active: #
|
|
47
|
-
$dark-core-input-fill-completed: #
|
|
48
|
-
$dark-core-input-fill-success: #
|
|
49
|
-
$dark-core-input-fill-warning: #
|
|
50
|
-
$dark-core-input-fill-info: #
|
|
51
|
-
$dark-core-input-border-default: #
|
|
52
|
-
$dark-core-input-border-error: #
|
|
33
|
+
$dark-core-icon-channel-tertiary: #666666;
|
|
34
|
+
$dark-core-border-primary: #575757;
|
|
35
|
+
$dark-core-border-secondary: #333333;
|
|
36
|
+
$dark-core-border-tertiary: #1a1a1a;
|
|
37
|
+
$dark-core-border-channel-primary: #575757;
|
|
38
|
+
$dark-core-border-channel-secondary: #333333;
|
|
39
|
+
$dark-core-border-channel-tertiary: #1a1a1a;
|
|
40
|
+
$dark-core-border-elevation: #333333;
|
|
41
|
+
$dark-core-border-static-dark: #000000;
|
|
42
|
+
$dark-core-border-static-light: #ffffff;
|
|
43
|
+
$dark-core-input-fill-default: #000000;
|
|
44
|
+
$dark-core-input-fill-error: #670909;
|
|
45
|
+
$dark-core-input-fill-hover: #0d0d0d;
|
|
46
|
+
$dark-core-input-fill-active: #000000;
|
|
47
|
+
$dark-core-input-fill-completed: #000000;
|
|
48
|
+
$dark-core-input-fill-success: #1b5339;
|
|
49
|
+
$dark-core-input-fill-warning: #664109;
|
|
50
|
+
$dark-core-input-fill-info: #08295a;
|
|
51
|
+
$dark-core-input-border-default: #737373;
|
|
52
|
+
$dark-core-input-border-error: #ff7268;
|
|
53
53
|
$dark-core-input-border-hover: #6d6d6d;
|
|
54
|
-
$dark-core-input-border-active: #
|
|
55
|
-
$dark-core-input-border-completed: #
|
|
56
|
-
$dark-core-input-border-success: #
|
|
57
|
-
$dark-core-input-border-warning: #
|
|
58
|
-
$dark-core-input-border-info: #
|
|
59
|
-
$dark-core-input-text-default: #
|
|
60
|
-
$dark-core-input-text-error: #
|
|
61
|
-
$dark-core-input-text-hover: #
|
|
62
|
-
$dark-core-input-text-active: #
|
|
63
|
-
$dark-core-input-text-completed: #
|
|
64
|
-
$dark-core-input-text-success: #
|
|
65
|
-
$dark-core-input-text-warning: #
|
|
66
|
-
$dark-core-input-text-info: #
|
|
67
|
-
$dark-core-input-icon-default: #
|
|
54
|
+
$dark-core-input-border-active: #a6a6a6;
|
|
55
|
+
$dark-core-input-border-completed: #d9d9d9;
|
|
56
|
+
$dark-core-input-border-success: #80c4a1;
|
|
57
|
+
$dark-core-input-border-warning: #ffc77f;
|
|
58
|
+
$dark-core-input-border-info: #466fb5;
|
|
59
|
+
$dark-core-input-text-default: #a6a6a6;
|
|
60
|
+
$dark-core-input-text-error: #ffffff;
|
|
61
|
+
$dark-core-input-text-hover: #d9d9d9;
|
|
62
|
+
$dark-core-input-text-active: #ffffff;
|
|
63
|
+
$dark-core-input-text-completed: #ffffff;
|
|
64
|
+
$dark-core-input-text-success: #ffffff;
|
|
65
|
+
$dark-core-input-text-warning: #ffffff;
|
|
66
|
+
$dark-core-input-text-info: #ffffff;
|
|
67
|
+
$dark-core-input-icon-default: #737373;
|
|
68
68
|
$dark-core-input-icon-hover: #6d6d6d;
|
|
69
|
-
$dark-core-input-icon-active: #
|
|
70
|
-
$dark-core-input-icon-completed: #
|
|
71
|
-
$dark-core-input-icon-error: #
|
|
72
|
-
$dark-core-input-icon-success: #
|
|
73
|
-
$dark-core-input-icon-warning: #
|
|
74
|
-
$dark-core-input-icon-info: #
|
|
75
|
-
$dark-core-messaging-fill-error: #
|
|
76
|
-
$dark-core-messaging-fill-success: #
|
|
77
|
-
$dark-core-messaging-fill-warning: #
|
|
78
|
-
$dark-core-messaging-fill-info: #
|
|
79
|
-
$dark-core-messaging-border-error: #
|
|
80
|
-
$dark-core-messaging-border-success: #
|
|
81
|
-
$dark-core-messaging-border-warning: #
|
|
82
|
-
$dark-core-messaging-border-info: #
|
|
83
|
-
$dark-core-messaging-icon-error: #
|
|
84
|
-
$dark-core-messaging-icon-success: #
|
|
85
|
-
$dark-core-messaging-icon-warning: #
|
|
86
|
-
$dark-core-messaging-icon-info: #
|
|
87
|
-
$dark-core-messaging-link-text-default: #
|
|
69
|
+
$dark-core-input-icon-active: #a6a6a6;
|
|
70
|
+
$dark-core-input-icon-completed: #d9d9d9;
|
|
71
|
+
$dark-core-input-icon-error: #ff7268;
|
|
72
|
+
$dark-core-input-icon-success: #80c4a1;
|
|
73
|
+
$dark-core-input-icon-warning: #ffc77f;
|
|
74
|
+
$dark-core-input-icon-info: #466fb5;
|
|
75
|
+
$dark-core-messaging-fill-error: #670909;
|
|
76
|
+
$dark-core-messaging-fill-success: #1b5339;
|
|
77
|
+
$dark-core-messaging-fill-warning: #664109;
|
|
78
|
+
$dark-core-messaging-fill-info: #08295a;
|
|
79
|
+
$dark-core-messaging-border-error: #ff7268;
|
|
80
|
+
$dark-core-messaging-border-success: #80c4a1;
|
|
81
|
+
$dark-core-messaging-border-warning: #ffa722;
|
|
82
|
+
$dark-core-messaging-border-info: #6f8dc6;
|
|
83
|
+
$dark-core-messaging-icon-error: #ff7268;
|
|
84
|
+
$dark-core-messaging-icon-success: #80c4a1;
|
|
85
|
+
$dark-core-messaging-icon-warning: #ffa722;
|
|
86
|
+
$dark-core-messaging-icon-info: #6f8dc6;
|
|
87
|
+
$dark-core-messaging-link-text-default: #ffffff;
|
|
88
88
|
$dark-core-messaging-link-text-hover: #d9d9d9;
|
|
89
89
|
$dark-core-messaging-link-text-pressed: #cccccc;
|
|
90
90
|
$dark-core-messaging-link-text-visited: #ffffff;
|
|
91
|
-
$dark-core-messaging-link-icon-default: #
|
|
91
|
+
$dark-core-messaging-link-icon-default: #ffffff;
|
|
92
92
|
$dark-core-messaging-link-icon-hover: #d9d9d9;
|
|
93
93
|
$dark-core-messaging-link-icon-pressed: #cccccc;
|
|
94
94
|
$dark-core-messaging-link-icon-visited: #ffffff;
|
|
95
|
-
$dark-core-messaging-link-underline-default: #
|
|
95
|
+
$dark-core-messaging-link-underline-default: #ffffff;
|
|
96
96
|
$dark-core-messaging-link-underline-hover: #ffffff;
|
|
97
97
|
$dark-core-messaging-link-underline-pressed: #ffffff;
|
|
98
98
|
$dark-core-messaging-link-underline-visited: #e6e6e6;
|
|
99
|
-
$dark-core-interactive-primary-fill-default: #
|
|
99
|
+
$dark-core-interactive-primary-fill-default: #ffffff;
|
|
100
100
|
$dark-core-interactive-primary-fill-hover: #ffffff;
|
|
101
101
|
$dark-core-interactive-primary-fill-pressed: #ffffff;
|
|
102
|
-
$dark-core-interactive-primary-text-default: #
|
|
103
|
-
$dark-core-interactive-primary-text-hover: #
|
|
104
|
-
$dark-core-interactive-primary-text-pressed: #
|
|
105
|
-
$dark-core-interactive-primary-icon-default: #
|
|
106
|
-
$dark-core-interactive-primary-icon-hover: #
|
|
107
|
-
$dark-core-interactive-primary-icon-pressed: #
|
|
108
|
-
$dark-core-interactive-secondary-fill-default: #
|
|
102
|
+
$dark-core-interactive-primary-text-default: #000000;
|
|
103
|
+
$dark-core-interactive-primary-text-hover: #000000;
|
|
104
|
+
$dark-core-interactive-primary-text-pressed: #000000;
|
|
105
|
+
$dark-core-interactive-primary-icon-default: #000000;
|
|
106
|
+
$dark-core-interactive-primary-icon-hover: #000000;
|
|
107
|
+
$dark-core-interactive-primary-icon-pressed: #000000;
|
|
108
|
+
$dark-core-interactive-secondary-fill-default: #000000;
|
|
109
109
|
$dark-core-interactive-secondary-fill-hover: #262626;
|
|
110
110
|
$dark-core-interactive-secondary-fill-pressed: #333333;
|
|
111
|
-
$dark-core-interactive-secondary-border-default: #
|
|
111
|
+
$dark-core-interactive-secondary-border-default: #8c8c8c;
|
|
112
112
|
$dark-core-interactive-secondary-border-hover: #9d9d9d;
|
|
113
113
|
$dark-core-interactive-secondary-border-pressed: #a3a3a3;
|
|
114
|
-
$dark-core-interactive-secondary-text-default: #
|
|
114
|
+
$dark-core-interactive-secondary-text-default: #ffffff;
|
|
115
115
|
$dark-core-interactive-secondary-text-hover: #ffffff;
|
|
116
116
|
$dark-core-interactive-secondary-text-pressed: #ffffff;
|
|
117
|
-
$dark-core-interactive-secondary-icon-default: #
|
|
117
|
+
$dark-core-interactive-secondary-icon-default: #ffffff;
|
|
118
118
|
$dark-core-interactive-secondary-icon-hover: #ffffff;
|
|
119
119
|
$dark-core-interactive-secondary-icon-pressed: #ffffff;
|
|
120
|
-
$dark-core-interactive-disabled-a: #
|
|
121
|
-
$dark-core-interactive-disabled-b: #
|
|
122
|
-
$dark-core-interactive-disabled-c: #
|
|
123
|
-
$dark-core-interactive-negative-fill-default: #
|
|
120
|
+
$dark-core-interactive-disabled-a: #262626;
|
|
121
|
+
$dark-core-interactive-disabled-b: #404040;
|
|
122
|
+
$dark-core-interactive-disabled-c: #575757;
|
|
123
|
+
$dark-core-interactive-negative-fill-default: #000000;
|
|
124
124
|
$dark-core-interactive-negative-fill-hover: #000000;
|
|
125
125
|
$dark-core-interactive-negative-fill-pressed: #000000;
|
|
126
|
-
$dark-core-interactive-negative-border-default: #
|
|
126
|
+
$dark-core-interactive-negative-border-default: #ff3933;
|
|
127
127
|
$dark-core-interactive-negative-border-hover: #ff0c05;
|
|
128
128
|
$dark-core-interactive-negative-border-pressed: #f50700;
|
|
129
|
-
$dark-core-interactive-negative-text-default: #
|
|
129
|
+
$dark-core-interactive-negative-text-default: #ff3933;
|
|
130
130
|
$dark-core-interactive-negative-text-hover: #ff0c05;
|
|
131
131
|
$dark-core-interactive-negative-text-pressed: #f50700;
|
|
132
|
-
$dark-core-interactive-negative-icon-default: #
|
|
132
|
+
$dark-core-interactive-negative-icon-default: #ff3933;
|
|
133
133
|
$dark-core-interactive-negative-icon-hover: #ff0c05;
|
|
134
134
|
$dark-core-interactive-negative-icon-pressed: #f50700;
|
|
135
|
-
$dark-core-interactive-link-secondary-text-default: #
|
|
135
|
+
$dark-core-interactive-link-secondary-text-default: #737373;
|
|
136
136
|
$dark-core-interactive-link-secondary-text-hover: #626262;
|
|
137
137
|
$dark-core-interactive-link-secondary-text-pressed: #5c5c5c;
|
|
138
138
|
$dark-core-interactive-link-secondary-text-visited: #858585;
|
|
139
|
-
$dark-core-interactive-link-secondary-icon-default: #
|
|
139
|
+
$dark-core-interactive-link-secondary-icon-default: #737373;
|
|
140
140
|
$dark-core-interactive-link-secondary-icon-hover: #626262;
|
|
141
141
|
$dark-core-interactive-link-secondary-icon-pressed: #5c5c5c;
|
|
142
142
|
$dark-core-interactive-link-secondary-icon-visited: #858585;
|
|
143
|
-
$dark-core-interactive-link-secondary-underline-default: #
|
|
143
|
+
$dark-core-interactive-link-secondary-underline-default: #737373;
|
|
144
144
|
$dark-core-interactive-link-secondary-underline-hover: #888888;
|
|
145
145
|
$dark-core-interactive-link-secondary-underline-pressed: #8f8f8f;
|
|
146
146
|
$dark-core-interactive-link-secondary-underline-visited: #686868;
|
|
147
|
-
$dark-core-interactive-link-primary-text-default: #
|
|
147
|
+
$dark-core-interactive-link-primary-text-default: #ffffff;
|
|
148
148
|
$dark-core-interactive-link-primary-text-hover: #d9d9d9;
|
|
149
149
|
$dark-core-interactive-link-primary-text-pressed: #cccccc;
|
|
150
150
|
$dark-core-interactive-link-primary-text-visited: #ffffff;
|
|
151
|
-
$dark-core-interactive-link-primary-icon-default: #
|
|
151
|
+
$dark-core-interactive-link-primary-icon-default: #ffffff;
|
|
152
152
|
$dark-core-interactive-link-primary-icon-hover: #d9d9d9;
|
|
153
153
|
$dark-core-interactive-link-primary-icon-pressed: #cccccc;
|
|
154
154
|
$dark-core-interactive-link-primary-icon-visited: #ffffff;
|
|
155
|
-
$dark-core-interactive-link-primary-underline-default: #
|
|
155
|
+
$dark-core-interactive-link-primary-underline-default: #ffffff;
|
|
156
156
|
$dark-core-interactive-link-primary-underline-hover: #ffffff;
|
|
157
157
|
$dark-core-interactive-link-primary-underline-pressed: #ffffff;
|
|
158
158
|
$dark-core-interactive-link-primary-underline-visited: #e6e6e6;
|
|
159
|
-
$dark-core-interactive-chip-primary-on-fill-default: #
|
|
159
|
+
$dark-core-interactive-chip-primary-on-fill-default: #ffffff;
|
|
160
160
|
$dark-core-interactive-chip-primary-on-fill-hover: #d9d9d9;
|
|
161
161
|
$dark-core-interactive-chip-primary-on-fill-pressed: #cccccc;
|
|
162
|
-
$dark-core-interactive-chip-primary-on-text-default: #
|
|
162
|
+
$dark-core-interactive-chip-primary-on-text-default: #000000;
|
|
163
163
|
$dark-core-interactive-chip-primary-on-text-hover: #000000;
|
|
164
164
|
$dark-core-interactive-chip-primary-on-text-pressed: #000000;
|
|
165
|
-
$dark-core-interactive-chip-primary-on-icon-default: #
|
|
165
|
+
$dark-core-interactive-chip-primary-on-icon-default: #000000;
|
|
166
166
|
$dark-core-interactive-chip-primary-on-icon-hover: #000000;
|
|
167
167
|
$dark-core-interactive-chip-primary-on-icon-pressed: #000000;
|
|
168
|
-
$dark-core-interactive-chip-primary-off-fill-default: #
|
|
168
|
+
$dark-core-interactive-chip-primary-off-fill-default: #000000;
|
|
169
169
|
$dark-core-interactive-chip-primary-off-fill-hover: #000000;
|
|
170
170
|
$dark-core-interactive-chip-primary-off-fill-pressed: #000000;
|
|
171
|
-
$dark-core-interactive-chip-primary-off-text-default: #
|
|
171
|
+
$dark-core-interactive-chip-primary-off-text-default: #ffffff;
|
|
172
172
|
$dark-core-interactive-chip-primary-off-text-hover: #d9d9d9;
|
|
173
173
|
$dark-core-interactive-chip-primary-off-text-pressed: #cccccc;
|
|
174
|
-
$dark-core-interactive-chip-primary-off-icon-default: #
|
|
174
|
+
$dark-core-interactive-chip-primary-off-icon-default: #ffffff;
|
|
175
175
|
$dark-core-interactive-chip-primary-off-icon-hover: #d9d9d9;
|
|
176
176
|
$dark-core-interactive-chip-primary-off-icon-pressed: #cccccc;
|
|
177
|
-
$dark-core-interactive-chip-primary-off-border-default: #
|
|
177
|
+
$dark-core-interactive-chip-primary-off-border-default: #ffffff;
|
|
178
178
|
$dark-core-interactive-chip-primary-off-border-hover: #d9d9d9;
|
|
179
179
|
$dark-core-interactive-chip-primary-off-border-pressed: #cccccc;
|
|
180
|
-
$dark-core-interactive-chip-secondary-on-text-default: #
|
|
180
|
+
$dark-core-interactive-chip-secondary-on-text-default: #ffffff;
|
|
181
181
|
$dark-core-interactive-chip-secondary-on-text-hover: #d9d9d9;
|
|
182
182
|
$dark-core-interactive-chip-secondary-on-text-pressed: #cccccc;
|
|
183
|
-
$dark-core-interactive-chip-secondary-on-fill-default: #
|
|
183
|
+
$dark-core-interactive-chip-secondary-on-fill-default: #262626;
|
|
184
184
|
$dark-core-interactive-chip-secondary-on-fill-hover: #202020;
|
|
185
185
|
$dark-core-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
|
|
186
|
-
$dark-core-interactive-chip-secondary-on-border-default: #
|
|
186
|
+
$dark-core-interactive-chip-secondary-on-border-default: #8c8c8c;
|
|
187
187
|
$dark-core-interactive-chip-secondary-on-border-hover: #777777;
|
|
188
188
|
$dark-core-interactive-chip-secondary-on-border-pressed: #707070;
|
|
189
|
-
$dark-core-interactive-chip-secondary-on-icon-default: #
|
|
189
|
+
$dark-core-interactive-chip-secondary-on-icon-default: #ffffff;
|
|
190
190
|
$dark-core-interactive-chip-secondary-on-icon-hover: #d9d9d9;
|
|
191
191
|
$dark-core-interactive-chip-secondary-on-icon-pressed: #cccccc;
|
|
192
|
-
$dark-core-interactive-chip-secondary-off-fill-default: #
|
|
192
|
+
$dark-core-interactive-chip-secondary-off-fill-default: #262626;
|
|
193
193
|
$dark-core-interactive-chip-secondary-off-fill-hover: #202020;
|
|
194
194
|
$dark-core-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
|
|
195
|
-
$dark-core-interactive-chip-secondary-off-text-default: #
|
|
195
|
+
$dark-core-interactive-chip-secondary-off-text-default: #a6a6a6;
|
|
196
196
|
$dark-core-interactive-chip-secondary-off-text-hover: #8d8d8d;
|
|
197
197
|
$dark-core-interactive-chip-secondary-off-text-pressed: #858585;
|
|
198
|
-
$dark-core-interactive-chip-secondary-off-icon-default: #
|
|
198
|
+
$dark-core-interactive-chip-secondary-off-icon-default: #a6a6a6;
|
|
199
199
|
$dark-core-interactive-chip-secondary-off-icon-hover: #8d8d8d;
|
|
200
200
|
$dark-core-interactive-chip-secondary-off-icon-pressed: #858585;
|
|
201
|
-
$dark-core-interactive-chip-channel-secondary-off-fill-default: #
|
|
201
|
+
$dark-core-interactive-chip-channel-secondary-off-fill-default: #0d0d0d;
|
|
202
202
|
$dark-core-interactive-chip-channel-secondary-off-fill-hover: #0b0b0b;
|
|
203
203
|
$dark-core-interactive-chip-channel-secondary-off-fill-pressed: #0a0a0a;
|
|
204
|
-
$dark-core-interactive-chip-channel-secondary-off-text-default: #
|
|
204
|
+
$dark-core-interactive-chip-channel-secondary-off-text-default: #cccccc;
|
|
205
205
|
$dark-core-interactive-chip-channel-secondary-off-text-hover: #adadad;
|
|
206
206
|
$dark-core-interactive-chip-channel-secondary-off-text-pressed: #a3a3a3;
|
|
207
|
-
$dark-core-interactive-chip-channel-secondary-off-icon-default: #
|
|
207
|
+
$dark-core-interactive-chip-channel-secondary-off-icon-default: #cccccc;
|
|
208
208
|
$dark-core-interactive-chip-channel-secondary-off-icon-hover: #adadad;
|
|
209
209
|
$dark-core-interactive-chip-channel-secondary-off-icon-pressed: #a3a3a3;
|
|
210
|
-
$dark-core-interactive-chip-channel-secondary-on-border-default: #
|
|
210
|
+
$dark-core-interactive-chip-channel-secondary-on-border-default: #cccccc;
|
|
211
211
|
$dark-core-interactive-chip-channel-secondary-on-border-hover: #adadad;
|
|
212
212
|
$dark-core-interactive-chip-channel-secondary-on-border-pressed: #a3a3a3;
|
|
213
|
-
$dark-core-interactive-chip-channel-secondary-on-fill-default: #
|
|
213
|
+
$dark-core-interactive-chip-channel-secondary-on-fill-default: #0d0d0d;
|
|
214
214
|
$dark-core-interactive-chip-channel-secondary-on-fill-hover: #0b0b0b;
|
|
215
215
|
$dark-core-interactive-chip-channel-secondary-on-fill-pressed: #0a0a0a;
|
|
216
|
-
$dark-core-interactive-chip-channel-secondary-on-text-default: #
|
|
216
|
+
$dark-core-interactive-chip-channel-secondary-on-text-default: #e6e6e6;
|
|
217
217
|
$dark-core-interactive-chip-channel-secondary-on-text-hover: #c4c4c4;
|
|
218
218
|
$dark-core-interactive-chip-channel-secondary-on-text-pressed: #b8b8b8;
|
|
219
|
-
$dark-core-interactive-chip-channel-secondary-on-icon-default: #
|
|
219
|
+
$dark-core-interactive-chip-channel-secondary-on-icon-default: #e6e6e6;
|
|
220
220
|
$dark-core-interactive-chip-channel-secondary-on-icon-hover: #c4c4c4;
|
|
221
221
|
$dark-core-interactive-chip-channel-secondary-on-icon-pressed: #b8b8b8;
|
|
222
|
-
$dark-core-interactive-chip-channel-primary-off-fill-default: #
|
|
222
|
+
$dark-core-interactive-chip-channel-primary-off-fill-default: #0d0d0d;
|
|
223
223
|
$dark-core-interactive-chip-channel-primary-off-fill-hover: #0b0b0b;
|
|
224
224
|
$dark-core-interactive-chip-channel-primary-off-fill-pressed: #0a0a0a;
|
|
225
|
-
$dark-core-interactive-chip-channel-primary-off-text-default: #
|
|
225
|
+
$dark-core-interactive-chip-channel-primary-off-text-default: #e6e6e6;
|
|
226
226
|
$dark-core-interactive-chip-channel-primary-off-text-hover: #c4c4c4;
|
|
227
227
|
$dark-core-interactive-chip-channel-primary-off-text-pressed: #b8b8b8;
|
|
228
|
-
$dark-core-interactive-chip-channel-primary-off-icon-default: #
|
|
228
|
+
$dark-core-interactive-chip-channel-primary-off-icon-default: #e6e6e6;
|
|
229
229
|
$dark-core-interactive-chip-channel-primary-off-icon-hover: #c4c4c4;
|
|
230
230
|
$dark-core-interactive-chip-channel-primary-off-icon-pressed: #b8b8b8;
|
|
231
|
-
$dark-core-interactive-chip-channel-primary-off-border-default: #
|
|
231
|
+
$dark-core-interactive-chip-channel-primary-off-border-default: #262626;
|
|
232
232
|
$dark-core-interactive-chip-channel-primary-off-border-hover: #202020;
|
|
233
233
|
$dark-core-interactive-chip-channel-primary-off-border-pressed: #1e1e1e;
|
|
234
|
-
$dark-core-interactive-chip-channel-primary-on-fill-default: #
|
|
234
|
+
$dark-core-interactive-chip-channel-primary-on-fill-default: #cccccc;
|
|
235
235
|
$dark-core-interactive-chip-channel-primary-on-fill-hover: #adadad;
|
|
236
236
|
$dark-core-interactive-chip-channel-primary-on-fill-pressed: #a3a3a3;
|
|
237
|
-
$dark-core-interactive-chip-channel-primary-on-text-default: #
|
|
237
|
+
$dark-core-interactive-chip-channel-primary-on-text-default: #000000;
|
|
238
238
|
$dark-core-interactive-chip-channel-primary-on-text-hover: #000000;
|
|
239
239
|
$dark-core-interactive-chip-channel-primary-on-text-pressed: #000000;
|
|
240
|
-
$dark-core-interactive-chip-channel-primary-on-icon-default: #
|
|
240
|
+
$dark-core-interactive-chip-channel-primary-on-icon-default: #000000;
|
|
241
241
|
$dark-core-interactive-chip-channel-primary-on-icon-hover: #000000;
|
|
242
242
|
$dark-core-interactive-chip-channel-primary-on-icon-pressed: #000000;
|
|
243
|
-
$dark-core-
|
|
244
|
-
$dark-core-
|
|
245
|
-
$dark-core-
|
|
246
|
-
$dark-core-
|
|
247
|
-
$dark-core-
|
|
248
|
-
$dark-core-
|
|
249
|
-
$dark-core-
|
|
250
|
-
$dark-core-
|
|
251
|
-
$dark-core-
|
|
252
|
-
$dark-core-
|
|
253
|
-
$dark-core-
|
|
254
|
-
$dark-core-
|
|
255
|
-
$dark-core-
|
|
256
|
-
$dark-core-
|
|
257
|
-
$dark-core-
|
|
258
|
-
$dark-core-
|
|
259
|
-
$dark-core-
|
|
260
|
-
$dark-core-
|
|
261
|
-
$dark-core-
|
|
262
|
-
$dark-core-flag-
|
|
263
|
-
$dark-core-
|
|
264
|
-
$dark-core-
|
|
265
|
-
$dark-core-
|
|
266
|
-
$dark-core-
|
|
267
|
-
$dark-core-
|
|
268
|
-
$dark-core-
|
|
269
|
-
$dark-core-
|
|
270
|
-
$dark-core-
|
|
271
|
-
$dark-core-
|
|
272
|
-
$dark-core-
|
|
273
|
-
$dark-core-toast-
|
|
274
|
-
$dark-core-toast-
|
|
275
|
-
$dark-core-toast-
|
|
243
|
+
$dark-core-interactive-tab-fill-default: #000000;
|
|
244
|
+
$dark-core-interactive-tab-fill-hover: #0d0d0d;
|
|
245
|
+
$dark-core-interactive-tab-fill-pressed: #262626;
|
|
246
|
+
$dark-core-interactive-tab-text-default: #ffffff;
|
|
247
|
+
$dark-core-interactive-tab-text-hover: #d9d9d9;
|
|
248
|
+
$dark-core-interactive-tab-text-pressed: #d9d9d9;
|
|
249
|
+
$dark-core-interactive-tab-icon-default: #ffffff;
|
|
250
|
+
$dark-core-interactive-tab-icon-hover: #d9d9d9;
|
|
251
|
+
$dark-core-interactive-tab-icon-pressed: #d9d9d9;
|
|
252
|
+
$dark-core-interactive-tab-selected-border-default: #8c8c8c;
|
|
253
|
+
$dark-core-active-fill: #ffffff;
|
|
254
|
+
$dark-core-active-text: #000000;
|
|
255
|
+
$dark-core-active-border: #8c8c8c;
|
|
256
|
+
$dark-core-active-icon: #000000;
|
|
257
|
+
$dark-core-focus-border: #8c8c8c;
|
|
258
|
+
$dark-core-label-primary: #ffffff;
|
|
259
|
+
$dark-core-label-secondary: #d9d9d9;
|
|
260
|
+
$dark-core-label-channel: #999999;
|
|
261
|
+
$dark-core-label-callout: #ff3933;
|
|
262
|
+
$dark-core-flag-primary-fill: #ffffff;
|
|
263
|
+
$dark-core-flag-primary-text: #0d0d0d;
|
|
264
|
+
$dark-core-flag-primary-icon: #0d0d0d;
|
|
265
|
+
$dark-core-flag-secondary-text: #ffffff;
|
|
266
|
+
$dark-core-flag-secondary-icon: #ffffff;
|
|
267
|
+
$dark-core-flag-channel-fill: #575757;
|
|
268
|
+
$dark-core-flag-channel-text: #e6e6e6;
|
|
269
|
+
$dark-core-flag-channel-icon: #e6e6e6;
|
|
270
|
+
$dark-core-flag-callout-fill: #ff3933;
|
|
271
|
+
$dark-core-flag-callout-text: #ffffff;
|
|
272
|
+
$dark-core-flag-callout-icon: #ffffff;
|
|
273
|
+
$dark-core-toast-fill-info: #0f4aa2;
|
|
274
|
+
$dark-core-toast-fill-success: #2c865b;
|
|
275
|
+
$dark-core-toast-fill-warning: #e49307;
|
|
276
|
+
$dark-core-toast-fill-error: #cb0705;
|
|
277
|
+
$dark-core-toast-icon-info: #aabbdc;
|
|
278
|
+
$dark-core-toast-icon-success: #c1e1d0;
|
|
279
|
+
$dark-core-toast-icon-warning: #ffddb0;
|
|
280
|
+
$dark-core-toast-icon-error: #ffbfbb;
|
|
281
|
+
$dark-core-toast-text-info: #ffffff;
|
|
282
|
+
$dark-core-toast-text-success: #ffffff;
|
|
283
|
+
$dark-core-toast-text-error: #ffffff;
|
|
284
|
+
$dark-core-toast-text-warning: #000000;
|
|
285
|
+
$dark-core-toast-link-info-default: #ffffff;
|
|
276
286
|
$dark-core-toast-link-info-hover: #d9d9d9;
|
|
277
287
|
$dark-core-toast-link-info-pressed: #cccccc;
|
|
278
|
-
$dark-core-toast-link-success-default: #
|
|
288
|
+
$dark-core-toast-link-success-default: #ffffff;
|
|
279
289
|
$dark-core-toast-link-success-hover: #d9d9d9;
|
|
280
290
|
$dark-core-toast-link-success-pressed: #cccccc;
|
|
281
|
-
$dark-core-toast-link-error-default: #
|
|
291
|
+
$dark-core-toast-link-error-default: #ffffff;
|
|
282
292
|
$dark-core-toast-link-error-hover: #d9d9d9;
|
|
283
293
|
$dark-core-toast-link-error-pressed: #cccccc;
|
|
284
|
-
$dark-core-toast-link-warning-default: #
|
|
294
|
+
$dark-core-toast-link-warning-default: #000000;
|
|
285
295
|
$dark-core-toast-link-warning-hover: #000000;
|
|
286
296
|
$dark-core-toast-link-warning-pressed: #000000;
|
|
287
|
-
$dark-core-tooltip-fill: #
|
|
288
|
-
$dark-core-tooltip-text: #
|
|
289
|
-
$dark-core-tooltip-icon: #
|
|
297
|
+
$dark-core-tooltip-fill: #ffffff;
|
|
298
|
+
$dark-core-tooltip-text: #000000;
|
|
299
|
+
$dark-core-tooltip-icon: #000000;
|
|
@@ -240,6 +240,16 @@ $light-core-interactive-chip-channel-primary-off-icon-pressed: #1e1e1e;
|
|
|
240
240
|
$light-core-interactive-chip-channel-primary-off-border-default: #a8a8a8;
|
|
241
241
|
$light-core-interactive-chip-channel-primary-off-border-hover: #8f8f8f;
|
|
242
242
|
$light-core-interactive-chip-channel-primary-off-border-pressed: #868686;
|
|
243
|
+
$light-core-interactive-tab-fill-default: #ffffff;
|
|
244
|
+
$light-core-interactive-tab-fill-hover: #f2f2f2;
|
|
245
|
+
$light-core-interactive-tab-fill-pressed: #d9d9d9;
|
|
246
|
+
$light-core-interactive-tab-text-default: #1a1a1a;
|
|
247
|
+
$light-core-interactive-tab-text-hover: #404040;
|
|
248
|
+
$light-core-interactive-tab-text-pressed: #404040;
|
|
249
|
+
$light-core-interactive-tab-icon-default: #1a1a1a;
|
|
250
|
+
$light-core-interactive-tab-icon-hover: #404040;
|
|
251
|
+
$light-core-interactive-tab-icon-pressed: #404040;
|
|
252
|
+
$light-core-interactive-tab-selected-border-default: #000000;
|
|
243
253
|
$light-core-active-fill: #000000;
|
|
244
254
|
$light-core-active-text: #ffffff;
|
|
245
255
|
$light-core-active-border: #000000;
|