@momentum-design/tokens 0.3.3 → 0.5.0

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 +3928 -4
  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 +397 -0
  8. package/dist/css/theme/webex/dark-indigo-stable.css +397 -0
  9. package/dist/css/theme/webex/dark-jade-stable.css +397 -0
  10. package/dist/css/theme/webex/dark-lavender-stable.css +397 -0
  11. package/dist/css/theme/webex/dark-rose-stable.css +397 -0
  12. package/dist/css/theme/webex/dark-stable.css +4 -2
  13. package/dist/css/theme/webex/hc-dark-stable.css +3 -1
  14. package/dist/css/theme/webex/hc-light-stable.css +3 -1
  15. package/dist/css/theme/webex/light-bronze-stable.css +397 -0
  16. package/dist/css/theme/webex/light-indigo-stable.css +397 -0
  17. package/dist/css/theme/webex/light-jade-stable.css +397 -0
  18. package/dist/css/theme/webex/light-lavender-stable.css +397 -0
  19. package/dist/css/theme/webex/light-rose-stable.css +397 -0
  20. package/dist/css/theme/webex/light-stable.css +4 -2
  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 +403 -0
  28. package/dist/ios/theme/webex/dark-indigo-stable.swift +403 -0
  29. package/dist/ios/theme/webex/dark-jade-stable.swift +403 -0
  30. package/dist/ios/theme/webex/dark-lavender-stable.swift +403 -0
  31. package/dist/ios/theme/webex/dark-rose-stable.swift +403 -0
  32. package/dist/ios/theme/webex/dark-stable.swift +4 -2
  33. package/dist/ios/theme/webex/hc-dark-stable.swift +3 -1
  34. package/dist/ios/theme/webex/hc-light-stable.swift +3 -1
  35. package/dist/ios/theme/webex/light-bronze-stable.swift +403 -0
  36. package/dist/ios/theme/webex/light-indigo-stable.swift +403 -0
  37. package/dist/ios/theme/webex/light-jade-stable.swift +403 -0
  38. package/dist/ios/theme/webex/light-lavender-stable.swift +403 -0
  39. package/dist/ios/theme/webex/light-rose-stable.swift +403 -0
  40. package/dist/ios/theme/webex/light-stable.swift +4 -2
  41. package/dist/ios/typography/complete.swift +1 -1
  42. package/dist/ios-webex/theme/webex/dark-bronze-stable.swift +558 -0
  43. package/dist/ios-webex/theme/webex/dark-indigo-stable.swift +558 -0
  44. package/dist/ios-webex/theme/webex/dark-jade-stable.swift +558 -0
  45. package/dist/ios-webex/theme/webex/dark-lavender-stable.swift +558 -0
  46. package/dist/ios-webex/theme/webex/dark-rose-stable.swift +558 -0
  47. package/dist/ios-webex/theme/webex/dark-stable.swift +3 -1
  48. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +2 -0
  49. package/dist/ios-webex/theme/webex/hc-light-stable.swift +6 -0
  50. package/dist/ios-webex/theme/webex/light-bronze-stable.swift +1620 -0
  51. package/dist/ios-webex/theme/webex/light-indigo-stable.swift +1620 -0
  52. package/dist/ios-webex/theme/webex/light-jade-stable.swift +1620 -0
  53. package/dist/ios-webex/theme/webex/light-lavender-stable.swift +1620 -0
  54. package/dist/ios-webex/theme/webex/light-rose-stable.swift +1620 -0
  55. package/dist/ios-webex/theme/webex/light-stable.swift +7 -1
  56. package/dist/json/theme/webex/dark-bronze-stable.json +11851 -0
  57. package/dist/json/theme/webex/dark-indigo-stable.json +11851 -0
  58. package/dist/json/theme/webex/dark-jade-stable.json +11851 -0
  59. package/dist/json/theme/webex/dark-lavender-stable.json +11851 -0
  60. package/dist/json/theme/webex/dark-rose-stable.json +11851 -0
  61. package/dist/json/theme/webex/dark-stable.json +67 -4
  62. package/dist/json/theme/webex/hc-dark-stable.json +60 -0
  63. package/dist/json/theme/webex/hc-light-stable.json +63 -0
  64. package/dist/json/theme/webex/light-bronze-stable.json +11917 -0
  65. package/dist/json/theme/webex/light-indigo-stable.json +11917 -0
  66. package/dist/json/theme/webex/light-jade-stable.json +11917 -0
  67. package/dist/json/theme/webex/light-lavender-stable.json +11917 -0
  68. package/dist/json/theme/webex/light-rose-stable.json +11917 -0
  69. package/dist/json/theme/webex/light-stable.json +67 -4
  70. package/dist/json-minimal/theme/webex/dark-bronze-stable.json +806 -0
  71. package/dist/json-minimal/theme/webex/dark-indigo-stable.json +806 -0
  72. package/dist/json-minimal/theme/webex/dark-jade-stable.json +806 -0
  73. package/dist/json-minimal/theme/webex/dark-lavender-stable.json +806 -0
  74. package/dist/json-minimal/theme/webex/dark-rose-stable.json +806 -0
  75. package/dist/json-minimal/theme/webex/dark-stable.json +9 -1
  76. package/dist/json-minimal/theme/webex/hc-dark-stable.json +7 -1
  77. package/dist/json-minimal/theme/webex/hc-light-stable.json +9 -1
  78. package/dist/json-minimal/theme/webex/light-bronze-stable.json +806 -0
  79. package/dist/json-minimal/theme/webex/light-indigo-stable.json +806 -0
  80. package/dist/json-minimal/theme/webex/light-jade-stable.json +806 -0
  81. package/dist/json-minimal/theme/webex/light-lavender-stable.json +806 -0
  82. package/dist/json-minimal/theme/webex/light-rose-stable.json +806 -0
  83. package/dist/json-minimal/theme/webex/light-stable.json +9 -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 +399 -0
  90. package/dist/resources/theme/webex/dark-indigo-stable.xml +399 -0
  91. package/dist/resources/theme/webex/dark-jade-stable.xml +399 -0
  92. package/dist/resources/theme/webex/dark-lavender-stable.xml +399 -0
  93. package/dist/resources/theme/webex/dark-rose-stable.xml +399 -0
  94. package/dist/resources/theme/webex/dark-stable.xml +4 -2
  95. package/dist/resources/theme/webex/hc-dark-stable.xml +3 -1
  96. package/dist/resources/theme/webex/hc-light-stable.xml +3 -1
  97. package/dist/resources/theme/webex/light-bronze-stable.xml +399 -0
  98. package/dist/resources/theme/webex/light-indigo-stable.xml +399 -0
  99. package/dist/resources/theme/webex/light-jade-stable.xml +399 -0
  100. package/dist/resources/theme/webex/light-lavender-stable.xml +399 -0
  101. package/dist/resources/theme/webex/light-rose-stable.xml +399 -0
  102. package/dist/resources/theme/webex/light-stable.xml +4 -2
  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 +394 -0
  110. package/dist/scss/theme/webex/dark-indigo-stable.scss +394 -0
  111. package/dist/scss/theme/webex/dark-jade-stable.scss +394 -0
  112. package/dist/scss/theme/webex/dark-lavender-stable.scss +394 -0
  113. package/dist/scss/theme/webex/dark-rose-stable.scss +394 -0
  114. package/dist/scss/theme/webex/dark-stable.scss +4 -2
  115. package/dist/scss/theme/webex/hc-dark-stable.scss +3 -1
  116. package/dist/scss/theme/webex/hc-light-stable.scss +3 -1
  117. package/dist/scss/theme/webex/light-bronze-stable.scss +394 -0
  118. package/dist/scss/theme/webex/light-indigo-stable.scss +394 -0
  119. package/dist/scss/theme/webex/light-jade-stable.scss +394 -0
  120. package/dist/scss/theme/webex/light-lavender-stable.scss +394 -0
  121. package/dist/scss/theme/webex/light-rose-stable.scss +394 -0
  122. package/dist/scss/theme/webex/light-stable.scss +4 -2
  123. package/dist/scss/typography/complete.scss +1 -1
  124. package/package.json +3 -2
@@ -0,0 +1,403 @@
1
+
2
+ //
3
+ // theme/webex/dark-rose-stable.swift
4
+ //
5
+
6
+ // Do not edit directly
7
+ // Generated on Thu, 06 Mar 2025 17:27:12 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 mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
165
+ public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
166
+ public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
167
+ public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
168
+ public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
169
+ public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
170
+ public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
171
+ public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
172
+ public static let mdsColorThemeCommonOutlineWarningNormal = #f2990a
173
+ public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
174
+ public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
175
+ public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
176
+ public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
177
+ public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
178
+ public static let mdsColorThemeCommonTextErrorHover = #ffd4da
179
+ public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
180
+ public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
181
+ public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
182
+ public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
183
+ public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
184
+ public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
185
+ public static let mdsColorThemeCommonTextWarningHover = #ffda94
186
+ public static let mdsColorThemeCommonTextWarningNormal = #f2990a
187
+ public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
188
+ public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
189
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
190
+ public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
191
+ public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
192
+ public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
193
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
194
+ public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
195
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
196
+ public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
197
+ public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
198
+ public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
199
+ public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
200
+ public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
201
+ public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
202
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
203
+ public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
204
+ public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
205
+ public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
206
+ public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
207
+ public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
208
+ public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
209
+ public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
210
+ public static let mdsColorThemeCommonWhiteboardPenPurple = #c233c4
211
+ public static let mdsColorThemeCommonWhiteboardPenRed = #f55868
212
+ public static let mdsColorThemeCommonWhiteboardPenWhite = #ffffff
213
+ public static let mdsColorThemeCommonWhiteboardPenYellow = #f2990a
214
+ public static let mdsColorThemeCommonWhiteboardStickyNoteCyan = #22c7d6
215
+ public static let mdsColorThemeCommonWhiteboardStickyNoteMint = #30c9b0
216
+ public static let mdsColorThemeCommonWhiteboardStickyNotePurple = #f294f1
217
+ public static let mdsColorThemeCommonWhiteboardStickyNoteRed = #fc8b98
218
+ public static let mdsColorThemeCommonWhiteboardStickyNoteYellow = #ffbe4f
219
+ public static let mdsColorThemeControlActiveActive = #1170cf
220
+ public static let mdsColorThemeControlActiveDisabled = #ffffff33
221
+ public static let mdsColorThemeControlActiveHover = #3492eb
222
+ public static let mdsColorThemeControlActiveNormal = #64b4fa
223
+ public static let mdsColorThemeControlActivePressed = #1170cf
224
+ public static let mdsColorThemeControlInactiveDisabled = #ffffff12
225
+ public static let mdsColorThemeControlInactiveHover = #ffffff33
226
+ public static let mdsColorThemeControlInactiveNormal = #ffffff1c
227
+ public static let mdsColorThemeControlInactivePressed = #ffffff4d
228
+ public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
229
+ public static let mdsColorThemeFocusDefault0 = #000000
230
+ public static let mdsColorThemeFocusDefault1 = #64b4fa
231
+ public static let mdsColorThemeFocusDefault2 = #64b4fa59
232
+ public static let mdsColorThemeGlobaltintNormal = #3492eb
233
+ public static let mdsColorThemeGlobaltintSelected = #1170cf
234
+ public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)
235
+ public static let mdsColorThemeGradientdividerAnnounceNormal = linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)
236
+ public static let mdsColorThemeGradientdividerDefaultHover = linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)
237
+ public static let mdsColorThemeGradientdividerDefaultNormal = linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)
238
+ public static let mdsColorThemeGradientdividerErrorHover = linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)
239
+ public static let mdsColorThemeGradientdividerErrorNormal = linear-gradient(90deg, #fc8b9800 0%, #fc8b9899 22.4%, #fc8b9899 76.04%, #fc8b9800 100%)
240
+ public static let mdsColorThemeGradientdividerOrangeHover = linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)
241
+ public static let mdsColorThemeGradientdividerOrangeNormal = linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)
242
+ public static let mdsColorThemeGradientdividerPurpleHover = linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)
243
+ public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f199 76.04%, #f294f100 100%)
244
+ public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)
245
+ public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)
246
+ public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)
247
+ public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)
248
+ public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)
249
+ public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #f2990a00 0%, #f2990a99 22.4%, #f2990a99 76.04%, #f2990a00 100%)
250
+ public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
251
+ public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #3b3b3b
252
+ public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #1a1a1a
253
+ public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #262626
254
+ public static let mdsColorThemeIllustrationsDefault = #ffffff
255
+ public static let mdsColorThemeIllustrationsEmptyPrimary0 = #93c437
256
+ public static let mdsColorThemeIllustrationsEmptyPrimary1 = #279be8
257
+ public static let mdsColorThemeIllustrationsEmptySecondary0 = #279be8
258
+ public static let mdsColorThemeIllustrationsEmptySecondary1 = #875ae0
259
+ public static let mdsColorThemeIllustrationsError0 = #f0677e
260
+ public static let mdsColorThemeIllustrationsError1 = #db1f2e
261
+ public static let mdsColorThemeIllustrationsOnboardingPrimary0 = #ffbe4f
262
+ public static let mdsColorThemeIllustrationsOnboardingPrimary1 = #93c437
263
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary0 = #93c437
264
+ public static let mdsColorThemeIllustrationsOnboardingQuartenary1 = #279be8
265
+ public static let mdsColorThemeIllustrationsOnboardingQuinary0 = #279be8
266
+ public static let mdsColorThemeIllustrationsOnboardingQuinary1 = #875ae0
267
+ public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
268
+ public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
269
+ public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
270
+ public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
271
+ public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
272
+ public static let mdsColorThemeIllustrationsSuccess1 = #93c437
273
+ public static let mdsColorThemeIndicatorAttention = #f55868
274
+ public static let mdsColorThemeIndicatorCaution = #cf7900
275
+ public static let mdsColorThemeIndicatorLocked = #8f8f8f
276
+ public static let mdsColorThemeIndicatorSecure = #3492eb
277
+ public static let mdsColorThemeIndicatorStable = #27a17a
278
+ public static let mdsColorThemeIndicatorUnstable = #ec6400
279
+ public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
280
+ public static let mdsColorThemeInvertedButtonPrimaryDisabled = #00000033
281
+ public static let mdsColorThemeInvertedButtonPrimaryHover = #000000cc
282
+ public static let mdsColorThemeInvertedButtonPrimaryNormal = #000000f2
283
+ public static let mdsColorThemeInvertedButtonPrimaryPressed = #000000b3
284
+ public static let mdsColorThemeInvertedButtonSecondaryDisabled = #00000000
285
+ public static let mdsColorThemeInvertedButtonSecondaryHover = #00000012
286
+ public static let mdsColorThemeInvertedButtonSecondaryNormal = #00000000
287
+ public static let mdsColorThemeInvertedButtonSecondaryPressed = #00000033
288
+ public static let mdsColorThemeInvertedControlActiveActive = #063a75
289
+ public static let mdsColorThemeInvertedControlActiveDisabled = #00000033
290
+ public static let mdsColorThemeInvertedControlActiveHover = #0353a8
291
+ public static let mdsColorThemeInvertedControlActiveNormal = #1170cf
292
+ public static let mdsColorThemeInvertedControlActivePressed = #063a75
293
+ public static let mdsColorThemeInvertedControlInactiveDisabled = #00000033
294
+ public static let mdsColorThemeInvertedControlInactiveHover = #0000004d
295
+ public static let mdsColorThemeInvertedControlInactiveNormal = #0000001c
296
+ public static let mdsColorThemeInvertedControlInactivePressed = #00000066
297
+ public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #8f8f8f
298
+ public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
299
+ public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
300
+ public static let mdsColorThemeInvertedOutlineInputNormal = #00000080
301
+ public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
302
+ public static let mdsColorThemeInvertedOutlineThemeNormal = #1170cf
303
+ public static let mdsColorThemeInvertedTextAccentActive = #0a274a
304
+ public static let mdsColorThemeInvertedTextAccentHover = #0a274a
305
+ public static let mdsColorThemeInvertedTextAccentNormal = #0353a8
306
+ public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
307
+ public static let mdsColorThemeInvertedTextPrimaryNormal = #000000f2
308
+ public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
309
+ public static let mdsColorThemeOutlineButtonNormal = #ffffff80
310
+ public static let mdsColorThemeOutlineCancelNormal = #fc8b98
311
+ public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)
312
+ public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
313
+ public static let mdsColorThemeOutlineInputActive = #ffffffe6
314
+ public static let mdsColorThemeOutlineInputNormal = #ffffff80
315
+ public static let mdsColorThemeOutlineJoinNormal = #3cc29a
316
+ public static let mdsColorThemeOutlineLabelCobalt = #5ebff7
317
+ public static let mdsColorThemeOutlineLabelGold = #d6b220
318
+ public static let mdsColorThemeOutlineLabelLime = #93c437
319
+ public static let mdsColorThemeOutlineLabelMint = #30c9b0
320
+ public static let mdsColorThemeOutlineLabelOrange = #fd884e
321
+ public static let mdsColorThemeOutlineLabelPink = #fc97aa
322
+ public static let mdsColorThemeOutlineLabelPurple = #f294f1
323
+ public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
324
+ public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
325
+ public static let mdsColorThemeOutlineOverlayNormal = #adadad
326
+ public static let mdsColorThemeOutlinePrimaryDisabled = #ffffff33
327
+ public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
328
+ public static let mdsColorThemeOutlinePromotionNormal = #c233c4
329
+ public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
330
+ public static let mdsColorThemeOutlineShareActive = #ec6400
331
+ public static let mdsColorThemeOutlineShareInactive = #8f8f8f
332
+ public static let mdsColorThemeOutlineShareSelected = #27a17a
333
+ public static let mdsColorThemeOutlineThemeNormal = #64b4fa
334
+ public static let mdsColorThemeOutlineWarningNormal = #f2990a
335
+ public static let mdsColorThemeOverlayButtonSecondaryHover = #262626
336
+ public static let mdsColorThemeOverlayButtonSecondaryNormal = #0f0f0f
337
+ public static let mdsColorThemeOverlayButtonSecondaryPressed = #3b3b3b
338
+ public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
339
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
340
+ public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
341
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #ffffff4d
342
+ public static let mdsColorThemeScrollbarArrowNormal = #ffffffb3
343
+ public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #ffffff00
344
+ public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #ffffff1c
345
+ public static let mdsColorThemeScrollbarButtonHover = #ffffff80
346
+ public static let mdsColorThemeScrollbarButtonNormal = #ffffff66
347
+ public static let mdsColorThemeScrollbarButtonPressed = #ffffff99
348
+ public static let mdsColorThemeTextAccentActive = #bfe3ff
349
+ public static let mdsColorThemeTextAccentHover = #bfe3ff
350
+ public static let mdsColorThemeTextAccentNormal = #64b4fa
351
+ public static let mdsColorThemeTextAlertOrangeActive = #fed5ac
352
+ public static let mdsColorThemeTextAlertOrangeHover = #fed5ac
353
+ public static let mdsColorThemeTextAlertOrangeNormal = #fd884e
354
+ public static let mdsColorThemeTextAlertPurpleActive = #fce1fc
355
+ public static let mdsColorThemeTextAlertPurpleHover = #fce1fc
356
+ public static let mdsColorThemeTextAlertPurpleNormal = #f294f1
357
+ public static let mdsColorThemeTextErrorActive = #ffd4da
358
+ public static let mdsColorThemeTextErrorHover = #ffd4da
359
+ public static let mdsColorThemeTextErrorNormal = #fc8b98
360
+ public static let mdsColorThemeTextHighlight = #063a75
361
+ public static let mdsColorThemeTextPrimaryDisabled = #ffffff66
362
+ public static let mdsColorThemeTextPrimaryNormal = #fffffff2
363
+ public static let mdsColorThemeTextSecondaryNormal = #ffffffb3
364
+ public static let mdsColorThemeTextSuccessActive = #9fedd8
365
+ public static let mdsColorThemeTextSuccessHover = #9fedd8
366
+ public static let mdsColorThemeTextSuccessNormal = #3cc29a
367
+ public static let mdsColorThemeTextTeamCobaltActive = #c7eeff
368
+ public static let mdsColorThemeTextTeamCobaltHover = #5ebff7
369
+ public static let mdsColorThemeTextTeamCobaltNormal = #5ebff7
370
+ public static let mdsColorThemeTextTeamCyanActive = #b2f4f7
371
+ public static let mdsColorThemeTextTeamCyanHover = #22c7d6
372
+ public static let mdsColorThemeTextTeamCyanNormal = #22c7d6
373
+ public static let mdsColorThemeTextTeamGoldActive = #f5eaa2
374
+ public static let mdsColorThemeTextTeamGoldHover = #d6b220
375
+ public static let mdsColorThemeTextTeamGoldNormal = #d6b220
376
+ public static let mdsColorThemeTextTeamLimeActive = #ddf2ae
377
+ public static let mdsColorThemeTextTeamLimeHover = #93c437
378
+ public static let mdsColorThemeTextTeamLimeNormal = #93c437
379
+ public static let mdsColorThemeTextTeamMintActive = #baf5e7
380
+ public static let mdsColorThemeTextTeamMintHover = #baf5e7
381
+ public static let mdsColorThemeTextTeamMintNormal = #30c9b0
382
+ public static let mdsColorThemeTextTeamOrangeActive = #fed5ac
383
+ public static let mdsColorThemeTextTeamOrangeHover = #fd884e
384
+ public static let mdsColorThemeTextTeamOrangeNormal = #fd884e
385
+ public static let mdsColorThemeTextTeamPinkActive = #ffe0e7
386
+ public static let mdsColorThemeTextTeamPinkHover = #fc97aa
387
+ public static let mdsColorThemeTextTeamPinkNormal = #fc97aa
388
+ public static let mdsColorThemeTextTeamPurpleActive = #fce1fc
389
+ public static let mdsColorThemeTextTeamPurpleHover = #f294f1
390
+ public static let mdsColorThemeTextTeamPurpleNormal = #f294f1
391
+ public static let mdsColorThemeTextTeamSlateActive = #e3e7fa
392
+ public static let mdsColorThemeTextTeamSlateHover = #b0b4d9
393
+ public static let mdsColorThemeTextTeamSlateNormal = #b0b4d9
394
+ public static let mdsColorThemeTextTeamVioletActive = #f0e3fc
395
+ public static let mdsColorThemeTextTeamVioletHover = #c7a5fa
396
+ public static let mdsColorThemeTextTeamVioletNormal = #c7a5fa
397
+ public static let mdsColorThemeTextTeamdefaultActive = #fffffff2
398
+ public static let mdsColorThemeTextTeamdefaultHover = #ffffffb3
399
+ public static let mdsColorThemeTextTeamdefaultNormal = #ffffffb3
400
+ public static let mdsColorThemeTextWarningActive = #ffda94
401
+ public static let mdsColorThemeTextWarningHover = #ffda94
402
+ public static let mdsColorThemeTextWarningNormal = #f2990a
403
+ }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 Jan 2025 19:03:41 GMT
7
+ // Generated on Thu, 06 Mar 2025 17:27:07 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -292,10 +292,12 @@ public class {
292
292
  public static let mdsColorThemeInvertedControlActivePressed = #063a75
293
293
  public static let mdsColorThemeInvertedControlInactiveDisabled = #00000033
294
294
  public static let mdsColorThemeInvertedControlInactiveHover = #0000004d
295
- public static let mdsColorThemeInvertedControlInactiveNormal = #8f8f8f
295
+ public static let mdsColorThemeInvertedControlInactiveNormal = #0000001c
296
296
  public static let mdsColorThemeInvertedControlInactivePressed = #00000066
297
+ public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #8f8f8f
297
298
  public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
298
299
  public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
300
+ public static let mdsColorThemeInvertedOutlineInputNormal = #00000080
299
301
  public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
300
302
  public static let mdsColorThemeInvertedOutlineThemeNormal = #1170cf
301
303
  public static let mdsColorThemeInvertedTextAccentActive = #0a274a
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 Jan 2025 19:03:42 GMT
7
+ // Generated on Thu, 06 Mar 2025 17:27:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -281,8 +281,10 @@ public class {
281
281
  public static let mdsColorThemeInvertedControlInactiveHover = #000000
282
282
  public static let mdsColorThemeInvertedControlInactiveNormal = #000000
283
283
  public static let mdsColorThemeInvertedControlInactivePressed = #000000
284
+ public static let mdsColorThemeInvertedControlIndicatorInactive = #000000
284
285
  public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff
285
286
  public static let mdsColorThemeInvertedOutlineDisabledNormal = #3ff23f
287
+ public static let mdsColorThemeInvertedOutlineInputNormal = #ffffff
286
288
  public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff
287
289
  public static let mdsColorThemeInvertedOutlineTheme = #ffffff
288
290
  public static let mdsColorThemeInvertedTextAccentActive = #1aebff
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 27 Jan 2025 19:03:42 GMT
7
+ // Generated on Thu, 06 Mar 2025 17:27:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -281,8 +281,10 @@ public class {
281
281
  public static let mdsColorThemeInvertedControlInactiveHover = #ffffff
282
282
  public static let mdsColorThemeInvertedControlInactiveNormal = #ffffff
283
283
  public static let mdsColorThemeInvertedControlInactivePressed = #ffffff
284
+ public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #ffffff
284
285
  public static let mdsColorThemeInvertedOutlineButtonNormal = #000000
285
286
  public static let mdsColorThemeInvertedOutlineDisabledNormal = #600000
287
+ public static let mdsColorThemeInvertedOutlineInputNormal = #000000
286
288
  public static let mdsColorThemeInvertedOutlinePrimaryNormal = #000000
287
289
  public static let mdsColorThemeInvertedOutlineTheme = #000000
288
290
  public static let mdsColorThemeInvertedTextAccentActive = #37006e