@momentum-design/tokens 0.0.57 → 0.0.59
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 +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +52 -10
- package/dist/css/theme/webex/hc-dark-stable.css +27 -1
- package/dist/css/theme/webex/hc-light-stable.css +74 -48
- package/dist/css/theme/webex/light-stable.css +53 -11
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +52 -10
- package/dist/ios/theme/webex/hc-dark-stable.swift +27 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +74 -48
- package/dist/ios/theme/webex/light-stable.swift +53 -11
- package/dist/json/theme/webex/dark-stable.json +1375 -57
- package/dist/json/theme/webex/hc-dark-stable.json +784 -0
- package/dist/json/theme/webex/hc-light-stable.json +887 -187
- package/dist/json/theme/webex/light-stable.json +1371 -57
- package/dist/json-minimal/theme/webex/dark-stable.json +102 -2
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +56 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +103 -47
- package/dist/json-minimal/theme/webex/light-stable.json +103 -3
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +52 -10
- package/dist/resources/theme/webex/hc-dark-stable.xml +27 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +74 -48
- package/dist/resources/theme/webex/light-stable.xml +53 -11
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +52 -10
- package/dist/scss/theme/webex/hc-dark-stable.scss +28 -2
- package/dist/scss/theme/webex/hc-light-stable.scss +74 -48
- package/dist/scss/theme/webex/light-stable.scss +53 -11
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 15 Jul 2024 08:58:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -77,6 +77,8 @@ public class {
|
|
|
77
77
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #3ff23f
|
|
78
78
|
public static let mdsColorThemeBackgroundPrimaryGhost = #000000
|
|
79
79
|
public static let mdsColorThemeBackgroundPrimaryHover = #000000
|
|
80
|
+
public static let mdsColorThemeBackgroundReactionNormal0 = #000000
|
|
81
|
+
public static let mdsColorThemeBackgroundReactionNormal1 = #000000
|
|
80
82
|
public static let mdsColorThemeBackgroundSecondaryActive = #1aebff
|
|
81
83
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #3ff23f
|
|
82
84
|
public static let mdsColorThemeBackgroundSecondaryHover = #1aebff
|
|
@@ -106,6 +108,8 @@ public class {
|
|
|
106
108
|
public static let mdsColorThemeButtonSecondaryNormal = #000000
|
|
107
109
|
public static let mdsColorThemeButtonSecondaryPressed = #1aebff
|
|
108
110
|
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #ffffff
|
|
111
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #000000
|
|
112
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #000000
|
|
109
113
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #3ff23f
|
|
110
114
|
public static let mdsColorThemeCommonButtonPrimaryHover = #1aebff
|
|
111
115
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #000000
|
|
@@ -141,6 +145,8 @@ public class {
|
|
|
141
145
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff
|
|
142
146
|
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #3ff23f
|
|
143
147
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff
|
|
148
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
149
|
+
public static let mdsColorThemeCommonOutlineSecondaryPrimary = #00000033
|
|
144
150
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #000000
|
|
145
151
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #000000
|
|
146
152
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000
|
|
@@ -155,6 +161,26 @@ public class {
|
|
|
155
161
|
public static let mdsColorThemeCommonTextSuccessNormal = #ffffff
|
|
156
162
|
public static let mdsColorThemeCommonTextWarningHover = #ffffff
|
|
157
163
|
public static let mdsColorThemeCommonTextWarningNormal = #ffffff
|
|
164
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #000000
|
|
165
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #1aebff
|
|
166
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #000000
|
|
167
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #1aebff
|
|
168
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #000000
|
|
169
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #1aebff
|
|
170
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #000000
|
|
171
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #1aebff
|
|
172
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #000000
|
|
173
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #1aebff
|
|
174
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #000000
|
|
175
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #1aebff
|
|
176
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
177
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
178
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #000000
|
|
179
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #000000
|
|
180
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #1aebff
|
|
181
|
+
public static let mdsColorThemeCommonTouchbarIconAttention = #000000
|
|
182
|
+
public static let mdsColorThemeCommonTouchbarIconSecure = #000000
|
|
183
|
+
public static let mdsColorThemeCommonTouchbarIconStable = #000000
|
|
158
184
|
public static let mdsColorThemeControlActiveActive = #1aebff
|
|
159
185
|
public static let mdsColorThemeControlActiveDisabled = #3ff23f
|
|
160
186
|
public static let mdsColorThemeControlActiveHover = #000000
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 15 Jul 2024 08:58:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -77,6 +77,8 @@ public class {
|
|
|
77
77
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #600000
|
|
78
78
|
public static let mdsColorThemeBackgroundPrimaryGhost = #ffffff
|
|
79
79
|
public static let mdsColorThemeBackgroundPrimaryHover = #ffffff
|
|
80
|
+
public static let mdsColorThemeBackgroundReactionNormal0 = #ffffff
|
|
81
|
+
public static let mdsColorThemeBackgroundReactionNormal1 = #ffffff
|
|
80
82
|
public static let mdsColorThemeBackgroundSecondaryActive = #37006e
|
|
81
83
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #600000
|
|
82
84
|
public static let mdsColorThemeBackgroundSecondaryHover = #37006e
|
|
@@ -106,56 +108,80 @@ public class {
|
|
|
106
108
|
public static let mdsColorThemeButtonSecondaryNormal = #ffffff
|
|
107
109
|
public static let mdsColorThemeButtonSecondaryPressed = #37006e
|
|
108
110
|
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #ffffff
|
|
109
|
-
public static let
|
|
110
|
-
public static let
|
|
111
|
-
public static let
|
|
112
|
-
public static let
|
|
113
|
-
public static let
|
|
114
|
-
public static let
|
|
115
|
-
public static let
|
|
116
|
-
public static let
|
|
117
|
-
public static let
|
|
118
|
-
public static let
|
|
119
|
-
public static let
|
|
120
|
-
public static let
|
|
121
|
-
public static let
|
|
122
|
-
public static let
|
|
123
|
-
public static let
|
|
124
|
-
public static let
|
|
125
|
-
public static let
|
|
126
|
-
public static let
|
|
127
|
-
public static let
|
|
128
|
-
public static let
|
|
129
|
-
public static let
|
|
130
|
-
public static let
|
|
131
|
-
public static let
|
|
132
|
-
public static let
|
|
133
|
-
public static let
|
|
134
|
-
public static let
|
|
135
|
-
public static let
|
|
111
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #ffffff
|
|
112
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
|
|
113
|
+
public static let mdsColorThemeCommonButtonPrimaryDisabled = #600000
|
|
114
|
+
public static let mdsColorThemeCommonButtonPrimaryHover = #37006e
|
|
115
|
+
public static let mdsColorThemeCommonButtonPrimaryNormal = #ffffff
|
|
116
|
+
public static let mdsColorThemeCommonButtonPrimaryPressed = #37006e
|
|
117
|
+
public static let mdsColorThemeCommonButtonPromotionActive0 = #37006e
|
|
118
|
+
public static let mdsColorThemeCommonButtonPromotionActive1 = #37006e
|
|
119
|
+
public static let mdsColorThemeCommonButtonPromotionHover0 = #37006e
|
|
120
|
+
public static let mdsColorThemeCommonButtonPromotionHover1 = #37006e
|
|
121
|
+
public static let mdsColorThemeCommonButtonPromotionNormal0 = #ffffff
|
|
122
|
+
public static let mdsColorThemeCommonButtonPromotionNormal1 = #ffffff
|
|
123
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveDisabled = #600000
|
|
124
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveHover = #37006e
|
|
125
|
+
public static let mdsColorThemeCommonButtonSecondaryActiveNormal = #ffffff
|
|
126
|
+
public static let mdsColorThemeCommonButtonSecondaryActivePressed = #37006e
|
|
127
|
+
public static let mdsColorThemeCommonButtonSecondaryDisabled = #600000
|
|
128
|
+
public static let mdsColorThemeCommonButtonSecondaryHover = #37006e
|
|
129
|
+
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff
|
|
130
|
+
public static let mdsColorThemeCommonContentDoc = #000000
|
|
131
|
+
public static let mdsColorThemeCommonContentExcel = #000000
|
|
132
|
+
public static let mdsColorThemeCommonContentKeynote = #000000
|
|
133
|
+
public static let mdsColorThemeCommonContentOnenote = #000000
|
|
134
|
+
public static let mdsColorThemeCommonContentPdf = #000000
|
|
135
|
+
public static let mdsColorThemeCommonContentPowerpoint = #000000
|
|
136
|
+
public static let mdsColorThemeCommonContentSheets = #000000
|
|
137
|
+
public static let mdsColorThemeCommonContentSlides = #000000
|
|
138
|
+
public static let mdsColorThemeCommonContentWord = #000000
|
|
139
|
+
public static let mdsColorThemeCommonControlInactiveNormal = #600000
|
|
136
140
|
public static let mdsColorThemeCommonControlShareContentActive = #ffffff
|
|
137
|
-
public static let mdsColorThemeCommonControlShareContentInactive = #
|
|
141
|
+
public static let mdsColorThemeCommonControlShareContentInactive = #600000
|
|
138
142
|
public static let mdsColorThemeCommonControlShareContentSelected = #ffffff
|
|
139
|
-
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #
|
|
143
|
+
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000
|
|
140
144
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff
|
|
141
|
-
public static let mdsColorThemeCommonOutlineInputNormal = #
|
|
142
|
-
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #
|
|
143
|
-
public static let mdsColorThemeCommonOutlinePrimaryNormal = #
|
|
144
|
-
public static let
|
|
145
|
-
public static let
|
|
146
|
-
public static let
|
|
147
|
-
public static let
|
|
148
|
-
public static let
|
|
149
|
-
public static let
|
|
150
|
-
public static let
|
|
151
|
-
public static let
|
|
152
|
-
public static let
|
|
153
|
-
public static let
|
|
154
|
-
public static let
|
|
155
|
-
public static let
|
|
156
|
-
public static let
|
|
157
|
-
public static let
|
|
158
|
-
public static let
|
|
145
|
+
public static let mdsColorThemeCommonOutlineInputNormal = #000000
|
|
146
|
+
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #600000
|
|
147
|
+
public static let mdsColorThemeCommonOutlinePrimaryNormal = #000000
|
|
148
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #000000
|
|
149
|
+
public static let mdsColorThemeCommonOutlineSecondaryPrimary = #000000
|
|
150
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #ffffff
|
|
151
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #ffffff
|
|
152
|
+
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #ffffff
|
|
153
|
+
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #ffffff
|
|
154
|
+
public static let mdsColorThemeCommonOverlaysSecondaryNormal = #ffffff
|
|
155
|
+
public static let mdsColorThemeCommonTextErrorHover = #000000
|
|
156
|
+
public static let mdsColorThemeCommonTextErrorNormal = #000000
|
|
157
|
+
public static let mdsColorThemeCommonTextPrimaryDisabled = #600000
|
|
158
|
+
public static let mdsColorThemeCommonTextPrimaryNormal = #000000
|
|
159
|
+
public static let mdsColorThemeCommonTextSecondaryNormal = #000000
|
|
160
|
+
public static let mdsColorThemeCommonTextSuccessHover = #000000
|
|
161
|
+
public static let mdsColorThemeCommonTextSuccessNormal = #000000
|
|
162
|
+
public static let mdsColorThemeCommonTextWarningHover = #000000
|
|
163
|
+
public static let mdsColorThemeCommonTextWarningNormal = #000000
|
|
164
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #ffffff
|
|
165
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #37006e
|
|
166
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #ffffff
|
|
167
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #ffffff
|
|
168
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #ffffff
|
|
169
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #37006e
|
|
170
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #ffffff
|
|
171
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #37006e
|
|
172
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #ffffff
|
|
173
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #37006e
|
|
174
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #ffffff
|
|
175
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #37006e
|
|
176
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #ffffff
|
|
177
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #ffffff
|
|
178
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #ffffff
|
|
179
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #ffffff
|
|
180
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #37006e
|
|
181
|
+
public static let mdsColorThemeCommonTouchbarIconAttention = #ffffff
|
|
182
|
+
public static let mdsColorThemeCommonTouchbarIconSecure = #ffffff
|
|
183
|
+
public static let mdsColorThemeCommonTouchbarIconStable = #ffffff
|
|
184
|
+
public static let mdsColorThemeControlActiveActive = #ffffff
|
|
159
185
|
public static let mdsColorThemeControlActiveDisabled = #600000
|
|
160
186
|
public static let mdsColorThemeControlActiveHover = #ffffff
|
|
161
187
|
public static let mdsColorThemeControlActiveNormal = #37006e
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
|
|
6
6
|
// Do not edit directly
|
|
7
|
-
// Generated on
|
|
7
|
+
// Generated on Mon, 15 Jul 2024 08:58:10 GMT
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
import UIKit
|
|
@@ -45,6 +45,10 @@ public class {
|
|
|
45
45
|
public static let mdsColorThemeBackgroundAlertWarningHover = #ffebc2
|
|
46
46
|
public static let mdsColorThemeBackgroundAlertWarningNormal = #ffebc2
|
|
47
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
|
|
48
52
|
public static let mdsColorThemeBackgroundLabelCobaltActive = #99ddff
|
|
49
53
|
public static let mdsColorThemeBackgroundLabelCobaltHover = #c7eeff
|
|
50
54
|
public static let mdsColorThemeBackgroundLabelCobaltNormal = #e5f8ff
|
|
@@ -77,10 +81,16 @@ public class {
|
|
|
77
81
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #0000001c
|
|
78
82
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
79
83
|
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
84
|
+
public static let mdsColorThemeBackgroundReactionNormal0 = #ffffff
|
|
85
|
+
public static let mdsColorThemeBackgroundReactionNormal1 = #ffffff
|
|
80
86
|
public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
|
|
81
87
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
82
88
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
83
89
|
public static let mdsColorThemeBackgroundSecondaryNormal = #0000001c
|
|
90
|
+
public static let mdsColorThemeBackgroundSkeletonNormal0 = #ffffff33
|
|
91
|
+
public static let mdsColorThemeBackgroundSkeletonNormal1 = #ffffff4d
|
|
92
|
+
public static let mdsColorThemeBackgroundSkeletonNormal2 = #ffffff66
|
|
93
|
+
public static let mdsColorThemeBackgroundSkeletonNormal3 = #ffffff80
|
|
84
94
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
85
95
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
86
96
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -94,7 +104,7 @@ public class {
|
|
|
94
104
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
95
105
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
96
106
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
97
|
-
public static let mdsColorThemeButtonPrimaryDisabled = #
|
|
107
|
+
public static let mdsColorThemeButtonPrimaryDisabled = #00000033
|
|
98
108
|
public static let mdsColorThemeButtonPrimaryHover = #000000cc
|
|
99
109
|
public static let mdsColorThemeButtonPrimaryNormal = #000000f2
|
|
100
110
|
public static let mdsColorThemeButtonPrimaryPressed = #000000b3
|
|
@@ -107,6 +117,11 @@ public class {
|
|
|
107
117
|
public static let mdsColorThemeButtonSecondaryNormal = #00000000
|
|
108
118
|
public static let mdsColorThemeButtonSecondaryPressed = #00000033
|
|
109
119
|
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
120
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
|
|
121
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
|
|
122
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
123
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
124
|
+
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
|
|
110
125
|
public static let mdsColorThemeCommonButtonPrimaryDisabled = #ffffff33
|
|
111
126
|
public static let mdsColorThemeCommonButtonPrimaryHover = #ffffffcc
|
|
112
127
|
public static let mdsColorThemeCommonButtonPrimaryNormal = #fffffff2
|
|
@@ -124,29 +139,36 @@ public class {
|
|
|
124
139
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
125
140
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
126
141
|
public static let mdsColorThemeCommonButtonSecondaryNormal = #ffffff00
|
|
142
|
+
public static let mdsColorThemeCommonContentDoc = #4285f4
|
|
143
|
+
public static let mdsColorThemeCommonContentExcel = #00893e
|
|
144
|
+
public static let mdsColorThemeCommonContentKeynote = #029cfb
|
|
145
|
+
public static let mdsColorThemeCommonContentOnenote = #b839db
|
|
146
|
+
public static let mdsColorThemeCommonContentPdf = #ee0507
|
|
147
|
+
public static let mdsColorThemeCommonContentPowerpoint = #d93e17
|
|
148
|
+
public static let mdsColorThemeCommonContentSheets = #f4b400
|
|
149
|
+
public static let mdsColorThemeCommonContentSlides = #0f9d58
|
|
150
|
+
public static let mdsColorThemeCommonContentWord = #0078d6
|
|
127
151
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
128
152
|
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
129
153
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
130
154
|
public static let mdsColorThemeCommonControlShareContentSelected = #3cc29a
|
|
155
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryDisabled = #00000000
|
|
156
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryHover = #00000012
|
|
157
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryNormal = #00000000
|
|
158
|
+
public static let mdsColorThemeCommonInvertedButtonSecondaryPressed = #00000033
|
|
131
159
|
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
160
|
+
public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
|
|
132
161
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
133
162
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
134
163
|
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
135
164
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
165
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
166
|
+
public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
|
|
136
167
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
137
168
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
138
169
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
139
170
|
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
140
171
|
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
|
|
150
172
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
151
173
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
152
174
|
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
@@ -156,6 +178,26 @@ public class {
|
|
|
156
178
|
public static let mdsColorThemeCommonTextSuccessNormal = #3cc29a
|
|
157
179
|
public static let mdsColorThemeCommonTextWarningHover = #ffda94
|
|
158
180
|
public static let mdsColorThemeCommonTextWarningNormal = #f2990a
|
|
181
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBlueNormal = #1170cf
|
|
182
|
+
public static let mdsColorThemeCommonTouchbarBackgroundBluePressed = #063a75
|
|
183
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenNormal = #1d805f
|
|
184
|
+
public static let mdsColorThemeCommonTouchbarBackgroundGreenPressed = #134231
|
|
185
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintNormal = #148579
|
|
186
|
+
public static let mdsColorThemeCommonTouchbarBackgroundMintPressed = #12423f
|
|
187
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangeNormal = #c94403
|
|
188
|
+
public static let mdsColorThemeCommonTouchbarBackgroundOrangePressed = #682601
|
|
189
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkNormal = #d43b52
|
|
190
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPinkPressed = #66262d
|
|
191
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurpleNormal = #c233c4
|
|
192
|
+
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
193
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
194
|
+
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
195
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
196
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
197
|
+
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
198
|
+
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|
|
199
|
+
public static let mdsColorThemeCommonTouchbarIconSecure = #64b4fa
|
|
200
|
+
public static let mdsColorThemeCommonTouchbarIconStable = #27a17a
|
|
159
201
|
public static let mdsColorThemeCommonWhiteboardPenBlack = #0f0f0f
|
|
160
202
|
public static let mdsColorThemeCommonWhiteboardPenBlue = #64b4fa
|
|
161
203
|
public static let mdsColorThemeCommonWhiteboardPenGreen = #3cc29a
|