@momentum-design/tokens 0.0.56 → 0.0.58
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 +122 -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 +147 -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 +83 -82
- 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 +107 -108
- 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 +7088 -6235
- 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 +7056 -6262
- 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 +238 -221
- 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 +270 -251
- 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 +122 -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 +147 -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 +123 -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 +148 -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 -2168
- 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 -162
- 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 Fri, 28 Jun 2024 09:31:32 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,10 @@ 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
|
|
49
|
-
public static let
|
|
48
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal0 = #1a1a1a
|
|
49
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal1 = #0f0f0f
|
|
50
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal0 = #262626
|
|
51
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal1 = #0f0f0f
|
|
50
52
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #08599c
|
|
51
53
|
public static let mdsColorThemeBackgroundLabelCobaltHover = #103c63
|
|
52
54
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #12283d
|
|
@@ -59,9 +61,9 @@ public class {
|
|
|
59
61
|
public static let mdsColorThemeBackgroundLabelMintActive = #12615a
|
|
60
62
|
public static let mdsColorThemeBackgroundLabelMintHover = #12423f
|
|
61
63
|
public static let mdsColorThemeBackgroundLabelMintNormal = #102b2a
|
|
62
|
-
public static let mdsColorThemeBackgroundLabelOrangeActive = #
|
|
64
|
+
public static let mdsColorThemeBackgroundLabelOrangeActive = #9c3202
|
|
63
65
|
public static let mdsColorThemeBackgroundLabelOrangeHover = #682601
|
|
64
|
-
public static let mdsColorThemeBackgroundLabelOrangeNormal = #
|
|
66
|
+
public static let mdsColorThemeBackgroundLabelOrangeNormal = #411b04
|
|
65
67
|
public static let mdsColorThemeBackgroundLabelPinkActive = #a12a3a
|
|
66
68
|
public static let mdsColorThemeBackgroundLabelPinkHover = #66262d
|
|
67
69
|
public static let mdsColorThemeBackgroundLabelPinkNormal = #3b1e21
|
|
@@ -79,12 +81,10 @@ public class {
|
|
|
79
81
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #ffffff1c
|
|
80
82
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff00
|
|
81
83
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff12
|
|
82
|
-
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(180deg, #ffffff 90%, #ffffff 0%)
|
|
83
84
|
public static let mdsColorThemeBackgroundSecondaryActive = #ffffff4d
|
|
84
85
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #ffffff00
|
|
85
86
|
public static let mdsColorThemeBackgroundSecondaryHover = #ffffff33
|
|
86
87
|
public static let mdsColorThemeBackgroundSecondaryNormal = #ffffff1c
|
|
87
|
-
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80);
|
|
88
88
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #000000
|
|
89
89
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #3b3b3b
|
|
90
90
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #1a1a1a
|
|
@@ -92,7 +92,6 @@ public class {
|
|
|
92
92
|
public static let mdsColorThemeButtonAccentHover = #0353a8
|
|
93
93
|
public static let mdsColorThemeButtonAccentNormal = #1170cf
|
|
94
94
|
public static let mdsColorThemeButtonAccentPressed = #063a75
|
|
95
|
-
public static let mdsColorThemeButtonBorderNormal = none
|
|
96
95
|
public static let mdsColorThemeButtonCancelHover = #ab0a15
|
|
97
96
|
public static let mdsColorThemeButtonCancelNormal = #db1f2e
|
|
98
97
|
public static let mdsColorThemeButtonCancelPressed = #780d13
|
|
@@ -103,74 +102,74 @@ public class {
|
|
|
103
102
|
public static let mdsColorThemeButtonPrimaryHover = #ffffffcc
|
|
104
103
|
public static let mdsColorThemeButtonPrimaryNormal = #fffffff2
|
|
105
104
|
public static let mdsColorThemeButtonPrimaryPressed = #ffffffb3
|
|
106
|
-
public static let
|
|
105
|
+
public static let mdsColorThemeButtonSecondaryActiveDisabled = #ffffff1c
|
|
106
|
+
public static let mdsColorThemeButtonSecondaryActiveHover = #ffffff33
|
|
107
107
|
public static let mdsColorThemeButtonSecondaryActiveNormal = #ffffff33
|
|
108
108
|
public static let mdsColorThemeButtonSecondaryActivePressed = #ffffff66
|
|
109
109
|
public static let mdsColorThemeButtonSecondaryDisabled = #ffffff00
|
|
110
110
|
public static let mdsColorThemeButtonSecondaryHover = #ffffff12
|
|
111
111
|
public static let mdsColorThemeButtonSecondaryNormal = #ffffff00
|
|
112
112
|
public static let mdsColorThemeButtonSecondaryPressed = #ffffff33
|
|
113
|
-
public static let
|
|
114
|
-
public static let mdsColorThemeCommonBackgroundSolidSecondaryDark = #1a1a1a
|
|
113
|
+
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
115
114
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
116
115
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
116
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
|
|
117
117
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
118
118
|
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
119
119
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
120
120
|
public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
|
|
121
|
-
public static let
|
|
122
|
-
public static let
|
|
123
|
-
public static let
|
|
121
|
+
public static let mdsColorThemeCommonButtonPromotionActive0 = #601e66
|
|
122
|
+
public static let mdsColorThemeCommonButtonPromotionActive1 = #3b1e21
|
|
123
|
+
public static let mdsColorThemeCommonButtonPromotionHover0 = #601e66
|
|
124
|
+
public static let mdsColorThemeCommonButtonPromotionHover1 = #66262d
|
|
125
|
+
public static let mdsColorThemeCommonButtonPromotionNormal0 = #932099
|
|
126
|
+
public static let mdsColorThemeCommonButtonPromotionNormal1 = #a12a3a
|
|
127
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #ffffff1c
|
|
124
128
|
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
|
|
125
|
-
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #
|
|
129
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffffb3
|
|
126
130
|
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
131
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
132
132
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
133
|
-
public static let mdsColorThemeCommonButtonSecondaryNormal = #
|
|
134
|
-
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
135
|
-
public static let mdsColorThemeCommonContentExcel = #00893E
|
|
136
|
-
public static let mdsColorThemeCommonContentKeynote = #029CFB
|
|
137
|
-
public static let mdsColorThemeCommonContentOnenote = #B839DB
|
|
138
|
-
public static let mdsColorThemeCommonContentPdf = #EE0507
|
|
139
|
-
public static let mdsColorThemeCommonContentPowerpoint = #D93E17
|
|
140
|
-
public static let mdsColorThemeCommonContentSheets = #F4B400
|
|
141
|
-
public static let mdsColorThemeCommonContentSlides = #0F9D58
|
|
142
|
-
public static let mdsColorThemeCommonContentWord = #0078D6
|
|
133
|
+
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff12
|
|
143
134
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
144
|
-
public static let mdsColorThemeCommonControlShareContentActive = #
|
|
135
|
+
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
145
136
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
146
137
|
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
138
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
147
139
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
148
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryDark = #00000033
|
|
149
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryLight = #ffffff33
|
|
150
|
-
public static let mdsColorThemeCommonOutlineDisabledNormal = #ffffff33
|
|
151
140
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
141
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
152
142
|
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
|
|
143
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
144
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
145
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
146
|
+
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
147
|
+
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #00000066
|
|
148
|
+
public static let mdsColorThemeCommonPartnerDoc = #4285f4
|
|
149
|
+
public static let mdsColorThemeCommonPartnerExcel = #00893e
|
|
150
|
+
public static let mdsColorThemeCommonPartnerKeynote = #029cfb
|
|
151
|
+
public static let mdsColorThemeCommonPartnerOnenote = #b839db
|
|
152
|
+
public static let mdsColorThemeCommonPartnerPdf = #ee0507
|
|
153
|
+
public static let mdsColorThemeCommonPartnerPowerpoint = #d93e17
|
|
154
|
+
public static let mdsColorThemeCommonPartnerSheets = #f4b400
|
|
155
|
+
public static let mdsColorThemeCommonPartnerSlides = #0f9d58
|
|
156
|
+
public static let mdsColorThemeCommonPartnerWord = #0078d6
|
|
158
157
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
159
158
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
160
|
-
public static let
|
|
161
|
-
public static let
|
|
162
|
-
public static let
|
|
159
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
160
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
|
|
161
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
|
|
163
162
|
public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
|
|
164
163
|
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
164
|
+
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
165
165
|
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
166
|
-
public static let mdsColorThemeCommonTextWhite = #fffffff2
|
|
167
166
|
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
|
|
168
167
|
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
|
|
169
168
|
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
|
|
170
169
|
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
|
|
171
170
|
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
|
|
172
171
|
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
|
|
173
|
-
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #
|
|
172
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
|
|
174
173
|
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
|
|
175
174
|
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
|
|
176
175
|
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
|
|
@@ -178,12 +177,23 @@ public class {
|
|
|
178
177
|
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
179
178
|
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
180
179
|
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
181
|
-
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
182
180
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
183
181
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
184
182
|
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
185
183
|
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
186
184
|
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
185
|
+
public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
|
|
186
|
+
public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
|
|
187
|
+
public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
|
|
188
|
+
public static let mdsColorThemeCommonWhiteboardPenPurple = #c233c4
|
|
189
|
+
public static let mdsColorThemeCommonWhiteboardPenRed = #f55868
|
|
190
|
+
public static let mdsColorThemeCommonWhiteboardPenWhite = #ffffff
|
|
191
|
+
public static let mdsColorThemeCommonWhiteboardPenYellow = #f2990a
|
|
192
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteCyan = #22c7d6
|
|
193
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteMint = #30c9b0
|
|
194
|
+
public static let mdsColorThemeCommonWhiteboardStickyNotePurple = #f294f1
|
|
195
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteRed = #fc8b98
|
|
196
|
+
public static let mdsColorThemeCommonWhiteboardStickyNoteYellow = #ffbe4f
|
|
187
197
|
public static let mdsColorThemeControlActiveActive = #1170cf
|
|
188
198
|
public static let mdsColorThemeControlActiveDisabled = #ffffff33
|
|
189
199
|
public static let mdsColorThemeControlActiveHover = #3492eb
|
|
@@ -196,24 +206,22 @@ public class {
|
|
|
196
206
|
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
197
207
|
public static let mdsColorThemeGlobaltintNormal = #3492eb
|
|
198
208
|
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
|
|
209
|
+
public static let mdsColorThemeGradientdividerAnnounceHover0 = #64b4fa
|
|
210
|
+
public static let mdsColorThemeGradientdividerAnnounceHover1 = #64b4fa
|
|
211
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal0 = #64b4fa
|
|
212
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal1 = #64b4fa
|
|
213
|
+
public static let mdsColorThemeGradientdividerErrorHover0 = #fc8b98
|
|
214
|
+
public static let mdsColorThemeGradientdividerErrorHover1 = #fc8b98
|
|
215
|
+
public static let mdsColorThemeGradientdividerErrorNormal0 = #fc8b98
|
|
216
|
+
public static let mdsColorThemeGradientdividerErrorNormal1 = #fc8b98
|
|
209
217
|
public static let mdsColorThemeGradientdividerHover0 = #ffffff00
|
|
210
218
|
public static let mdsColorThemeGradientdividerHover1 = #ffffff99
|
|
211
219
|
public static let mdsColorThemeGradientdividerNormal0 = #ffffff00
|
|
212
220
|
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 = #
|
|
221
|
+
public static let mdsColorThemeGradientdividerWarningHover0 = #f2990a
|
|
222
|
+
public static let mdsColorThemeGradientdividerWarningHover1 = #f2990a
|
|
223
|
+
public static let mdsColorThemeGradientdividerWarningNormal0 = #f2990a
|
|
224
|
+
public static let mdsColorThemeGradientdividerWarningNormal1 = #f2990a
|
|
217
225
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #000000
|
|
218
226
|
public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #3b3b3b
|
|
219
227
|
public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #1a1a1a
|
|
@@ -234,7 +242,7 @@ public class {
|
|
|
234
242
|
public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
|
|
235
243
|
public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
|
|
236
244
|
public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
|
|
237
|
-
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #
|
|
245
|
+
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
|
|
238
246
|
public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
|
|
239
247
|
public static let mdsColorThemeIllustrationsSuccess1 = #93c437
|
|
240
248
|
public static let mdsColorThemeIndicatorAttention = #f55868
|
|
@@ -242,7 +250,7 @@ public class {
|
|
|
242
250
|
public static let mdsColorThemeIndicatorLocked = #8f8f8f
|
|
243
251
|
public static let mdsColorThemeIndicatorSecure = #3492eb
|
|
244
252
|
public static let mdsColorThemeIndicatorStable = #27a17a
|
|
245
|
-
public static let mdsColorThemeIndicatorUnstable = #
|
|
253
|
+
public static let mdsColorThemeIndicatorUnstable = #ec6400
|
|
246
254
|
public static let mdsColorThemeInvertedBackgroundNormal = #ffffff
|
|
247
255
|
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #00000033
|
|
248
256
|
public static let mdsColorThemeInvertedButtonPrimaryHover = #000000cc
|
|
@@ -264,7 +272,7 @@ public class {
|
|
|
264
272
|
public static let mdsColorThemeInvertedOutlineButtonNormal = #00000080
|
|
265
273
|
public static let mdsColorThemeInvertedOutlineDisabledNormal = #00000033
|
|
266
274
|
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #00000075
|
|
267
|
-
public static let
|
|
275
|
+
public static let mdsColorThemeInvertedOutlineThemeNormal = #1170cf
|
|
268
276
|
public static let mdsColorThemeInvertedTextAccentHover = #0a274a
|
|
269
277
|
public static let mdsColorThemeInvertedTextAccentNormal = #0353a8
|
|
270
278
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #00000066
|
|
@@ -272,8 +280,6 @@ public class {
|
|
|
272
280
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #000000b3
|
|
273
281
|
public static let mdsColorThemeOutlineButtonNormal = #ffffff80
|
|
274
282
|
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
283
|
public static let mdsColorThemeOutlineHighContrastFocus = #ffffff
|
|
278
284
|
public static let mdsColorThemeOutlineInputActive = #ffffffe6
|
|
279
285
|
public static let mdsColorThemeOutlineInputNormal = #ffffff80
|
|
@@ -282,22 +288,22 @@ public class {
|
|
|
282
288
|
public static let mdsColorThemeOutlineLabelGold = #d6b220
|
|
283
289
|
public static let mdsColorThemeOutlineLabelLime = #93c437
|
|
284
290
|
public static let mdsColorThemeOutlineLabelMint = #30c9b0
|
|
285
|
-
public static let mdsColorThemeOutlineLabelOrange = #
|
|
291
|
+
public static let mdsColorThemeOutlineLabelOrange = #fd884e
|
|
286
292
|
public static let mdsColorThemeOutlineLabelPink = #fc97aa
|
|
287
293
|
public static let mdsColorThemeOutlineLabelPurple = #f294f1
|
|
288
294
|
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
289
295
|
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
290
296
|
public static let mdsColorThemeOutlineOverlayNormal = #adadad
|
|
297
|
+
public static let mdsColorThemeOutlinePrimaryDisabled = #ffffff33
|
|
291
298
|
public static let mdsColorThemeOutlinePrimaryNormal = #ffffff66
|
|
292
|
-
public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #c233c4 -0.03%, #d43b52 99.99%)
|
|
293
299
|
public static let mdsColorThemeOutlineSecondaryNormal = #ffffff33
|
|
294
|
-
public static let mdsColorThemeOutlineShareActive = #
|
|
300
|
+
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
295
301
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
296
302
|
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
297
303
|
public static let mdsColorThemeOutlineThemeNormal = #64b4fa
|
|
298
304
|
public static let mdsColorThemeOverlayButtonSecondaryHover = #262626
|
|
299
305
|
public static let mdsColorThemeOverlayButtonSecondaryNormal = #0f0f0f
|
|
300
|
-
public static let mdsColorThemeOverlayButtonSecondaryPressed = #
|
|
306
|
+
public static let mdsColorThemeOverlayButtonSecondaryPressed = #3b3b3b
|
|
301
307
|
public static let mdsColorThemeOverlayMeetingsNormal = #000000b3
|
|
302
308
|
public static let mdsColorThemeScrollbarArrowBackgroundHover = #ffffff33
|
|
303
309
|
public static let mdsColorThemeScrollbarArrowBackgroundNormal = #ffffff00
|
|
@@ -311,9 +317,9 @@ public class {
|
|
|
311
317
|
public static let mdsColorThemeTextAccentActive = #bfe3ff
|
|
312
318
|
public static let mdsColorThemeTextAccentHover = #bfe3ff
|
|
313
319
|
public static let mdsColorThemeTextAccentNormal = #64b4fa
|
|
314
|
-
public static let mdsColorThemeTextAlertOrangeActive = #
|
|
315
|
-
public static let mdsColorThemeTextAlertOrangeHover = #
|
|
316
|
-
public static let mdsColorThemeTextAlertOrangeNormal = #
|
|
320
|
+
public static let mdsColorThemeTextAlertOrangeActive = #fed5ac
|
|
321
|
+
public static let mdsColorThemeTextAlertOrangeHover = #fed5ac
|
|
322
|
+
public static let mdsColorThemeTextAlertOrangeNormal = #fd884e
|
|
317
323
|
public static let mdsColorThemeTextAlertPurpleActive = #fce1fc
|
|
318
324
|
public static let mdsColorThemeTextAlertPurpleHover = #fce1fc
|
|
319
325
|
public static let mdsColorThemeTextAlertPurpleNormal = #f294f1
|
|
@@ -340,11 +346,11 @@ public class {
|
|
|
340
346
|
public static let mdsColorThemeTextTeamLimeHover = #93c437
|
|
341
347
|
public static let mdsColorThemeTextTeamLimeNormal = #93c437
|
|
342
348
|
public static let mdsColorThemeTextTeamMintActive = #baf5e7
|
|
343
|
-
public static let mdsColorThemeTextTeamMintHover = #
|
|
349
|
+
public static let mdsColorThemeTextTeamMintHover = #baf5e7
|
|
344
350
|
public static let mdsColorThemeTextTeamMintNormal = #30c9b0
|
|
345
|
-
public static let mdsColorThemeTextTeamOrangeActive = #
|
|
346
|
-
public static let mdsColorThemeTextTeamOrangeHover = #
|
|
347
|
-
public static let mdsColorThemeTextTeamOrangeNormal = #
|
|
351
|
+
public static let mdsColorThemeTextTeamOrangeActive = #fed5ac
|
|
352
|
+
public static let mdsColorThemeTextTeamOrangeHover = #fd884e
|
|
353
|
+
public static let mdsColorThemeTextTeamOrangeNormal = #fd884e
|
|
348
354
|
public static let mdsColorThemeTextTeamPinkActive = #ffe0e7
|
|
349
355
|
public static let mdsColorThemeTextTeamPinkHover = #fc97aa
|
|
350
356
|
public static let mdsColorThemeTextTeamPinkNormal = #fc97aa
|
|
@@ -363,9 +369,4 @@ public class {
|
|
|
363
369
|
public static let mdsColorThemeTextWarningActive = #ffda94
|
|
364
370
|
public static let mdsColorThemeTextWarningHover = #ffda94
|
|
365
371
|
public static let mdsColorThemeTextWarningNormal = #f2990a
|
|
366
|
-
public static let mdsColorThemeWhiteboardStickyNoteCyan = #22c7d6
|
|
367
|
-
public static let mdsColorThemeWhiteboardStickyNoteMint = #30c9b0
|
|
368
|
-
public static let mdsColorThemeWhiteboardStickyNotePurple = #f294f1
|
|
369
|
-
public static let mdsColorThemeWhiteboardStickyNoteRed = #fc8b98
|
|
370
|
-
public static let mdsColorThemeWhiteboardStickyNoteYellow = #ffbe4f
|
|
371
372
|
}
|