@momentum-design/tokens 0.4.0 → 0.5.1

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 (124) hide show
  1. package/dist/css/components/complete.css +3934 -2
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/effect/complete.css +1 -1
  4. package/dist/css/elevation/complete.css +1 -1
  5. package/dist/css/theme/aaos/day-complete.css +1 -1
  6. package/dist/css/theme/aaos/night-complete.css +1 -1
  7. package/dist/css/theme/webex/dark-bronze-stable.css +398 -0
  8. package/dist/css/theme/webex/dark-indigo-stable.css +398 -0
  9. package/dist/css/theme/webex/dark-jade-stable.css +398 -0
  10. package/dist/css/theme/webex/dark-lavender-stable.css +398 -0
  11. package/dist/css/theme/webex/dark-rose-stable.css +398 -0
  12. package/dist/css/theme/webex/dark-stable.css +2 -1
  13. package/dist/css/theme/webex/hc-dark-stable.css +2 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +2 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +398 -0
  16. package/dist/css/theme/webex/light-indigo-stable.css +398 -0
  17. package/dist/css/theme/webex/light-jade-stable.css +398 -0
  18. package/dist/css/theme/webex/light-lavender-stable.css +398 -0
  19. package/dist/css/theme/webex/light-rose-stable.css +398 -0
  20. package/dist/css/theme/webex/light-stable.css +2 -1
  21. package/dist/css/typography/complete.css +1 -1
  22. package/dist/ios/core/complete.swift +1 -1
  23. package/dist/ios/effect/complete.swift +1 -1
  24. package/dist/ios/elevation/complete.swift +1 -1
  25. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  26. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  27. package/dist/ios/theme/webex/dark-bronze-stable.swift +404 -0
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +404 -0
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +404 -0
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +404 -0
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +404 -0
  32. package/dist/ios/theme/webex/dark-stable.swift +2 -1
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +2 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +2 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +404 -0
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +404 -0
  37. package/dist/ios/theme/webex/light-jade-stable.swift +404 -0
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +404 -0
  39. package/dist/ios/theme/webex/light-rose-stable.swift +404 -0
  40. package/dist/ios/theme/webex/light-stable.swift +2 -1
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +559 -0
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +559 -0
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +559 -0
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +559 -0
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +559 -0
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +1 -0
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +1 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +3 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1623 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1623 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +1623 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1623 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +1623 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
  56. package/dist/json/theme/webex/dark-bronze-stable.json +11878 -0
  57. package/dist/json/theme/webex/dark-indigo-stable.json +11878 -0
  58. package/dist/json/theme/webex/dark-jade-stable.json +11878 -0
  59. package/dist/json/theme/webex/dark-lavender-stable.json +11878 -0
  60. package/dist/json/theme/webex/dark-rose-stable.json +11878 -0
  61. package/dist/json/theme/webex/dark-stable.json +30 -3
  62. package/dist/json/theme/webex/hc-dark-stable.json +27 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +27 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +11944 -0
  65. package/dist/json/theme/webex/light-indigo-stable.json +11944 -0
  66. package/dist/json/theme/webex/light-jade-stable.json +11944 -0
  67. package/dist/json/theme/webex/light-lavender-stable.json +11944 -0
  68. package/dist/json/theme/webex/light-rose-stable.json +11944 -0
  69. package/dist/json/theme/webex/light-stable.json +27 -0
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +807 -0
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +807 -0
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +807 -0
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +807 -0
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +807 -0
  75. package/dist/json-minimal/theme/webex/dark-stable.json +2 -1
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +2 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +2 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +807 -0
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +807 -0
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +807 -0
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +807 -0
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +807 -0
  83. package/dist/json-minimal/theme/webex/light-stable.json +2 -1
  84. package/dist/resources/core/complete.xml +1 -1
  85. package/dist/resources/effect/complete.xml +1 -1
  86. package/dist/resources/elevation/complete.xml +1 -1
  87. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  88. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  89. package/dist/resources/theme/webex/dark-bronze-stable.xml +400 -0
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +400 -0
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +400 -0
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +400 -0
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +400 -0
  94. package/dist/resources/theme/webex/dark-stable.xml +2 -1
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +2 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +2 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +400 -0
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +400 -0
  99. package/dist/resources/theme/webex/light-jade-stable.xml +400 -0
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +400 -0
  101. package/dist/resources/theme/webex/light-rose-stable.xml +400 -0
  102. package/dist/resources/theme/webex/light-stable.xml +2 -1
  103. package/dist/resources/typography/complete.xml +1 -1
  104. package/dist/scss/core/complete.scss +1 -1
  105. package/dist/scss/effect/complete.scss +1 -1
  106. package/dist/scss/elevation/complete.scss +1 -1
  107. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  108. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  109. package/dist/scss/theme/webex/dark-bronze-stable.scss +395 -0
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +395 -0
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +395 -0
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +395 -0
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +395 -0
  114. package/dist/scss/theme/webex/dark-stable.scss +2 -1
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +2 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +2 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +395 -0
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +395 -0
  119. package/dist/scss/theme/webex/light-jade-stable.scss +395 -0
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +395 -0
  121. package/dist/scss/theme/webex/light-rose-stable.scss +395 -0
  122. package/dist/scss/theme/webex/light-stable.scss +2 -1
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +3 -2
@@ -0,0 +1,404 @@
1
+
2
+ //
3
+ // theme/webex/dark-rose-stable.swift
4
+ //
5
+
6
+ // Do not edit directly
7
+ // Generated on Tue, 25 Mar 2025 11:12:58 GMT
8
+
9
+
10
+ import UIKit
11
+
12
+ public class {
13
+ public static let mdsColorThemeAvatarCobalt = #08599c
14
+ public static let mdsColorThemeAvatarCyan = #066070
15
+ public static let mdsColorThemeAvatarDefault = #545454
16
+ public static let mdsColorThemeAvatarGlassActive = #ffffffcc
17
+ public static let mdsColorThemeAvatarGlassNormal = #ffffff12
18
+ public static let mdsColorThemeAvatarGold = #735107
19
+ public static let mdsColorThemeAvatarHover = #ffffff12
20
+ public static let mdsColorThemeAvatarLime = #416116
21
+ public static let mdsColorThemeAvatarMint = #12615a
22
+ public static let mdsColorThemeAvatarOrange = #9c3202
23
+ public static let mdsColorThemeAvatarPink = #a12a3a
24
+ public static let mdsColorThemeAvatarPressed = #ffffff33
25
+ public static let mdsColorThemeAvatarPurple = #932099
26
+ public static let mdsColorThemeAvatarSlate = #535573
27
+ public static let mdsColorThemeAvatarViolet = #643abd
28
+ public static let mdsColorThemeAvatarYellow = #7d4705
29
+ public static let mdsColorThemeBackgroundAccentActive = #64b4fa
30
+ public static let mdsColorThemeBackgroundAccentNormal = #1170cf
31
+ public static let mdsColorThemeBackgroundAlertDefaultActive = #545454
32
+ public static let mdsColorThemeBackgroundAlertDefaultHover = #3b3b3b
33
+ public static let mdsColorThemeBackgroundAlertDefaultNormal = #3b3b3b
34
+ public static let mdsColorThemeBackgroundAlertErrorActive = #780d13
35
+ public static let mdsColorThemeBackgroundAlertErrorHover = #4f0e10
36
+ public static let mdsColorThemeBackgroundAlertErrorNormal = #4f0e10
37
+ public static let mdsColorThemeBackgroundAlertOrangeActive = #682601
38
+ public static let mdsColorThemeBackgroundAlertOrangeHover = #411b04
39
+ public static let mdsColorThemeBackgroundAlertOrangeNormal = #411b04
40
+ public static let mdsColorThemeBackgroundAlertPurpleActive = #601e66
41
+ public static let mdsColorThemeBackgroundAlertPurpleHover = #3b1840
42
+ public static let mdsColorThemeBackgroundAlertPurpleNormal = #3b1840
43
+ public static let mdsColorThemeBackgroundAlertSuccessActive = #134231
44
+ public static let mdsColorThemeBackgroundAlertSuccessHover = #0e2b20
45
+ public static let mdsColorThemeBackgroundAlertSuccessNormal = #0e2b20
46
+ public static let mdsColorThemeBackgroundAlertThemeActive = #063a75
47
+ public static let mdsColorThemeBackgroundAlertThemeHover = #0a274a
48
+ public static let mdsColorThemeBackgroundAlertThemeNormal = #0a274a
49
+ public static let mdsColorThemeBackgroundAlertWarningActive = #57330a
50
+ public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
51
+ public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
52
+ public static let mdsColorThemeBackgroundGlassNormal = #00000066
53
+ public static let mdsColorThemeBackgroundGlassOverlayInactive = #00000066
54
+ public static let mdsColorThemeBackgroundGlassOverlayNormal = #000000cc
55
+ public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #30041e 0%, #1f0615 100%)
56
+ public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #40162e 0%, #1f0615 100%)
57
+ public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
58
+ public static let mdsColorThemeBackgroundLabelCobaltHover = #103c63
59
+ public static let mdsColorThemeBackgroundLabelCobaltNormal = #12283d
60
+ public static let mdsColorThemeBackgroundLabelDefaultActive = #545454
61
+ public static let mdsColorThemeBackgroundLabelDefaultHover = #3b3b3b
62
+ public static let mdsColorThemeBackgroundLabelDefaultNormal = #262626
63
+ public static let mdsColorThemeBackgroundLabelErrorActive = #ab0a15
64
+ public static let mdsColorThemeBackgroundLabelErrorHover = #780d13
65
+ public static let mdsColorThemeBackgroundLabelErrorNormal = #4f0e10
66
+ public static let mdsColorThemeBackgroundLabelGoldActive = #735107
67
+ public static let mdsColorThemeBackgroundLabelGoldHover = #4d370c
68
+ public static let mdsColorThemeBackgroundLabelGoldNormal = #30240d
69
+ public static let mdsColorThemeBackgroundLabelLimeActive = #416116
70
+ public static let mdsColorThemeBackgroundLabelLimeHover = #2d4214
71
+ public static let mdsColorThemeBackgroundLabelLimeNormal = #1e2b10
72
+ public static let mdsColorThemeBackgroundLabelMintActive = #12615a
73
+ public static let mdsColorThemeBackgroundLabelMintHover = #12423f
74
+ public static let mdsColorThemeBackgroundLabelMintNormal = #102b2a
75
+ public static let mdsColorThemeBackgroundLabelOrangeActive = #9c3202
76
+ public static let mdsColorThemeBackgroundLabelOrangeHover = #682601
77
+ public static let mdsColorThemeBackgroundLabelOrangeNormal = #411b04
78
+ public static let mdsColorThemeBackgroundLabelPinkActive = #a12a3a
79
+ public static let mdsColorThemeBackgroundLabelPinkHover = #66262d
80
+ public static let mdsColorThemeBackgroundLabelPinkNormal = #3b1e21
81
+ public static let mdsColorThemeBackgroundLabelPurpleActive = #932099
82
+ public static let mdsColorThemeBackgroundLabelPurpleHover = #601e66
83
+ public static let mdsColorThemeBackgroundLabelPurpleNormal = #3b1840
84
+ public static let mdsColorThemeBackgroundLabelSlateActive = #535573
85
+ public static let mdsColorThemeBackgroundLabelSlateHover = #393a47
86
+ public static let mdsColorThemeBackgroundLabelSlateNormal = #26262b
87
+ public static let mdsColorThemeBackgroundLabelVioletActive = #643abd
88
+ public static let mdsColorThemeBackgroundLabelVioletHover = #432c78
89
+ public static let mdsColorThemeBackgroundLabelVioletNormal = #29223d
90
+ public static let mdsColorThemeBackgroundNamelabelNormal = #00000099
91
+ public static let mdsColorThemeBackgroundPrimaryActive = #ffffff1c
92
+ public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff00
93
+ public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
94
+ public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
95
+ public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #1a1a1ae6 0%, #1a1a1a00 100%)
96
+ public static let mdsColorThemeBackgroundSecondaryActive = #ffffff33
97
+ public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
98
+ public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
99
+ public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
100
+ public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 0%, #ffffff4d 33.85%, #ffffff66 70.31%, #ffffff80 100%)
101
+ public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
102
+ public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
103
+ public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
104
+ public static let mdsColorThemeBackgroundSolidTertiaryNormal = #262626
105
+ public static let mdsColorThemeButtonAccentHover = #0353a8
106
+ public static let mdsColorThemeButtonAccentNormal = #1170cf
107
+ public static let mdsColorThemeButtonAccentPressed = #063a75
108
+ public static let mdsColorThemeButtonCancelHover = #ab0a15
109
+ public static let mdsColorThemeButtonCancelNormal = #db1f2e
110
+ public static let mdsColorThemeButtonCancelPressed = #780d13
111
+ public static let mdsColorThemeButtonGlassPrimaryHover = #ffffffb3
112
+ public static let mdsColorThemeButtonGlassPrimaryNormal = #ffffffcc
113
+ public static let mdsColorThemeButtonGlassPrimaryPressed = #ffffff99
114
+ public static let mdsColorThemeButtonJoinHover = #185e46
115
+ public static let mdsColorThemeButtonJoinNormal = #1d805f
116
+ public static let mdsColorThemeButtonJoinPressed = #134231
117
+ public static let mdsColorThemeButtonPrimaryDisabled = #ffffff33
118
+ public static let mdsColorThemeButtonPrimaryHover = #ffffffcc
119
+ public static let mdsColorThemeButtonPrimaryNormal = #fffffff2
120
+ public static let mdsColorThemeButtonPrimaryPressed = #ffffffb3
121
+ public static let mdsColorThemeButtonSecondaryActiveDisabled = #ffffff1c
122
+ public static let mdsColorThemeButtonSecondaryActiveHover = #ffffff4d
123
+ public static let mdsColorThemeButtonSecondaryActiveNormal = #ffffff33
124
+ public static let mdsColorThemeButtonSecondaryActivePressed = #ffffff66
125
+ public static let mdsColorThemeButtonSecondaryDisabled = #ffffff00
126
+ public static let mdsColorThemeButtonSecondaryHover = #ffffff12
127
+ public static let mdsColorThemeButtonSecondaryNormal = #ffffff00
128
+ public static let mdsColorThemeButtonSecondaryPressed = #ffffff33
129
+ public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
130
+ public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
131
+ public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
132
+ public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal = linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)
133
+ public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
134
+ public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
135
+ public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
136
+ public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
137
+ public static let mdsColorThemeCommonButtonPromotionActive = linear-gradient(45deg, #3b1840 0%, #3b1e21 100%)
138
+ public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(45deg, #601e66 0%, #66262d 100%)
139
+ public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(45deg, #932099 0%, #a12a3a 100%)
140
+ public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #ffffff1c
141
+ public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
142
+ public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff33
143
+ public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
144
+ public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
145
+ public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
146
+ public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
147
+ public static let mdsColorThemeCommonContentDoc = #4285f4
148
+ public static let mdsColorThemeCommonContentExcel = #00893e
149
+ public static let mdsColorThemeCommonContentKeynote = #029cfb
150
+ public static let mdsColorThemeCommonContentOnenote = #b839db
151
+ public static let mdsColorThemeCommonContentPdf = #ee0507
152
+ public static let mdsColorThemeCommonContentPowerpoint = #d93e17
153
+ public static let mdsColorThemeCommonContentSheets = #f4b400
154
+ public static let mdsColorThemeCommonContentSlides = #0f9d58
155
+ public static let mdsColorThemeCommonContentWord = #0078d6
156
+ public static let mdsColorThemeCommonControlInactiveNormal = #00000033
157
+ public static let mdsColorThemeCommonControlShareContentActive = #c94403
158
+ public static let mdsColorThemeCommonControlShareContentInactive = #707070
159
+ public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
160
+ public static let mdsColorThemeCommonInvertedButtonSecondaryDisabled = #00000000
161
+ public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #00000012
162
+ public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #00000000
163
+ public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #00000033
164
+ public static let mdsColorThemeCommonInvertedTextPrimaryDisabled = #00000066
165
+ public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
166
+ public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
167
+ public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
168
+ public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
169
+ public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
170
+ public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
171
+ public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
172
+ public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
173
+ public static let mdsColorThemeCommonOutlineWarningNormal = #f2990a
174
+ public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
175
+ public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
176
+ public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
177
+ public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
178
+ public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
179
+ public static let mdsColorThemeCommonTextErrorHover = #ffd4da
180
+ public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
181
+ public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
182
+ public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
183
+ public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
184
+ public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
185
+ public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
186
+ public static let mdsColorThemeCommonTextWarningHover = #ffda94
187
+ public static let mdsColorThemeCommonTextWarningNormal = #f2990a
188
+ public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
189
+ public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
190
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
191
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
192
+ public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
193
+ public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
194
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
195
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
196
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
197
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
198
+ public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
199
+ public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
200
+ public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
201
+ public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
202
+ public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
203
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
204
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
205
+ public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
206
+ public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
207
+ public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
208
+ public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
209
+ public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
210
+ public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
211
+ public static let mdsColorThemeCommonWhiteboardPenPurple = #c233c4
212
+ public static let mdsColorThemeCommonWhiteboardPenRed = #f55868
213
+ public static let mdsColorThemeCommonWhiteboardPenWhite = #ffffff
214
+ public static let mdsColorThemeCommonWhiteboardPenYellow = #f2990a
215
+ public static let mdsColorThemeCommonWhiteboardStickyNoteCyan = #22c7d6
216
+ public static let mdsColorThemeCommonWhiteboardStickyNoteMint = #30c9b0
217
+ public static let mdsColorThemeCommonWhiteboardStickyNotePurple = #f294f1
218
+ public static let mdsColorThemeCommonWhiteboardStickyNoteRed = #fc8b98
219
+ public static let mdsColorThemeCommonWhiteboardStickyNoteYellow = #ffbe4f
220
+ public static let mdsColorThemeControlActiveActive = #1170cf
221
+ public static let mdsColorThemeControlActiveDisabled = #ffffff33
222
+ public static let mdsColorThemeControlActiveHover = #3492eb
223
+ public static let mdsColorThemeControlActiveNormal = #64b4fa
224
+ public static let mdsColorThemeControlActivePressed = #1170cf
225
+ public static let mdsColorThemeControlInactiveDisabled = #ffffff12
226
+ public static let mdsColorThemeControlInactiveHover = #ffffff33
227
+ public static let mdsColorThemeControlInactiveNormal = #ffffff1c
228
+ public static let mdsColorThemeControlInactivePressed = #ffffff4d
229
+ public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
230
+ public static let mdsColorThemeFocusDefault0 = #000000
231
+ public static let mdsColorThemeFocusDefault1 = #64b4fa
232
+ public static let mdsColorThemeFocusDefault2 = #64b4fa59
233
+ public static let mdsColorThemeGlobaltintNormal = #3492eb
234
+ public static let mdsColorThemeGlobaltintSelected = #1170cf
235
+ public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)
236
+ public static let mdsColorThemeGradientdividerAnnounceNormal = linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)
237
+ public static let mdsColorThemeGradientdividerDefaultHover = linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)
238
+ public static let mdsColorThemeGradientdividerDefaultNormal = linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)
239
+ public static let mdsColorThemeGradientdividerErrorHover = linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)
240
+ public static let mdsColorThemeGradientdividerErrorNormal = linear-gradient(90deg, #fc8b9800 0%, #fc8b9899 22.4%, #fc8b9899 76.04%, #fc8b9800 100%)
241
+ public static let mdsColorThemeGradientdividerOrangeHover = linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)
242
+ public static let mdsColorThemeGradientdividerOrangeNormal = linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)
243
+ public static let mdsColorThemeGradientdividerPurpleHover = linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)
244
+ public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)
245
+ public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)
246
+ public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)
247
+ public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)
248
+ public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)
249
+ public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)
250
+ public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%)
251
+ public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
252
+ public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #3b3b3b
253
+ public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #1a1a1a
254
+ public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #262626
255
+ public static let mdsColorThemeIllustrationsDefault = #ffffff
256
+ public static let mdsColorThemeIllustrationsEmptyPrimary0 = #93c437
257
+ public static let mdsColorThemeIllustrationsEmptyPrimary1 = #279be8
258
+ public static let mdsColorThemeIllustrationsEmptySecondary0 = #279be8
259
+ public static let mdsColorThemeIllustrationsEmptySecondary1 = #875ae0
260
+ public static let mdsColorThemeIllustrationsError0 = #f0677e
261
+ public static let mdsColorThemeIllustrationsError1 = #db1f2e
262
+ public static let mdsColorThemeIllustrationsOnboardingPrimary0 = #ffbe4f
263
+ public static let mdsColorThemeIllustrationsOnboardingPrimary1 = #93c437
264
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary0 = #93c437
265
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary1 = #279be8
266
+ public static let mdsColorThemeIllustrationsOnboardingQuinary0 = #279be8
267
+ public static let mdsColorThemeIllustrationsOnboardingQuinary1 = #875ae0
268
+ public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
269
+ public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
270
+ public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
271
+ public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
272
+ public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
273
+ public static let mdsColorThemeIllustrationsSuccess1 = #93c437
274
+ public static let mdsColorThemeIndicatorAttention = #f55868
275
+ public static let mdsColorThemeIndicatorCaution = #cf7900
276
+ public static let mdsColorThemeIndicatorLocked = #8f8f8f
277
+ public static let mdsColorThemeIndicatorSecure = #3492eb
278
+ public static let mdsColorThemeIndicatorStable = #27a17a
279
+ public static let mdsColorThemeIndicatorUnstable = #ec6400
280
+ public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
281
+ public static let mdsColorThemeInvertedButtonPrimaryDisabled = #00000033
282
+ public static let mdsColorThemeInvertedButtonPrimaryHover = #000000cc
283
+ public static let mdsColorThemeInvertedButtonPrimaryNormal = #000000f2
284
+ public static let mdsColorThemeInvertedButtonPrimaryPressed = #000000b3
285
+ public static let mdsColorThemeInvertedButtonSecondaryDisabled = #00000000
286
+ public static let mdsColorThemeInvertedButtonSecondaryHover = #00000012
287
+ public static let mdsColorThemeInvertedButtonSecondaryNormal = #00000000
288
+ public static let mdsColorThemeInvertedButtonSecondaryPressed = #00000033
289
+ public static let mdsColorThemeInvertedControlActiveActive = #063a75
290
+ public static let mdsColorThemeInvertedControlActiveDisabled = #00000033
291
+ public static let mdsColorThemeInvertedControlActiveHover = #0353a8
292
+ public static let mdsColorThemeInvertedControlActiveNormal = #1170cf
293
+ public static let mdsColorThemeInvertedControlActivePressed = #063a75
294
+ public static let mdsColorThemeInvertedControlInactiveDisabled = #00000033
295
+ public static let mdsColorThemeInvertedControlInactiveHover = #0000004d
296
+ public static let mdsColorThemeInvertedControlInactiveNormal = #0000001c
297
+ public static let mdsColorThemeInvertedControlInactivePressed = #00000066
298
+ public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #8f8f8f
299
+ public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
300
+ public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
301
+ public static let mdsColorThemeInvertedOutlineInputNormal = #00000080
302
+ public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
303
+ public static let mdsColorThemeInvertedOutlineThemeNormal = #1170cf
304
+ public static let mdsColorThemeInvertedTextAccentActive = #0a274a
305
+ public static let mdsColorThemeInvertedTextAccentHover = #0a274a
306
+ public static let mdsColorThemeInvertedTextAccentNormal = #0353a8
307
+ public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
308
+ public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
309
+ public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
310
+ public static let mdsColorThemeOutlineButtonNormal = #ffffff80
311
+ public static let mdsColorThemeOutlineCancelNormal = #fc8b98
312
+ public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
313
+ public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
314
+ public static let mdsColorThemeOutlineInputActive = #ffffffe6
315
+ public static let mdsColorThemeOutlineInputNormal = #ffffff80
316
+ public static let mdsColorThemeOutlineJoinNormal = #3cc29a
317
+ public static let mdsColorThemeOutlineLabelCobalt = #5ebff7
318
+ public static let mdsColorThemeOutlineLabelGold = #d6b220
319
+ public static let mdsColorThemeOutlineLabelLime = #93c437
320
+ public static let mdsColorThemeOutlineLabelMint = #30c9b0
321
+ public static let mdsColorThemeOutlineLabelOrange = #fd884e
322
+ public static let mdsColorThemeOutlineLabelPink = #fc97aa
323
+ public static let mdsColorThemeOutlineLabelPurple = #f294f1
324
+ public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
325
+ public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
326
+ public static let mdsColorThemeOutlineOverlayNormal = #adadad
327
+ public static let mdsColorThemeOutlinePrimaryDisabled = #ffffff33
328
+ public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
329
+ public static let mdsColorThemeOutlinePromotionNormal = #c233c4
330
+ public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
331
+ public static let mdsColorThemeOutlineShareActive = #ec6400
332
+ public static let mdsColorThemeOutlineShareInactive = #8f8f8f
333
+ public static let mdsColorThemeOutlineShareSelected = #27a17a
334
+ public static let mdsColorThemeOutlineThemeNormal = #64b4fa
335
+ public static let mdsColorThemeOutlineWarningNormal = #f2990a
336
+ public static let mdsColorThemeOverlayButtonSecondaryHover = #262626
337
+ public static let mdsColorThemeOverlayButtonSecondaryNormal = #0f0f0f
338
+ public static let mdsColorThemeOverlayButtonSecondaryPressed = #3b3b3b
339
+ public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
340
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
341
+ public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
342
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #ffffff4d
343
+ public static let mdsColorThemeScrollbarArrowNormal = #ffffffb3
344
+ public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #ffffff00
345
+ public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #ffffff1c
346
+ public static let mdsColorThemeScrollbarButtonHover = #ffffff80
347
+ public static let mdsColorThemeScrollbarButtonNormal = #ffffff66
348
+ public static let mdsColorThemeScrollbarButtonPressed = #ffffff99
349
+ public static let mdsColorThemeTextAccentActive = #bfe3ff
350
+ public static let mdsColorThemeTextAccentHover = #bfe3ff
351
+ public static let mdsColorThemeTextAccentNormal = #64b4fa
352
+ public static let mdsColorThemeTextAlertOrangeActive = #fed5ac
353
+ public static let mdsColorThemeTextAlertOrangeHover = #fed5ac
354
+ public static let mdsColorThemeTextAlertOrangeNormal = #fd884e
355
+ public static let mdsColorThemeTextAlertPurpleActive = #fce1fc
356
+ public static let mdsColorThemeTextAlertPurpleHover = #fce1fc
357
+ public static let mdsColorThemeTextAlertPurpleNormal = #f294f1
358
+ public static let mdsColorThemeTextErrorActive = #ffd4da
359
+ public static let mdsColorThemeTextErrorHover = #ffd4da
360
+ public static let mdsColorThemeTextErrorNormal = #fc8b98
361
+ public static let mdsColorThemeTextHighlight = #063a75
362
+ public static let mdsColorThemeTextPrimaryDisabled = #ffffff66
363
+ public static let mdsColorThemeTextPrimaryNormal = #fffffff2
364
+ public static let mdsColorThemeTextSecondaryNormal = #ffffffb3
365
+ public static let mdsColorThemeTextSuccessActive = #9fedd8
366
+ public static let mdsColorThemeTextSuccessHover = #9fedd8
367
+ public static let mdsColorThemeTextSuccessNormal = #3cc29a
368
+ public static let mdsColorThemeTextTeamCobaltActive = #c7eeff
369
+ public static let mdsColorThemeTextTeamCobaltHover = #5ebff7
370
+ public static let mdsColorThemeTextTeamCobaltNormal = #5ebff7
371
+ public static let mdsColorThemeTextTeamCyanActive = #b2f4f7
372
+ public static let mdsColorThemeTextTeamCyanHover = #22c7d6
373
+ public static let mdsColorThemeTextTeamCyanNormal = #22c7d6
374
+ public static let mdsColorThemeTextTeamGoldActive = #f5eaa2
375
+ public static let mdsColorThemeTextTeamGoldHover = #d6b220
376
+ public static let mdsColorThemeTextTeamGoldNormal = #d6b220
377
+ public static let mdsColorThemeTextTeamLimeActive = #ddf2ae
378
+ public static let mdsColorThemeTextTeamLimeHover = #93c437
379
+ public static let mdsColorThemeTextTeamLimeNormal = #93c437
380
+ public static let mdsColorThemeTextTeamMintActive = #baf5e7
381
+ public static let mdsColorThemeTextTeamMintHover = #baf5e7
382
+ public static let mdsColorThemeTextTeamMintNormal = #30c9b0
383
+ public static let mdsColorThemeTextTeamOrangeActive = #fed5ac
384
+ public static let mdsColorThemeTextTeamOrangeHover = #fd884e
385
+ public static let mdsColorThemeTextTeamOrangeNormal = #fd884e
386
+ public static let mdsColorThemeTextTeamPinkActive = #ffe0e7
387
+ public static let mdsColorThemeTextTeamPinkHover = #fc97aa
388
+ public static let mdsColorThemeTextTeamPinkNormal = #fc97aa
389
+ public static let mdsColorThemeTextTeamPurpleActive = #fce1fc
390
+ public static let mdsColorThemeTextTeamPurpleHover = #f294f1
391
+ public static let mdsColorThemeTextTeamPurpleNormal = #f294f1
392
+ public static let mdsColorThemeTextTeamSlateActive = #e3e7fa
393
+ public static let mdsColorThemeTextTeamSlateHover = #b0b4d9
394
+ public static let mdsColorThemeTextTeamSlateNormal = #b0b4d9
395
+ public static let mdsColorThemeTextTeamVioletActive = #f0e3fc
396
+ public static let mdsColorThemeTextTeamVioletHover = #c7a5fa
397
+ public static let mdsColorThemeTextTeamVioletNormal = #c7a5fa
398
+ public static let mdsColorThemeTextTeamdefaultActive = #fffffff2
399
+ public static let mdsColorThemeTextTeamdefaultHover = #ffffffb3
400
+ public static let mdsColorThemeTextTeamdefaultNormal = #ffffffb3
401
+ public static let mdsColorThemeTextWarningActive = #ffda94
402
+ public static let mdsColorThemeTextWarningHover = #ffda94
403
+ public static let mdsColorThemeTextWarningNormal = #f2990a
404
+ }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 06 Mar 2025 10:12:35 GMT
7
+ // Generated on Tue, 25 Mar 2025 11:12:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -161,6 +161,7 @@ public class {
161
161
  public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #00000012
162
162
  public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #00000000
163
163
  public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #00000033
164
+ public static let mdsColorThemeCommonInvertedTextPrimaryDisabled = #00000066
164
165
  public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
165
166
  public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
166
167
  public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 06 Mar 2025 10:12:35 GMT
7
+ // Generated on Tue, 25 Mar 2025 11:12:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -160,6 +160,7 @@ public class {
160
160
  public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #1aebff
161
161
  public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #000000
162
162
  public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #1aebff
163
+ public static let mdsColorThemeCommonInvertedTextPrimaryDisabled = #3ff23f
163
164
  public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000
164
165
  public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #000000
165
166
  public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 06 Mar 2025 10:12:36 GMT
7
+ // Generated on Tue, 25 Mar 2025 11:12:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -160,6 +160,7 @@ public class {
160
160
  public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #37006e
161
161
  public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #ffffff
162
162
  public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #37006e
163
+ public static let mdsColorThemeCommonInvertedTextPrimaryDisabled = #600000
163
164
  public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #ffffff
164
165
  public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #ffffff
165
166
  public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff