@momentum-design/tokens 0.0.58 → 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 +26 -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 +27 -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 +26 -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 +27 -11
- package/dist/json/theme/webex/dark-stable.json +512 -43
- 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 +514 -47
- package/dist/json-minimal/theme/webex/dark-stable.json +37 -3
- 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 +38 -4
- 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 +26 -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 +27 -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 +26 -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 +27 -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 = #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
|
|
@@ -81,10 +81,16 @@ public class {
|
|
|
81
81
|
public static let mdsColorThemeBackgroundPrimaryDisabled = #0000001c
|
|
82
82
|
public static let mdsColorThemeBackgroundPrimaryGhost = #00000000
|
|
83
83
|
public static let mdsColorThemeBackgroundPrimaryHover = #00000012
|
|
84
|
+
public static let mdsColorThemeBackgroundReactionNormal0 = #ffffff
|
|
85
|
+
public static let mdsColorThemeBackgroundReactionNormal1 = #ffffff
|
|
84
86
|
public static let mdsColorThemeBackgroundSecondaryActive = #0000004d
|
|
85
87
|
public static let mdsColorThemeBackgroundSecondaryDisabled = #00000000
|
|
86
88
|
public static let mdsColorThemeBackgroundSecondaryHover = #00000033
|
|
87
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
|
|
88
94
|
public static let mdsColorThemeBackgroundSolidPrimaryNormal = #ffffff
|
|
89
95
|
public static let mdsColorThemeBackgroundSolidQuaternaryNormal = #ffffff
|
|
90
96
|
public static let mdsColorThemeBackgroundSolidSecondaryNormal = #f7f7f7
|
|
@@ -98,7 +104,7 @@ public class {
|
|
|
98
104
|
public static let mdsColorThemeButtonJoinHover = #185e46
|
|
99
105
|
public static let mdsColorThemeButtonJoinNormal = #1d805f
|
|
100
106
|
public static let mdsColorThemeButtonJoinPressed = #134231
|
|
101
|
-
public static let mdsColorThemeButtonPrimaryDisabled = #
|
|
107
|
+
public static let mdsColorThemeButtonPrimaryDisabled = #00000033
|
|
102
108
|
public static let mdsColorThemeButtonPrimaryHover = #000000cc
|
|
103
109
|
public static let mdsColorThemeButtonPrimaryNormal = #000000f2
|
|
104
110
|
public static let mdsColorThemeButtonPrimaryPressed = #000000b3
|
|
@@ -111,6 +117,8 @@ public class {
|
|
|
111
117
|
public static let mdsColorThemeButtonSecondaryNormal = #00000000
|
|
112
118
|
public static let mdsColorThemeButtonSecondaryPressed = #00000033
|
|
113
119
|
public static let mdsColorThemeCommonBackgroundAlertShareNormal = #c94403
|
|
120
|
+
public static let mdsColorThemeCommonBackgroundSolidDark = #1a1a1a
|
|
121
|
+
public static let mdsColorThemeCommonBackgroundSolidLight = #ffffff
|
|
114
122
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal0 = #30c9b0
|
|
115
123
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal1 = #64b4fa
|
|
116
124
|
public static let mdsColorThemeCommonButtonJoinAnimatedGradientNormal2 = #30c9b0
|
|
@@ -131,29 +139,36 @@ public class {
|
|
|
131
139
|
public static let mdsColorThemeCommonButtonSecondaryDisabled = #ffffff00
|
|
132
140
|
public static let mdsColorThemeCommonButtonSecondaryHover = #ffffff12
|
|
133
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
|
|
134
151
|
public static let mdsColorThemeCommonControlInactiveNormal = #00000033
|
|
135
152
|
public static let mdsColorThemeCommonControlShareContentActive = #c94403
|
|
136
153
|
public static let mdsColorThemeCommonControlShareContentInactive = #707070
|
|
137
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
|
|
138
159
|
public static let mdsColorThemeCommonInvertedTextPrimaryNormal = #000000f2
|
|
160
|
+
public static let mdsColorThemeCommonInvertedTextSecondaryNormal = #00000099
|
|
139
161
|
public static let mdsColorThemeCommonOutlineButtonNormal = #ffffff4d
|
|
140
162
|
public static let mdsColorThemeCommonOutlineInputNormal = #ffffff80
|
|
141
163
|
public static let mdsColorThemeCommonOutlinePrimaryDisabled = #ffffff33
|
|
142
164
|
public static let mdsColorThemeCommonOutlinePrimaryNormal = #ffffff66
|
|
165
|
+
public static let mdsColorThemeCommonOutlineSecondaryDisabled = #00000033
|
|
166
|
+
public static let mdsColorThemeCommonOutlineSecondaryNormal = #00000033
|
|
143
167
|
public static let mdsColorThemeCommonOverlaysMeetingNormal0 = #00000000
|
|
144
168
|
public static let mdsColorThemeCommonOverlaysMeetingNormal1 = #0000004d
|
|
145
169
|
public static let mdsColorThemeCommonOverlaysMeetingNormal2 = #000000cc
|
|
146
170
|
public static let mdsColorThemeCommonOverlaysPrimaryNormal = #000000e6
|
|
147
171
|
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
|
|
157
172
|
public static let mdsColorThemeCommonTextErrorHover = #ffd4da
|
|
158
173
|
public static let mdsColorThemeCommonTextErrorNormal = #fc8b98
|
|
159
174
|
public static let mdsColorThemeCommonTextPrimaryDisabled = #ffffff66
|
|
@@ -177,6 +192,7 @@ public class {
|
|
|
177
192
|
public static let mdsColorThemeCommonTouchbarBackgroundPurplePressed = #601e66
|
|
178
193
|
public static let mdsColorThemeCommonTouchbarBackgroundRedNormal = #db1f2e
|
|
179
194
|
public static let mdsColorThemeCommonTouchbarBackgroundRedPressed = #780d13
|
|
195
|
+
public static let mdsColorThemeCommonTouchbarBackgroundTransparent = #00000000
|
|
180
196
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletNormal = #875ae0
|
|
181
197
|
public static let mdsColorThemeCommonTouchbarBackgroundVioletPressed = #432c78
|
|
182
198
|
public static let mdsColorThemeCommonTouchbarIconAttention = #fc8b98
|