@momentum-design/tokens 0.0.54 → 0.0.56
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/dist/css/core/complete.css +4 -3
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/common-stable.css +11 -2
- package/dist/css/theme/webex/dark-complete.css +3 -3
- package/dist/css/theme/webex/dark-stable.css +49 -30
- package/dist/css/theme/webex/hc-dark-stable.css +1 -1
- package/dist/css/theme/webex/hc-light-stable.css +1 -1
- package/dist/css/theme/webex/light-complete.css +1 -1
- package/dist/css/theme/webex/light-stable.css +49 -28
- package/dist/ios/core/complete.swift +4 -3
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/common-stable.swift +11 -2
- package/dist/ios/theme/webex/dark-complete.swift +3 -3
- package/dist/ios/theme/webex/dark-stable.swift +49 -30
- package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
- package/dist/ios/theme/webex/light-complete.swift +1 -1
- package/dist/ios/theme/webex/light-stable.swift +49 -28
- package/dist/json/core/complete.json +33 -4
- package/dist/json/theme/webex/common-stable.json +246 -1
- package/dist/json/theme/webex/dark-complete.json +2 -2
- package/dist/json/theme/webex/dark-stable.json +3614 -3104
- package/dist/json/theme/webex/light-stable.json +3612 -3053
- package/dist/json-minimal/core/complete.json +3 -2
- package/dist/json-minimal/theme/webex/common-stable.json +12 -1
- package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
- package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
- package/dist/json-minimal/theme/webex/light-stable.json +87 -54
- package/dist/resources/core/complete.xml +4 -3
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/common-stable.xml +11 -2
- package/dist/resources/theme/webex/dark-complete.xml +3 -3
- package/dist/resources/theme/webex/dark-stable.xml +49 -30
- package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
- package/dist/resources/theme/webex/light-complete.xml +1 -1
- package/dist/resources/theme/webex/light-stable.xml +49 -28
- package/dist/scss/core/complete.scss +4 -3
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/common-stable.scss +12 -3
- package/dist/scss/theme/webex/dark-complete.scss +3 -3
- package/dist/scss/theme/webex/dark-stable.scss +49 -30
- package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
- package/dist/scss/theme/webex/light-complete.scss +1 -1
- package/dist/scss/theme/webex/light-stable.scss +49 -28
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 11 Jun 2024 18:13:50 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -23,9 +23,9 @@ public class {
|
|
|
23
23
|
public static let mdsColorThemeAvatarViolet = #643abd
|
|
24
24
|
public static let mdsColorThemeAvatarYellow = #7d4705
|
|
25
25
|
public static let mdsColorThemeBackgroundAccentNormal = #1170cf
|
|
26
|
-
public static let mdsColorThemeBackgroundAlertDefaultActive = #
|
|
27
|
-
public static let mdsColorThemeBackgroundAlertDefaultHover = #
|
|
28
|
-
public static let mdsColorThemeBackgroundAlertDefaultNormal = #
|
|
26
|
+
public static let mdsColorThemeBackgroundAlertDefaultActive = #545454
|
|
27
|
+
public static let mdsColorThemeBackgroundAlertDefaultHover = #3b3b3b
|
|
28
|
+
public static let mdsColorThemeBackgroundAlertDefaultNormal = #3b3b3b
|
|
29
29
|
public static let mdsColorThemeBackgroundAlertErrorActive = #780d13
|
|
30
30
|
public static let mdsColorThemeBackgroundAlertErrorHover = #4f0e10
|
|
31
31
|
public static let mdsColorThemeBackgroundAlertErrorNormal = #4f0e10
|
|
@@ -79,6 +79,7 @@ public class {
|
|
|
79
79
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff1c
|
|
80
80
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
81
81
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
82
|
+
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(180deg, #ffffff 90%, #ffffff 0%)
|
|
82
83
|
public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
|
|
83
84
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
84
85
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
@@ -95,9 +96,6 @@ public class {
|
|
|
95
96
|
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
96
97
|
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
97
98
|
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
98
|
-
public static let mdsColorThemeButtonInvertedHover = #262626
|
|
99
|
-
public static let mdsColorThemeButtonInvertedNormal = #0f0f0f
|
|
100
|
-
public static let mdsColorThemeButtonInvertedPressed = #3b3b3b
|
|
101
99
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
102
100
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
103
101
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
@@ -127,12 +125,21 @@ public class {
|
|
|
127
125
|
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
|
|
128
126
|
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
|
|
129
127
|
public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
|
|
130
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #
|
|
128
|
+
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #00000012
|
|
131
129
|
public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
|
|
132
130
|
public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
|
|
133
131
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
134
132
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
135
133
|
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
|
|
134
|
+
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
135
|
+
public static let mdsColorThemeCommonContentExcel = #00893E
|
|
136
|
+
public static let mdsColorThemeCommonContentKeynote = #029CFB
|
|
137
|
+
public static let mdsColorThemeCommonContentOnenote = #B839DB
|
|
138
|
+
public static let mdsColorThemeCommonContentPdf = #EE0507
|
|
139
|
+
public static let mdsColorThemeCommonContentPowerpoint = #D93E17
|
|
140
|
+
public static let mdsColorThemeCommonContentSheets = #F4B400
|
|
141
|
+
public static let mdsColorThemeCommonContentSlides = #0F9D58
|
|
142
|
+
public static let mdsColorThemeCommonContentWord = #0078D6
|
|
136
143
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
137
144
|
public static let mdsColorThemeCommonControlShareContentActive = #C94403
|
|
138
145
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
@@ -178,14 +185,15 @@ public class {
|
|
|
178
185
|
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
179
186
|
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
180
187
|
public static let mdsColorThemeControlActiveActive = #1170cf
|
|
181
|
-
public static let mdsColorThemeControlActiveDisabled = #
|
|
188
|
+
public static let mdsColorThemeControlActiveDisabled = #ffffff33
|
|
182
189
|
public static let mdsColorThemeControlActiveHover = #3492eb
|
|
183
190
|
public static let mdsColorThemeControlActiveNormal = #64b4fa
|
|
184
191
|
public static let mdsColorThemeControlActivePressed = #1170cf
|
|
185
192
|
public static let mdsColorThemeControlInactiveDisabled = #ffffff33
|
|
186
193
|
public static let mdsColorThemeControlInactiveHover = #ffffff4d
|
|
187
|
-
public static let mdsColorThemeControlInactiveNormal = #
|
|
194
|
+
public static let mdsColorThemeControlInactiveNormal = #ffffff00
|
|
188
195
|
public static let mdsColorThemeControlInactivePressed = #ffffff66
|
|
196
|
+
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
189
197
|
public static let mdsColorThemeGlobaltintNormal = #3492eb
|
|
190
198
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
191
199
|
public static let mdsColorThemeGradationPrimary = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
@@ -235,6 +243,33 @@ public class {
|
|
|
235
243
|
public static let mdsColorThemeIndicatorSecure = #3492eb
|
|
236
244
|
public static let mdsColorThemeIndicatorStable = #27a17a
|
|
237
245
|
public static let mdsColorThemeIndicatorUnstable = #EC6400
|
|
246
|
+
public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
|
|
247
|
+
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #00000033
|
|
248
|
+
public static let mdsColorThemeInvertedButtonPrimaryHover = #000000cc
|
|
249
|
+
public static let mdsColorThemeInvertedButtonPrimaryNormal = #000000f2
|
|
250
|
+
public static let mdsColorThemeInvertedButtonPrimaryPressed = #000000b3
|
|
251
|
+
public static let mdsColorThemeInvertedButtonSecondaryDisabled = #00000000
|
|
252
|
+
public static let mdsColorThemeInvertedButtonSecondaryHover = #00000012
|
|
253
|
+
public static let mdsColorThemeInvertedButtonSecondaryNormal = #00000000
|
|
254
|
+
public static let mdsColorThemeInvertedButtonSecondaryPressed = #00000033
|
|
255
|
+
public static let mdsColorThemeInvertedControlActiveActive = #063a75
|
|
256
|
+
public static let mdsColorThemeInvertedControlActiveDisabled = #00000033
|
|
257
|
+
public static let mdsColorThemeInvertedControlActiveHover = #0353a8
|
|
258
|
+
public static let mdsColorThemeInvertedControlActiveNormal = #1170cf
|
|
259
|
+
public static let mdsColorThemeInvertedControlActivePressed = #063a75
|
|
260
|
+
public static let mdsColorThemeInvertedControlInactiveDisabled = #00000033
|
|
261
|
+
public static let mdsColorThemeInvertedControlInactiveHover = #0000004d
|
|
262
|
+
public static let mdsColorThemeInvertedControlInactiveNormal = #8f8f8f
|
|
263
|
+
public static let mdsColorThemeInvertedControlInactivePressed = #00000066
|
|
264
|
+
public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
|
|
265
|
+
public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
|
|
266
|
+
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
|
|
267
|
+
public static let mdsColorThemeInvertedOutlineTheme = #1170cf
|
|
268
|
+
public static let mdsColorThemeInvertedTextAccentHover = #0a274a
|
|
269
|
+
public static let mdsColorThemeInvertedTextAccentNormal = #0353a8
|
|
270
|
+
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
271
|
+
public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
|
|
272
|
+
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
238
273
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
239
274
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
240
275
|
public static let mdsColorThemeOutlineDisabledNormal = #ffffff33
|
|
@@ -253,13 +288,16 @@ public class {
|
|
|
253
288
|
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
254
289
|
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
255
290
|
public static let mdsColorThemeOutlineOverlayNormal = #adadad
|
|
256
|
-
public static let mdsColorThemeOutlinePrimaryNormal = #
|
|
291
|
+
public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
|
|
257
292
|
public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)
|
|
258
293
|
public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
|
|
259
294
|
public static let mdsColorThemeOutlineShareActive = #EC6400
|
|
260
295
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
261
296
|
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
262
297
|
public static let mdsColorThemeOutlineThemeNormal = #64b4fa
|
|
298
|
+
public static let mdsColorThemeOverlayButtonSecondaryHover = #262626
|
|
299
|
+
public static let mdsColorThemeOverlayButtonSecondaryNormal = #0f0f0f
|
|
300
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #000000
|
|
263
301
|
public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
|
|
264
302
|
public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
|
|
265
303
|
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
|
|
@@ -270,22 +308,6 @@ public class {
|
|
|
270
308
|
public static let mdsColorThemeScrollbarButtonHover = #ffffff80
|
|
271
309
|
public static let mdsColorThemeScrollbarButtonNormal = #ffffff66
|
|
272
310
|
public static let mdsColorThemeScrollbarButtonPressed = #ffffff99
|
|
273
|
-
public static let mdsColorThemeTeachingBackgroundNormal = #ffffff
|
|
274
|
-
public static let mdsColorThemeTeachingButtonPrimaryDisabled = #00000033
|
|
275
|
-
public static let mdsColorThemeTeachingButtonPrimaryHover = #000000cc
|
|
276
|
-
public static let mdsColorThemeTeachingButtonPrimaryNormal = #000000f2
|
|
277
|
-
public static let mdsColorThemeTeachingButtonPrimaryPressed = #000000b3
|
|
278
|
-
public static let mdsColorThemeTeachingButtonSecondaryHover = #0000012
|
|
279
|
-
public static let mdsColorThemeTeachingButtonSecondaryNormal = #00000000
|
|
280
|
-
public static let mdsColorThemeTeachingButtonSecondaryPressed = #00000033
|
|
281
|
-
public static let mdsColorThemeTeachingOutlineButtonNormal = #0000004d
|
|
282
|
-
public static let mdsColorThemeTeachingOutlineDisabledNormal = #00000033
|
|
283
|
-
public static let mdsColorThemeTeachingOutlineNormal = #00000033
|
|
284
|
-
public static let mdsColorThemeTeachingOutlineTheme = #1170cf
|
|
285
|
-
public static let mdsColorThemeTeachingTextAccentDisabled = #00000066
|
|
286
|
-
public static let mdsColorThemeTeachingTextAccentHover = #0a274a
|
|
287
|
-
public static let mdsColorThemeTeachingTextAccentNormal = #0353a8
|
|
288
|
-
public static let mdsColorThemeTeachingTextPrimaryDisabled = #00000066
|
|
289
311
|
public static let mdsColorThemeTextAccentActive = #bfe3ff
|
|
290
312
|
public static let mdsColorThemeTextAccentHover = #bfe3ff
|
|
291
313
|
public static let mdsColorThemeTextAccentNormal = #64b4fa
|
|
@@ -299,11 +321,8 @@ public class {
|
|
|
299
321
|
public static let mdsColorThemeTextErrorHover = #ffd4da
|
|
300
322
|
public static let mdsColorThemeTextErrorNormal = #fc8b98
|
|
301
323
|
public static let mdsColorThemeTextHighlight = #063a75
|
|
302
|
-
public static let mdsColorThemeTextInvertedDisabled = #00000080
|
|
303
|
-
public static let mdsColorThemeTextInvertedNormal = #000000f2
|
|
304
324
|
public static let mdsColorThemeTextPrimaryDisabled = #ffffff66
|
|
305
325
|
public static let mdsColorThemeTextPrimaryNormal = #fffffff2
|
|
306
|
-
public static let mdsColorThemeTextSecondaryInvertedNormal = #000000b3
|
|
307
326
|
public static let mdsColorThemeTextSecondaryNormal = #ffffffb3
|
|
308
327
|
public static let mdsColorThemeTextSuccessActive = #9fedd8
|
|
309
328
|
public static let mdsColorThemeTextSuccessHover = #9fedd8
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Tue, 11 Jun 2024 18:13:50 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -78,7 +78,8 @@ public class {
|
|
|
78
78
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
79
79
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #0000001c
|
|
80
80
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
81
|
-
public static let mdsColorThemeBackgroundPrimaryHover = #
|
|
81
|
+
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
82
|
+
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(180deg, #ffffff 90%, #ffffff 0%)
|
|
82
83
|
public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
|
|
83
84
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
84
85
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
@@ -109,7 +110,7 @@ public class {
|
|
|
109
110
|
public static let mdsColorThemeButtonSecondaryActiveNormal = #00000033
|
|
110
111
|
public static let mdsColorThemeButtonSecondaryActivePressed = #00000066
|
|
111
112
|
public static let mdsColorThemeButtonSecondaryDisabled = #ffffff00
|
|
112
|
-
public static let mdsColorThemeButtonSecondaryHover = #
|
|
113
|
+
public static let mdsColorThemeButtonSecondaryHover = #00000012
|
|
113
114
|
public static let mdsColorThemeButtonSecondaryNormal = #00000000
|
|
114
115
|
public static let mdsColorThemeButtonSecondaryPressed = #00000033
|
|
115
116
|
public static let mdsColorThemeCommonBackgroundSolidPrimaryLight = #ffffff
|
|
@@ -127,12 +128,21 @@ public class {
|
|
|
127
128
|
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
|
|
128
129
|
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
|
|
129
130
|
public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
|
|
130
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #
|
|
131
|
+
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #00000012
|
|
131
132
|
public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
|
|
132
133
|
public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
|
|
133
134
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
134
135
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
135
136
|
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
|
|
137
|
+
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
138
|
+
public static let mdsColorThemeCommonContentExcel = #00893E
|
|
139
|
+
public static let mdsColorThemeCommonContentKeynote = #029CFB
|
|
140
|
+
public static let mdsColorThemeCommonContentOnenote = #B839DB
|
|
141
|
+
public static let mdsColorThemeCommonContentPdf = #EE0507
|
|
142
|
+
public static let mdsColorThemeCommonContentPowerpoint = #D93E17
|
|
143
|
+
public static let mdsColorThemeCommonContentSheets = #F4B400
|
|
144
|
+
public static let mdsColorThemeCommonContentSlides = #0F9D58
|
|
145
|
+
public static let mdsColorThemeCommonContentWord = #0078D6
|
|
136
146
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
137
147
|
public static let mdsColorThemeCommonControlShareContentActive = #C94403
|
|
138
148
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
@@ -182,10 +192,10 @@ public class {
|
|
|
182
192
|
public static let mdsColorThemeControlActiveHover = #0353a8
|
|
183
193
|
public static let mdsColorThemeControlActiveNormal = #1170cf
|
|
184
194
|
public static let mdsColorThemeControlActivePressed = #063a75
|
|
185
|
-
public static let mdsColorThemeControlInactiveDisabled = #
|
|
186
|
-
public static let mdsColorThemeControlInactiveHover = #
|
|
187
|
-
public static let mdsColorThemeControlInactiveNormal = #
|
|
188
|
-
public static let mdsColorThemeControlInactivePressed = #
|
|
195
|
+
public static let mdsColorThemeControlInactiveDisabled = #ffffff33
|
|
196
|
+
public static let mdsColorThemeControlInactiveHover = #ffffff4d
|
|
197
|
+
public static let mdsColorThemeControlInactiveNormal = #8f8f8f
|
|
198
|
+
public static let mdsColorThemeControlInactivePressed = #ffffff66
|
|
189
199
|
public static let mdsColorThemeGlobaltintNormal = #1170cf
|
|
190
200
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
191
201
|
public static let mdsColorThemeGradationPrimary = linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)
|
|
@@ -235,6 +245,33 @@ public class {
|
|
|
235
245
|
public static let mdsColorThemeIndicatorSecure = #1170cf
|
|
236
246
|
public static let mdsColorThemeIndicatorStable = #1d805f
|
|
237
247
|
public static let mdsColorThemeIndicatorUnstable = #C94403
|
|
248
|
+
public static let mdsColorThemeInvertedBackgroundNormal = #000000
|
|
249
|
+
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #ffffff33
|
|
250
|
+
public static let mdsColorThemeInvertedButtonPrimaryHover = #ffffffcc
|
|
251
|
+
public static let mdsColorThemeInvertedButtonPrimaryNormal = #fffffff2
|
|
252
|
+
public static let mdsColorThemeInvertedButtonPrimaryPressed = #ffffffb3
|
|
253
|
+
public static let mdsColorThemeInvertedButtonSecondaryDisabled = #ffffff00
|
|
254
|
+
public static let mdsColorThemeInvertedButtonSecondaryHover = #ffffff12
|
|
255
|
+
public static let mdsColorThemeInvertedButtonSecondaryNormal = #ffffff00
|
|
256
|
+
public static let mdsColorThemeInvertedButtonSecondaryPressed = #ffffff33
|
|
257
|
+
public static let mdsColorThemeInvertedControlActiveActive = #1170cf
|
|
258
|
+
public static let mdsColorThemeInvertedControlActiveDisabled = #ffffff33
|
|
259
|
+
public static let mdsColorThemeInvertedControlActiveHover = #3492eb
|
|
260
|
+
public static let mdsColorThemeInvertedControlActiveNormal = #64b4fa
|
|
261
|
+
public static let mdsColorThemeInvertedControlActivePressed = #1170cf
|
|
262
|
+
public static let mdsColorThemeInvertedControlInactiveDisabled = #00000033
|
|
263
|
+
public static let mdsColorThemeInvertedControlInactiveHover = #0000004d
|
|
264
|
+
public static let mdsColorThemeInvertedControlInactiveNormal = #00000033
|
|
265
|
+
public static let mdsColorThemeInvertedControlInactivePressed = #00000066
|
|
266
|
+
public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff80
|
|
267
|
+
public static let mdsColorThemeInvertedOutlinePrimaryDisabled = #ffffff33
|
|
268
|
+
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff66
|
|
269
|
+
public static let mdsColorThemeInvertedOutlineTheme = #64b4fa
|
|
270
|
+
public static let mdsColorThemeInvertedTextAccentHover = #bfe3ff
|
|
271
|
+
public static let mdsColorThemeInvertedTextAccentNormal = #64b4fa
|
|
272
|
+
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
273
|
+
public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
|
|
274
|
+
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
238
275
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
239
276
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
240
277
|
public static let mdsColorThemeOutlineDisabledNormal = #00000033
|
|
@@ -253,13 +290,16 @@ public class {
|
|
|
253
290
|
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
254
291
|
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
255
292
|
public static let mdsColorThemeOutlineOverlayNormal = #707070
|
|
256
|
-
public static let mdsColorThemeOutlinePrimaryNormal = #
|
|
293
|
+
public static let mdsColorThemeOutlinePrimaryNormal = #00000075
|
|
257
294
|
public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)
|
|
258
295
|
public static let mdsColorThemeOutlineSecondaryNormal = #00000033
|
|
259
296
|
public static let mdsColorThemeOutlineShareActive = #EC6400
|
|
260
297
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
261
298
|
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
262
299
|
public static let mdsColorThemeOutlineThemeNormal = #1170cf
|
|
300
|
+
public static let mdsColorThemeOverlayButtonSecondaryHover = #ededed
|
|
301
|
+
public static let mdsColorThemeOverlayButtonSecondaryNormal = #ffffff
|
|
302
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #dedede
|
|
263
303
|
public static let mdsColorThemeOverlayMeetingsNormal = #ffffffcc
|
|
264
304
|
public static let mdsColorThemeScrollbarArrowBackgroundHover = #00000033
|
|
265
305
|
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #00000000
|
|
@@ -270,22 +310,6 @@ public class {
|
|
|
270
310
|
public static let mdsColorThemeScrollbarButtonHover = #00000080
|
|
271
311
|
public static let mdsColorThemeScrollbarButtonNormal = #00000066
|
|
272
312
|
public static let mdsColorThemeScrollbarButtonPressed = #00000099
|
|
273
|
-
public static let mdsColorThemeTeachingBackgroundNormal = #000000
|
|
274
|
-
public static let mdsColorThemeTeachingButtonPrimaryDisabled = #ffffff33
|
|
275
|
-
public static let mdsColorThemeTeachingButtonPrimaryHover = #ffffffcc
|
|
276
|
-
public static let mdsColorThemeTeachingButtonPrimaryNormal = #fffffff2
|
|
277
|
-
public static let mdsColorThemeTeachingButtonPrimaryPressed = #ffffffb3
|
|
278
|
-
public static let mdsColorThemeTeachingButtonSecondaryHover = #ffffff12
|
|
279
|
-
public static let mdsColorThemeTeachingButtonSecondaryNormal = #ffffff00
|
|
280
|
-
public static let mdsColorThemeTeachingButtonSecondaryPressed = #ffffff33
|
|
281
|
-
public static let mdsColorThemeTeachingOutlineButtonNormal = #ffffff4d
|
|
282
|
-
public static let mdsColorThemeTeachingOutlineDisabledNormal = #ffffff33
|
|
283
|
-
public static let mdsColorThemeTeachingOutlineNormal = #ffffff33
|
|
284
|
-
public static let mdsColorThemeTeachingOutlineTheme = #64b4fa
|
|
285
|
-
public static let mdsColorThemeTeachingTextAccentDisabled = #ffffff66
|
|
286
|
-
public static let mdsColorThemeTeachingTextAccentHover = #bfe3ff
|
|
287
|
-
public static let mdsColorThemeTeachingTextAccentNormal = #64b4fa
|
|
288
|
-
public static let mdsColorThemeTeachingTextPrimaryDisabled = #ffffff66
|
|
289
313
|
public static let mdsColorThemeTextAccentActive = #0a274a
|
|
290
314
|
public static let mdsColorThemeTextAccentHover = #0a274a
|
|
291
315
|
public static let mdsColorThemeTextAccentNormal = #0353a8
|
|
@@ -299,11 +323,8 @@ public class {
|
|
|
299
323
|
public static let mdsColorThemeTextErrorHover = #4f0e10
|
|
300
324
|
public static let mdsColorThemeTextErrorNormal = #ab0a15
|
|
301
325
|
public static let mdsColorThemeTextHighlight = #bfe3ff
|
|
302
|
-
public static let mdsColorThemeTextInvertedDisabled = #ffffffcc
|
|
303
|
-
public static let mdsColorThemeTextInvertedNormal = #fffffff2
|
|
304
326
|
public static let mdsColorThemeTextPrimaryDisabled = #00000066
|
|
305
327
|
public static let mdsColorThemeTextPrimaryNormal = #000000f2
|
|
306
|
-
public static let mdsColorThemeTextSecondaryInvertedNormal = #ffffffb3
|
|
307
328
|
public static let mdsColorThemeTextSecondaryNormal = #000000b3
|
|
308
329
|
public static let mdsColorThemeTextSuccessActive = #0e2b20
|
|
309
330
|
public static let mdsColorThemeTextSuccessHover = #0e2b20
|
|
@@ -720,13 +720,13 @@
|
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
722
|
"4": {
|
|
723
|
-
"value": "#
|
|
723
|
+
"value": "#0000000A",
|
|
724
724
|
"type": "color",
|
|
725
725
|
"description": "Hex Code: #000000\nAlpha: 4%",
|
|
726
726
|
"filePath": "src/core/color.json",
|
|
727
727
|
"isSource": true,
|
|
728
728
|
"original": {
|
|
729
|
-
"value": "#
|
|
729
|
+
"value": "#0000000A",
|
|
730
730
|
"type": "color",
|
|
731
731
|
"description": "Hex Code: #000000\nAlpha: 4%"
|
|
732
732
|
},
|
|
@@ -745,14 +745,16 @@
|
|
|
745
745
|
]
|
|
746
746
|
},
|
|
747
747
|
"7": {
|
|
748
|
-
"value": "#
|
|
748
|
+
"value": "#00000012",
|
|
749
749
|
"type": "color",
|
|
750
|
+
"$extensions": {},
|
|
750
751
|
"description": "Hex Code: #000000\nAlpha: 7%",
|
|
751
752
|
"filePath": "src/core/color.json",
|
|
752
753
|
"isSource": true,
|
|
753
754
|
"original": {
|
|
754
|
-
"value": "#
|
|
755
|
+
"value": "#00000012",
|
|
755
756
|
"type": "color",
|
|
757
|
+
"$extensions": {},
|
|
756
758
|
"description": "Hex Code: #000000\nAlpha: 7%"
|
|
757
759
|
},
|
|
758
760
|
"name": "mds-color-core-black-alpha-7",
|
|
@@ -869,6 +871,33 @@
|
|
|
869
871
|
"40"
|
|
870
872
|
]
|
|
871
873
|
},
|
|
874
|
+
"46": {
|
|
875
|
+
"value": "#00000075",
|
|
876
|
+
"type": "color",
|
|
877
|
+
"$extensions": {},
|
|
878
|
+
"description": "Hex Code: #000000\nAlpha: 46%",
|
|
879
|
+
"filePath": "src/core/color.json",
|
|
880
|
+
"isSource": true,
|
|
881
|
+
"original": {
|
|
882
|
+
"value": "#00000075",
|
|
883
|
+
"type": "color",
|
|
884
|
+
"$extensions": {},
|
|
885
|
+
"description": "Hex Code: #000000\nAlpha: 46%"
|
|
886
|
+
},
|
|
887
|
+
"name": "mds-color-core-black-alpha-46",
|
|
888
|
+
"attributes": {
|
|
889
|
+
"category": "color",
|
|
890
|
+
"type": "core",
|
|
891
|
+
"item": "black-alpha",
|
|
892
|
+
"subitem": "46"
|
|
893
|
+
},
|
|
894
|
+
"path": [
|
|
895
|
+
"color",
|
|
896
|
+
"core",
|
|
897
|
+
"black-alpha",
|
|
898
|
+
"46"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
872
901
|
"50": {
|
|
873
902
|
"value": "#00000080",
|
|
874
903
|
"type": "color",
|