@momentum-design/tokens 0.0.55 → 0.0.57
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.
- package/dist/css/core/complete.css +97 -98
- package/dist/css/theme/aaos/day-complete.css +14 -16
- package/dist/css/theme/aaos/night-complete.css +10 -12
- package/dist/css/theme/webex/dark-stable.css +98 -121
- package/dist/css/theme/webex/hc-dark-stable.css +145 -94
- package/dist/css/theme/webex/hc-light-stable.css +159 -108
- package/dist/css/theme/webex/light-stable.css +121 -148
- package/dist/ios/core/complete.swift +97 -98
- package/dist/ios/theme/aaos/day-complete.swift +14 -16
- package/dist/ios/theme/aaos/night-complete.swift +10 -12
- package/dist/ios/theme/webex/dark-stable.swift +79 -102
- package/dist/ios/theme/webex/hc-dark-stable.swift +145 -94
- package/dist/ios/theme/webex/hc-light-stable.swift +159 -108
- package/dist/ios/theme/webex/light-stable.swift +101 -128
- package/dist/json/core/complete.json +3150 -2380
- package/dist/json/theme/aaos/day-complete.json +273 -257
- package/dist/json/theme/aaos/night-complete.json +273 -257
- package/dist/json/theme/webex/dark-stable.json +5986 -5937
- package/dist/json/theme/webex/hc-dark-stable.json +6694 -3987
- package/dist/json/theme/webex/hc-light-stable.json +6601 -3890
- package/dist/json/theme/webex/light-stable.json +6023 -6087
- package/dist/json-minimal/core/complete.json +179 -148
- package/dist/json-minimal/theme/aaos/day-complete.json +13 -21
- package/dist/json-minimal/theme/aaos/night-complete.json +9 -17
- package/dist/json-minimal/theme/webex/dark-stable.json +177 -226
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +253 -132
- package/dist/json-minimal/theme/webex/hc-light-stable.json +268 -147
- package/dist/json-minimal/theme/webex/light-stable.json +205 -254
- package/dist/resources/core/complete.xml +97 -98
- package/dist/resources/theme/aaos/day-complete.xml +14 -16
- package/dist/resources/theme/aaos/night-complete.xml +10 -12
- package/dist/resources/theme/webex/dark-stable.xml +98 -121
- package/dist/resources/theme/webex/hc-dark-stable.xml +145 -94
- package/dist/resources/theme/webex/hc-light-stable.xml +159 -108
- package/dist/resources/theme/webex/light-stable.xml +121 -148
- package/dist/scss/core/complete.scss +97 -98
- package/dist/scss/theme/aaos/day-complete.scss +14 -16
- package/dist/scss/theme/aaos/night-complete.scss +10 -12
- package/dist/scss/theme/webex/dark-stable.scss +99 -122
- package/dist/scss/theme/webex/hc-dark-stable.scss +145 -94
- package/dist/scss/theme/webex/hc-light-stable.scss +159 -108
- package/dist/scss/theme/webex/light-stable.scss +122 -149
- package/package.json +1 -1
- package/dist/css/theme/webex/common-stable.css +0 -81
- package/dist/css/theme/webex/dark-complete.css +0 -298
- package/dist/css/theme/webex/light-complete.css +0 -295
- package/dist/ios/theme/webex/common-stable.swift +0 -87
- package/dist/ios/theme/webex/dark-complete.swift +0 -304
- package/dist/ios/theme/webex/light-complete.swift +0 -301
- package/dist/json/theme/webex/common-stable.json +0 -2179
- package/dist/json/theme/webex/dark-complete.json +0 -8500
- package/dist/json/theme/webex/light-complete.json +0 -8395
- package/dist/json-minimal/theme/webex/common-stable.json +0 -164
- package/dist/json-minimal/theme/webex/dark-complete.json +0 -635
- package/dist/json-minimal/theme/webex/light-complete.json +0 -632
- package/dist/resources/theme/webex/common-stable.xml +0 -83
- package/dist/resources/theme/webex/dark-complete.xml +0 -300
- package/dist/resources/theme/webex/light-complete.xml +0 -297
- package/dist/scss/theme/webex/common-stable.scss +0 -78
- package/dist/scss/theme/webex/dark-complete.scss +0 -295
- package/dist/scss/theme/webex/light-complete.scss +0 -292
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Thu, 27 Jun 2024 11:14:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -16,7 +16,7 @@ public class {
|
|
|
16
16
|
public static let mdsColorThemeAvatarGold = #735107
|
|
17
17
|
public static let mdsColorThemeAvatarLime = #416116
|
|
18
18
|
public static let mdsColorThemeAvatarMint = #12615a
|
|
19
|
-
public static let mdsColorThemeAvatarOrange = #
|
|
19
|
+
public static let mdsColorThemeAvatarOrange = #9c3202
|
|
20
20
|
public static let mdsColorThemeAvatarPink = #a12a3a
|
|
21
21
|
public static let mdsColorThemeAvatarPurple = #932099
|
|
22
22
|
public static let mdsColorThemeAvatarSlate = #535573
|
|
@@ -30,8 +30,8 @@ public class {
|
|
|
30
30
|
public static let mdsColorThemeBackgroundAlertErrorHover = #4f0e10
|
|
31
31
|
public static let mdsColorThemeBackgroundAlertErrorNormal = #4f0e10
|
|
32
32
|
public static let mdsColorThemeBackgroundAlertOrangeActive = #682601
|
|
33
|
-
public static let mdsColorThemeBackgroundAlertOrangeHover = #
|
|
34
|
-
public static let mdsColorThemeBackgroundAlertOrangeNormal = #
|
|
33
|
+
public static let mdsColorThemeBackgroundAlertOrangeHover = #411b04
|
|
34
|
+
public static let mdsColorThemeBackgroundAlertOrangeNormal = #411b04
|
|
35
35
|
public static let mdsColorThemeBackgroundAlertPurpleActive = #601e66
|
|
36
36
|
public static let mdsColorThemeBackgroundAlertPurpleHover = #3b1840
|
|
37
37
|
public static let mdsColorThemeBackgroundAlertPurpleNormal = #3b1840
|
|
@@ -45,8 +45,6 @@ public class {
|
|
|
45
45
|
public static let mdsColorThemeBackgroundAlertWarningHover = #36220c
|
|
46
46
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #36220c
|
|
47
47
|
public static let mdsColorThemeBackgroundCommonNormal = #ffffff
|
|
48
|
-
public static let mdsColorThemeBackgroundGradientPrimary = linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)
|
|
49
|
-
public static let mdsColorThemeBackgroundGradientSecondary = linear-gradient(180deg, #262626 0%, #0f0f0f 100%)
|
|
50
48
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
|
|
51
49
|
public static let mdsColorThemeBackgroundLabelCobaltHover = #103c63
|
|
52
50
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #12283d
|
|
@@ -59,9 +57,9 @@ public class {
|
|
|
59
57
|
public static let mdsColorThemeBackgroundLabelMintActive = #12615a
|
|
60
58
|
public static let mdsColorThemeBackgroundLabelMintHover = #12423f
|
|
61
59
|
public static let mdsColorThemeBackgroundLabelMintNormal = #102b2a
|
|
62
|
-
public static let mdsColorThemeBackgroundLabelOrangeActive = #
|
|
60
|
+
public static let mdsColorThemeBackgroundLabelOrangeActive = #9c3202
|
|
63
61
|
public static let mdsColorThemeBackgroundLabelOrangeHover = #682601
|
|
64
|
-
public static let mdsColorThemeBackgroundLabelOrangeNormal = #
|
|
62
|
+
public static let mdsColorThemeBackgroundLabelOrangeNormal = #411b04
|
|
65
63
|
public static let mdsColorThemeBackgroundLabelPinkActive = #a12a3a
|
|
66
64
|
public static let mdsColorThemeBackgroundLabelPinkHover = #66262d
|
|
67
65
|
public static let mdsColorThemeBackgroundLabelPinkNormal = #3b1e21
|
|
@@ -79,12 +77,10 @@ public class {
|
|
|
79
77
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff1c
|
|
80
78
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
81
79
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
82
|
-
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(180deg, #ffffff 90%, #ffffff 0%)
|
|
83
80
|
public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
|
|
84
81
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
85
82
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
86
83
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
87
|
-
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80);
|
|
88
84
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
89
85
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
90
86
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -92,7 +88,6 @@ public class {
|
|
|
92
88
|
public static let mdsColorThemeButtonAccentHover = #0353a8
|
|
93
89
|
public static let mdsColorThemeButtonAccentNormal = #1170cf
|
|
94
90
|
public static let mdsColorThemeButtonAccentPressed = #063a75
|
|
95
|
-
public static let mdsColorThemeButtonBorderNormal = none
|
|
96
91
|
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
97
92
|
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
98
93
|
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
@@ -103,87 +98,76 @@ public class {
|
|
|
103
98
|
public static let mdsColorThemeButtonPrimaryHover = #ffffffcc
|
|
104
99
|
public static let mdsColorThemeButtonPrimaryNormal = #fffffff2
|
|
105
100
|
public static let mdsColorThemeButtonPrimaryPressed = #ffffffb3
|
|
106
|
-
public static let
|
|
101
|
+
public static let mdsColorThemeButtonSecondaryActiveDisabled = #ffffff1c
|
|
102
|
+
public static let mdsColorThemeButtonSecondaryActiveHover = #ffffff33
|
|
107
103
|
public static let mdsColorThemeButtonSecondaryActiveNormal = #ffffff33
|
|
108
104
|
public static let mdsColorThemeButtonSecondaryActivePressed = #ffffff66
|
|
109
105
|
public static let mdsColorThemeButtonSecondaryDisabled = #ffffff00
|
|
110
106
|
public static let mdsColorThemeButtonSecondaryHover = #ffffff12
|
|
111
107
|
public static let mdsColorThemeButtonSecondaryNormal = #ffffff00
|
|
112
108
|
public static let mdsColorThemeButtonSecondaryPressed = #ffffff33
|
|
113
|
-
public static let
|
|
114
|
-
public static let mdsColorThemeCommonBackgroundSolidSecondaryDark = #1a1a1a
|
|
115
|
-
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
116
|
-
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
109
|
+
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
117
110
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
118
111
|
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
119
112
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
120
113
|
public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
|
|
121
|
-
public static let
|
|
122
|
-
public static let
|
|
123
|
-
public static let
|
|
114
|
+
public static let mdsColorThemeCommonButtonPromotionActive0 = #601e66
|
|
115
|
+
public static let mdsColorThemeCommonButtonPromotionActive1 = #3b1e21
|
|
116
|
+
public static let mdsColorThemeCommonButtonPromotionHover0 = #601e66
|
|
117
|
+
public static let mdsColorThemeCommonButtonPromotionHover1 = #66262d
|
|
118
|
+
public static let mdsColorThemeCommonButtonPromotionNormal0 = #932099
|
|
119
|
+
public static let mdsColorThemeCommonButtonPromotionNormal1 = #a12a3a
|
|
120
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #ffffff1c
|
|
124
121
|
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
|
|
125
|
-
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #
|
|
122
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffffb3
|
|
126
123
|
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
|
|
127
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
|
|
128
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #00000012
|
|
129
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
|
|
130
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
|
|
131
124
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
132
125
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
133
|
-
public static let mdsColorThemeCommonButtonSecondaryNormal = #
|
|
134
|
-
public static let mdsColorThemeCommonContentPartnerDoc = #4285f4
|
|
135
|
-
public static let mdsColorThemeCommonContentPartnerExcel = #00893E
|
|
136
|
-
public static let mdsColorThemeCommonContentPartnerKeynote = #029CFB
|
|
137
|
-
public static let mdsColorThemeCommonContentPartnerOnenote = #B839DB
|
|
138
|
-
public static let mdsColorThemeCommonContentPartnerPdf = #EE0507
|
|
139
|
-
public static let mdsColorThemeCommonContentPartnerPowerpoint = #D93E17
|
|
140
|
-
public static let mdsColorThemeCommonContentPartnerSheets = #F4B400
|
|
141
|
-
public static let mdsColorThemeCommonContentPartnerSlides = #0F9D58
|
|
142
|
-
public static let mdsColorThemeCommonContentPartnerWord = #0078D6
|
|
126
|
+
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff12
|
|
143
127
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
144
|
-
public static let mdsColorThemeCommonControlShareContentActive = #
|
|
128
|
+
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
145
129
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
146
130
|
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
131
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
147
132
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
148
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryDark = #00000033
|
|
149
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryLight = #ffffff33
|
|
150
|
-
public static let mdsColorThemeCommonOutlineDisabledNormal = #ffffff33
|
|
151
133
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
134
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
152
135
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
153
|
-
public static let
|
|
154
|
-
public static let
|
|
155
|
-
public static let
|
|
156
|
-
public static let
|
|
157
|
-
public static let
|
|
136
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
137
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
138
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
139
|
+
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
140
|
+
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
|
|
141
|
+
public static let mdsColorThemeCommonPartnerDoc = #4285f4
|
|
142
|
+
public static let mdsColorThemeCommonPartnerExcel = #00893e
|
|
143
|
+
public static let mdsColorThemeCommonPartnerKeynote = #029cfb
|
|
144
|
+
public static let mdsColorThemeCommonPartnerOnenote = #b839db
|
|
145
|
+
public static let mdsColorThemeCommonPartnerPdf = #ee0507
|
|
146
|
+
public static let mdsColorThemeCommonPartnerPowerpoint = #d93e17
|
|
147
|
+
public static let mdsColorThemeCommonPartnerSheets = #f4b400
|
|
148
|
+
public static let mdsColorThemeCommonPartnerSlides = #0f9d58
|
|
149
|
+
public static let mdsColorThemeCommonPartnerWord = #0078d6
|
|
158
150
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
159
151
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
160
|
-
public static let
|
|
161
|
-
public static let
|
|
162
|
-
public static let
|
|
152
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
153
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
|
|
154
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
|
|
163
155
|
public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
|
|
164
156
|
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
157
|
+
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
165
158
|
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
166
|
-
public static let
|
|
167
|
-
public static let
|
|
168
|
-
public static let
|
|
169
|
-
public static let
|
|
170
|
-
public static let
|
|
171
|
-
public static let
|
|
172
|
-
public static let
|
|
173
|
-
public static let
|
|
174
|
-
public static let
|
|
175
|
-
public static let
|
|
176
|
-
public static let
|
|
177
|
-
public static let
|
|
178
|
-
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
179
|
-
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
180
|
-
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
181
|
-
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
182
|
-
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
183
|
-
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
184
|
-
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
185
|
-
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
186
|
-
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
159
|
+
public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
|
|
160
|
+
public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
|
|
161
|
+
public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
|
|
162
|
+
public static let mdsColorThemeCommonWhiteboardPenPurple = #c233c4
|
|
163
|
+
public static let mdsColorThemeCommonWhiteboardPenRed = #f55868
|
|
164
|
+
public static let mdsColorThemeCommonWhiteboardPenWhite = #ffffff
|
|
165
|
+
public static let mdsColorThemeCommonWhiteboardPenYellow = #f2990a
|
|
166
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteCyan = #22c7d6
|
|
167
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteMint = #30c9b0
|
|
168
|
+
public static let mdsColorThemeCommonWhiteboardStickyNotePurple = #f294f1
|
|
169
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteRed = #fc8b98
|
|
170
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteYellow = #ffbe4f
|
|
187
171
|
public static let mdsColorThemeControlActiveActive = #1170cf
|
|
188
172
|
public static let mdsColorThemeControlActiveDisabled = #ffffff33
|
|
189
173
|
public static let mdsColorThemeControlActiveHover = #3492eb
|
|
@@ -196,24 +180,22 @@ public class {
|
|
|
196
180
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
197
181
|
public static let mdsColorThemeGlobaltintNormal = #3492eb
|
|
198
182
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
199
|
-
public static let
|
|
200
|
-
public static let
|
|
201
|
-
public static let
|
|
202
|
-
public static let
|
|
203
|
-
public static let
|
|
204
|
-
public static let
|
|
205
|
-
public static let
|
|
206
|
-
public static let
|
|
207
|
-
public static let mdsColorThemeGradientdividerErrorNormal0 = #fc8b9800
|
|
208
|
-
public static let mdsColorThemeGradientdividerErrorNormal1 = #fc8b9899
|
|
183
|
+
public static let mdsColorThemeGradientdividerAnnounceHover0 = #64b4fa
|
|
184
|
+
public static let mdsColorThemeGradientdividerAnnounceHover1 = #64b4fa
|
|
185
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal0 = #64b4fa
|
|
186
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal1 = #64b4fa
|
|
187
|
+
public static let mdsColorThemeGradientdividerErrorHover0 = #fc8b98
|
|
188
|
+
public static let mdsColorThemeGradientdividerErrorHover1 = #fc8b98
|
|
189
|
+
public static let mdsColorThemeGradientdividerErrorNormal0 = #fc8b98
|
|
190
|
+
public static let mdsColorThemeGradientdividerErrorNormal1 = #fc8b98
|
|
209
191
|
public static let mdsColorThemeGradientdividerHover0 = #ffffff00
|
|
210
192
|
public static let mdsColorThemeGradientdividerHover1 = #ffffff99
|
|
211
193
|
public static let mdsColorThemeGradientdividerNormal0 = #ffffff00
|
|
212
194
|
public static let mdsColorThemeGradientdividerNormal1 = #ffffff33
|
|
213
|
-
public static let mdsColorThemeGradientdividerWarningHover0 = #
|
|
214
|
-
public static let mdsColorThemeGradientdividerWarningHover1 = #
|
|
215
|
-
public static let mdsColorThemeGradientdividerWarningNormal0 = #
|
|
216
|
-
public static let mdsColorThemeGradientdividerWarningNormal1 = #
|
|
195
|
+
public static let mdsColorThemeGradientdividerWarningHover0 = #f2990a
|
|
196
|
+
public static let mdsColorThemeGradientdividerWarningHover1 = #f2990a
|
|
197
|
+
public static let mdsColorThemeGradientdividerWarningNormal0 = #f2990a
|
|
198
|
+
public static let mdsColorThemeGradientdividerWarningNormal1 = #f2990a
|
|
217
199
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
|
|
218
200
|
public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #3b3b3b
|
|
219
201
|
public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #1a1a1a
|
|
@@ -234,7 +216,7 @@ public class {
|
|
|
234
216
|
public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
|
|
235
217
|
public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
|
|
236
218
|
public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
|
|
237
|
-
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #
|
|
219
|
+
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
|
|
238
220
|
public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
|
|
239
221
|
public static let mdsColorThemeIllustrationsSuccess1 = #93c437
|
|
240
222
|
public static let mdsColorThemeIndicatorAttention = #f55868
|
|
@@ -242,7 +224,7 @@ public class {
|
|
|
242
224
|
public static let mdsColorThemeIndicatorLocked = #8f8f8f
|
|
243
225
|
public static let mdsColorThemeIndicatorSecure = #3492eb
|
|
244
226
|
public static let mdsColorThemeIndicatorStable = #27a17a
|
|
245
|
-
public static let mdsColorThemeIndicatorUnstable = #
|
|
227
|
+
public static let mdsColorThemeIndicatorUnstable = #ec6400
|
|
246
228
|
public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
|
|
247
229
|
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #00000033
|
|
248
230
|
public static let mdsColorThemeInvertedButtonPrimaryHover = #000000cc
|
|
@@ -264,7 +246,7 @@ public class {
|
|
|
264
246
|
public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
|
|
265
247
|
public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
|
|
266
248
|
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
|
|
267
|
-
public static let
|
|
249
|
+
public static let mdsColorThemeInvertedOutlineThemeNormal = #1170cf
|
|
268
250
|
public static let mdsColorThemeInvertedTextAccentHover = #0a274a
|
|
269
251
|
public static let mdsColorThemeInvertedTextAccentNormal = #0353a8
|
|
270
252
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
@@ -272,8 +254,6 @@ public class {
|
|
|
272
254
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
273
255
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
274
256
|
public static let mdsColorThemeOutlineCancelNormal = #fc8b98
|
|
275
|
-
public static let mdsColorThemeOutlineDisabledNormal = #ffffff33
|
|
276
|
-
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
277
257
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
278
258
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
279
259
|
public static let mdsColorThemeOutlineInputNormal = #ffffff80
|
|
@@ -282,21 +262,23 @@ public class {
|
|
|
282
262
|
public static let mdsColorThemeOutlineLabelGold = #d6b220
|
|
283
263
|
public static let mdsColorThemeOutlineLabelLime = #93c437
|
|
284
264
|
public static let mdsColorThemeOutlineLabelMint = #30c9b0
|
|
285
|
-
public static let mdsColorThemeOutlineLabelOrange = #
|
|
265
|
+
public static let mdsColorThemeOutlineLabelOrange = #fd884e
|
|
286
266
|
public static let mdsColorThemeOutlineLabelPink = #fc97aa
|
|
287
267
|
public static let mdsColorThemeOutlineLabelPurple = #f294f1
|
|
288
268
|
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
289
269
|
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
290
270
|
public static let mdsColorThemeOutlineOverlayNormal = #adadad
|
|
271
|
+
public static let mdsColorThemeOutlinePrimaryDisabled = #ffffff33
|
|
291
272
|
public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
|
|
292
|
-
public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)
|
|
293
273
|
public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
|
|
294
|
-
public static let mdsColorThemeOutlineShareActive = #
|
|
274
|
+
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
295
275
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
296
276
|
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
297
277
|
public static let mdsColorThemeOutlineThemeNormal = #64b4fa
|
|
278
|
+
public static let mdsColorThemeOverlayButtonSecondaryHover = #262626
|
|
279
|
+
public static let mdsColorThemeOverlayButtonSecondaryNormal = #0f0f0f
|
|
280
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #3b3b3b
|
|
298
281
|
public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
|
|
299
|
-
public static let mdsColorThemeOverlayTextPrimaryNormal = #000000f2
|
|
300
282
|
public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
|
|
301
283
|
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
|
|
302
284
|
public static let mdsColorThemeScrollbarArrowBackgroundPressed = #ffffff4d
|
|
@@ -309,9 +291,9 @@ public class {
|
|
|
309
291
|
public static let mdsColorThemeTextAccentActive = #bfe3ff
|
|
310
292
|
public static let mdsColorThemeTextAccentHover = #bfe3ff
|
|
311
293
|
public static let mdsColorThemeTextAccentNormal = #64b4fa
|
|
312
|
-
public static let mdsColorThemeTextAlertOrangeActive = #
|
|
313
|
-
public static let mdsColorThemeTextAlertOrangeHover = #
|
|
314
|
-
public static let mdsColorThemeTextAlertOrangeNormal = #
|
|
294
|
+
public static let mdsColorThemeTextAlertOrangeActive = #fed5ac
|
|
295
|
+
public static let mdsColorThemeTextAlertOrangeHover = #fed5ac
|
|
296
|
+
public static let mdsColorThemeTextAlertOrangeNormal = #fd884e
|
|
315
297
|
public static let mdsColorThemeTextAlertPurpleActive = #fce1fc
|
|
316
298
|
public static let mdsColorThemeTextAlertPurpleHover = #fce1fc
|
|
317
299
|
public static let mdsColorThemeTextAlertPurpleNormal = #f294f1
|
|
@@ -338,11 +320,11 @@ public class {
|
|
|
338
320
|
public static let mdsColorThemeTextTeamLimeHover = #93c437
|
|
339
321
|
public static let mdsColorThemeTextTeamLimeNormal = #93c437
|
|
340
322
|
public static let mdsColorThemeTextTeamMintActive = #baf5e7
|
|
341
|
-
public static let mdsColorThemeTextTeamMintHover = #
|
|
323
|
+
public static let mdsColorThemeTextTeamMintHover = #baf5e7
|
|
342
324
|
public static let mdsColorThemeTextTeamMintNormal = #30c9b0
|
|
343
|
-
public static let mdsColorThemeTextTeamOrangeActive = #
|
|
344
|
-
public static let mdsColorThemeTextTeamOrangeHover = #
|
|
345
|
-
public static let mdsColorThemeTextTeamOrangeNormal = #
|
|
325
|
+
public static let mdsColorThemeTextTeamOrangeActive = #fed5ac
|
|
326
|
+
public static let mdsColorThemeTextTeamOrangeHover = #fd884e
|
|
327
|
+
public static let mdsColorThemeTextTeamOrangeNormal = #fd884e
|
|
346
328
|
public static let mdsColorThemeTextTeamPinkActive = #ffe0e7
|
|
347
329
|
public static let mdsColorThemeTextTeamPinkHover = #fc97aa
|
|
348
330
|
public static let mdsColorThemeTextTeamPinkNormal = #fc97aa
|
|
@@ -361,9 +343,4 @@ public class {
|
|
|
361
343
|
public static let mdsColorThemeTextWarningActive = #ffda94
|
|
362
344
|
public static let mdsColorThemeTextWarningHover = #ffda94
|
|
363
345
|
public static let mdsColorThemeTextWarningNormal = #f2990a
|
|
364
|
-
public static let mdsColorThemeWhiteboardStickyNoteCyan = #22c7d6
|
|
365
|
-
public static let mdsColorThemeWhiteboardStickyNoteMint = #30c9b0
|
|
366
|
-
public static let mdsColorThemeWhiteboardStickyNotePurple = #f294f1
|
|
367
|
-
public static let mdsColorThemeWhiteboardStickyNoteRed = #fc8b98
|
|
368
|
-
public static let mdsColorThemeWhiteboardStickyNoteYellow = #ffbe4f
|
|
369
346
|
}
|