@momentum-design/tokens 0.0.56 → 0.0.58

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.
Files changed (61) hide show
  1. package/dist/css/core/complete.css +97 -98
  2. package/dist/css/theme/aaos/day-complete.css +14 -16
  3. package/dist/css/theme/aaos/night-complete.css +10 -12
  4. package/dist/css/theme/webex/dark-stable.css +122 -121
  5. package/dist/css/theme/webex/hc-dark-stable.css +145 -94
  6. package/dist/css/theme/webex/hc-light-stable.css +159 -108
  7. package/dist/css/theme/webex/light-stable.css +147 -148
  8. package/dist/ios/core/complete.swift +97 -98
  9. package/dist/ios/theme/aaos/day-complete.swift +14 -16
  10. package/dist/ios/theme/aaos/night-complete.swift +10 -12
  11. package/dist/ios/theme/webex/dark-stable.swift +83 -82
  12. package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
  13. package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
  14. package/dist/ios/theme/webex/light-stable.swift +107 -108
  15. package/dist/json/core/complete.json +3150 -2380
  16. package/dist/json/theme/aaos/day-complete.json +273 -257
  17. package/dist/json/theme/aaos/night-complete.json +273 -257
  18. package/dist/json/theme/webex/dark-stable.json +7088 -6235
  19. package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
  20. package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
  21. package/dist/json/theme/webex/light-stable.json +7056 -6262
  22. package/dist/json-minimal/core/complete.json +179 -148
  23. package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
  24. package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
  25. package/dist/json-minimal/theme/webex/dark-stable.json +238 -221
  26. package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
  27. package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
  28. package/dist/json-minimal/theme/webex/light-stable.json +270 -251
  29. package/dist/resources/core/complete.xml +97 -98
  30. package/dist/resources/theme/aaos/day-complete.xml +14 -16
  31. package/dist/resources/theme/aaos/night-complete.xml +10 -12
  32. package/dist/resources/theme/webex/dark-stable.xml +122 -121
  33. package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
  34. package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
  35. package/dist/resources/theme/webex/light-stable.xml +147 -148
  36. package/dist/scss/core/complete.scss +97 -98
  37. package/dist/scss/theme/aaos/day-complete.scss +14 -16
  38. package/dist/scss/theme/aaos/night-complete.scss +10 -12
  39. package/dist/scss/theme/webex/dark-stable.scss +123 -122
  40. package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
  41. package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
  42. package/dist/scss/theme/webex/light-stable.scss +148 -149
  43. package/package.json +1 -1
  44. package/dist/css/theme/webex/common-stable.css +0 -81
  45. package/dist/css/theme/webex/dark-complete.css +0 -298
  46. package/dist/css/theme/webex/light-complete.css +0 -295
  47. package/dist/ios/theme/webex/common-stable.swift +0 -87
  48. package/dist/ios/theme/webex/dark-complete.swift +0 -304
  49. package/dist/ios/theme/webex/light-complete.swift +0 -301
  50. package/dist/json/theme/webex/common-stable.json +0 -2168
  51. package/dist/json/theme/webex/dark-complete.json +0 -8500
  52. package/dist/json/theme/webex/light-complete.json +0 -8395
  53. package/dist/json-minimal/theme/webex/common-stable.json +0 -162
  54. package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
  55. package/dist/json-minimal/theme/webex/light-complete.json +0 -632
  56. package/dist/resources/theme/webex/common-stable.xml +0 -83
  57. package/dist/resources/theme/webex/dark-complete.xml +0 -300
  58. package/dist/resources/theme/webex/light-complete.xml +0 -297
  59. package/dist/scss/theme/webex/common-stable.scss +0 -78
  60. package/dist/scss/theme/webex/dark-complete.scss +0 -295
  61. 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 Tue, 11 Jun 2024 18:13:51 GMT
7
+ // Generated on Fri, 28 Jun 2024 09:31:32 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -22,68 +22,65 @@ public class {
22
22
  public static let mdsColorThemeAvatarSlate = #000000
23
23
  public static let mdsColorThemeAvatarViolet = #000000
24
24
  public static let mdsColorThemeAvatarYellow = #000000
25
- public static let mdsColorThemeBackgroundAccentNormal = #ffffff
25
+ public static let mdsColorThemeBackgroundAccentNormal = #37006e
26
26
  public static let mdsColorThemeBackgroundAlertDefaultActive = #37006e
27
27
  public static let mdsColorThemeBackgroundAlertDefaultHover = #37006e
28
- public static let mdsColorThemeBackgroundAlertDefaultNormal = #37006e
28
+ public static let mdsColorThemeBackgroundAlertDefaultNormal = #ffffff
29
29
  public static let mdsColorThemeBackgroundAlertErrorActive = #37006e
30
30
  public static let mdsColorThemeBackgroundAlertErrorHover = #37006e
31
- public static let mdsColorThemeBackgroundAlertErrorNormal = #37006e
31
+ public static let mdsColorThemeBackgroundAlertErrorNormal = #ffffff
32
32
  public static let mdsColorThemeBackgroundAlertOrangeActive = #37006e
33
33
  public static let mdsColorThemeBackgroundAlertOrangeHover = #37006e
34
- public static let mdsColorThemeBackgroundAlertOrangeNormal = #37006e
34
+ public static let mdsColorThemeBackgroundAlertOrangeNormal = #ffffff
35
35
  public static let mdsColorThemeBackgroundAlertPurpleActive = #37006e
36
36
  public static let mdsColorThemeBackgroundAlertPurpleHover = #37006e
37
- public static let mdsColorThemeBackgroundAlertPurpleNormal = #37006e
37
+ public static let mdsColorThemeBackgroundAlertPurpleNormal = #ffffff
38
38
  public static let mdsColorThemeBackgroundAlertSuccessActive = #37006e
39
39
  public static let mdsColorThemeBackgroundAlertSuccessHover = #37006e
40
- public static let mdsColorThemeBackgroundAlertSuccessNormal = #37006e
40
+ public static let mdsColorThemeBackgroundAlertSuccessNormal = #ffffff
41
41
  public static let mdsColorThemeBackgroundAlertThemeActive = #37006e
42
42
  public static let mdsColorThemeBackgroundAlertThemeHover = #37006e
43
- public static let mdsColorThemeBackgroundAlertThemeNormal = #37006e
43
+ public static let mdsColorThemeBackgroundAlertThemeNormal = #ffffff
44
44
  public static let mdsColorThemeBackgroundAlertWarningActive = #37006e
45
45
  public static let mdsColorThemeBackgroundAlertWarningHover = #37006e
46
- public static let mdsColorThemeBackgroundAlertWarningNormal = #37006e
46
+ public static let mdsColorThemeBackgroundAlertWarningNormal = #ffffff
47
47
  public static let mdsColorThemeBackgroundCommonNormal = #ffffff
48
- public static let mdsColorThemeBackgroundGradientPrimary = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
49
- public static let mdsColorThemeBackgroundGradientSecondary = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
50
- public static let mdsColorThemeBackgroundLabelCobaltActive = #ffffff
51
- public static let mdsColorThemeBackgroundLabelCobaltHover = #ffffff
48
+ public static let mdsColorThemeBackgroundLabelCobaltActive = #37006e
49
+ public static let mdsColorThemeBackgroundLabelCobaltHover = #37006e
52
50
  public static let mdsColorThemeBackgroundLabelCobaltNormal = #ffffff
53
- public static let mdsColorThemeBackgroundLabelGoldActive = #ffffff
54
- public static let mdsColorThemeBackgroundLabelGoldHover = #ffffff
51
+ public static let mdsColorThemeBackgroundLabelGoldActive = #37006e
52
+ public static let mdsColorThemeBackgroundLabelGoldHover = #37006e
55
53
  public static let mdsColorThemeBackgroundLabelGoldNormal = #ffffff
56
- public static let mdsColorThemeBackgroundLabelLimeActive = #ffffff
57
- public static let mdsColorThemeBackgroundLabelLimeHover = #ffffff
54
+ public static let mdsColorThemeBackgroundLabelLimeActive = #37006e
55
+ public static let mdsColorThemeBackgroundLabelLimeHover = #37006e
58
56
  public static let mdsColorThemeBackgroundLabelLimeNormal = #ffffff
59
- public static let mdsColorThemeBackgroundLabelMintActive = #ffffff
60
- public static let mdsColorThemeBackgroundLabelMintHover = #ffffff
57
+ public static let mdsColorThemeBackgroundLabelMintActive = #37006e
58
+ public static let mdsColorThemeBackgroundLabelMintHover = #37006e
61
59
  public static let mdsColorThemeBackgroundLabelMintNormal = #ffffff
62
- public static let mdsColorThemeBackgroundLabelOrangeActive = #ffffff
63
- public static let mdsColorThemeBackgroundLabelOrangeHover = #ffffff
60
+ public static let mdsColorThemeBackgroundLabelOrangeActive = #37006e
61
+ public static let mdsColorThemeBackgroundLabelOrangeHover = #37006e
64
62
  public static let mdsColorThemeBackgroundLabelOrangeNormal = #ffffff
65
- public static let mdsColorThemeBackgroundLabelPinkActive = #ffffff
66
- public static let mdsColorThemeBackgroundLabelPinkHover = #ffffff
63
+ public static let mdsColorThemeBackgroundLabelPinkActive = #37006e
64
+ public static let mdsColorThemeBackgroundLabelPinkHover = #37006e
67
65
  public static let mdsColorThemeBackgroundLabelPinkNormal = #ffffff
68
- public static let mdsColorThemeBackgroundLabelPurpleActive = #ffffff
69
- public static let mdsColorThemeBackgroundLabelPurpleHover = #ffffff
66
+ public static let mdsColorThemeBackgroundLabelPurpleActive = #37006e
67
+ public static let mdsColorThemeBackgroundLabelPurpleHover = #37006e
70
68
  public static let mdsColorThemeBackgroundLabelPurpleNormal = #ffffff
71
- public static let mdsColorThemeBackgroundLabelSlateActive = #ffffff
72
- public static let mdsColorThemeBackgroundLabelSlateHover = #ffffff
69
+ public static let mdsColorThemeBackgroundLabelSlateActive = #37006e
70
+ public static let mdsColorThemeBackgroundLabelSlateHover = #37006e
73
71
  public static let mdsColorThemeBackgroundLabelSlateNormal = #ffffff
74
- public static let mdsColorThemeBackgroundLabelVioletActive = #ffffff
75
- public static let mdsColorThemeBackgroundLabelVioletHover = #ffffff
72
+ public static let mdsColorThemeBackgroundLabelVioletActive = #37006e
73
+ public static let mdsColorThemeBackgroundLabelVioletHover = #37006e
76
74
  public static let mdsColorThemeBackgroundLabelVioletNormal = #ffffff
77
75
  public static let mdsColorThemeBackgroundNamelabelNormal = #ffffff
78
76
  public static let mdsColorThemeBackgroundPrimaryActive = #37006e
79
77
  public static let mdsColorThemeBackgroundPrimaryDisabled = #600000
80
78
  public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff
81
- public static let mdsColorThemeBackgroundPrimaryHover = #37006e
79
+ public static let mdsColorThemeBackgroundPrimaryHover = #ffffff
82
80
  public static let mdsColorThemeBackgroundSecondaryActive = #37006e
83
81
  public static let mdsColorThemeBackgroundSecondaryDisabled = #600000
84
82
  public static let mdsColorThemeBackgroundSecondaryHover = #37006e
85
83
  public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff
86
- public static let mdsColorThemeBackgroundSkeletonNormal = #ffffff
87
84
  public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
88
85
  public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
89
86
  public static let mdsColorThemeBackgroundSolidSecondaryNormal = #ffffff
@@ -91,40 +88,85 @@ public class {
91
88
  public static let mdsColorThemeButtonAccentHover = #37006e
92
89
  public static let mdsColorThemeButtonAccentNormal = #ffffff
93
90
  public static let mdsColorThemeButtonAccentPressed = #37006e
94
- public static let mdsColorThemeButtonBorderNormal = #000000
95
91
  public static let mdsColorThemeButtonCancelHover = #37006e
96
92
  public static let mdsColorThemeButtonCancelNormal = #ffffff
97
93
  public static let mdsColorThemeButtonCancelPressed = #37006e
98
- public static let mdsColorThemeButtonInvertedHover = #37006e
99
- public static let mdsColorThemeButtonInvertedNormal = #ffffff
100
- public static let mdsColorThemeButtonInvertedPressed = #37006e
101
94
  public static let mdsColorThemeButtonJoinHover = #37006e
102
95
  public static let mdsColorThemeButtonJoinNormal = #ffffff
103
96
  public static let mdsColorThemeButtonJoinPressed = #37006e
104
- public static let mdsColorThemeButtonPrimaryDisabled = #600000
97
+ public static let mdsColorThemeButtonPrimaryDisabled = #ffffff
105
98
  public static let mdsColorThemeButtonPrimaryHover = #37006e
106
99
  public static let mdsColorThemeButtonPrimaryNormal = #ffffff
107
100
  public static let mdsColorThemeButtonPrimaryPressed = #37006e
108
101
  public static let mdsColorThemeButtonSecondaryActiveHover = #37006e
109
102
  public static let mdsColorThemeButtonSecondaryActiveNormal = #ffffff
110
103
  public static let mdsColorThemeButtonSecondaryActivePressed = #37006e
111
- public static let mdsColorThemeButtonSecondaryDisabled = #600000
104
+ public static let mdsColorThemeButtonSecondaryDisabled = #ffffff
112
105
  public static let mdsColorThemeButtonSecondaryHover = #37006e
113
106
  public static let mdsColorThemeButtonSecondaryNormal = #ffffff
114
107
  public static let mdsColorThemeButtonSecondaryPressed = #37006e
115
- public static let mdsColorThemeControlActiveActive = #37006e
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
158
+ public static let mdsColorThemeControlActiveActive = #1170cf
116
159
  public static let mdsColorThemeControlActiveDisabled = #600000
117
- public static let mdsColorThemeControlActiveHover = #37006e
160
+ public static let mdsColorThemeControlActiveHover = #ffffff
118
161
  public static let mdsColorThemeControlActiveNormal = #37006e
119
- public static let mdsColorThemeControlActivePressed = #37006e
162
+ public static let mdsColorThemeControlActivePressed = #ffffff
120
163
  public static let mdsColorThemeControlInactiveDisabled = #600000
121
- public static let mdsColorThemeControlInactiveHover = #000000
122
- public static let mdsColorThemeControlInactiveNormal = #000000
123
- public static let mdsColorThemeControlInactivePressed = #000000
124
- public static let mdsColorThemeGlobaltintNormal = #00009f
164
+ public static let mdsColorThemeControlInactiveHover = #ffffff
165
+ public static let mdsColorThemeControlInactiveNormal = #ffffff
166
+ public static let mdsColorThemeControlInactivePressed = #ffffff
167
+ public static let mdsColorThemeControlIndicatorInactiveNormal = #ffffff
168
+ public static let mdsColorThemeGlobaltintNormal = #000000
125
169
  public static let mdsColorThemeGlobaltintSelected = #00009f
126
- public static let mdsColorThemeGradationPrimary = #000000
127
- public static let mdsColorThemeGradationSecondary = #000000
128
170
  public static let mdsColorThemeGradientdividerAnnounceHover0 = #000000
129
171
  public static let mdsColorThemeGradientdividerAnnounceHover1 = #000000
130
172
  public static let mdsColorThemeGradientdividerAnnounceNormal0 = #000000
@@ -145,37 +187,63 @@ public class {
145
187
  public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #ffffff
146
188
  public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #ffffff
147
189
  public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #ffffff
148
- public static let mdsColorThemeIllustrationsDefault = #000000
149
- public static let mdsColorThemeIllustrationsEmptyPrimary0 = #000000
150
- public static let mdsColorThemeIllustrationsEmptyPrimary1 = #000000
151
- public static let mdsColorThemeIllustrationsEmptySecondary0 = #000000
152
- public static let mdsColorThemeIllustrationsEmptySecondary1 = #000000
153
- public static let mdsColorThemeIllustrationsError0 = #000000
154
- public static let mdsColorThemeIllustrationsError1 = #000000
155
- public static let mdsColorThemeIllustrationsOnboardingPrimary0 = #000000
156
- public static let mdsColorThemeIllustrationsOnboardingPrimary1 = #000000
157
- public static let mdsColorThemeIllustrationsOnboardingQuartenary0 = #000000
158
- public static let mdsColorThemeIllustrationsOnboardingQuartenary1 = #000000
159
- public static let mdsColorThemeIllustrationsOnboardingQuinary0 = #000000
160
- public static let mdsColorThemeIllustrationsOnboardingQuinary1 = #000000
161
- public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #000000
162
- public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #000000
163
- public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #000000
164
- public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #000000
165
- public static let mdsColorThemeIllustrationsSuccess0 = #000000
166
- public static let mdsColorThemeIllustrationsSuccess1 = #000000
190
+ public static let mdsColorThemeIllustrationsDefault = #ffffff
191
+ public static let mdsColorThemeIllustrationsEmptyPrimary0 = #ffffff
192
+ public static let mdsColorThemeIllustrationsEmptyPrimary1 = #ffffff
193
+ public static let mdsColorThemeIllustrationsEmptySecondary0 = #ffffff
194
+ public static let mdsColorThemeIllustrationsEmptySecondary1 = #ffffff
195
+ public static let mdsColorThemeIllustrationsError0 = #ffffff
196
+ public static let mdsColorThemeIllustrationsError1 = #ffffff
197
+ public static let mdsColorThemeIllustrationsOnboardingPrimary0 = #ffffff
198
+ public static let mdsColorThemeIllustrationsOnboardingPrimary1 = #ffffff
199
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary0 = #ffffff
200
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary1 = #ffffff
201
+ public static let mdsColorThemeIllustrationsOnboardingQuinary0 = #ffffff
202
+ public static let mdsColorThemeIllustrationsOnboardingQuinary1 = #ffffff
203
+ public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #ffffff
204
+ public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #ffffff
205
+ public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffffff
206
+ public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ffffff
207
+ public static let mdsColorThemeIllustrationsSuccess0 = #ffffff
208
+ public static let mdsColorThemeIllustrationsSuccess1 = #ffffff
167
209
  public static let mdsColorThemeIndicatorAttention = #000000
168
210
  public static let mdsColorThemeIndicatorCaution = #000000
169
211
  public static let mdsColorThemeIndicatorLocked = #000000
170
212
  public static let mdsColorThemeIndicatorSecure = #000000
171
213
  public static let mdsColorThemeIndicatorStable = #000000
172
214
  public static let mdsColorThemeIndicatorUnstable = #000000
215
+ public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
216
+ public static let mdsColorThemeInvertedButtonPrimaryDisabled = #600000
217
+ public static let mdsColorThemeInvertedButtonPrimaryHover = #37006e
218
+ public static let mdsColorThemeInvertedButtonPrimaryNormal = #ffffff
219
+ public static let mdsColorThemeInvertedButtonPrimaryPressed = #00009f
220
+ public static let mdsColorThemeInvertedButtonSecondaryDisabled = #600000
221
+ public static let mdsColorThemeInvertedButtonSecondaryHover = #37006e
222
+ public static let mdsColorThemeInvertedButtonSecondaryNormal = #ffffff
223
+ public static let mdsColorThemeInvertedButtonSecondaryPressed = #37006e
224
+ public static let mdsColorThemeInvertedControlActiveActive = #37006e
225
+ public static let mdsColorThemeInvertedControlActiveDisabled = #600000
226
+ public static let mdsColorThemeInvertedControlActiveHover = #37006e
227
+ public static let mdsColorThemeInvertedControlActiveNormal = #37006e
228
+ public static let mdsColorThemeInvertedControlActivePressed = #37006e
229
+ public static let mdsColorThemeInvertedControlInactiveDisabled = #600000
230
+ public static let mdsColorThemeInvertedControlInactiveHover = #ffffff
231
+ public static let mdsColorThemeInvertedControlInactiveNormal = #ffffff
232
+ public static let mdsColorThemeInvertedControlInactivePressed = #ffffff
233
+ public static let mdsColorThemeInvertedOutlineButtonNormal = #000000
234
+ public static let mdsColorThemeInvertedOutlineDisabledNormal = #600000
235
+ public static let mdsColorThemeInvertedOutlinePrimaryNormal = #000000
236
+ public static let mdsColorThemeInvertedOutlineTheme = #000000
237
+ public static let mdsColorThemeInvertedTextAccentHover = #000000
238
+ public static let mdsColorThemeInvertedTextAccentNormal = #000000
239
+ public static let mdsColorThemeInvertedTextPrimaryDisabled = #600000
240
+ public static let mdsColorThemeInvertedTextPrimaryNormal = #000000
241
+ public static let mdsColorThemeInvertedTextSecondaryNormal = #000000
173
242
  public static let mdsColorThemeOutlineButtonNormal = #000000
174
243
  public static let mdsColorThemeOutlineCancelNormal = #000000
175
- public static let mdsColorThemeOutlineDisabledNormal = #600000
176
- public static let mdsColorThemeOutlineGradientActive = #000000
177
- public static let mdsColorThemeOutlineHighContrastFocus = #000000
178
- public static let mdsColorThemeOutlineInputActive = #ffffff
244
+ public static let mdsColorThemeOutlineDisabledNormal = #000000
245
+ public static let mdsColorThemeOutlineHighContrastFocus = #00009f
246
+ public static let mdsColorThemeOutlineInputActive = #000000
179
247
  public static let mdsColorThemeOutlineInputNormal = #000000
180
248
  public static let mdsColorThemeOutlineJoinNormal = #000000
181
249
  public static let mdsColorThemeOutlineLabelCobalt = #000000
@@ -189,12 +257,14 @@ public class {
189
257
  public static let mdsColorThemeOutlineLabelViolet = #000000
190
258
  public static let mdsColorThemeOutlineOverlayNormal = #000000
191
259
  public static let mdsColorThemeOutlinePrimaryNormal = #000000
192
- public static let mdsColorThemeOutlinePromotionNormal = #000000
193
260
  public static let mdsColorThemeOutlineSecondaryNormal = #000000
194
- public static let mdsColorThemeOutlineShareActive = #000000
195
- public static let mdsColorThemeOutlineShareInactive = #000000
196
- public static let mdsColorThemeOutlineShareSelected = #37006e
197
- public static let mdsColorThemeOutlineThemeNormal = #37006e
261
+ public static let mdsColorThemeOutlineShareActive = #ffffff
262
+ public static let mdsColorThemeOutlineShareInactive = #600000
263
+ public static let mdsColorThemeOutlineShareSelected = #00009f
264
+ public static let mdsColorThemeOutlineThemeNormal = #000000
265
+ public static let mdsColorThemeOverlayButtonSecondaryHover = #37006e
266
+ public static let mdsColorThemeOverlayButtonSecondaryNormal = #ffffff
267
+ public static let mdsColorThemeOverlayButtonSecondaryPressed = #37006e
198
268
  public static let mdsColorThemeOverlayMeetingsNormal = #ffffff
199
269
  public static let mdsColorThemeScrollbarArrowBackgroundHover = #000000
200
270
  public static let mdsColorThemeScrollbarArrowBackgroundNormal = #000000
@@ -205,44 +275,25 @@ public class {
205
275
  public static let mdsColorThemeScrollbarButtonHover = #37006e
206
276
  public static let mdsColorThemeScrollbarButtonNormal = #000000
207
277
  public static let mdsColorThemeScrollbarButtonPressed = #37006e
208
- public static let mdsColorThemeTeachingBackgroundNormal = #000000
209
- public static let mdsColorThemeTeachingButtonPrimaryDisabled = #600000
210
- public static let mdsColorThemeTeachingButtonPrimaryHover = #ffffff
211
- public static let mdsColorThemeTeachingButtonPrimaryNormal = #ffffff
212
- public static let mdsColorThemeTeachingButtonPrimaryPressed = #ffffff
213
- public static let mdsColorThemeTeachingButtonSecondaryHover = #37006e
214
- public static let mdsColorThemeTeachingButtonSecondaryNormal = #37006e
215
- public static let mdsColorThemeTeachingButtonSecondaryPressed = #37006e
216
- public static let mdsColorThemeTeachingOutlineButtonNormal = #ffffff
217
- public static let mdsColorThemeTeachingOutlineDisabledNormal = #600000
218
- public static let mdsColorThemeTeachingOutlineNormal = #ffffff
219
- public static let mdsColorThemeTeachingOutlineTheme = #ffffff
220
- public static let mdsColorThemeTeachingTextAccentDisabled = #600000
221
- public static let mdsColorThemeTeachingTextAccentHover = #ffffff
222
- public static let mdsColorThemeTeachingTextAccentNormal = #ffffff
223
- public static let mdsColorThemeTeachingTextPrimaryDisabled = #600000
224
- public static let mdsColorThemeTextAccentActive = #ffffff
225
- public static let mdsColorThemeTextAccentHover = #ffffff
226
- public static let mdsColorThemeTextAccentNormal = #00009f
278
+ public static let mdsColorThemeTextAccentActive = #000000
279
+ public static let mdsColorThemeTextAccentHover = #000000
280
+ public static let mdsColorThemeTextAccentNormal = #000000
227
281
  public static let mdsColorThemeTextAlertOrangeActive = #000000
228
282
  public static let mdsColorThemeTextAlertOrangeHover = #000000
229
283
  public static let mdsColorThemeTextAlertOrangeNormal = #000000
230
284
  public static let mdsColorThemeTextAlertPurpleActive = #000000
231
285
  public static let mdsColorThemeTextAlertPurpleHover = #000000
232
286
  public static let mdsColorThemeTextAlertPurpleNormal = #000000
233
- public static let mdsColorThemeTextErrorActive = #ffffff
234
- public static let mdsColorThemeTextErrorHover = #ffffff
235
- public static let mdsColorThemeTextErrorNormal = #00009f
287
+ public static let mdsColorThemeTextErrorActive = #000000
288
+ public static let mdsColorThemeTextErrorHover = #000000
289
+ public static let mdsColorThemeTextErrorNormal = #000000
236
290
  public static let mdsColorThemeTextHighlight = #00009f
237
- public static let mdsColorThemeTextInvertedDisabled = #600000
238
- public static let mdsColorThemeTextInvertedNormal = #ffffff
239
291
  public static let mdsColorThemeTextPrimaryDisabled = #600000
240
292
  public static let mdsColorThemeTextPrimaryNormal = #000000
241
- public static let mdsColorThemeTextSecondaryInvertedNormal = #ffffff
242
293
  public static let mdsColorThemeTextSecondaryNormal = #000000
243
- public static let mdsColorThemeTextSuccessActive = #ffffff
244
- public static let mdsColorThemeTextSuccessHover = #ffffff
245
- public static let mdsColorThemeTextSuccessNormal = #00009f
294
+ public static let mdsColorThemeTextSuccessActive = #000000
295
+ public static let mdsColorThemeTextSuccessHover = #000000
296
+ public static let mdsColorThemeTextSuccessNormal = #000000
246
297
  public static let mdsColorThemeTextTeamCobaltActive = #000000
247
298
  public static let mdsColorThemeTextTeamCobaltHover = #000000
248
299
  public static let mdsColorThemeTextTeamCobaltNormal = #000000
@@ -273,12 +324,12 @@ public class {
273
324
  public static let mdsColorThemeTextTeamVioletActive = #000000
274
325
  public static let mdsColorThemeTextTeamVioletHover = #000000
275
326
  public static let mdsColorThemeTextTeamVioletNormal = #000000
276
- public static let mdsColorThemeTextTeamdefaultActive = #ffffff
277
- public static let mdsColorThemeTextTeamdefaultHover = #ffffff
278
- public static let mdsColorThemeTextTeamdefaultNormal = #00009f
279
- public static let mdsColorThemeTextWarningActive = #ffffff
280
- public static let mdsColorThemeTextWarningHover = #ffffff
281
- public static let mdsColorThemeTextWarningNormal = #00009f
327
+ public static let mdsColorThemeTextTeamdefaultActive = #000000
328
+ public static let mdsColorThemeTextTeamdefaultHover = #000000
329
+ public static let mdsColorThemeTextTeamdefaultNormal = #000000
330
+ public static let mdsColorThemeTextWarningActive = #000000
331
+ public static let mdsColorThemeTextWarningHover = #000000
332
+ public static let mdsColorThemeTextWarningNormal = #000000
282
333
  public static let mdsColorThemeWhiteboardStickyNoteCyan = #ffffff
283
334
  public static let mdsColorThemeWhiteboardStickyNoteMint = #ffffff
284
335
  public static let mdsColorThemeWhiteboardStickyNotePurple = #ffffff