@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/light-lavender-stable.swift
4
+ //
5
+
6
+ // Do not edit directly
7
+ // Generated on Thu, 06 Mar 2025 17:27:14 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 = #00000012
18
+ public static let mdsColorThemeAvatarGold = #735107
19
+ public static let mdsColorThemeAvatarHover = #00000012
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 = #00000033
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 = #0353a8
30
+ public static let mdsColorThemeBackgroundAccentNormal = #1170cf
31
+ public static let mdsColorThemeBackgroundAlertDefaultActive = #c9c9c9
32
+ public static let mdsColorThemeBackgroundAlertDefaultHover = #dedede
33
+ public static let mdsColorThemeBackgroundAlertDefaultNormal = #dedede
34
+ public static let mdsColorThemeBackgroundAlertErrorActive = #ffd4da
35
+ public static let mdsColorThemeBackgroundAlertErrorHover = #ffe8ea
36
+ public static let mdsColorThemeBackgroundAlertErrorNormal = #ffe8ea
37
+ public static let mdsColorThemeBackgroundAlertOrangeActive = #fed5ac
38
+ public static let mdsColorThemeBackgroundAlertOrangeHover = #feebd7
39
+ public static let mdsColorThemeBackgroundAlertOrangeNormal = #feebd7
40
+ public static let mdsColorThemeBackgroundAlertPurpleActive = #fce1fc
41
+ public static let mdsColorThemeBackgroundAlertPurpleHover = #fcf2fc
42
+ public static let mdsColorThemeBackgroundAlertPurpleNormal = #fcf2fc
43
+ public static let mdsColorThemeBackgroundAlertSuccessActive = #9fedd8
44
+ public static let mdsColorThemeBackgroundAlertSuccessHover = #cef5eb
45
+ public static let mdsColorThemeBackgroundAlertSuccessNormal = #cef5eb
46
+ public static let mdsColorThemeBackgroundAlertThemeActive = #bfe3ff
47
+ public static let mdsColorThemeBackgroundAlertThemeHover = #dbf0ff
48
+ public static let mdsColorThemeBackgroundAlertThemeNormal = #dbf0ff
49
+ public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
50
+ public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
51
+ public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
52
+ public static let mdsColorThemeBackgroundGlassNormal = #ffffff99
53
+ public static let mdsColorThemeBackgroundGlassOverlayInactive = #ffffff66
54
+ public static let mdsColorThemeBackgroundGlassOverlayNormal = #ffffffcc
55
+ public static let mdsColorThemeBackgroundGradientPrimaryNormal = linear-gradient(180deg, #f4ebff 0%, #ffffff 100%)
56
+ public static let mdsColorThemeBackgroundGradientSecondaryNormal = linear-gradient(180deg, #fbf7ff 0%, #ffffff 100%)
57
+ public static let mdsColorThemeBackgroundLabelCobaltActive = #99ddff
58
+ public static let mdsColorThemeBackgroundLabelCobaltHover = #c7eeff
59
+ public static let mdsColorThemeBackgroundLabelCobaltNormal = #e5f8ff
60
+ public static let mdsColorThemeBackgroundLabelDefaultActive = #c9c9c9
61
+ public static let mdsColorThemeBackgroundLabelDefaultHover = #dedede
62
+ public static let mdsColorThemeBackgroundLabelDefaultNormal = #ededed
63
+ public static let mdsColorThemeBackgroundLabelErrorActive = #ffb8c1
64
+ public static let mdsColorThemeBackgroundLabelErrorHover = #ffd4da
65
+ public static let mdsColorThemeBackgroundLabelErrorNormal = #ffe8ea
66
+ public static let mdsColorThemeBackgroundLabelGoldActive = #ebd460
67
+ public static let mdsColorThemeBackgroundLabelGoldHover = #f5eaa2
68
+ public static let mdsColorThemeBackgroundLabelGoldNormal = #f7f6dc
69
+ public static let mdsColorThemeBackgroundLabelLimeActive = #bce36f
70
+ public static let mdsColorThemeBackgroundLabelLimeHover = #ddf2ae
71
+ public static let mdsColorThemeBackgroundLabelLimeNormal = #f3f7e9
72
+ public static let mdsColorThemeBackgroundLabelMintActive = #74e8d1
73
+ public static let mdsColorThemeBackgroundLabelMintHover = #baf5e7
74
+ public static let mdsColorThemeBackgroundLabelMintNormal = #e9f7f3
75
+ public static let mdsColorThemeBackgroundLabelOrangeActive = #feba7f
76
+ public static let mdsColorThemeBackgroundLabelOrangeHover = #fed5ac
77
+ public static let mdsColorThemeBackgroundLabelOrangeNormal = #feebd7
78
+ public static let mdsColorThemeBackgroundLabelPinkActive = #ffc7d2
79
+ public static let mdsColorThemeBackgroundLabelPinkHover = #ffe0e7
80
+ public static let mdsColorThemeBackgroundLabelPinkNormal = #fff2f5
81
+ public static let mdsColorThemeBackgroundLabelPurpleActive = #fac3f8
82
+ public static let mdsColorThemeBackgroundLabelPurpleHover = #fce1fc
83
+ public static let mdsColorThemeBackgroundLabelPurpleNormal = #fcf2fc
84
+ public static let mdsColorThemeBackgroundLabelSlateActive = #ced2ed
85
+ public static let mdsColorThemeBackgroundLabelSlateHover = #e3e7fa
86
+ public static let mdsColorThemeBackgroundLabelSlateNormal = #f2f4ff
87
+ public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
88
+ public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
89
+ public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
90
+ public static let mdsColorThemeBackgroundNamelabelNormal = #00000099
91
+ public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
92
+ public static let mdsColorThemeBackgroundPrimaryDisabled = #00000000
93
+ public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
94
+ public static let mdsColorThemeBackgroundPrimaryHover = #00000012
95
+ public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(90deg, #ffffffe6 0%, #ffffff00 100%)
96
+ public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
97
+ public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
98
+ public static let mdsColorThemeBackgroundSecondaryHover = #00000033
99
+ public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
100
+ public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #00000033 0%, #0000004d 27.6%, #00000066 58.85%, #00000080 100%)
101
+ public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
102
+ public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
103
+ public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
104
+ public static let mdsColorThemeBackgroundSolidTertiaryNormal = #ededed
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 = #000000b3
112
+ public static let mdsColorThemeButtonGlassPrimaryNormal = #000000cc
113
+ public static let mdsColorThemeButtonGlassPrimaryPressed = #00000099
114
+ public static let mdsColorThemeButtonJoinHover = #185e46
115
+ public static let mdsColorThemeButtonJoinNormal = #1d805f
116
+ public static let mdsColorThemeButtonJoinPressed = #134231
117
+ public static let mdsColorThemeButtonPrimaryDisabled = #00000033
118
+ public static let mdsColorThemeButtonPrimaryHover = #000000cc
119
+ public static let mdsColorThemeButtonPrimaryNormal = #000000f2
120
+ public static let mdsColorThemeButtonPrimaryPressed = #000000b3
121
+ public static let mdsColorThemeButtonSecondaryActiveDisabled = #0000001c
122
+ public static let mdsColorThemeButtonSecondaryActiveHover = #0000004d
123
+ public static let mdsColorThemeButtonSecondaryActiveNormal = #00000033
124
+ public static let mdsColorThemeButtonSecondaryActivePressed = #00000066
125
+ public static let mdsColorThemeButtonSecondaryDisabled = #00000000
126
+ public static let mdsColorThemeButtonSecondaryHover = #00000012
127
+ public static let mdsColorThemeButtonSecondaryNormal = #00000000
128
+ public static let mdsColorThemeButtonSecondaryPressed = #00000033
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(46deg, #3b1840 0%, #3b1e21 100%)
138
+ public static let mdsColorThemeCommonButtonPromotionHover = linear-gradient(46deg, #601e66 0%, #66262d 100%)
139
+ public static let mdsColorThemeCommonButtonPromotionNormal = linear-gradient(46deg, #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 = #063a75
220
+ public static let mdsColorThemeControlActiveDisabled = #00000033
221
+ public static let mdsColorThemeControlActiveHover = #0353a8
222
+ public static let mdsColorThemeControlActiveNormal = #1170cf
223
+ public static let mdsColorThemeControlActivePressed = #063a75
224
+ public static let mdsColorThemeControlInactiveDisabled = #00000012
225
+ public static let mdsColorThemeControlInactiveHover = #00000033
226
+ public static let mdsColorThemeControlInactiveNormal = #0000001c
227
+ public static let mdsColorThemeControlInactivePressed = #0000004d
228
+ public static let mdsColorThemeControlIndicatorInactiveNormal = #707070
229
+ public static let mdsColorThemeFocusDefault0 = #ffffff
230
+ public static let mdsColorThemeFocusDefault1 = #1170cf
231
+ public static let mdsColorThemeFocusDefault2 = #1170cf59
232
+ public static let mdsColorThemeGlobaltintNormal = #1170cf
233
+ public static let mdsColorThemeGlobaltintSelected = #1170cf
234
+ public static let mdsColorThemeGradientdividerAnnounceHover = linear-gradient(90deg, #0353a800 0%, #0353a8E6 76.04%, #0353a8E6 76.04%, #0353a800 100%)
235
+ public static let mdsColorThemeGradientdividerAnnounceNormal = linear-gradient(90deg, #0353a800 0%, #0353a899 22.4%, #0353a899 22.4%, #0353a800 100%)
236
+ public static let mdsColorThemeGradientdividerDefaultHover = linear-gradient(90deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)
237
+ public static let mdsColorThemeGradientdividerDefaultNormal = linear-gradient(90deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)
238
+ public static let mdsColorThemeGradientdividerErrorHover = linear-gradient(90deg, #ab0a1500 0%, #ab0a15e6 22.4%, #ab0a15e6 76.04%, #ab0a1500 100%)
239
+ public static let mdsColorThemeGradientdividerErrorNormal = linear-gradient(90deg, #ab0a1500 0%, #ab0a1599 22.4%, #ab0a1599 22.4%, #ab0a1500 100%)
240
+ public static let mdsColorThemeGradientdividerOrangeHover = linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%)
241
+ public static let mdsColorThemeGradientdividerOrangeNormal = linear-gradient(90deg, #9c320200 0%, #9c320299 22.4%, #9c320299 76.04%, #9c320200 100%)
242
+ public static let mdsColorThemeGradientdividerPurpleHover = linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)
243
+ public static let mdsColorThemeGradientdividerPurpleNormal = linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)
244
+ public static let mdsColorThemeGradientdividerSuccessHover = linear-gradient(90deg, #185e4600 0%, #185e46E6 22.4%, #185e46E6 76.04%, #185e4600 100%)
245
+ public static let mdsColorThemeGradientdividerSuccessNormal = linear-gradient(90deg, #185e4600 0%, #185e4699 22.4%, #185e4699 76.04%, #185e4600 100%)
246
+ public static let mdsColorThemeGradientdividerVerticalHover = linear-gradient(0deg, #00000000 0%, #00000099 22.4%, #00000099 72.4%, #00000000 100%)
247
+ public static let mdsColorThemeGradientdividerVerticalNormal = linear-gradient(0deg, #00000000 0%, #00000033 22.4%, #00000033 72.4%, #00000000 100%)
248
+ public static let mdsColorThemeGradientdividerWarningHover = linear-gradient(90deg, #7d470500 0%, #7d4705e6 22.4%, #7d4705e6 76.04%, #7d470500 100%)
249
+ public static let mdsColorThemeGradientdividerWarningNormal = linear-gradient(90deg, #7d470500 0%, #7d470599 22.4%, #7d470599 76.04%, #7d470500 100%)
250
+ public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #f7f7f7
251
+ public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #ffffff
252
+ public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #ffffff
253
+ public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #f7f7f7
254
+ public static let mdsColorThemeIllustrationsDefault = #000000
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 = #db1f2e
274
+ public static let mdsColorThemeIndicatorCaution = #a65e00
275
+ public static let mdsColorThemeIndicatorLocked = #707070
276
+ public static let mdsColorThemeIndicatorSecure = #1170cf
277
+ public static let mdsColorThemeIndicatorStable = #1d805f
278
+ public static let mdsColorThemeIndicatorUnstable = #c94403
279
+ public static let mdsColorThemeInvertedBackgroundNormal = #000000
280
+ public static let mdsColorThemeInvertedButtonPrimaryDisabled = #ffffff33
281
+ public static let mdsColorThemeInvertedButtonPrimaryHover = #ffffffcc
282
+ public static let mdsColorThemeInvertedButtonPrimaryNormal = #fffffff2
283
+ public static let mdsColorThemeInvertedButtonPrimaryPressed = #ffffffb3
284
+ public static let mdsColorThemeInvertedButtonSecondaryDisabled = #ffffff00
285
+ public static let mdsColorThemeInvertedButtonSecondaryHover = #ffffff12
286
+ public static let mdsColorThemeInvertedButtonSecondaryNormal = #ffffff00
287
+ public static let mdsColorThemeInvertedButtonSecondaryPressed = #ffffff33
288
+ public static let mdsColorThemeInvertedControlActiveActive = #1170cf
289
+ public static let mdsColorThemeInvertedControlActiveDisabled = #ffffff33
290
+ public static let mdsColorThemeInvertedControlActiveHover = #3492eb
291
+ public static let mdsColorThemeInvertedControlActiveNormal = #64b4fa
292
+ public static let mdsColorThemeInvertedControlActivePressed = #1170cf
293
+ public static let mdsColorThemeInvertedControlInactiveDisabled = #ffffff33
294
+ public static let mdsColorThemeInvertedControlInactiveHover = #ffffff4d
295
+ public static let mdsColorThemeInvertedControlInactiveNormal = #ffffff1c
296
+ public static let mdsColorThemeInvertedControlInactivePressed = #ffffff66
297
+ public static let mdsColorThemeInvertedControlIndicatorInactiveNormal = #8f8f8f
298
+ public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff80
299
+ public static let mdsColorThemeInvertedOutlineDisabledNormal = #ffffff33
300
+ public static let mdsColorThemeInvertedOutlineInputNormal = #ffffff80
301
+ public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff66
302
+ public static let mdsColorThemeInvertedOutlineThemeNormal = #64b4fa
303
+ public static let mdsColorThemeInvertedTextAccentActive = #bfe3ff
304
+ public static let mdsColorThemeInvertedTextAccentHover = #bfe3ff
305
+ public static let mdsColorThemeInvertedTextAccentNormal = #64b4fa
306
+ public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
307
+ public static let mdsColorThemeInvertedTextPrimaryNormal = #fffffff2
308
+ public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
309
+ public static let mdsColorThemeOutlineButtonNormal = #00000080
310
+ public static let mdsColorThemeOutlineCancelNormal = #ab0a15
311
+ public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)
312
+ public static let mdsColorThemeOutlineHighContrastFocus = #000000
313
+ public static let mdsColorThemeOutlineInputActive = #000000e6
314
+ public static let mdsColorThemeOutlineInputNormal = #00000080
315
+ public static let mdsColorThemeOutlineJoinNormal = #185e46
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 = #707070
326
+ public static let mdsColorThemeOutlinePrimaryDisabled = #00000033
327
+ public static let mdsColorThemeOutlinePrimaryNormal = #00000075
328
+ public static let mdsColorThemeOutlinePromotionNormal = #c233c4
329
+ public static let mdsColorThemeOutlineSecondaryNormal = #00000033
330
+ public static let mdsColorThemeOutlineShareActive = #ec6400
331
+ public static let mdsColorThemeOutlineShareInactive = #8f8f8f
332
+ public static let mdsColorThemeOutlineShareSelected = #27a17a
333
+ public static let mdsColorThemeOutlineThemeNormal = #1170cf
334
+ public static let mdsColorThemeOutlineWarningNormal = #7d4705
335
+ public static let mdsColorThemeOverlayButtonSecondaryHover = #ededed
336
+ public static let mdsColorThemeOverlayButtonSecondaryNormal = #ffffff
337
+ public static let mdsColorThemeOverlayButtonSecondaryPressed = #dedede
338
+ public static let mdsColorThemeOverlayMeetingsNormal = #ffffffcc
339
+ public static let mdsColorThemeScrollbarArrowBackgroundHover = #00000033
340
+ public static let mdsColorThemeScrollbarArrowBackgroundNormal = #00000000
341
+ public static let mdsColorThemeScrollbarArrowBackgroundPressed = #0000004d
342
+ public static let mdsColorThemeScrollbarArrowNormal = #00000099
343
+ public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #00000000
344
+ public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #0000001c
345
+ public static let mdsColorThemeScrollbarButtonHover = #00000080
346
+ public static let mdsColorThemeScrollbarButtonNormal = #00000075
347
+ public static let mdsColorThemeScrollbarButtonPressed = #00000099
348
+ public static let mdsColorThemeTextAccentActive = #0a274a
349
+ public static let mdsColorThemeTextAccentHover = #0a274a
350
+ public static let mdsColorThemeTextAccentNormal = #0353a8
351
+ public static let mdsColorThemeTextAlertOrangeActive = #411b04
352
+ public static let mdsColorThemeTextAlertOrangeHover = #411b04
353
+ public static let mdsColorThemeTextAlertOrangeNormal = #9c3202
354
+ public static let mdsColorThemeTextAlertPurpleActive = #3b1840
355
+ public static let mdsColorThemeTextAlertPurpleHover = #3b1840
356
+ public static let mdsColorThemeTextAlertPurpleNormal = #932099
357
+ public static let mdsColorThemeTextErrorActive = #4f0e10
358
+ public static let mdsColorThemeTextErrorHover = #4f0e10
359
+ public static let mdsColorThemeTextErrorNormal = #ab0a15
360
+ public static let mdsColorThemeTextHighlight = #bfe3ff
361
+ public static let mdsColorThemeTextPrimaryDisabled = #00000066
362
+ public static let mdsColorThemeTextPrimaryNormal = #000000f2
363
+ public static let mdsColorThemeTextSecondaryNormal = #000000b3
364
+ public static let mdsColorThemeTextSuccessActive = #0e2b20
365
+ public static let mdsColorThemeTextSuccessHover = #0e2b20
366
+ public static let mdsColorThemeTextSuccessNormal = #185e46
367
+ public static let mdsColorThemeTextTeamCobaltActive = #12283d
368
+ public static let mdsColorThemeTextTeamCobaltHover = #08599c
369
+ public static let mdsColorThemeTextTeamCobaltNormal = #08599c
370
+ public static let mdsColorThemeTextTeamCyanActive = #0b2a30
371
+ public static let mdsColorThemeTextTeamCyanHover = #0b2a30
372
+ public static let mdsColorThemeTextTeamCyanNormal = #066070
373
+ public static let mdsColorThemeTextTeamGoldActive = #30240d
374
+ public static let mdsColorThemeTextTeamGoldHover = #735107
375
+ public static let mdsColorThemeTextTeamGoldNormal = #735107
376
+ public static let mdsColorThemeTextTeamLimeActive = #1e2b10
377
+ public static let mdsColorThemeTextTeamLimeHover = #416116
378
+ public static let mdsColorThemeTextTeamLimeNormal = #416116
379
+ public static let mdsColorThemeTextTeamMintActive = #102b2a
380
+ public static let mdsColorThemeTextTeamMintHover = #102b2a
381
+ public static let mdsColorThemeTextTeamMintNormal = #12615a
382
+ public static let mdsColorThemeTextTeamOrangeActive = #411b04
383
+ public static let mdsColorThemeTextTeamOrangeHover = #9c3202
384
+ public static let mdsColorThemeTextTeamOrangeNormal = #9c3202
385
+ public static let mdsColorThemeTextTeamPinkActive = #3b1e21
386
+ public static let mdsColorThemeTextTeamPinkHover = #a12a3a
387
+ public static let mdsColorThemeTextTeamPinkNormal = #a12a3a
388
+ public static let mdsColorThemeTextTeamPurpleActive = #3b1840
389
+ public static let mdsColorThemeTextTeamPurpleHover = #932099
390
+ public static let mdsColorThemeTextTeamPurpleNormal = #932099
391
+ public static let mdsColorThemeTextTeamSlateActive = #26262b
392
+ public static let mdsColorThemeTextTeamSlateHover = #535573
393
+ public static let mdsColorThemeTextTeamSlateNormal = #535573
394
+ public static let mdsColorThemeTextTeamVioletActive = #29223d
395
+ public static let mdsColorThemeTextTeamVioletHover = #643abd
396
+ public static let mdsColorThemeTextTeamVioletNormal = #643abd
397
+ public static let mdsColorThemeTextTeamdefaultActive = #000000f2
398
+ public static let mdsColorThemeTextTeamdefaultHover = #000000b3
399
+ public static let mdsColorThemeTextTeamdefaultNormal = #000000b3
400
+ public static let mdsColorThemeTextWarningActive = #36220c
401
+ public static let mdsColorThemeTextWarningHover = #36220c
402
+ public static let mdsColorThemeTextWarningNormal = #7d4705
403
+ }