@momentum-design/tokens 0.0.53 → 0.0.55

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 (55) hide show
  1. package/dist/css/core/complete.css +4 -3
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/common-stable.css +11 -2
  5. package/dist/css/theme/webex/dark-complete.css +3 -3
  6. package/dist/css/theme/webex/dark-stable.css +47 -30
  7. package/dist/css/theme/webex/hc-dark-stable.css +281 -0
  8. package/dist/css/theme/webex/hc-light-stable.css +281 -0
  9. package/dist/css/theme/webex/light-complete.css +1 -1
  10. package/dist/css/theme/webex/light-stable.css +49 -28
  11. package/dist/ios/core/complete.swift +4 -3
  12. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  13. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  14. package/dist/ios/theme/webex/common-stable.swift +11 -2
  15. package/dist/ios/theme/webex/dark-complete.swift +3 -3
  16. package/dist/ios/theme/webex/dark-stable.swift +47 -30
  17. package/dist/ios/theme/webex/hc-dark-stable.swift +287 -0
  18. package/dist/ios/theme/webex/hc-light-stable.swift +287 -0
  19. package/dist/ios/theme/webex/light-complete.swift +1 -1
  20. package/dist/ios/theme/webex/light-stable.swift +49 -28
  21. package/dist/json/core/complete.json +33 -4
  22. package/dist/json/theme/webex/common-stable.json +257 -1
  23. package/dist/json/theme/webex/dark-complete.json +2 -2
  24. package/dist/json/theme/webex/dark-stable.json +3690 -3225
  25. package/dist/json/theme/webex/hc-dark-stable.json +7232 -0
  26. package/dist/json/theme/webex/hc-light-stable.json +7228 -0
  27. package/dist/json/theme/webex/light-stable.json +3635 -3065
  28. package/dist/json-minimal/core/complete.json +3 -2
  29. package/dist/json-minimal/theme/webex/common-stable.json +14 -1
  30. package/dist/json-minimal/theme/webex/dark-complete.json +2 -2
  31. package/dist/json-minimal/theme/webex/dark-stable.json +93 -58
  32. package/dist/json-minimal/theme/webex/hc-dark-stable.json +552 -0
  33. package/dist/json-minimal/theme/webex/hc-light-stable.json +552 -0
  34. package/dist/json-minimal/theme/webex/light-stable.json +89 -54
  35. package/dist/resources/core/complete.xml +4 -3
  36. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  37. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  38. package/dist/resources/theme/webex/common-stable.xml +11 -2
  39. package/dist/resources/theme/webex/dark-complete.xml +3 -3
  40. package/dist/resources/theme/webex/dark-stable.xml +47 -30
  41. package/dist/resources/theme/webex/hc-dark-stable.xml +283 -0
  42. package/dist/resources/theme/webex/hc-light-stable.xml +283 -0
  43. package/dist/resources/theme/webex/light-complete.xml +1 -1
  44. package/dist/resources/theme/webex/light-stable.xml +49 -28
  45. package/dist/scss/core/complete.scss +4 -3
  46. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  47. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  48. package/dist/scss/theme/webex/common-stable.scss +12 -3
  49. package/dist/scss/theme/webex/dark-complete.scss +3 -3
  50. package/dist/scss/theme/webex/dark-stable.scss +47 -30
  51. package/dist/scss/theme/webex/hc-dark-stable.scss +278 -0
  52. package/dist/scss/theme/webex/hc-light-stable.scss +278 -0
  53. package/dist/scss/theme/webex/light-complete.scss +1 -1
  54. package/dist/scss/theme/webex/light-stable.scss +49 -28
  55. package/package.json +1 -1
@@ -0,0 +1,287 @@
1
+
2
+ //
3
+ // theme/webex/hc-light-stable.swift
4
+ //
5
+
6
+ // Do not edit directly
7
+ // Generated on Wed, 05 Jun 2024 18:11:29 GMT
8
+
9
+
10
+ import UIKit
11
+
12
+ public class {
13
+ public static let mdsColorThemeAvatarCobalt = #000000
14
+ public static let mdsColorThemeAvatarCyan = #000000
15
+ public static let mdsColorThemeAvatarDefault = #000000
16
+ public static let mdsColorThemeAvatarGold = #000000
17
+ public static let mdsColorThemeAvatarLime = #000000
18
+ public static let mdsColorThemeAvatarMint = #000000
19
+ public static let mdsColorThemeAvatarOrange = #000000
20
+ public static let mdsColorThemeAvatarPink = #000000
21
+ public static let mdsColorThemeAvatarPurple = #000000
22
+ public static let mdsColorThemeAvatarSlate = #000000
23
+ public static let mdsColorThemeAvatarViolet = #000000
24
+ public static let mdsColorThemeAvatarYellow = #000000
25
+ public static let mdsColorThemeBackgroundAccentNormal = #ffffff
26
+ public static let mdsColorThemeBackgroundAlertDefaultActive = #37006e
27
+ public static let mdsColorThemeBackgroundAlertDefaultHover = #37006e
28
+ public static let mdsColorThemeBackgroundAlertDefaultNormal = #37006e
29
+ public static let mdsColorThemeBackgroundAlertErrorActive = #37006e
30
+ public static let mdsColorThemeBackgroundAlertErrorHover = #37006e
31
+ public static let mdsColorThemeBackgroundAlertErrorNormal = #37006e
32
+ public static let mdsColorThemeBackgroundAlertOrangeActive = #37006e
33
+ public static let mdsColorThemeBackgroundAlertOrangeHover = #37006e
34
+ public static let mdsColorThemeBackgroundAlertOrangeNormal = #37006e
35
+ public static let mdsColorThemeBackgroundAlertPurpleActive = #37006e
36
+ public static let mdsColorThemeBackgroundAlertPurpleHover = #37006e
37
+ public static let mdsColorThemeBackgroundAlertPurpleNormal = #37006e
38
+ public static let mdsColorThemeBackgroundAlertSuccessActive = #37006e
39
+ public static let mdsColorThemeBackgroundAlertSuccessHover = #37006e
40
+ public static let mdsColorThemeBackgroundAlertSuccessNormal = #37006e
41
+ public static let mdsColorThemeBackgroundAlertThemeActive = #37006e
42
+ public static let mdsColorThemeBackgroundAlertThemeHover = #37006e
43
+ public static let mdsColorThemeBackgroundAlertThemeNormal = #37006e
44
+ public static let mdsColorThemeBackgroundAlertWarningActive = #37006e
45
+ public static let mdsColorThemeBackgroundAlertWarningHover = #37006e
46
+ public static let mdsColorThemeBackgroundAlertWarningNormal = #37006e
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
52
+ public static let mdsColorThemeBackgroundLabelCobaltNormal = #ffffff
53
+ public static let mdsColorThemeBackgroundLabelGoldActive = #ffffff
54
+ public static let mdsColorThemeBackgroundLabelGoldHover = #ffffff
55
+ public static let mdsColorThemeBackgroundLabelGoldNormal = #ffffff
56
+ public static let mdsColorThemeBackgroundLabelLimeActive = #ffffff
57
+ public static let mdsColorThemeBackgroundLabelLimeHover = #ffffff
58
+ public static let mdsColorThemeBackgroundLabelLimeNormal = #ffffff
59
+ public static let mdsColorThemeBackgroundLabelMintActive = #ffffff
60
+ public static let mdsColorThemeBackgroundLabelMintHover = #ffffff
61
+ public static let mdsColorThemeBackgroundLabelMintNormal = #ffffff
62
+ public static let mdsColorThemeBackgroundLabelOrangeActive = #ffffff
63
+ public static let mdsColorThemeBackgroundLabelOrangeHover = #ffffff
64
+ public static let mdsColorThemeBackgroundLabelOrangeNormal = #ffffff
65
+ public static let mdsColorThemeBackgroundLabelPinkActive = #ffffff
66
+ public static let mdsColorThemeBackgroundLabelPinkHover = #ffffff
67
+ public static let mdsColorThemeBackgroundLabelPinkNormal = #ffffff
68
+ public static let mdsColorThemeBackgroundLabelPurpleActive = #ffffff
69
+ public static let mdsColorThemeBackgroundLabelPurpleHover = #ffffff
70
+ public static let mdsColorThemeBackgroundLabelPurpleNormal = #ffffff
71
+ public static let mdsColorThemeBackgroundLabelSlateActive = #ffffff
72
+ public static let mdsColorThemeBackgroundLabelSlateHover = #ffffff
73
+ public static let mdsColorThemeBackgroundLabelSlateNormal = #ffffff
74
+ public static let mdsColorThemeBackgroundLabelVioletActive = #ffffff
75
+ public static let mdsColorThemeBackgroundLabelVioletHover = #ffffff
76
+ public static let mdsColorThemeBackgroundLabelVioletNormal = #ffffff
77
+ public static let mdsColorThemeBackgroundNamelabelNormal = #ffffff
78
+ public static let mdsColorThemeBackgroundPrimaryActive = #37006e
79
+ public static let mdsColorThemeBackgroundPrimaryDisabled = #600000
80
+ public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff
81
+ public static let mdsColorThemeBackgroundPrimaryHover = #37006e
82
+ public static let mdsColorThemeBackgroundSecondaryActive = #37006e
83
+ public static let mdsColorThemeBackgroundSecondaryDisabled = #600000
84
+ public static let mdsColorThemeBackgroundSecondaryHover = #37006e
85
+ public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff
86
+ public static let mdsColorThemeBackgroundSkeletonNormal = #ffffff
87
+ public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
88
+ public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
89
+ public static let mdsColorThemeBackgroundSolidSecondaryNormal = #ffffff
90
+ public static let mdsColorThemeBackgroundSolidTertiaryNormal = #ffffff
91
+ public static let mdsColorThemeButtonAccentHover = #37006e
92
+ public static let mdsColorThemeButtonAccentNormal = #ffffff
93
+ public static let mdsColorThemeButtonAccentPressed = #37006e
94
+ public static let mdsColorThemeButtonBorderNormal = #000000
95
+ public static let mdsColorThemeButtonCancelHover = #37006e
96
+ public static let mdsColorThemeButtonCancelNormal = #ffffff
97
+ public static let mdsColorThemeButtonCancelPressed = #37006e
98
+ public static let mdsColorThemeButtonInvertedHover = #37006e
99
+ public static let mdsColorThemeButtonInvertedNormal = #ffffff
100
+ public static let mdsColorThemeButtonInvertedPressed = #37006e
101
+ public static let mdsColorThemeButtonJoinHover = #37006e
102
+ public static let mdsColorThemeButtonJoinNormal = #ffffff
103
+ public static let mdsColorThemeButtonJoinPressed = #37006e
104
+ public static let mdsColorThemeButtonPrimaryDisabled = #600000
105
+ public static let mdsColorThemeButtonPrimaryHover = #37006e
106
+ public static let mdsColorThemeButtonPrimaryNormal = #ffffff
107
+ public static let mdsColorThemeButtonPrimaryPressed = #37006e
108
+ public static let mdsColorThemeButtonSecondaryActiveHover = #37006e
109
+ public static let mdsColorThemeButtonSecondaryActiveNormal = #ffffff
110
+ public static let mdsColorThemeButtonSecondaryActivePressed = #37006e
111
+ public static let mdsColorThemeButtonSecondaryDisabled = #600000
112
+ public static let mdsColorThemeButtonSecondaryHover = #37006e
113
+ public static let mdsColorThemeButtonSecondaryNormal = #ffffff
114
+ public static let mdsColorThemeButtonSecondaryPressed = #37006e
115
+ public static let mdsColorThemeControlActiveActive = #37006e
116
+ public static let mdsColorThemeControlActiveDisabled = #600000
117
+ public static let mdsColorThemeControlActiveHover = #37006e
118
+ public static let mdsColorThemeControlActiveNormal = #37006e
119
+ public static let mdsColorThemeControlActivePressed = #37006e
120
+ 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
125
+ public static let mdsColorThemeGlobaltintSelected = #00009f
126
+ public static let mdsColorThemeGradationPrimary = #000000
127
+ public static let mdsColorThemeGradationSecondary = #000000
128
+ public static let mdsColorThemeGradientdividerAnnounceHover0 = #000000
129
+ public static let mdsColorThemeGradientdividerAnnounceHover1 = #000000
130
+ public static let mdsColorThemeGradientdividerAnnounceNormal0 = #000000
131
+ public static let mdsColorThemeGradientdividerAnnounceNormal1 = #000000
132
+ public static let mdsColorThemeGradientdividerErrorHover0 = #000000
133
+ public static let mdsColorThemeGradientdividerErrorHover1 = #000000
134
+ public static let mdsColorThemeGradientdividerErrorNormal0 = #000000
135
+ public static let mdsColorThemeGradientdividerErrorNormal1 = #000000
136
+ public static let mdsColorThemeGradientdividerHover0 = #000000
137
+ public static let mdsColorThemeGradientdividerHover1 = #000000
138
+ public static let mdsColorThemeGradientdividerNormal0 = #000000
139
+ public static let mdsColorThemeGradientdividerNormal1 = #000000
140
+ public static let mdsColorThemeGradientdividerWarningHover0 = #000000
141
+ public static let mdsColorThemeGradientdividerWarningHover1 = #000000
142
+ public static let mdsColorThemeGradientdividerWarningNormal0 = #000000
143
+ public static let mdsColorThemeGradientdividerWarningNormal1 = #000000
144
+ public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #ffffff
145
+ public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #ffffff
146
+ public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #ffffff
147
+ 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
167
+ public static let mdsColorThemeIndicatorAttention = #000000
168
+ public static let mdsColorThemeIndicatorCaution = #000000
169
+ public static let mdsColorThemeIndicatorLocked = #000000
170
+ public static let mdsColorThemeIndicatorSecure = #000000
171
+ public static let mdsColorThemeIndicatorStable = #000000
172
+ public static let mdsColorThemeIndicatorUnstable = #000000
173
+ public static let mdsColorThemeOutlineButtonNormal = #000000
174
+ 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
179
+ public static let mdsColorThemeOutlineInputNormal = #000000
180
+ public static let mdsColorThemeOutlineJoinNormal = #000000
181
+ public static let mdsColorThemeOutlineLabelCobalt = #000000
182
+ public static let mdsColorThemeOutlineLabelGold = #000000
183
+ public static let mdsColorThemeOutlineLabelLime = #000000
184
+ public static let mdsColorThemeOutlineLabelMint = #000000
185
+ public static let mdsColorThemeOutlineLabelOrange = #000000
186
+ public static let mdsColorThemeOutlineLabelPink = #000000
187
+ public static let mdsColorThemeOutlineLabelPurple = #000000
188
+ public static let mdsColorThemeOutlineLabelSlate = #000000
189
+ public static let mdsColorThemeOutlineLabelViolet = #000000
190
+ public static let mdsColorThemeOutlineOverlayNormal = #000000
191
+ public static let mdsColorThemeOutlinePrimaryNormal = #000000
192
+ public static let mdsColorThemeOutlinePromotionNormal = #000000
193
+ 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
198
+ public static let mdsColorThemeOverlayMeetingsNormal = #ffffff
199
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #000000
200
+ public static let mdsColorThemeScrollbarArrowBackgroundNormal = #000000
201
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #000000
202
+ public static let mdsColorThemeScrollbarArrowNormal = #ffffff
203
+ public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #ffffff
204
+ public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #ffffff
205
+ public static let mdsColorThemeScrollbarButtonHover = #37006e
206
+ public static let mdsColorThemeScrollbarButtonNormal = #000000
207
+ 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
227
+ public static let mdsColorThemeTextAlertOrangeActive = #000000
228
+ public static let mdsColorThemeTextAlertOrangeHover = #000000
229
+ public static let mdsColorThemeTextAlertOrangeNormal = #000000
230
+ public static let mdsColorThemeTextAlertPurpleActive = #000000
231
+ public static let mdsColorThemeTextAlertPurpleHover = #000000
232
+ public static let mdsColorThemeTextAlertPurpleNormal = #000000
233
+ public static let mdsColorThemeTextErrorActive = #ffffff
234
+ public static let mdsColorThemeTextErrorHover = #ffffff
235
+ public static let mdsColorThemeTextErrorNormal = #00009f
236
+ public static let mdsColorThemeTextHighlight = #00009f
237
+ public static let mdsColorThemeTextInvertedDisabled = #600000
238
+ public static let mdsColorThemeTextInvertedNormal = #ffffff
239
+ public static let mdsColorThemeTextPrimaryDisabled = #600000
240
+ public static let mdsColorThemeTextPrimaryNormal = #000000
241
+ public static let mdsColorThemeTextSecondaryInvertedNormal = #ffffff
242
+ public static let mdsColorThemeTextSecondaryNormal = #000000
243
+ public static let mdsColorThemeTextSuccessActive = #ffffff
244
+ public static let mdsColorThemeTextSuccessHover = #ffffff
245
+ public static let mdsColorThemeTextSuccessNormal = #00009f
246
+ public static let mdsColorThemeTextTeamCobaltActive = #000000
247
+ public static let mdsColorThemeTextTeamCobaltHover = #000000
248
+ public static let mdsColorThemeTextTeamCobaltNormal = #000000
249
+ public static let mdsColorThemeTextTeamCyanActive = #000000
250
+ public static let mdsColorThemeTextTeamCyanHover = #000000
251
+ public static let mdsColorThemeTextTeamCyanNormal = #000000
252
+ public static let mdsColorThemeTextTeamGoldActive = #000000
253
+ public static let mdsColorThemeTextTeamGoldHover = #000000
254
+ public static let mdsColorThemeTextTeamGoldNormal = #000000
255
+ public static let mdsColorThemeTextTeamLimeActive = #000000
256
+ public static let mdsColorThemeTextTeamLimeHover = #000000
257
+ public static let mdsColorThemeTextTeamLimeNormal = #000000
258
+ public static let mdsColorThemeTextTeamMintActive = #000000
259
+ public static let mdsColorThemeTextTeamMintHover = #000000
260
+ public static let mdsColorThemeTextTeamMintNormal = #000000
261
+ public static let mdsColorThemeTextTeamOrangeActive = #000000
262
+ public static let mdsColorThemeTextTeamOrangeHover = #000000
263
+ public static let mdsColorThemeTextTeamOrangeNormal = #000000
264
+ public static let mdsColorThemeTextTeamPinkActive = #000000
265
+ public static let mdsColorThemeTextTeamPinkHover = #000000
266
+ public static let mdsColorThemeTextTeamPinkNormal = #000000
267
+ public static let mdsColorThemeTextTeamPurpleActive = #000000
268
+ public static let mdsColorThemeTextTeamPurpleHover = #000000
269
+ public static let mdsColorThemeTextTeamPurpleNormal = #000000
270
+ public static let mdsColorThemeTextTeamSlateActive = #000000
271
+ public static let mdsColorThemeTextTeamSlateHover = #000000
272
+ public static let mdsColorThemeTextTeamSlateNormal = #000000
273
+ public static let mdsColorThemeTextTeamVioletActive = #000000
274
+ public static let mdsColorThemeTextTeamVioletHover = #000000
275
+ 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
282
+ public static let mdsColorThemeWhiteboardStickyNoteCyan = #ffffff
283
+ public static let mdsColorThemeWhiteboardStickyNoteMint = #ffffff
284
+ public static let mdsColorThemeWhiteboardStickyNotePurple = #ffffff
285
+ public static let mdsColorThemeWhiteboardStickyNoteRed = #ffffff
286
+ public static let mdsColorThemeWhiteboardStickyNoteYellow = #ffffff
287
+ }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 24 May 2024 16:02:32 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:28 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 24 May 2024 16:02:32 GMT
7
+ // Generated on Wed, 05 Jun 2024 18:11:29 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 = #0000012
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 = #0000012
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 = #0000012
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 mdsColorThemeCommonContentPartnerDoc = #4285f4
138
+ public static let mdsColorThemeCommonContentPartnerExcel = #00893E
139
+ public static let mdsColorThemeCommonContentPartnerKeynote = #029CFB
140
+ public static let mdsColorThemeCommonContentPartnerOnenote = #B839DB
141
+ public static let mdsColorThemeCommonContentPartnerPdf = #EE0507
142
+ public static let mdsColorThemeCommonContentPartnerPowerpoint = #D93E17
143
+ public static let mdsColorThemeCommonContentPartnerSheets = #F4B400
144
+ public static let mdsColorThemeCommonContentPartnerSlides = #0F9D58
145
+ public static let mdsColorThemeCommonContentPartnerWord = #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 = #00000033
186
- public static let mdsColorThemeControlInactiveHover = #0000004d
187
- public static let mdsColorThemeControlInactiveNormal = #00000033
188
- public static let mdsColorThemeControlInactivePressed = #00000066
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 = #00000080
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": "#000000A",
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": "#000000A",
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": "#0000012",
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": "#0000012",
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",