@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,22 +16,22 @@ 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
|
|
23
23
|
public static let mdsColorThemeAvatarViolet = #643abd
|
|
24
24
|
public static let mdsColorThemeAvatarYellow = #7d4705
|
|
25
25
|
public static let mdsColorThemeBackgroundAccentNormal = #1170cf
|
|
26
|
-
public static let mdsColorThemeBackgroundAlertDefaultActive = #
|
|
27
|
-
public static let mdsColorThemeBackgroundAlertDefaultHover = #
|
|
28
|
-
public static let mdsColorThemeBackgroundAlertDefaultNormal = #
|
|
26
|
+
public static let mdsColorThemeBackgroundAlertDefaultActive = #c9c9c9
|
|
27
|
+
public static let mdsColorThemeBackgroundAlertDefaultHover = #dedede
|
|
28
|
+
public static let mdsColorThemeBackgroundAlertDefaultNormal = #dedede
|
|
29
29
|
public static let mdsColorThemeBackgroundAlertErrorActive = #ffd4da
|
|
30
30
|
public static let mdsColorThemeBackgroundAlertErrorHover = #ffe8ea
|
|
31
31
|
public static let mdsColorThemeBackgroundAlertErrorNormal = #ffe8ea
|
|
32
|
-
public static let mdsColorThemeBackgroundAlertOrangeActive = #
|
|
33
|
-
public static let mdsColorThemeBackgroundAlertOrangeHover = #
|
|
34
|
-
public static let mdsColorThemeBackgroundAlertOrangeNormal = #
|
|
32
|
+
public static let mdsColorThemeBackgroundAlertOrangeActive = #fed5ac
|
|
33
|
+
public static let mdsColorThemeBackgroundAlertOrangeHover = #feebd7
|
|
34
|
+
public static let mdsColorThemeBackgroundAlertOrangeNormal = #feebd7
|
|
35
35
|
public static let mdsColorThemeBackgroundAlertPurpleActive = #fce1fc
|
|
36
36
|
public static let mdsColorThemeBackgroundAlertPurpleHover = #fcf2fc
|
|
37
37
|
public static let mdsColorThemeBackgroundAlertPurpleNormal = #fcf2fc
|
|
@@ -44,9 +44,11 @@ public class {
|
|
|
44
44
|
public static let mdsColorThemeBackgroundAlertWarningActive = #ffda94
|
|
45
45
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
46
46
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
47
|
-
public static let mdsColorThemeBackgroundCommonNormal = #
|
|
48
|
-
public static let
|
|
49
|
-
public static let
|
|
47
|
+
public static let mdsColorThemeBackgroundCommonNormal = #000000
|
|
48
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal0 = #f0f0f0
|
|
49
|
+
public static let mdsColorThemeBackgroundGradientPrimaryNormal1 = #ffffff
|
|
50
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal0 = #fafafa
|
|
51
|
+
public static let mdsColorThemeBackgroundGradientSecondaryNormal1 = #ffffff
|
|
50
52
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #99ddff
|
|
51
53
|
public static let mdsColorThemeBackgroundLabelCobaltHover = #c7eeff
|
|
52
54
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #e5f8ff
|
|
@@ -59,9 +61,9 @@ public class {
|
|
|
59
61
|
public static let mdsColorThemeBackgroundLabelMintActive = #74e8d1
|
|
60
62
|
public static let mdsColorThemeBackgroundLabelMintHover = #baf5e7
|
|
61
63
|
public static let mdsColorThemeBackgroundLabelMintNormal = #e9f7f3
|
|
62
|
-
public static let mdsColorThemeBackgroundLabelOrangeActive = #
|
|
63
|
-
public static let mdsColorThemeBackgroundLabelOrangeHover = #
|
|
64
|
-
public static let mdsColorThemeBackgroundLabelOrangeNormal = #
|
|
64
|
+
public static let mdsColorThemeBackgroundLabelOrangeActive = #feba7f
|
|
65
|
+
public static let mdsColorThemeBackgroundLabelOrangeHover = #fed5ac
|
|
66
|
+
public static let mdsColorThemeBackgroundLabelOrangeNormal = #feebd7
|
|
65
67
|
public static let mdsColorThemeBackgroundLabelPinkActive = #ffc7d2
|
|
66
68
|
public static let mdsColorThemeBackgroundLabelPinkHover = #ffe0e7
|
|
67
69
|
public static let mdsColorThemeBackgroundLabelPinkNormal = #fff2f5
|
|
@@ -74,106 +76,100 @@ public class {
|
|
|
74
76
|
public static let mdsColorThemeBackgroundLabelVioletActive = #e2cafc
|
|
75
77
|
public static let mdsColorThemeBackgroundLabelVioletHover = #f0e3fc
|
|
76
78
|
public static let mdsColorThemeBackgroundLabelVioletNormal = #f8f2fc
|
|
77
|
-
public static let mdsColorThemeBackgroundNamelabelNormal = #
|
|
79
|
+
public static let mdsColorThemeBackgroundNamelabelNormal = #ffffff80
|
|
78
80
|
public static let mdsColorThemeBackgroundPrimaryActive = #0000001c
|
|
79
81
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #0000001c
|
|
80
|
-
public static let mdsColorThemeBackgroundPrimaryGhost = #
|
|
82
|
+
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
81
83
|
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
82
|
-
public static let mdsColorThemeBackgroundReactionNormal = linear-gradient(180deg, #ffffff 90%, #ffffff 0%)
|
|
83
84
|
public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
|
|
84
85
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
85
86
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
86
87
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
87
|
-
public static let mdsColorThemeBackgroundSkeletonNormal = linear-gradient(123deg, #00000033 14.98%, #0000004d 38.98%, #00000066 64.82%, #00000080);
|
|
88
88
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
89
89
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
90
|
-
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #
|
|
91
|
-
public static let mdsColorThemeBackgroundSolidTertiaryNormal = #
|
|
90
|
+
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
91
|
+
public static let mdsColorThemeBackgroundSolidTertiaryNormal = #ededed
|
|
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
|
|
99
|
-
public static let mdsColorThemeButtonInvertedHover = #ededed
|
|
100
|
-
public static let mdsColorThemeButtonInvertedNormal = #ffffff
|
|
101
|
-
public static let mdsColorThemeButtonInvertedPressed = #dedede
|
|
102
98
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
103
99
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
104
100
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
105
|
-
public static let mdsColorThemeButtonPrimaryDisabled = #
|
|
101
|
+
public static let mdsColorThemeButtonPrimaryDisabled = #00000000
|
|
106
102
|
public static let mdsColorThemeButtonPrimaryHover = #000000cc
|
|
107
103
|
public static let mdsColorThemeButtonPrimaryNormal = #000000f2
|
|
108
104
|
public static let mdsColorThemeButtonPrimaryPressed = #000000b3
|
|
105
|
+
public static let mdsColorThemeButtonSecondaryActiveDisabled = #0000001c
|
|
109
106
|
public static let mdsColorThemeButtonSecondaryActiveHover = #0000004d
|
|
110
107
|
public static let mdsColorThemeButtonSecondaryActiveNormal = #00000033
|
|
111
108
|
public static let mdsColorThemeButtonSecondaryActivePressed = #00000066
|
|
112
|
-
public static let mdsColorThemeButtonSecondaryDisabled = #
|
|
109
|
+
public static let mdsColorThemeButtonSecondaryDisabled = #00000000
|
|
113
110
|
public static let mdsColorThemeButtonSecondaryHover = #00000012
|
|
114
111
|
public static let mdsColorThemeButtonSecondaryNormal = #00000000
|
|
115
112
|
public static let mdsColorThemeButtonSecondaryPressed = #00000033
|
|
116
|
-
public static let
|
|
117
|
-
public static let mdsColorThemeCommonBackgroundSolidSecondaryDark = #1a1a1a
|
|
113
|
+
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
118
114
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
119
115
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
116
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
|
|
120
117
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
121
118
|
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
122
119
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
123
120
|
public static let mdsColorThemeCommonButtonPrimaryPressed = #ffffffb3
|
|
124
|
-
public static let
|
|
125
|
-
public static let
|
|
126
|
-
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
|
|
127
128
|
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #ffffff4d
|
|
128
|
-
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #
|
|
129
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffffb3
|
|
129
130
|
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #ffffff66
|
|
130
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkDisabled = #00000000
|
|
131
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkHover = #00000012
|
|
132
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkNormal = #00000000
|
|
133
|
-
public static let mdsColorThemeCommonButtonSecondaryDarkPressed = #00000033
|
|
134
131
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
135
132
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
136
133
|
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
|
|
137
|
-
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
138
|
-
public static let mdsColorThemeCommonContentExcel = #00893E
|
|
139
|
-
public static let mdsColorThemeCommonContentKeynote = #029CFB
|
|
140
|
-
public static let mdsColorThemeCommonContentOnenote = #B839DB
|
|
141
|
-
public static let mdsColorThemeCommonContentPdf = #EE0507
|
|
142
|
-
public static let mdsColorThemeCommonContentPowerpoint = #D93E17
|
|
143
|
-
public static let mdsColorThemeCommonContentSheets = #F4B400
|
|
144
|
-
public static let mdsColorThemeCommonContentSlides = #0F9D58
|
|
145
|
-
public static let mdsColorThemeCommonContentWord = #0078D6
|
|
146
134
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
147
|
-
public static let mdsColorThemeCommonControlShareContentActive = #
|
|
135
|
+
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
148
136
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
149
137
|
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
138
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
150
139
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
151
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryDark = #00000033
|
|
152
|
-
public static let mdsColorThemeCommonOutlineClosedCaptionSecondaryLight = #ffffff33
|
|
153
|
-
public static let mdsColorThemeCommonOutlineDisabledNormal = #ffffff33
|
|
154
140
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
141
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
155
142
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
156
|
-
public static let
|
|
157
|
-
public static let
|
|
158
|
-
public static let
|
|
159
|
-
public static let
|
|
160
|
-
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
|
|
161
157
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
162
158
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
163
|
-
public static let
|
|
164
|
-
public static let
|
|
165
|
-
public static let
|
|
159
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
160
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #fffffff2
|
|
161
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #ffffffb3
|
|
166
162
|
public static let mdsColorThemeCommonTextSuccessHover = #9fedd8
|
|
167
163
|
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
164
|
+
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
168
165
|
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
169
|
-
public static let mdsColorThemeCommonTextWhite = #fffffff2
|
|
170
166
|
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
|
|
171
167
|
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
|
|
172
168
|
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
|
|
173
169
|
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
|
|
174
170
|
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
|
|
175
171
|
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
|
|
176
|
-
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #
|
|
172
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
|
|
177
173
|
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
|
|
178
174
|
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
|
|
179
175
|
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
|
|
@@ -181,46 +177,56 @@ public class {
|
|
|
181
177
|
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
182
178
|
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
183
179
|
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
184
|
-
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
185
180
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
186
181
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
187
182
|
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
188
183
|
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
189
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
|
|
190
197
|
public static let mdsColorThemeControlActiveActive = #063a75
|
|
191
|
-
public static let mdsColorThemeControlActiveDisabled = #
|
|
198
|
+
public static let mdsColorThemeControlActiveDisabled = #00000033
|
|
192
199
|
public static let mdsColorThemeControlActiveHover = #0353a8
|
|
193
200
|
public static let mdsColorThemeControlActiveNormal = #1170cf
|
|
194
201
|
public static let mdsColorThemeControlActivePressed = #063a75
|
|
195
|
-
public static let mdsColorThemeControlInactiveDisabled = #
|
|
196
|
-
public static let mdsColorThemeControlInactiveHover = #
|
|
197
|
-
public static let mdsColorThemeControlInactiveNormal = #
|
|
198
|
-
public static let mdsColorThemeControlInactivePressed = #
|
|
202
|
+
public static let mdsColorThemeControlInactiveDisabled = #00000033
|
|
203
|
+
public static let mdsColorThemeControlInactiveHover = #0000004d
|
|
204
|
+
public static let mdsColorThemeControlInactiveNormal = #00000000
|
|
205
|
+
public static let mdsColorThemeControlInactivePressed = #00000066
|
|
206
|
+
public static let mdsColorThemeControlIndicatorInactiveNormal = #8f8f8f
|
|
199
207
|
public static let mdsColorThemeGlobaltintNormal = #1170cf
|
|
200
208
|
public static let mdsColorThemeGlobaltintSelected = #1170cf
|
|
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
|
|
208
|
-
public static let
|
|
209
|
-
public static let mdsColorThemeGradientdividerErrorNormal0 = #ab0a1500
|
|
210
|
-
public static let mdsColorThemeGradientdividerErrorNormal1 = #ab0a1599
|
|
209
|
+
public static let mdsColorThemeGradientdividerAnnounceHover0 = #0353a8
|
|
210
|
+
public static let mdsColorThemeGradientdividerAnnounceHover1 = #0353a8
|
|
211
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal0 = #0353a8
|
|
212
|
+
public static let mdsColorThemeGradientdividerAnnounceNormal1 = #0353a8
|
|
213
|
+
public static let mdsColorThemeGradientdividerErrorHover0 = #ab0a15
|
|
214
|
+
public static let mdsColorThemeGradientdividerErrorHover1 = #ab0a15
|
|
215
|
+
public static let mdsColorThemeGradientdividerErrorNormal0 = #ab0a15
|
|
216
|
+
public static let mdsColorThemeGradientdividerErrorNormal1 = #ab0a15
|
|
211
217
|
public static let mdsColorThemeGradientdividerHover0 = #00000000
|
|
212
218
|
public static let mdsColorThemeGradientdividerHover1 = #00000099
|
|
213
219
|
public static let mdsColorThemeGradientdividerNormal0 = #00000000
|
|
214
220
|
public static let mdsColorThemeGradientdividerNormal1 = #00000033
|
|
215
|
-
public static let mdsColorThemeGradientdividerWarningHover0 = #
|
|
216
|
-
public static let mdsColorThemeGradientdividerWarningHover1 = #
|
|
217
|
-
public static let mdsColorThemeGradientdividerWarningNormal0 = #
|
|
218
|
-
public static let mdsColorThemeGradientdividerWarningNormal1 = #
|
|
221
|
+
public static let mdsColorThemeGradientdividerWarningHover0 = #7d4705
|
|
222
|
+
public static let mdsColorThemeGradientdividerWarningHover1 = #7d4705
|
|
223
|
+
public static let mdsColorThemeGradientdividerWarningNormal0 = #7d4705
|
|
224
|
+
public static let mdsColorThemeGradientdividerWarningNormal1 = #7d4705
|
|
219
225
|
public static let mdsColorThemeGroupedbackgroundPrimaryNormal = #f7f7f7
|
|
220
226
|
public static let mdsColorThemeGroupedbackgroundQuaternaryNormal = #ffffff
|
|
221
227
|
public static let mdsColorThemeGroupedbackgroundSecondaryNormal = #ffffff
|
|
222
228
|
public static let mdsColorThemeGroupedbackgroundTertiaryNormal = #f7f7f7
|
|
223
|
-
public static let mdsColorThemeIllustrationsDefault = #
|
|
229
|
+
public static let mdsColorThemeIllustrationsDefault = #000000
|
|
224
230
|
public static let mdsColorThemeIllustrationsEmptyPrimary0 = #93c437
|
|
225
231
|
public static let mdsColorThemeIllustrationsEmptyPrimary1 = #279be8
|
|
226
232
|
public static let mdsColorThemeIllustrationsEmptySecondary0 = #279be8
|
|
@@ -236,15 +242,15 @@ public class {
|
|
|
236
242
|
public static let mdsColorThemeIllustrationsOnboardingSecondary0 = #f55868
|
|
237
243
|
public static let mdsColorThemeIllustrationsOnboardingSecondary1 = #875ae0
|
|
238
244
|
public static let mdsColorThemeIllustrationsOnboardingTertiary0 = #ffbe4f
|
|
239
|
-
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #
|
|
245
|
+
public static let mdsColorThemeIllustrationsOnboardingTertiary1 = #ec6400
|
|
240
246
|
public static let mdsColorThemeIllustrationsSuccess0 = #3cc29a
|
|
241
247
|
public static let mdsColorThemeIllustrationsSuccess1 = #93c437
|
|
242
248
|
public static let mdsColorThemeIndicatorAttention = #db1f2e
|
|
243
|
-
public static let mdsColorThemeIndicatorCaution = #
|
|
249
|
+
public static let mdsColorThemeIndicatorCaution = #a65e00
|
|
244
250
|
public static let mdsColorThemeIndicatorLocked = #707070
|
|
245
251
|
public static let mdsColorThemeIndicatorSecure = #1170cf
|
|
246
252
|
public static let mdsColorThemeIndicatorStable = #1d805f
|
|
247
|
-
public static let mdsColorThemeIndicatorUnstable = #
|
|
253
|
+
public static let mdsColorThemeIndicatorUnstable = #c94403
|
|
248
254
|
public static let mdsColorThemeInvertedBackgroundNormal = #000000
|
|
249
255
|
public static let mdsColorThemeInvertedButtonPrimaryDisabled = #ffffff33
|
|
250
256
|
public static let mdsColorThemeInvertedButtonPrimaryHover = #ffffffcc
|
|
@@ -259,14 +265,14 @@ public class {
|
|
|
259
265
|
public static let mdsColorThemeInvertedControlActiveHover = #3492eb
|
|
260
266
|
public static let mdsColorThemeInvertedControlActiveNormal = #64b4fa
|
|
261
267
|
public static let mdsColorThemeInvertedControlActivePressed = #1170cf
|
|
262
|
-
public static let mdsColorThemeInvertedControlInactiveDisabled = #
|
|
263
|
-
public static let mdsColorThemeInvertedControlInactiveHover = #
|
|
264
|
-
public static let mdsColorThemeInvertedControlInactiveNormal = #
|
|
265
|
-
public static let mdsColorThemeInvertedControlInactivePressed = #
|
|
268
|
+
public static let mdsColorThemeInvertedControlInactiveDisabled = #ffffff33
|
|
269
|
+
public static let mdsColorThemeInvertedControlInactiveHover = #ffffff4d
|
|
270
|
+
public static let mdsColorThemeInvertedControlInactiveNormal = #8f8f8f
|
|
271
|
+
public static let mdsColorThemeInvertedControlInactivePressed = #ffffff66
|
|
266
272
|
public static let mdsColorThemeInvertedOutlineButtonNormal = #ffffff80
|
|
267
|
-
public static let
|
|
273
|
+
public static let mdsColorThemeInvertedOutlineDisabledNormal = #ffffff33
|
|
268
274
|
public static let mdsColorThemeInvertedOutlinePrimaryNormal = #ffffff66
|
|
269
|
-
public static let
|
|
275
|
+
public static let mdsColorThemeInvertedOutlineThemeNormal = #64b4fa
|
|
270
276
|
public static let mdsColorThemeInvertedTextAccentHover = #bfe3ff
|
|
271
277
|
public static let mdsColorThemeInvertedTextAccentNormal = #64b4fa
|
|
272
278
|
public static let mdsColorThemeInvertedTextPrimaryDisabled = #ffffff66
|
|
@@ -274,8 +280,6 @@ public class {
|
|
|
274
280
|
public static let mdsColorThemeInvertedTextSecondaryNormal = #ffffffb3
|
|
275
281
|
public static let mdsColorThemeOutlineButtonNormal = #00000080
|
|
276
282
|
public static let mdsColorThemeOutlineCancelNormal = #ab0a15
|
|
277
|
-
public static let mdsColorThemeOutlineDisabledNormal = #00000033
|
|
278
|
-
public static let mdsColorThemeOutlineGradientActive = linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
279
283
|
public static let mdsColorThemeOutlineHighContrastFocus = #000000
|
|
280
284
|
public static let mdsColorThemeOutlineInputActive = #000000e6
|
|
281
285
|
public static let mdsColorThemeOutlineInputNormal = #00000080
|
|
@@ -284,16 +288,16 @@ public class {
|
|
|
284
288
|
public static let mdsColorThemeOutlineLabelGold = #d6b220
|
|
285
289
|
public static let mdsColorThemeOutlineLabelLime = #93c437
|
|
286
290
|
public static let mdsColorThemeOutlineLabelMint = #30c9b0
|
|
287
|
-
public static let mdsColorThemeOutlineLabelOrange = #
|
|
291
|
+
public static let mdsColorThemeOutlineLabelOrange = #fd884e
|
|
288
292
|
public static let mdsColorThemeOutlineLabelPink = #fc97aa
|
|
289
293
|
public static let mdsColorThemeOutlineLabelPurple = #f294f1
|
|
290
294
|
public static let mdsColorThemeOutlineLabelSlate = #b0b4d9
|
|
291
295
|
public static let mdsColorThemeOutlineLabelViolet = #c7a5fa
|
|
292
296
|
public static let mdsColorThemeOutlineOverlayNormal = #707070
|
|
297
|
+
public static let mdsColorThemeOutlinePrimaryDisabled = #00000033
|
|
293
298
|
public static let mdsColorThemeOutlinePrimaryNormal = #00000075
|
|
294
|
-
public static let mdsColorThemeOutlinePromotionNormal = linear-gradient(46deg, #251329 -0.03%, #a12a3a 99.99%)
|
|
295
299
|
public static let mdsColorThemeOutlineSecondaryNormal = #00000033
|
|
296
|
-
public static let mdsColorThemeOutlineShareActive = #
|
|
300
|
+
public static let mdsColorThemeOutlineShareActive = #ec6400
|
|
297
301
|
public static let mdsColorThemeOutlineShareInactive = #8f8f8f
|
|
298
302
|
public static let mdsColorThemeOutlineShareSelected = #27a17a
|
|
299
303
|
public static let mdsColorThemeOutlineThemeNormal = #1170cf
|
|
@@ -308,14 +312,14 @@ public class {
|
|
|
308
312
|
public static let mdsColorThemeScrollbarBackgroundSecondaryGhost = #00000000
|
|
309
313
|
public static let mdsColorThemeScrollbarBackgroundSecondaryNormal = #0000001c
|
|
310
314
|
public static let mdsColorThemeScrollbarButtonHover = #00000080
|
|
311
|
-
public static let mdsColorThemeScrollbarButtonNormal = #
|
|
315
|
+
public static let mdsColorThemeScrollbarButtonNormal = #00000075
|
|
312
316
|
public static let mdsColorThemeScrollbarButtonPressed = #00000099
|
|
313
317
|
public static let mdsColorThemeTextAccentActive = #0a274a
|
|
314
318
|
public static let mdsColorThemeTextAccentHover = #0a274a
|
|
315
319
|
public static let mdsColorThemeTextAccentNormal = #0353a8
|
|
316
|
-
public static let mdsColorThemeTextAlertOrangeActive = #
|
|
317
|
-
public static let mdsColorThemeTextAlertOrangeHover = #
|
|
318
|
-
public static let mdsColorThemeTextAlertOrangeNormal = #
|
|
320
|
+
public static let mdsColorThemeTextAlertOrangeActive = #411b04
|
|
321
|
+
public static let mdsColorThemeTextAlertOrangeHover = #411b04
|
|
322
|
+
public static let mdsColorThemeTextAlertOrangeNormal = #9c3202
|
|
319
323
|
public static let mdsColorThemeTextAlertPurpleActive = #3b1840
|
|
320
324
|
public static let mdsColorThemeTextAlertPurpleHover = #3b1840
|
|
321
325
|
public static let mdsColorThemeTextAlertPurpleNormal = #932099
|
|
@@ -333,7 +337,7 @@ public class {
|
|
|
333
337
|
public static let mdsColorThemeTextTeamCobaltHover = #08599c
|
|
334
338
|
public static let mdsColorThemeTextTeamCobaltNormal = #08599c
|
|
335
339
|
public static let mdsColorThemeTextTeamCyanActive = #0b2a30
|
|
336
|
-
public static let mdsColorThemeTextTeamCyanHover = #
|
|
340
|
+
public static let mdsColorThemeTextTeamCyanHover = #0b2a30
|
|
337
341
|
public static let mdsColorThemeTextTeamCyanNormal = #066070
|
|
338
342
|
public static let mdsColorThemeTextTeamGoldActive = #30240d
|
|
339
343
|
public static let mdsColorThemeTextTeamGoldHover = #735107
|
|
@@ -342,11 +346,11 @@ public class {
|
|
|
342
346
|
public static let mdsColorThemeTextTeamLimeHover = #416116
|
|
343
347
|
public static let mdsColorThemeTextTeamLimeNormal = #416116
|
|
344
348
|
public static let mdsColorThemeTextTeamMintActive = #102b2a
|
|
345
|
-
public static let mdsColorThemeTextTeamMintHover = #
|
|
349
|
+
public static let mdsColorThemeTextTeamMintHover = #102b2a
|
|
346
350
|
public static let mdsColorThemeTextTeamMintNormal = #12615a
|
|
347
|
-
public static let mdsColorThemeTextTeamOrangeActive = #
|
|
348
|
-
public static let mdsColorThemeTextTeamOrangeHover = #
|
|
349
|
-
public static let mdsColorThemeTextTeamOrangeNormal = #
|
|
351
|
+
public static let mdsColorThemeTextTeamOrangeActive = #411b04
|
|
352
|
+
public static let mdsColorThemeTextTeamOrangeHover = #9c3202
|
|
353
|
+
public static let mdsColorThemeTextTeamOrangeNormal = #9c3202
|
|
350
354
|
public static let mdsColorThemeTextTeamPinkActive = #3b1e21
|
|
351
355
|
public static let mdsColorThemeTextTeamPinkHover = #a12a3a
|
|
352
356
|
public static let mdsColorThemeTextTeamPinkNormal = #a12a3a
|
|
@@ -365,9 +369,4 @@ public class {
|
|
|
365
369
|
public static let mdsColorThemeTextWarningActive = #36220c
|
|
366
370
|
public static let mdsColorThemeTextWarningHover = #36220c
|
|
367
371
|
public static let mdsColorThemeTextWarningNormal = #7d4705
|
|
368
|
-
public static let mdsColorThemeWhiteboardStickyNoteCyan = #22c7d6
|
|
369
|
-
public static let mdsColorThemeWhiteboardStickyNoteMint = #30c9b0
|
|
370
|
-
public static let mdsColorThemeWhiteboardStickyNotePurple = #f294f1
|
|
371
|
-
public static let mdsColorThemeWhiteboardStickyNoteRed = #fc8b98
|
|
372
|
-
public static let mdsColorThemeWhiteboardStickyNoteYellow = #ffbe4f
|
|
373
372
|
}
|