@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-world-surface-undercanvas: #
|
|
2
|
-
$dark-world-surface-canvas: #
|
|
1
|
+
$dark-world-surface-undercanvas: #1a1a1a;
|
|
2
|
+
$dark-world-surface-canvas: #000000;
|
|
3
3
|
$dark-world-surface-transparent: #000000;
|
|
4
|
-
$dark-world-surface-level-1: #
|
|
5
|
-
$dark-world-surface-level-2: #
|
|
6
|
-
$dark-world-surface-level-3: #
|
|
7
|
-
$dark-world-surface-level-4: #
|
|
4
|
+
$dark-world-surface-level-1: #0d0d0d;
|
|
5
|
+
$dark-world-surface-level-2: #1a1a1a;
|
|
6
|
+
$dark-world-surface-level-3: #262626;
|
|
7
|
+
$dark-world-surface-level-4: #1a1a1a;
|
|
8
8
|
$dark-world-surface-overlay: rgba(0, 0, 0, 0.55);
|
|
9
|
-
$dark-world-surface-channel-50: #
|
|
10
|
-
$dark-world-surface-channel-100: #
|
|
11
|
-
$dark-world-surface-channel-200: #
|
|
12
|
-
$dark-world-surface-channel-300: #
|
|
13
|
-
$dark-world-surface-channel-400: #
|
|
14
|
-
$dark-world-surface-channel-500: #
|
|
15
|
-
$dark-world-surface-static-dark: #
|
|
16
|
-
$dark-world-surface-static-light: #
|
|
17
|
-
$dark-world-surface-inverse: #
|
|
18
|
-
$dark-world-text-primary: #
|
|
19
|
-
$dark-world-text-secondary: #
|
|
20
|
-
$dark-world-text-tertiary: #
|
|
21
|
-
$dark-world-text-channel-primary: #
|
|
22
|
-
$dark-world-text-channel-secondary: #
|
|
23
|
-
$dark-world-text-channel-tertiary: #
|
|
24
|
-
$dark-world-text-static-dark: #
|
|
25
|
-
$dark-world-text-static-light: #
|
|
26
|
-
$dark-world-text-inverse: #
|
|
27
|
-
$dark-world-icon-primary: #
|
|
28
|
-
$dark-world-icon-secondary: #
|
|
29
|
-
$dark-world-icon-tertiary: #
|
|
30
|
-
$dark-world-icon-channel-primary: #
|
|
31
|
-
$dark-world-icon-channel-secondary: #
|
|
32
|
-
$dark-world-icon-channel-tertiary: #
|
|
33
|
-
$dark-world-icon-inverse: #
|
|
34
|
-
$dark-world-border-primary: #
|
|
35
|
-
$dark-world-border-secondary: #
|
|
36
|
-
$dark-world-border-tertiary: #
|
|
37
|
-
$dark-world-border-channel-primary: #
|
|
38
|
-
$dark-world-border-channel-secondary: #
|
|
39
|
-
$dark-world-border-channel-tertiary: #
|
|
40
|
-
$dark-world-border-elevation: #
|
|
41
|
-
$dark-world-border-static-dark: #
|
|
42
|
-
$dark-world-border-static-light: #
|
|
43
|
-
$dark-world-input-fill-default: #
|
|
44
|
-
$dark-world-input-fill-error: #
|
|
45
|
-
$dark-world-input-fill-hover: #
|
|
46
|
-
$dark-world-input-fill-active: #
|
|
47
|
-
$dark-world-input-fill-completed: #
|
|
48
|
-
$dark-world-input-fill-success: #
|
|
49
|
-
$dark-world-input-fill-warning: #
|
|
50
|
-
$dark-world-input-fill-info: #
|
|
51
|
-
$dark-world-input-border-default: #
|
|
52
|
-
$dark-world-input-border-error: #
|
|
9
|
+
$dark-world-surface-channel-50: #06171a;
|
|
10
|
+
$dark-world-surface-channel-100: #073131;
|
|
11
|
+
$dark-world-surface-channel-200: #056065;
|
|
12
|
+
$dark-world-surface-channel-300: #3c8b90;
|
|
13
|
+
$dark-world-surface-channel-400: #6ea7a9;
|
|
14
|
+
$dark-world-surface-channel-500: #90bbbe;
|
|
15
|
+
$dark-world-surface-static-dark: #000000;
|
|
16
|
+
$dark-world-surface-static-light: #ffffff;
|
|
17
|
+
$dark-world-surface-inverse: #ffffff;
|
|
18
|
+
$dark-world-text-primary: #ffffff;
|
|
19
|
+
$dark-world-text-secondary: #d9d9d9;
|
|
20
|
+
$dark-world-text-tertiary: #a6a6a6;
|
|
21
|
+
$dark-world-text-channel-primary: #559b9d;
|
|
22
|
+
$dark-world-text-channel-secondary: #3c8b90;
|
|
23
|
+
$dark-world-text-channel-tertiary: #016d6f;
|
|
24
|
+
$dark-world-text-static-dark: #000000;
|
|
25
|
+
$dark-world-text-static-light: #ffffff;
|
|
26
|
+
$dark-world-text-inverse: #000000;
|
|
27
|
+
$dark-world-icon-primary: #ffffff;
|
|
28
|
+
$dark-world-icon-secondary: #d9d9d9;
|
|
29
|
+
$dark-world-icon-tertiary: #a6a6a6;
|
|
30
|
+
$dark-world-icon-channel-primary: #016d6f;
|
|
31
|
+
$dark-world-icon-channel-secondary: #1c7f83;
|
|
32
|
+
$dark-world-icon-channel-tertiary: #016d6f;
|
|
33
|
+
$dark-world-icon-inverse: #000000;
|
|
34
|
+
$dark-world-border-primary: #575757;
|
|
35
|
+
$dark-world-border-secondary: #333333;
|
|
36
|
+
$dark-world-border-tertiary: #1a1a1a;
|
|
37
|
+
$dark-world-border-channel-primary: #016d6f;
|
|
38
|
+
$dark-world-border-channel-secondary: #07494b;
|
|
39
|
+
$dark-world-border-channel-tertiary: #073131;
|
|
40
|
+
$dark-world-border-elevation: #333333;
|
|
41
|
+
$dark-world-border-static-dark: #000000;
|
|
42
|
+
$dark-world-border-static-light: #ffffff;
|
|
43
|
+
$dark-world-input-fill-default: #000000;
|
|
44
|
+
$dark-world-input-fill-error: #670909;
|
|
45
|
+
$dark-world-input-fill-hover: #0d0d0d;
|
|
46
|
+
$dark-world-input-fill-active: #000000;
|
|
47
|
+
$dark-world-input-fill-completed: #000000;
|
|
48
|
+
$dark-world-input-fill-success: #1b5339;
|
|
49
|
+
$dark-world-input-fill-warning: #664109;
|
|
50
|
+
$dark-world-input-fill-info: #08295a;
|
|
51
|
+
$dark-world-input-border-default: #737373;
|
|
52
|
+
$dark-world-input-border-error: #ff7268;
|
|
53
53
|
$dark-world-input-border-hover: #6d6d6d;
|
|
54
|
-
$dark-world-input-border-active: #
|
|
55
|
-
$dark-world-input-border-completed: #
|
|
56
|
-
$dark-world-input-border-success: #
|
|
57
|
-
$dark-world-input-border-warning: #
|
|
58
|
-
$dark-world-input-border-info: #
|
|
59
|
-
$dark-world-input-text-default: #
|
|
60
|
-
$dark-world-input-text-error: #
|
|
61
|
-
$dark-world-input-text-hover: #
|
|
62
|
-
$dark-world-input-text-active: #
|
|
63
|
-
$dark-world-input-text-completed: #
|
|
64
|
-
$dark-world-input-text-success: #
|
|
65
|
-
$dark-world-input-text-warning: #
|
|
66
|
-
$dark-world-input-text-info: #
|
|
67
|
-
$dark-world-input-icon-default: #
|
|
54
|
+
$dark-world-input-border-active: #a6a6a6;
|
|
55
|
+
$dark-world-input-border-completed: #d9d9d9;
|
|
56
|
+
$dark-world-input-border-success: #80c4a1;
|
|
57
|
+
$dark-world-input-border-warning: #ffc77f;
|
|
58
|
+
$dark-world-input-border-info: #466fb5;
|
|
59
|
+
$dark-world-input-text-default: #a6a6a6;
|
|
60
|
+
$dark-world-input-text-error: #ffffff;
|
|
61
|
+
$dark-world-input-text-hover: #d9d9d9;
|
|
62
|
+
$dark-world-input-text-active: #ffffff;
|
|
63
|
+
$dark-world-input-text-completed: #ffffff;
|
|
64
|
+
$dark-world-input-text-success: #ffffff;
|
|
65
|
+
$dark-world-input-text-warning: #ffffff;
|
|
66
|
+
$dark-world-input-text-info: #ffffff;
|
|
67
|
+
$dark-world-input-icon-default: #737373;
|
|
68
68
|
$dark-world-input-icon-hover: #6d6d6d;
|
|
69
|
-
$dark-world-input-icon-active: #
|
|
70
|
-
$dark-world-input-icon-completed: #
|
|
71
|
-
$dark-world-input-icon-error: #
|
|
72
|
-
$dark-world-input-icon-success: #
|
|
73
|
-
$dark-world-input-icon-warning: #
|
|
74
|
-
$dark-world-input-icon-info: #
|
|
75
|
-
$dark-world-active-fill: #
|
|
76
|
-
$dark-world-active-text: #
|
|
77
|
-
$dark-world-active-border: #
|
|
78
|
-
$dark-world-active-icon: #
|
|
79
|
-
$dark-world-focus-border: #
|
|
80
|
-
$dark-world-label-primary: #
|
|
81
|
-
$dark-world-label-secondary: #
|
|
82
|
-
$dark-world-label-channel: #
|
|
83
|
-
$dark-world-label-callout: #
|
|
84
|
-
$dark-world-flag-primary-fill: #
|
|
85
|
-
$dark-world-flag-primary-text: #
|
|
86
|
-
$dark-world-flag-primary-icon: #
|
|
87
|
-
$dark-world-flag-secondary-text: #
|
|
88
|
-
$dark-world-flag-secondary-icon: #
|
|
89
|
-
$dark-world-flag-channel-fill: #
|
|
90
|
-
$dark-world-flag-channel-text: #
|
|
91
|
-
$dark-world-flag-channel-icon: #
|
|
92
|
-
$dark-world-flag-callout-fill: #
|
|
93
|
-
$dark-world-flag-callout-text: #
|
|
94
|
-
$dark-world-flag-callout-icon: #
|
|
95
|
-
$dark-world-interactive-primary-fill-default: #
|
|
69
|
+
$dark-world-input-icon-active: #a6a6a6;
|
|
70
|
+
$dark-world-input-icon-completed: #d9d9d9;
|
|
71
|
+
$dark-world-input-icon-error: #ff7268;
|
|
72
|
+
$dark-world-input-icon-success: #80c4a1;
|
|
73
|
+
$dark-world-input-icon-warning: #ffc77f;
|
|
74
|
+
$dark-world-input-icon-info: #466fb5;
|
|
75
|
+
$dark-world-active-fill: #ffffff;
|
|
76
|
+
$dark-world-active-text: #000000;
|
|
77
|
+
$dark-world-active-border: #ffffff;
|
|
78
|
+
$dark-world-active-icon: #000000;
|
|
79
|
+
$dark-world-focus-border: #8c8c8c;
|
|
80
|
+
$dark-world-label-primary: #ffffff;
|
|
81
|
+
$dark-world-label-secondary: #d9d9d9;
|
|
82
|
+
$dark-world-label-channel: #3c8b90;
|
|
83
|
+
$dark-world-label-callout: #ff3933;
|
|
84
|
+
$dark-world-flag-primary-fill: #ffffff;
|
|
85
|
+
$dark-world-flag-primary-text: #0d0d0d;
|
|
86
|
+
$dark-world-flag-primary-icon: #0d0d0d;
|
|
87
|
+
$dark-world-flag-secondary-text: #ffffff;
|
|
88
|
+
$dark-world-flag-secondary-icon: #ffffff;
|
|
89
|
+
$dark-world-flag-channel-fill: #056065;
|
|
90
|
+
$dark-world-flag-channel-text: #90bbbe;
|
|
91
|
+
$dark-world-flag-channel-icon: #90bbbe;
|
|
92
|
+
$dark-world-flag-callout-fill: #ff3933;
|
|
93
|
+
$dark-world-flag-callout-text: #ffffff;
|
|
94
|
+
$dark-world-flag-callout-icon: #ffffff;
|
|
95
|
+
$dark-world-interactive-primary-fill-default: #ffffff;
|
|
96
96
|
$dark-world-interactive-primary-fill-hover: #ffffff;
|
|
97
97
|
$dark-world-interactive-primary-fill-pressed: #ffffff;
|
|
98
|
-
$dark-world-interactive-primary-text-default: #
|
|
99
|
-
$dark-world-interactive-primary-text-hover: #
|
|
100
|
-
$dark-world-interactive-primary-text-pressed: #
|
|
101
|
-
$dark-world-interactive-primary-icon-default: #
|
|
102
|
-
$dark-world-interactive-primary-icon-hover: #
|
|
103
|
-
$dark-world-interactive-primary-icon-pressed: #
|
|
104
|
-
$dark-world-interactive-secondary-fill-default: #
|
|
98
|
+
$dark-world-interactive-primary-text-default: #000000;
|
|
99
|
+
$dark-world-interactive-primary-text-hover: #000000;
|
|
100
|
+
$dark-world-interactive-primary-text-pressed: #000000;
|
|
101
|
+
$dark-world-interactive-primary-icon-default: #000000;
|
|
102
|
+
$dark-world-interactive-primary-icon-hover: #000000;
|
|
103
|
+
$dark-world-interactive-primary-icon-pressed: #000000;
|
|
104
|
+
$dark-world-interactive-secondary-fill-default: #000000;
|
|
105
105
|
$dark-world-interactive-secondary-fill-hover: #262626;
|
|
106
106
|
$dark-world-interactive-secondary-fill-pressed: #333333;
|
|
107
|
-
$dark-world-interactive-secondary-border-default: #
|
|
107
|
+
$dark-world-interactive-secondary-border-default: #8c8c8c;
|
|
108
108
|
$dark-world-interactive-secondary-border-hover: #9d9d9d;
|
|
109
109
|
$dark-world-interactive-secondary-border-pressed: #a3a3a3;
|
|
110
|
-
$dark-world-interactive-secondary-text-default: #
|
|
110
|
+
$dark-world-interactive-secondary-text-default: #ffffff;
|
|
111
111
|
$dark-world-interactive-secondary-text-hover: #ffffff;
|
|
112
112
|
$dark-world-interactive-secondary-text-pressed: #ffffff;
|
|
113
|
-
$dark-world-interactive-secondary-icon-default: #
|
|
113
|
+
$dark-world-interactive-secondary-icon-default: #ffffff;
|
|
114
114
|
$dark-world-interactive-secondary-icon-hover: #ffffff;
|
|
115
115
|
$dark-world-interactive-secondary-icon-pressed: #ffffff;
|
|
116
|
-
$dark-world-interactive-disabled-a: #
|
|
117
|
-
$dark-world-interactive-disabled-b: #
|
|
118
|
-
$dark-world-interactive-disabled-c: #
|
|
119
|
-
$dark-world-interactive-negative-fill-default: #
|
|
116
|
+
$dark-world-interactive-disabled-a: #262626;
|
|
117
|
+
$dark-world-interactive-disabled-b: #404040;
|
|
118
|
+
$dark-world-interactive-disabled-c: #575757;
|
|
119
|
+
$dark-world-interactive-negative-fill-default: #000000;
|
|
120
120
|
$dark-world-interactive-negative-fill-hover: #000000;
|
|
121
121
|
$dark-world-interactive-negative-fill-pressed: #000000;
|
|
122
|
-
$dark-world-interactive-negative-border-default: #
|
|
122
|
+
$dark-world-interactive-negative-border-default: #e70300;
|
|
123
123
|
$dark-world-interactive-negative-border-hover: #c40300;
|
|
124
124
|
$dark-world-interactive-negative-border-pressed: #b90200;
|
|
125
|
-
$dark-world-interactive-negative-text-default: #
|
|
125
|
+
$dark-world-interactive-negative-text-default: #e70300;
|
|
126
126
|
$dark-world-interactive-negative-text-hover: #c40300;
|
|
127
127
|
$dark-world-interactive-negative-text-pressed: #b90200;
|
|
128
|
-
$dark-world-interactive-negative-icon-default: #
|
|
128
|
+
$dark-world-interactive-negative-icon-default: #e70300;
|
|
129
129
|
$dark-world-interactive-negative-icon-hover: #c40300;
|
|
130
130
|
$dark-world-interactive-negative-icon-pressed: #b90200;
|
|
131
|
-
$dark-world-interactive-link-secondary-text-default: #
|
|
131
|
+
$dark-world-interactive-link-secondary-text-default: #8c8c8c;
|
|
132
132
|
$dark-world-interactive-link-secondary-text-hover: #777777;
|
|
133
133
|
$dark-world-interactive-link-secondary-text-pressed: #707070;
|
|
134
134
|
$dark-world-interactive-link-secondary-text-visited: #9a9a9a;
|
|
135
|
-
$dark-world-interactive-link-secondary-icon-default: #
|
|
135
|
+
$dark-world-interactive-link-secondary-icon-default: #8c8c8c;
|
|
136
136
|
$dark-world-interactive-link-secondary-icon-hover: #777777;
|
|
137
137
|
$dark-world-interactive-link-secondary-icon-pressed: #707070;
|
|
138
138
|
$dark-world-interactive-link-secondary-icon-visited: #9a9a9a;
|
|
139
|
-
$dark-world-interactive-link-secondary-underline-default: #
|
|
139
|
+
$dark-world-interactive-link-secondary-underline-default: #8c8c8c;
|
|
140
140
|
$dark-world-interactive-link-secondary-underline-hover: #9d9d9d;
|
|
141
141
|
$dark-world-interactive-link-secondary-underline-pressed: #a3a3a3;
|
|
142
142
|
$dark-world-interactive-link-secondary-underline-visited: #7e7e7e;
|
|
143
|
-
$dark-world-interactive-link-primary-text-default: #
|
|
143
|
+
$dark-world-interactive-link-primary-text-default: #ffffff;
|
|
144
144
|
$dark-world-interactive-link-primary-text-hover: #d9d9d9;
|
|
145
145
|
$dark-world-interactive-link-primary-text-pressed: #cccccc;
|
|
146
146
|
$dark-world-interactive-link-primary-text-visited: #ffffff;
|
|
147
|
-
$dark-world-interactive-link-primary-icon-default: #
|
|
147
|
+
$dark-world-interactive-link-primary-icon-default: #ffffff;
|
|
148
148
|
$dark-world-interactive-link-primary-icon-hover: #d9d9d9;
|
|
149
149
|
$dark-world-interactive-link-primary-icon-pressed: #cccccc;
|
|
150
150
|
$dark-world-interactive-link-primary-icon-visited: #ffffff;
|
|
151
|
-
$dark-world-interactive-link-primary-underline-default: #
|
|
151
|
+
$dark-world-interactive-link-primary-underline-default: #ffffff;
|
|
152
152
|
$dark-world-interactive-link-primary-underline-hover: #ffffff;
|
|
153
153
|
$dark-world-interactive-link-primary-underline-pressed: #ffffff;
|
|
154
154
|
$dark-world-interactive-link-primary-underline-visited: #e6e6e6;
|
|
155
|
-
$dark-world-interactive-chip-primary-on-fill-default: #
|
|
155
|
+
$dark-world-interactive-chip-primary-on-fill-default: #ffffff;
|
|
156
156
|
$dark-world-interactive-chip-primary-on-fill-hover: #d9d9d9;
|
|
157
157
|
$dark-world-interactive-chip-primary-on-fill-pressed: #cccccc;
|
|
158
|
-
$dark-world-interactive-chip-primary-on-text-default: #
|
|
158
|
+
$dark-world-interactive-chip-primary-on-text-default: #000000;
|
|
159
159
|
$dark-world-interactive-chip-primary-on-text-hover: #000000;
|
|
160
160
|
$dark-world-interactive-chip-primary-on-text-pressed: #000000;
|
|
161
|
-
$dark-world-interactive-chip-primary-on-icon-default: #
|
|
161
|
+
$dark-world-interactive-chip-primary-on-icon-default: #000000;
|
|
162
162
|
$dark-world-interactive-chip-primary-on-icon-hover: #000000;
|
|
163
163
|
$dark-world-interactive-chip-primary-on-icon-pressed: #000000;
|
|
164
|
-
$dark-world-interactive-chip-primary-off-fill-default: #
|
|
164
|
+
$dark-world-interactive-chip-primary-off-fill-default: #000000;
|
|
165
165
|
$dark-world-interactive-chip-primary-off-fill-hover: #000000;
|
|
166
166
|
$dark-world-interactive-chip-primary-off-fill-pressed: #000000;
|
|
167
|
-
$dark-world-interactive-chip-primary-off-text-default: #
|
|
167
|
+
$dark-world-interactive-chip-primary-off-text-default: #ffffff;
|
|
168
168
|
$dark-world-interactive-chip-primary-off-text-hover: #d9d9d9;
|
|
169
169
|
$dark-world-interactive-chip-primary-off-text-pressed: #cccccc;
|
|
170
|
-
$dark-world-interactive-chip-primary-off-icon-default: #
|
|
170
|
+
$dark-world-interactive-chip-primary-off-icon-default: #ffffff;
|
|
171
171
|
$dark-world-interactive-chip-primary-off-icon-hover: #d9d9d9;
|
|
172
172
|
$dark-world-interactive-chip-primary-off-icon-pressed: #cccccc;
|
|
173
|
-
$dark-world-interactive-chip-primary-off-border-default: #
|
|
173
|
+
$dark-world-interactive-chip-primary-off-border-default: #ffffff;
|
|
174
174
|
$dark-world-interactive-chip-primary-off-border-hover: #d9d9d9;
|
|
175
175
|
$dark-world-interactive-chip-primary-off-border-pressed: #cccccc;
|
|
176
|
-
$dark-world-interactive-chip-secondary-on-text-default: #
|
|
176
|
+
$dark-world-interactive-chip-secondary-on-text-default: #ffffff;
|
|
177
177
|
$dark-world-interactive-chip-secondary-on-text-hover: #d9d9d9;
|
|
178
178
|
$dark-world-interactive-chip-secondary-on-text-pressed: #cccccc;
|
|
179
|
-
$dark-world-interactive-chip-secondary-on-fill-default: #
|
|
179
|
+
$dark-world-interactive-chip-secondary-on-fill-default: #262626;
|
|
180
180
|
$dark-world-interactive-chip-secondary-on-fill-hover: #202020;
|
|
181
181
|
$dark-world-interactive-chip-secondary-on-fill-pressed: #1e1e1e;
|
|
182
|
-
$dark-world-interactive-chip-secondary-on-border-default: #
|
|
182
|
+
$dark-world-interactive-chip-secondary-on-border-default: #8c8c8c;
|
|
183
183
|
$dark-world-interactive-chip-secondary-on-border-hover: #777777;
|
|
184
184
|
$dark-world-interactive-chip-secondary-on-border-pressed: #707070;
|
|
185
|
-
$dark-world-interactive-chip-secondary-on-icon-default: #
|
|
185
|
+
$dark-world-interactive-chip-secondary-on-icon-default: #ffffff;
|
|
186
186
|
$dark-world-interactive-chip-secondary-on-icon-hover: #d9d9d9;
|
|
187
187
|
$dark-world-interactive-chip-secondary-on-icon-pressed: #cccccc;
|
|
188
|
-
$dark-world-interactive-chip-secondary-off-fill-default: #
|
|
188
|
+
$dark-world-interactive-chip-secondary-off-fill-default: #262626;
|
|
189
189
|
$dark-world-interactive-chip-secondary-off-fill-hover: #202020;
|
|
190
190
|
$dark-world-interactive-chip-secondary-off-fill-pressed: #1e1e1e;
|
|
191
|
-
$dark-world-interactive-chip-secondary-off-text-default: #
|
|
191
|
+
$dark-world-interactive-chip-secondary-off-text-default: #a6a6a6;
|
|
192
192
|
$dark-world-interactive-chip-secondary-off-text-hover: #8d8d8d;
|
|
193
193
|
$dark-world-interactive-chip-secondary-off-text-pressed: #858585;
|
|
194
|
-
$dark-world-interactive-chip-secondary-off-icon-default: #
|
|
194
|
+
$dark-world-interactive-chip-secondary-off-icon-default: #a6a6a6;
|
|
195
195
|
$dark-world-interactive-chip-secondary-off-icon-hover: #8d8d8d;
|
|
196
196
|
$dark-world-interactive-chip-secondary-off-icon-pressed: #858585;
|
|
197
197
|
$dark-world-interactive-chip-channel-secondary-off-fill-default: #073131;
|
|
198
198
|
$dark-world-interactive-chip-channel-secondary-off-fill-hover: #062a2a;
|
|
199
199
|
$dark-world-interactive-chip-channel-secondary-off-fill-pressed: #062727;
|
|
200
|
-
$dark-world-interactive-chip-channel-secondary-off-text-default: #
|
|
200
|
+
$dark-world-interactive-chip-channel-secondary-off-text-default: #6ea7a9;
|
|
201
201
|
$dark-world-interactive-chip-channel-secondary-off-text-hover: #589395;
|
|
202
202
|
$dark-world-interactive-chip-channel-secondary-off-text-pressed: #538a8c;
|
|
203
|
-
$dark-world-interactive-chip-channel-secondary-off-icon-default: #
|
|
203
|
+
$dark-world-interactive-chip-channel-secondary-off-icon-default: #6ea7a9;
|
|
204
204
|
$dark-world-interactive-chip-channel-secondary-off-icon-hover: #589395;
|
|
205
205
|
$dark-world-interactive-chip-channel-secondary-off-icon-pressed: #538a8c;
|
|
206
|
-
$dark-world-interactive-chip-channel-secondary-on-border-default: #
|
|
206
|
+
$dark-world-interactive-chip-channel-secondary-on-border-default: #6ea7a9;
|
|
207
207
|
$dark-world-interactive-chip-channel-secondary-on-border-hover: #589395;
|
|
208
208
|
$dark-world-interactive-chip-channel-secondary-on-border-pressed: #538a8c;
|
|
209
|
-
$dark-world-interactive-chip-channel-secondary-on-fill-default: #
|
|
209
|
+
$dark-world-interactive-chip-channel-secondary-on-fill-default: #073131;
|
|
210
210
|
$dark-world-interactive-chip-channel-secondary-on-fill-hover: #062a2a;
|
|
211
211
|
$dark-world-interactive-chip-channel-secondary-on-fill-pressed: #062727;
|
|
212
|
-
$dark-world-interactive-chip-channel-secondary-on-text-default: #
|
|
212
|
+
$dark-world-interactive-chip-channel-secondary-on-text-default: #ffffff;
|
|
213
213
|
$dark-world-interactive-chip-channel-secondary-on-text-hover: #d9d9d9;
|
|
214
214
|
$dark-world-interactive-chip-channel-secondary-on-text-pressed: #cccccc;
|
|
215
|
-
$dark-world-interactive-chip-channel-secondary-on-icon-default: #
|
|
215
|
+
$dark-world-interactive-chip-channel-secondary-on-icon-default: #ffffff;
|
|
216
216
|
$dark-world-interactive-chip-channel-secondary-on-icon-hover: #d9d9d9;
|
|
217
217
|
$dark-world-interactive-chip-channel-secondary-on-icon-pressed: #cccccc;
|
|
218
|
-
$dark-world-interactive-chip-channel-primary-off-fill-default: #
|
|
218
|
+
$dark-world-interactive-chip-channel-primary-off-fill-default: #06171a;
|
|
219
219
|
$dark-world-interactive-chip-channel-primary-off-fill-hover: #051416;
|
|
220
220
|
$dark-world-interactive-chip-channel-primary-off-fill-pressed: #051215;
|
|
221
|
-
$dark-world-interactive-chip-channel-primary-off-text-default: #
|
|
221
|
+
$dark-world-interactive-chip-channel-primary-off-text-default: #90bbbe;
|
|
222
222
|
$dark-world-interactive-chip-channel-primary-off-text-hover: #71a8ac;
|
|
223
223
|
$dark-world-interactive-chip-channel-primary-off-text-pressed: #66a1a5;
|
|
224
|
-
$dark-world-interactive-chip-channel-primary-off-icon-default: #
|
|
224
|
+
$dark-world-interactive-chip-channel-primary-off-icon-default: #90bbbe;
|
|
225
225
|
$dark-world-interactive-chip-channel-primary-off-icon-hover: #71a8ac;
|
|
226
226
|
$dark-world-interactive-chip-channel-primary-off-icon-pressed: #66a1a5;
|
|
227
|
-
$dark-world-interactive-chip-channel-primary-off-border-default: #
|
|
227
|
+
$dark-world-interactive-chip-channel-primary-off-border-default: #056065;
|
|
228
228
|
$dark-world-interactive-chip-channel-primary-off-border-hover: #045256;
|
|
229
229
|
$dark-world-interactive-chip-channel-primary-off-border-pressed: #044d51;
|
|
230
|
-
$dark-world-interactive-chip-channel-primary-on-fill-default: #
|
|
230
|
+
$dark-world-interactive-chip-channel-primary-on-fill-default: #056065;
|
|
231
231
|
$dark-world-interactive-chip-channel-primary-on-fill-hover: #045256;
|
|
232
232
|
$dark-world-interactive-chip-channel-primary-on-fill-pressed: #044d51;
|
|
233
|
-
$dark-world-interactive-chip-channel-primary-on-text-default: #
|
|
233
|
+
$dark-world-interactive-chip-channel-primary-on-text-default: #ffffff;
|
|
234
234
|
$dark-world-interactive-chip-channel-primary-on-text-hover: #d9d9d9;
|
|
235
235
|
$dark-world-interactive-chip-channel-primary-on-text-pressed: #cccccc;
|
|
236
|
-
$dark-world-interactive-chip-channel-primary-on-icon-default: #
|
|
236
|
+
$dark-world-interactive-chip-channel-primary-on-icon-default: #ffffff;
|
|
237
237
|
$dark-world-interactive-chip-channel-primary-on-icon-hover: #d9d9d9;
|
|
238
238
|
$dark-world-interactive-chip-channel-primary-on-icon-pressed: #cccccc;
|
|
239
|
-
$dark-world-
|
|
240
|
-
$dark-world-
|
|
241
|
-
$dark-world-
|
|
242
|
-
$dark-world-
|
|
243
|
-
$dark-world-
|
|
244
|
-
$dark-world-
|
|
245
|
-
$dark-world-
|
|
246
|
-
$dark-world-
|
|
247
|
-
$dark-world-
|
|
248
|
-
$dark-world-
|
|
249
|
-
$dark-world-toast-
|
|
250
|
-
$dark-world-toast-
|
|
251
|
-
$dark-world-toast-
|
|
239
|
+
$dark-world-interactive-tab-fill-default: #000000;
|
|
240
|
+
$dark-world-interactive-tab-fill-hover: #0d0d0d;
|
|
241
|
+
$dark-world-interactive-tab-fill-pressed: #262626;
|
|
242
|
+
$dark-world-interactive-tab-text-default: #ffffff;
|
|
243
|
+
$dark-world-interactive-tab-text-hover: #d9d9d9;
|
|
244
|
+
$dark-world-interactive-tab-text-pressed: #d9d9d9;
|
|
245
|
+
$dark-world-interactive-tab-icon-default: #ffffff;
|
|
246
|
+
$dark-world-interactive-tab-icon-hover: #d9d9d9;
|
|
247
|
+
$dark-world-interactive-tab-icon-pressed: #d9d9d9;
|
|
248
|
+
$dark-world-interactive-tab-selected-border-default: #ffffff;
|
|
249
|
+
$dark-world-toast-fill-info: #0f4aa2;
|
|
250
|
+
$dark-world-toast-fill-success: #2c865b;
|
|
251
|
+
$dark-world-toast-fill-warning: #e49307;
|
|
252
|
+
$dark-world-toast-fill-error: #cb0705;
|
|
253
|
+
$dark-world-toast-icon-info: #aabbdc;
|
|
254
|
+
$dark-world-toast-icon-success: #c1e1d0;
|
|
255
|
+
$dark-world-toast-icon-warning: #ffddb0;
|
|
256
|
+
$dark-world-toast-icon-error: #ffbfbb;
|
|
257
|
+
$dark-world-toast-text-info: #ffffff;
|
|
258
|
+
$dark-world-toast-text-success: #ffffff;
|
|
259
|
+
$dark-world-toast-text-error: #ffffff;
|
|
260
|
+
$dark-world-toast-text-warning: #000000;
|
|
261
|
+
$dark-world-toast-link-info-default: #ffffff;
|
|
252
262
|
$dark-world-toast-link-info-hover: #d9d9d9;
|
|
253
263
|
$dark-world-toast-link-info-pressed: #cccccc;
|
|
254
|
-
$dark-world-toast-link-success-default: #
|
|
264
|
+
$dark-world-toast-link-success-default: #ffffff;
|
|
255
265
|
$dark-world-toast-link-success-hover: #d9d9d9;
|
|
256
266
|
$dark-world-toast-link-success-pressed: #cccccc;
|
|
257
|
-
$dark-world-toast-link-error-default: #
|
|
267
|
+
$dark-world-toast-link-error-default: #ffffff;
|
|
258
268
|
$dark-world-toast-link-error-hover: #d9d9d9;
|
|
259
269
|
$dark-world-toast-link-error-pressed: #cccccc;
|
|
260
|
-
$dark-world-toast-link-warning-default: #
|
|
270
|
+
$dark-world-toast-link-warning-default: #000000;
|
|
261
271
|
$dark-world-toast-link-warning-hover: #000000;
|
|
262
272
|
$dark-world-toast-link-warning-pressed: #000000;
|
|
263
|
-
$dark-world-messaging-fill-error: #
|
|
264
|
-
$dark-world-messaging-fill-success: #
|
|
265
|
-
$dark-world-messaging-fill-warning: #
|
|
266
|
-
$dark-world-messaging-fill-info: #
|
|
267
|
-
$dark-world-messaging-border-error: #
|
|
268
|
-
$dark-world-messaging-border-success: #
|
|
269
|
-
$dark-world-messaging-border-warning: #
|
|
270
|
-
$dark-world-messaging-border-info: #
|
|
271
|
-
$dark-world-messaging-icon-error: #
|
|
272
|
-
$dark-world-messaging-icon-success: #
|
|
273
|
-
$dark-world-messaging-icon-warning: #
|
|
274
|
-
$dark-world-messaging-icon-info: #
|
|
275
|
-
$dark-world-messaging-link-text-default: #
|
|
273
|
+
$dark-world-messaging-fill-error: #670909;
|
|
274
|
+
$dark-world-messaging-fill-success: #1b5339;
|
|
275
|
+
$dark-world-messaging-fill-warning: #664109;
|
|
276
|
+
$dark-world-messaging-fill-info: #08295a;
|
|
277
|
+
$dark-world-messaging-border-error: #ff7268;
|
|
278
|
+
$dark-world-messaging-border-success: #80c4a1;
|
|
279
|
+
$dark-world-messaging-border-warning: #ffa722;
|
|
280
|
+
$dark-world-messaging-border-info: #6f8dc6;
|
|
281
|
+
$dark-world-messaging-icon-error: #ff7268;
|
|
282
|
+
$dark-world-messaging-icon-success: #80c4a1;
|
|
283
|
+
$dark-world-messaging-icon-warning: #ffa722;
|
|
284
|
+
$dark-world-messaging-icon-info: #6f8dc6;
|
|
285
|
+
$dark-world-messaging-link-text-default: #ffffff;
|
|
276
286
|
$dark-world-messaging-link-text-hover: #d9d9d9;
|
|
277
287
|
$dark-world-messaging-link-text-pressed: #cccccc;
|
|
278
288
|
$dark-world-messaging-link-text-visited: #ffffff;
|
|
279
|
-
$dark-world-messaging-link-icon-default: #
|
|
289
|
+
$dark-world-messaging-link-icon-default: #ffffff;
|
|
280
290
|
$dark-world-messaging-link-icon-hover: #d9d9d9;
|
|
281
291
|
$dark-world-messaging-link-icon-pressed: #cccccc;
|
|
282
292
|
$dark-world-messaging-link-icon-visited: #ffffff;
|
|
283
|
-
$dark-world-messaging-link-underline-default: #
|
|
293
|
+
$dark-world-messaging-link-underline-default: #ffffff;
|
|
284
294
|
$dark-world-messaging-link-underline-hover: #ffffff;
|
|
285
295
|
$dark-world-messaging-link-underline-pressed: #ffffff;
|
|
286
296
|
$dark-world-messaging-link-underline-visited: #e6e6e6;
|
|
287
|
-
$dark-world-tooltip-fill: #
|
|
288
|
-
$dark-world-tooltip-text: #
|
|
289
|
-
$dark-world-tooltip-icon: #
|
|
297
|
+
$dark-world-tooltip-fill: #ffffff;
|
|
298
|
+
$dark-world-tooltip-text: #000000;
|
|
299
|
+
$dark-world-tooltip-icon: #000000;
|
|
@@ -216,6 +216,16 @@ $light-world-interactive-chip-channel-primary-off-icon-pressed: #063032;
|
|
|
216
216
|
$light-world-interactive-chip-channel-primary-off-border-default: #b2cfd2;
|
|
217
217
|
$light-world-interactive-chip-channel-primary-off-border-hover: #8db8bd;
|
|
218
218
|
$light-world-interactive-chip-channel-primary-off-border-pressed: #81b0b5;
|
|
219
|
+
$light-world-interactive-tab-fill-default: #ffffff;
|
|
220
|
+
$light-world-interactive-tab-fill-hover: #f2f2f2;
|
|
221
|
+
$light-world-interactive-tab-fill-pressed: #d9d9d9;
|
|
222
|
+
$light-world-interactive-tab-text-default: #1a1a1a;
|
|
223
|
+
$light-world-interactive-tab-text-hover: #404040;
|
|
224
|
+
$light-world-interactive-tab-text-pressed: #404040;
|
|
225
|
+
$light-world-interactive-tab-icon-default: #1a1a1a;
|
|
226
|
+
$light-world-interactive-tab-icon-hover: #404040;
|
|
227
|
+
$light-world-interactive-tab-icon-pressed: #404040;
|
|
228
|
+
$light-world-interactive-tab-selected-border-default: #000000;
|
|
219
229
|
$light-world-active-fill: #000000;
|
|
220
230
|
$light-world-active-text: #ffffff;
|
|
221
231
|
$light-world-active-border: #000000;
|
package/dist/tds-layout.scss
CHANGED
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
--grid-viewport: 433px;
|
|
6
6
|
--grid-max-width: 767px;
|
|
7
7
|
--grid-content-area: 393px;
|
|
8
|
+
--grid-span-1: 70px;
|
|
9
|
+
--grid-span-2: 165px;
|
|
10
|
+
--grid-span-3: 259px;
|
|
11
|
+
--grid-span-4: 353px;
|
|
12
|
+
--grid-span-5: 353px;
|
|
13
|
+
--grid-span-6: 353px;
|
|
14
|
+
--grid-span-7: 353px;
|
|
15
|
+
--grid-span-8: 353px;
|
|
16
|
+
--grid-span-9: 353px;
|
|
17
|
+
--grid-span-10: 353px;
|
|
18
|
+
--grid-span-11: 353px;
|
|
19
|
+
--grid-span-12: 353px;
|
|
8
20
|
}
|
|
9
21
|
@media (min-width: 440px) {
|
|
10
22
|
:root {
|
|
@@ -14,24 +26,54 @@
|
|
|
14
26
|
--grid-viewport: 816px;
|
|
15
27
|
--grid-max-width: 1023px;
|
|
16
28
|
--grid-content-area: 768px;
|
|
29
|
+
--grid-span-1: 35px;
|
|
30
|
+
--grid-span-2: 101px;
|
|
31
|
+
--grid-span-3: 168px;
|
|
32
|
+
--grid-span-4: 235px;
|
|
33
|
+
--grid-span-5: 301px;
|
|
34
|
+
--grid-span-6: 368px;
|
|
35
|
+
--grid-span-7: 435px;
|
|
36
|
+
--grid-span-8: 501px;
|
|
37
|
+
--grid-span-9: 568px;
|
|
38
|
+
--grid-span-10: 635px;
|
|
39
|
+
--grid-span-11: 701px;
|
|
40
|
+
--grid-span-12: 768px;
|
|
17
41
|
}}
|
|
18
42
|
@media (min-width: 1024px) {
|
|
19
43
|
:root {
|
|
20
|
-
--grid-columns: 12;
|
|
21
|
-
--grid-gutter: 32px;
|
|
22
|
-
--grid-margin: 24px;
|
|
23
44
|
--grid-viewport: 1072px;
|
|
24
45
|
--grid-max-width: 1439px;
|
|
25
46
|
--grid-content-area: 1024px;
|
|
47
|
+
--grid-span-1: 56px;
|
|
48
|
+
--grid-span-2: 144px;
|
|
49
|
+
--grid-span-3: 232px;
|
|
50
|
+
--grid-span-4: 320px;
|
|
51
|
+
--grid-span-5: 408px;
|
|
52
|
+
--grid-span-6: 496px;
|
|
53
|
+
--grid-span-7: 584px;
|
|
54
|
+
--grid-span-8: 672px;
|
|
55
|
+
--grid-span-9: 760px;
|
|
56
|
+
--grid-span-10: 848px;
|
|
57
|
+
--grid-span-11: 936px;
|
|
58
|
+
--grid-span-12: 1024px;
|
|
26
59
|
}}
|
|
27
60
|
@media (min-width: 1440px) {
|
|
28
61
|
:root {
|
|
29
|
-
--grid-columns: 12;
|
|
30
|
-
--grid-gutter: 32px;
|
|
31
|
-
--grid-margin: 24px;
|
|
32
62
|
--grid-viewport: 1440px;
|
|
33
63
|
--grid-max-width: 1920px;
|
|
34
64
|
--grid-content-area: 1144px;
|
|
65
|
+
--grid-span-1: 66px;
|
|
66
|
+
--grid-span-2: 164px;
|
|
67
|
+
--grid-span-3: 262px;
|
|
68
|
+
--grid-span-4: 360px;
|
|
69
|
+
--grid-span-5: 458px;
|
|
70
|
+
--grid-span-6: 556px;
|
|
71
|
+
--grid-span-7: 654px;
|
|
72
|
+
--grid-span-8: 752px;
|
|
73
|
+
--grid-span-9: 850px;
|
|
74
|
+
--grid-span-10: 948px;
|
|
75
|
+
--grid-span-11: 1046px;
|
|
76
|
+
--grid-span-12: 1144px;
|
|
35
77
|
}}
|
|
36
78
|
|
|
37
79
|
$spacing-10: 18px;
|
|
@@ -61,6 +103,18 @@ $grid-margin: var(--grid-margin);
|
|
|
61
103
|
$grid-viewport: var(--grid-viewport);
|
|
62
104
|
$grid-max-width: var(--grid-max-width);
|
|
63
105
|
$grid-content-area: var(--grid-content-area);
|
|
106
|
+
$grid-span-1: var(--grid-span-1);
|
|
107
|
+
$grid-span-2: var(--grid-span-2);
|
|
108
|
+
$grid-span-3: var(--grid-span-3);
|
|
109
|
+
$grid-span-4: var(--grid-span-4);
|
|
110
|
+
$grid-span-5: var(--grid-span-5);
|
|
111
|
+
$grid-span-6: var(--grid-span-6);
|
|
112
|
+
$grid-span-7: var(--grid-span-7);
|
|
113
|
+
$grid-span-8: var(--grid-span-8);
|
|
114
|
+
$grid-span-9: var(--grid-span-9);
|
|
115
|
+
$grid-span-10: var(--grid-span-10);
|
|
116
|
+
$grid-span-11: var(--grid-span-11);
|
|
117
|
+
$grid-span-12: var(--grid-span-12);
|
|
64
118
|
$shadow-elevation-down-level-2: 0px 4px 8px 0px rgba(0,0,0,0.08);
|
|
65
119
|
$shadow-elevation-down-level-3: 0px 16px 24px 0px rgba(0,0,0,0.08);
|
|
66
120
|
$shadow-elevation-down-level-4: 0px 20px 32px 0px rgba(0,0,0,0.08);
|