@momentum-design/tokens 0.0.55 → 0.0.57
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 +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +98 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +121 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +79 -102
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +101 -128
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +5986 -5937
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +6023 -6087
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +177 -226
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +205 -254
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +98 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +121 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +99 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +122 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2179
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -164
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 27 Jun 2024 11:14:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -22,68 +22,65 @@ public class {
|
|
|
22
22
|
public static let mdsColorThemeAvatarSlate = #ffffff
|
|
23
23
|
public static let mdsColorThemeAvatarViolet = #ffffff
|
|
24
24
|
public static let mdsColorThemeAvatarYellow = #ffffff
|
|
25
|
-
public static let mdsColorThemeBackgroundAccentNormal = #
|
|
25
|
+
public static let mdsColorThemeBackgroundAccentNormal = #000000
|
|
26
26
|
public static let mdsColorThemeBackgroundAlertDefaultActive = #1aebff
|
|
27
27
|
public static let mdsColorThemeBackgroundAlertDefaultHover = #1aebff
|
|
28
|
-
public static let mdsColorThemeBackgroundAlertDefaultNormal = #
|
|
28
|
+
public static let mdsColorThemeBackgroundAlertDefaultNormal = #000000
|
|
29
29
|
public static let mdsColorThemeBackgroundAlertErrorActive = #1aebff
|
|
30
30
|
public static let mdsColorThemeBackgroundAlertErrorHover = #1aebff
|
|
31
|
-
public static let mdsColorThemeBackgroundAlertErrorNormal = #
|
|
31
|
+
public static let mdsColorThemeBackgroundAlertErrorNormal = #000000
|
|
32
32
|
public static let mdsColorThemeBackgroundAlertOrangeActive = #1aebff
|
|
33
33
|
public static let mdsColorThemeBackgroundAlertOrangeHover = #1aebff
|
|
34
|
-
public static let mdsColorThemeBackgroundAlertOrangeNormal = #
|
|
34
|
+
public static let mdsColorThemeBackgroundAlertOrangeNormal = #000000
|
|
35
35
|
public static let mdsColorThemeBackgroundAlertPurpleActive = #1aebff
|
|
36
36
|
public static let mdsColorThemeBackgroundAlertPurpleHover = #1aebff
|
|
37
|
-
public static let mdsColorThemeBackgroundAlertPurpleNormal = #
|
|
37
|
+
public static let mdsColorThemeBackgroundAlertPurpleNormal = #000000
|
|
38
38
|
public static let mdsColorThemeBackgroundAlertSuccessActive = #1aebff
|
|
39
39
|
public static let mdsColorThemeBackgroundAlertSuccessHover = #1aebff
|
|
40
|
-
public static let mdsColorThemeBackgroundAlertSuccessNormal = #
|
|
40
|
+
public static let mdsColorThemeBackgroundAlertSuccessNormal = #000000
|
|
41
41
|
public static let mdsColorThemeBackgroundAlertThemeActive = #1aebff
|
|
42
42
|
public static let mdsColorThemeBackgroundAlertThemeHover = #1aebff
|
|
43
|
-
public static let mdsColorThemeBackgroundAlertThemeNormal = #
|
|
43
|
+
public static let mdsColorThemeBackgroundAlertThemeNormal = #000000
|
|
44
44
|
public static let mdsColorThemeBackgroundAlertWarningActive = #1aebff
|
|
45
45
|
public static let mdsColorThemeBackgroundAlertWarningHover = #1aebff
|
|
46
|
-
public static let mdsColorThemeBackgroundAlertWarningNormal = #
|
|
46
|
+
public static let mdsColorThemeBackgroundAlertWarningNormal = #000000
|
|
47
47
|
public static let mdsColorThemeBackgroundCommonNormal = #000000
|
|
48
|
-
public static let
|
|
49
|
-
public static let
|
|
50
|
-
public static let mdsColorThemeBackgroundLabelCobaltActive = #000000
|
|
51
|
-
public static let mdsColorThemeBackgroundLabelCobaltHover = #000000
|
|
48
|
+
public static let mdsColorThemeBackgroundLabelCobaltActive = #1aebff
|
|
49
|
+
public static let mdsColorThemeBackgroundLabelCobaltHover = #1aebff
|
|
52
50
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #000000
|
|
53
|
-
public static let mdsColorThemeBackgroundLabelGoldActive = #
|
|
54
|
-
public static let mdsColorThemeBackgroundLabelGoldHover = #
|
|
51
|
+
public static let mdsColorThemeBackgroundLabelGoldActive = #1aebff
|
|
52
|
+
public static let mdsColorThemeBackgroundLabelGoldHover = #1aebff
|
|
55
53
|
public static let mdsColorThemeBackgroundLabelGoldNormal = #000000
|
|
56
|
-
public static let mdsColorThemeBackgroundLabelLimeActive = #
|
|
57
|
-
public static let mdsColorThemeBackgroundLabelLimeHover = #
|
|
54
|
+
public static let mdsColorThemeBackgroundLabelLimeActive = #1aebff
|
|
55
|
+
public static let mdsColorThemeBackgroundLabelLimeHover = #1aebff
|
|
58
56
|
public static let mdsColorThemeBackgroundLabelLimeNormal = #000000
|
|
59
|
-
public static let mdsColorThemeBackgroundLabelMintActive = #
|
|
60
|
-
public static let mdsColorThemeBackgroundLabelMintHover = #
|
|
57
|
+
public static let mdsColorThemeBackgroundLabelMintActive = #1aebff
|
|
58
|
+
public static let mdsColorThemeBackgroundLabelMintHover = #1aebff
|
|
61
59
|
public static let mdsColorThemeBackgroundLabelMintNormal = #000000
|
|
62
|
-
public static let mdsColorThemeBackgroundLabelOrangeActive = #
|
|
63
|
-
public static let mdsColorThemeBackgroundLabelOrangeHover = #
|
|
60
|
+
public static let mdsColorThemeBackgroundLabelOrangeActive = #1aebff
|
|
61
|
+
public static let mdsColorThemeBackgroundLabelOrangeHover = #1aebff
|
|
64
62
|
public static let mdsColorThemeBackgroundLabelOrangeNormal = #000000
|
|
65
|
-
public static let mdsColorThemeBackgroundLabelPinkActive = #
|
|
66
|
-
public static let mdsColorThemeBackgroundLabelPinkHover = #
|
|
63
|
+
public static let mdsColorThemeBackgroundLabelPinkActive = #1aebff
|
|
64
|
+
public static let mdsColorThemeBackgroundLabelPinkHover = #1aebff
|
|
67
65
|
public static let mdsColorThemeBackgroundLabelPinkNormal = #000000
|
|
68
|
-
public static let mdsColorThemeBackgroundLabelPurpleActive = #
|
|
69
|
-
public static let mdsColorThemeBackgroundLabelPurpleHover = #
|
|
66
|
+
public static let mdsColorThemeBackgroundLabelPurpleActive = #1aebff
|
|
67
|
+
public static let mdsColorThemeBackgroundLabelPurpleHover = #1aebff
|
|
70
68
|
public static let mdsColorThemeBackgroundLabelPurpleNormal = #000000
|
|
71
|
-
public static let mdsColorThemeBackgroundLabelSlateActive = #
|
|
72
|
-
public static let mdsColorThemeBackgroundLabelSlateHover = #
|
|
69
|
+
public static let mdsColorThemeBackgroundLabelSlateActive = #1aebff
|
|
70
|
+
public static let mdsColorThemeBackgroundLabelSlateHover = #1aebff
|
|
73
71
|
public static let mdsColorThemeBackgroundLabelSlateNormal = #000000
|
|
74
|
-
public static let mdsColorThemeBackgroundLabelVioletActive = #
|
|
75
|
-
public static let mdsColorThemeBackgroundLabelVioletHover = #
|
|
72
|
+
public static let mdsColorThemeBackgroundLabelVioletActive = #1aebff
|
|
73
|
+
public static let mdsColorThemeBackgroundLabelVioletHover = #1aebff
|
|
76
74
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #000000
|
|
77
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
75
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #000000
|
|
78
76
|
public static let mdsColorThemeBackgroundPrimaryActive = #1aebff
|
|
79
77
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #3ff23f
|
|
80
78
|
public static let mdsColorThemeBackgroundPrimaryGhost = #000000
|
|
81
|
-
public static let mdsColorThemeBackgroundPrimaryHover = #
|
|
79
|
+
public static let mdsColorThemeBackgroundPrimaryHover = #000000
|
|
82
80
|
public static let mdsColorThemeBackgroundSecondaryActive = #1aebff
|
|
83
81
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #3ff23f
|
|
84
82
|
public static let mdsColorThemeBackgroundSecondaryHover = #1aebff
|
|
85
83
|
public static let mdsColorThemeBackgroundSecondaryNormal = #000000
|
|
86
|
-
public static let mdsColorThemeBackgroundSkeletonNormal = #000000
|
|
87
84
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
88
85
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #000000
|
|
89
86
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #000000
|
|
@@ -91,40 +88,85 @@ public class {
|
|
|
91
88
|
public static let mdsColorThemeButtonAccentHover = #1aebff
|
|
92
89
|
public static let mdsColorThemeButtonAccentNormal = #000000
|
|
93
90
|
public static let mdsColorThemeButtonAccentPressed = #1aebff
|
|
94
|
-
public static let mdsColorThemeButtonBorderNormal = #ffffff
|
|
95
91
|
public static let mdsColorThemeButtonCancelHover = #1aebff
|
|
96
92
|
public static let mdsColorThemeButtonCancelNormal = #000000
|
|
97
93
|
public static let mdsColorThemeButtonCancelPressed = #1aebff
|
|
98
|
-
public static let mdsColorThemeButtonInvertedHover = #1aebff
|
|
99
|
-
public static let mdsColorThemeButtonInvertedNormal = #0f0f0f
|
|
100
|
-
public static let mdsColorThemeButtonInvertedPressed = #1aebff
|
|
101
94
|
public static let mdsColorThemeButtonJoinHover = #1aebff
|
|
102
95
|
public static let mdsColorThemeButtonJoinNormal = #000000
|
|
103
96
|
public static let mdsColorThemeButtonJoinPressed = #1aebff
|
|
104
|
-
public static let mdsColorThemeButtonPrimaryDisabled = #
|
|
97
|
+
public static let mdsColorThemeButtonPrimaryDisabled = #000000
|
|
105
98
|
public static let mdsColorThemeButtonPrimaryHover = #1aebff
|
|
106
99
|
public static let mdsColorThemeButtonPrimaryNormal = #000000
|
|
107
100
|
public static let mdsColorThemeButtonPrimaryPressed = #1aebff
|
|
108
101
|
public static let mdsColorThemeButtonSecondaryActiveHover = #1aebff
|
|
109
102
|
public static let mdsColorThemeButtonSecondaryActiveNormal = #000000
|
|
110
103
|
public static let mdsColorThemeButtonSecondaryActivePressed = #1aebff
|
|
111
|
-
public static let mdsColorThemeButtonSecondaryDisabled = #
|
|
104
|
+
public static let mdsColorThemeButtonSecondaryDisabled = #000000
|
|
112
105
|
public static let mdsColorThemeButtonSecondaryHover = #1aebff
|
|
113
106
|
public static let mdsColorThemeButtonSecondaryNormal = #000000
|
|
114
107
|
public static let mdsColorThemeButtonSecondaryPressed = #1aebff
|
|
108
|
+
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #ffffff
|
|
109
|
+
public static let mdsColorThemeCommonButtonPrimaryDisabled = #3ff23f
|
|
110
|
+
public static let mdsColorThemeCommonButtonPrimaryHover = #1aebff
|
|
111
|
+
public static let mdsColorThemeCommonButtonPrimaryNormal = #000000
|
|
112
|
+
public static let mdsColorThemeCommonButtonPrimaryPressed = #1aebff
|
|
113
|
+
public static let mdsColorThemeCommonButtonPromotionActive0 = #1aebff
|
|
114
|
+
public static let mdsColorThemeCommonButtonPromotionActive1 = #1aebff
|
|
115
|
+
public static let mdsColorThemeCommonButtonPromotionHover0 = #1aebff
|
|
116
|
+
public static let mdsColorThemeCommonButtonPromotionHover1 = #1aebff
|
|
117
|
+
public static let mdsColorThemeCommonButtonPromotionNormal0 = #000000
|
|
118
|
+
public static let mdsColorThemeCommonButtonPromotionNormal1 = #000000
|
|
119
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #3ff23f
|
|
120
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #1aebff
|
|
121
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #000000
|
|
122
|
+
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #1aebff
|
|
123
|
+
public static let mdsColorThemeCommonButtonSecondaryDisabled = #3ff23f
|
|
124
|
+
public static let mdsColorThemeCommonButtonSecondaryHover = #1aebff
|
|
125
|
+
public static let mdsColorThemeCommonButtonSecondaryNormal = #000000
|
|
126
|
+
public static let mdsColorThemeCommonContentDoc = #ffffff
|
|
127
|
+
public static let mdsColorThemeCommonContentExcel = #ffffff
|
|
128
|
+
public static let mdsColorThemeCommonContentKeynote = #ffffff
|
|
129
|
+
public static let mdsColorThemeCommonContentOnenote = #ffffff
|
|
130
|
+
public static let mdsColorThemeCommonContentPdf = #ffffff
|
|
131
|
+
public static let mdsColorThemeCommonContentPowerpoint = #ffffff
|
|
132
|
+
public static let mdsColorThemeCommonContentSheets = #ffffff
|
|
133
|
+
public static let mdsColorThemeCommonContentSlides = #ffffff
|
|
134
|
+
public static let mdsColorThemeCommonContentWord = #ffffff
|
|
135
|
+
public static let mdsColorThemeCommonControlInactiveNormal = #3ff23f
|
|
136
|
+
public static let mdsColorThemeCommonControlShareContentActive = #ffffff
|
|
137
|
+
public static let mdsColorThemeCommonControlShareContentInactive = #3ff23f
|
|
138
|
+
public static let mdsColorThemeCommonControlShareContentSelected = #ffffff
|
|
139
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #ffffff
|
|
140
|
+
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff
|
|
141
|
+
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff
|
|
142
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #3ff23f
|
|
143
|
+
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff
|
|
144
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #000000
|
|
145
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #000000
|
|
146
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000
|
|
147
|
+
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000
|
|
148
|
+
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #000000
|
|
149
|
+
public static let mdsColorThemeCommonTextErrorHover = #ffffff
|
|
150
|
+
public static let mdsColorThemeCommonTextErrorNormal = #ffffff
|
|
151
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #3ff23f
|
|
152
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #ffffff
|
|
153
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #ffffff
|
|
154
|
+
public static let mdsColorThemeCommonTextSuccessHover = #ffffff
|
|
155
|
+
public static let mdsColorThemeCommonTextSuccessNormal = #ffffff
|
|
156
|
+
public static let mdsColorThemeCommonTextWarningHover = #ffffff
|
|
157
|
+
public static let mdsColorThemeCommonTextWarningNormal = #ffffff
|
|
115
158
|
public static let mdsColorThemeControlActiveActive = #1aebff
|
|
116
159
|
public static let mdsColorThemeControlActiveDisabled = #3ff23f
|
|
117
|
-
public static let mdsColorThemeControlActiveHover = #
|
|
160
|
+
public static let mdsColorThemeControlActiveHover = #000000
|
|
118
161
|
public static let mdsColorThemeControlActiveNormal = #1aebff
|
|
119
|
-
public static let mdsColorThemeControlActivePressed = #
|
|
162
|
+
public static let mdsColorThemeControlActivePressed = #000000
|
|
120
163
|
public static let mdsColorThemeControlInactiveDisabled = #3ff23f
|
|
121
|
-
public static let mdsColorThemeControlInactiveHover = #
|
|
122
|
-
public static let mdsColorThemeControlInactiveNormal = #
|
|
123
|
-
public static let mdsColorThemeControlInactivePressed = #
|
|
124
|
-
public static let
|
|
164
|
+
public static let mdsColorThemeControlInactiveHover = #000000
|
|
165
|
+
public static let mdsColorThemeControlInactiveNormal = #000000
|
|
166
|
+
public static let mdsColorThemeControlInactivePressed = #000000
|
|
167
|
+
public static let mdsColorThemeControlIndicatorInactiveNormal = #000000
|
|
168
|
+
public static let mdsColorThemeGlobaltintNormal = #ffffff
|
|
125
169
|
public static let mdsColorThemeGlobaltintSelected = #ffff00
|
|
126
|
-
public static let mdsColorThemeGradationPrimary = #000000
|
|
127
|
-
public static let mdsColorThemeGradationSecondary = #000000
|
|
128
170
|
public static let mdsColorThemeGradientdividerAnnounceHover0 = #ffffff
|
|
129
171
|
public static let mdsColorThemeGradientdividerAnnounceHover1 = #ffffff
|
|
130
172
|
public static let mdsColorThemeGradientdividerAnnounceNormal0 = #ffffff
|
|
@@ -170,11 +212,37 @@ public class {
|
|
|
170
212
|
public static let mdsColorThemeIndicatorSecure = #ffffff
|
|
171
213
|
public static let mdsColorThemeIndicatorStable = #ffffff
|
|
172
214
|
public static let mdsColorThemeIndicatorUnstable = #ffffff
|
|
215
|
+
public static let mdsColorThemeInvertedBackgroundNormal = #000000
|
|
216
|
+
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #3ff23f
|
|
217
|
+
public static let mdsColorThemeInvertedButtonPrimaryHover = #1aebff
|
|
218
|
+
public static let mdsColorThemeInvertedButtonPrimaryNormal = #000000
|
|
219
|
+
public static let mdsColorThemeInvertedButtonPrimaryPressed = #1aebff
|
|
220
|
+
public static let mdsColorThemeInvertedButtonSecondaryDisabled = #3ff23f
|
|
221
|
+
public static let mdsColorThemeInvertedButtonSecondaryHover = #1aebff
|
|
222
|
+
public static let mdsColorThemeInvertedButtonSecondaryNormal = #000000
|
|
223
|
+
public static let mdsColorThemeInvertedButtonSecondaryPressed = #1aebff
|
|
224
|
+
public static let mdsColorThemeInvertedControlActiveActive = #1aebff
|
|
225
|
+
public static let mdsColorThemeInvertedControlActiveDisabled = #3ff23f
|
|
226
|
+
public static let mdsColorThemeInvertedControlActiveHover = #1aebff
|
|
227
|
+
public static let mdsColorThemeInvertedControlActiveNormal = #1aebff
|
|
228
|
+
public static let mdsColorThemeInvertedControlActivePressed = #1aebff
|
|
229
|
+
public static let mdsColorThemeInvertedControlInactiveDisabled = #3ff23f
|
|
230
|
+
public static let mdsColorThemeInvertedControlInactiveHover = #000000
|
|
231
|
+
public static let mdsColorThemeInvertedControlInactiveNormal = #000000
|
|
232
|
+
public static let mdsColorThemeInvertedControlInactivePressed = #000000
|
|
233
|
+
public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff
|
|
234
|
+
public static let mdsColorThemeInvertedOutlineDisabledNormal = #3ff23f
|
|
235
|
+
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff
|
|
236
|
+
public static let mdsColorThemeInvertedOutlineTheme = #ffffff
|
|
237
|
+
public static let mdsColorThemeInvertedTextAccentHover = #ffffff
|
|
238
|
+
public static let mdsColorThemeInvertedTextAccentNormal = #ffffff
|
|
239
|
+
public static let mdsColorThemeInvertedTextPrimaryDisabled = #3ff23f
|
|
240
|
+
public static let mdsColorThemeInvertedTextPrimaryNormal = #ffffff
|
|
241
|
+
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffff
|
|
173
242
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff
|
|
174
|
-
public static let mdsColorThemeOutlineCancelNormal = #
|
|
175
|
-
public static let mdsColorThemeOutlineDisabledNormal = #
|
|
176
|
-
public static let
|
|
177
|
-
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
243
|
+
public static let mdsColorThemeOutlineCancelNormal = #ffffff
|
|
244
|
+
public static let mdsColorThemeOutlineDisabledNormal = #ffffff
|
|
245
|
+
public static let mdsColorThemeOutlineHighContrastFocus = #ffff00
|
|
178
246
|
public static let mdsColorThemeOutlineInputActive = #ffffff
|
|
179
247
|
public static let mdsColorThemeOutlineInputNormal = #ffffff
|
|
180
248
|
public static let mdsColorThemeOutlineJoinNormal = #ffffff
|
|
@@ -189,12 +257,14 @@ public class {
|
|
|
189
257
|
public static let mdsColorThemeOutlineLabelViolet = #ffffff
|
|
190
258
|
public static let mdsColorThemeOutlineOverlayNormal = #ffffff
|
|
191
259
|
public static let mdsColorThemeOutlinePrimaryNormal = #ffffff
|
|
192
|
-
public static let mdsColorThemeOutlinePromotionNormal = #ffffff
|
|
193
260
|
public static let mdsColorThemeOutlineSecondaryNormal = #ffffff
|
|
194
261
|
public static let mdsColorThemeOutlineShareActive = #ffffff
|
|
195
|
-
public static let mdsColorThemeOutlineShareInactive = #
|
|
196
|
-
public static let mdsColorThemeOutlineShareSelected = #
|
|
197
|
-
public static let mdsColorThemeOutlineThemeNormal = #
|
|
262
|
+
public static let mdsColorThemeOutlineShareInactive = #3ff23f
|
|
263
|
+
public static let mdsColorThemeOutlineShareSelected = #ffff00
|
|
264
|
+
public static let mdsColorThemeOutlineThemeNormal = #ffffff
|
|
265
|
+
public static let mdsColorThemeOverlayButtonSecondaryHover = #1aebff
|
|
266
|
+
public static let mdsColorThemeOverlayButtonSecondaryNormal = #000000
|
|
267
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #1aebff
|
|
198
268
|
public static let mdsColorThemeOverlayMeetingsNormal = #000000
|
|
199
269
|
public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff
|
|
200
270
|
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff
|
|
@@ -205,44 +275,25 @@ public class {
|
|
|
205
275
|
public static let mdsColorThemeScrollbarButtonHover = #1aebff
|
|
206
276
|
public static let mdsColorThemeScrollbarButtonNormal = #ffffff
|
|
207
277
|
public static let mdsColorThemeScrollbarButtonPressed = #1aebff
|
|
208
|
-
public static let
|
|
209
|
-
public static let
|
|
210
|
-
public static let
|
|
211
|
-
public static let mdsColorThemeTeachingButtonPrimaryNormal = #000000
|
|
212
|
-
public static let mdsColorThemeTeachingButtonPrimaryPressed = #000000
|
|
213
|
-
public static let mdsColorThemeTeachingButtonSecondaryHover = #1aebff
|
|
214
|
-
public static let mdsColorThemeTeachingButtonSecondaryNormal = #1aebff
|
|
215
|
-
public static let mdsColorThemeTeachingButtonSecondaryPressed = #1aebff
|
|
216
|
-
public static let mdsColorThemeTeachingOutlineButtonNormal = #000000
|
|
217
|
-
public static let mdsColorThemeTeachingOutlineDisabledNormal = #3ff23f
|
|
218
|
-
public static let mdsColorThemeTeachingOutlineNormal = #000000
|
|
219
|
-
public static let mdsColorThemeTeachingOutlineTheme = #000000
|
|
220
|
-
public static let mdsColorThemeTeachingTextAccentDisabled = #3ff23f
|
|
221
|
-
public static let mdsColorThemeTeachingTextAccentHover = #000000
|
|
222
|
-
public static let mdsColorThemeTeachingTextAccentNormal = #000000
|
|
223
|
-
public static let mdsColorThemeTeachingTextPrimaryDisabled = #3ff23f
|
|
224
|
-
public static let mdsColorThemeTextAccentActive = #000000
|
|
225
|
-
public static let mdsColorThemeTextAccentHover = #000000
|
|
226
|
-
public static let mdsColorThemeTextAccentNormal = #ffff00
|
|
278
|
+
public static let mdsColorThemeTextAccentActive = #ffffff
|
|
279
|
+
public static let mdsColorThemeTextAccentHover = #ffffff
|
|
280
|
+
public static let mdsColorThemeTextAccentNormal = #ffffff
|
|
227
281
|
public static let mdsColorThemeTextAlertOrangeActive = #ffffff
|
|
228
282
|
public static let mdsColorThemeTextAlertOrangeHover = #ffffff
|
|
229
283
|
public static let mdsColorThemeTextAlertOrangeNormal = #ffffff
|
|
230
284
|
public static let mdsColorThemeTextAlertPurpleActive = #ffffff
|
|
231
285
|
public static let mdsColorThemeTextAlertPurpleHover = #ffffff
|
|
232
286
|
public static let mdsColorThemeTextAlertPurpleNormal = #ffffff
|
|
233
|
-
public static let mdsColorThemeTextErrorActive = #
|
|
234
|
-
public static let mdsColorThemeTextErrorHover = #
|
|
235
|
-
public static let mdsColorThemeTextErrorNormal = #
|
|
287
|
+
public static let mdsColorThemeTextErrorActive = #ffffff
|
|
288
|
+
public static let mdsColorThemeTextErrorHover = #ffffff
|
|
289
|
+
public static let mdsColorThemeTextErrorNormal = #ffffff
|
|
236
290
|
public static let mdsColorThemeTextHighlight = #ffff00
|
|
237
|
-
public static let mdsColorThemeTextInvertedDisabled = #3ff23f
|
|
238
|
-
public static let mdsColorThemeTextInvertedNormal = #000000
|
|
239
291
|
public static let mdsColorThemeTextPrimaryDisabled = #3ff23f
|
|
240
292
|
public static let mdsColorThemeTextPrimaryNormal = #ffffff
|
|
241
|
-
public static let mdsColorThemeTextSecondaryInvertedNormal = #ffffff
|
|
242
293
|
public static let mdsColorThemeTextSecondaryNormal = #ffffff
|
|
243
|
-
public static let mdsColorThemeTextSuccessActive = #
|
|
244
|
-
public static let mdsColorThemeTextSuccessHover = #
|
|
245
|
-
public static let mdsColorThemeTextSuccessNormal = #
|
|
294
|
+
public static let mdsColorThemeTextSuccessActive = #ffffff
|
|
295
|
+
public static let mdsColorThemeTextSuccessHover = #ffffff
|
|
296
|
+
public static let mdsColorThemeTextSuccessNormal = #ffffff
|
|
246
297
|
public static let mdsColorThemeTextTeamCobaltActive = #ffffff
|
|
247
298
|
public static let mdsColorThemeTextTeamCobaltHover = #ffffff
|
|
248
299
|
public static let mdsColorThemeTextTeamCobaltNormal = #ffffff
|
|
@@ -261,7 +312,7 @@ public class {
|
|
|
261
312
|
public static let mdsColorThemeTextTeamOrangeActive = #ffffff
|
|
262
313
|
public static let mdsColorThemeTextTeamOrangeHover = #ffffff
|
|
263
314
|
public static let mdsColorThemeTextTeamOrangeNormal = #ffffff
|
|
264
|
-
public static let mdsColorThemeTextTeamPinkActive = #
|
|
315
|
+
public static let mdsColorThemeTextTeamPinkActive = #ffe0e7
|
|
265
316
|
public static let mdsColorThemeTextTeamPinkHover = #ffffff
|
|
266
317
|
public static let mdsColorThemeTextTeamPinkNormal = #ffffff
|
|
267
318
|
public static let mdsColorThemeTextTeamPurpleActive = #ffffff
|
|
@@ -273,15 +324,15 @@ public class {
|
|
|
273
324
|
public static let mdsColorThemeTextTeamVioletActive = #ffffff
|
|
274
325
|
public static let mdsColorThemeTextTeamVioletHover = #ffffff
|
|
275
326
|
public static let mdsColorThemeTextTeamVioletNormal = #ffffff
|
|
276
|
-
public static let mdsColorThemeTextTeamdefaultActive = #
|
|
277
|
-
public static let mdsColorThemeTextTeamdefaultHover = #
|
|
278
|
-
public static let mdsColorThemeTextTeamdefaultNormal = #
|
|
279
|
-
public static let mdsColorThemeTextWarningActive = #
|
|
280
|
-
public static let mdsColorThemeTextWarningHover = #
|
|
281
|
-
public static let mdsColorThemeTextWarningNormal = #
|
|
282
|
-
public static let mdsColorThemeWhiteboardStickyNoteCyan = #
|
|
283
|
-
public static let mdsColorThemeWhiteboardStickyNoteMint = #
|
|
284
|
-
public static let mdsColorThemeWhiteboardStickyNotePurple = #
|
|
285
|
-
public static let mdsColorThemeWhiteboardStickyNoteRed = #
|
|
286
|
-
public static let mdsColorThemeWhiteboardStickyNoteYellow = #
|
|
327
|
+
public static let mdsColorThemeTextTeamdefaultActive = #ffffff
|
|
328
|
+
public static let mdsColorThemeTextTeamdefaultHover = #ffffff
|
|
329
|
+
public static let mdsColorThemeTextTeamdefaultNormal = #ffffff
|
|
330
|
+
public static let mdsColorThemeTextWarningActive = #ffffff
|
|
331
|
+
public static let mdsColorThemeTextWarningHover = #ffffff
|
|
332
|
+
public static let mdsColorThemeTextWarningNormal = #ffffff
|
|
333
|
+
public static let mdsColorThemeWhiteboardStickyNoteCyan = #ffffff
|
|
334
|
+
public static let mdsColorThemeWhiteboardStickyNoteMint = #ffffff
|
|
335
|
+
public static let mdsColorThemeWhiteboardStickyNotePurple = #ffffff
|
|
336
|
+
public static let mdsColorThemeWhiteboardStickyNoteRed = #ffffff
|
|
337
|
+
public static let mdsColorThemeWhiteboardStickyNoteYellow = #ffffff
|
|
287
338
|
}
|