@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 15 Jul 2024 08:58:09 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -151,10 +151,16 @@ $mds-color-theme-background-gradient-primary-normal-0: #f0f0f0;
|
|
|
151
151
|
$mds-color-theme-background-gradient-primary-normal-1: #ffffff;
|
|
152
152
|
$mds-color-theme-background-gradient-secondary-normal-0: #fafafa;
|
|
153
153
|
$mds-color-theme-background-gradient-secondary-normal-1: #ffffff;
|
|
154
|
+
$mds-color-theme-background-reaction-normal-0: #ffffff;
|
|
155
|
+
$mds-color-theme-background-reaction-normal-1: #ffffff;
|
|
156
|
+
$mds-color-theme-background-skeleton-normal-0: #ffffff33;
|
|
157
|
+
$mds-color-theme-background-skeleton-normal-1: #ffffff4d;
|
|
158
|
+
$mds-color-theme-background-skeleton-normal-2: #ffffff66;
|
|
159
|
+
$mds-color-theme-background-skeleton-normal-3: #ffffff80;
|
|
154
160
|
$mds-color-theme-button-primary-normal: #000000f2;
|
|
155
161
|
$mds-color-theme-button-primary-hover: #000000cc;
|
|
156
162
|
$mds-color-theme-button-primary-pressed: #000000b3;
|
|
157
|
-
$mds-color-theme-button-primary-disabled: #
|
|
163
|
+
$mds-color-theme-button-primary-disabled: #00000033;
|
|
158
164
|
$mds-color-theme-button-secondary-normal: #00000000;
|
|
159
165
|
$mds-color-theme-button-secondary-hover: #00000012;
|
|
160
166
|
$mds-color-theme-button-secondary-pressed: #00000033;
|
|
@@ -237,6 +243,11 @@ $mds-color-theme-common-text-error-hover: #ffd4da;
|
|
|
237
243
|
$mds-color-theme-common-text-warning-normal: #f2990a;
|
|
238
244
|
$mds-color-theme-common-text-warning-hover: #ffda94;
|
|
239
245
|
$mds-color-theme-common-inverted-text-primary-normal: #000000f2;
|
|
246
|
+
$mds-color-theme-common-inverted-text-secondary-normal: #00000099;
|
|
247
|
+
$mds-color-theme-common-inverted-button-secondary-normal: #00000000;
|
|
248
|
+
$mds-color-theme-common-inverted-button-secondary-hover: #00000012;
|
|
249
|
+
$mds-color-theme-common-inverted-button-secondary-pressed: #00000033;
|
|
250
|
+
$mds-color-theme-common-inverted-button-secondary-disabled: #00000000;
|
|
240
251
|
$mds-color-theme-common-overlays-primary-normal: #000000e6;
|
|
241
252
|
$mds-color-theme-common-overlays-secondary-normal: #00000066;
|
|
242
253
|
$mds-color-theme-common-overlays-meeting-normal-0: #00000000;
|
|
@@ -266,20 +277,24 @@ $mds-color-theme-common-outline-button-normal: #ffffff4d;
|
|
|
266
277
|
$mds-color-theme-common-outline-primary-normal: #ffffff66;
|
|
267
278
|
$mds-color-theme-common-outline-primary-disabled: #ffffff33;
|
|
268
279
|
$mds-color-theme-common-outline-input-normal: #ffffff80;
|
|
280
|
+
$mds-color-theme-common-outline-secondary-normal: #00000033;
|
|
281
|
+
$mds-color-theme-common-outline-secondary-disabled: #00000033;
|
|
269
282
|
$mds-color-theme-common-control-share-content-selected: #3cc29a;
|
|
270
283
|
$mds-color-theme-common-control-share-content-active: #c94403;
|
|
271
284
|
$mds-color-theme-common-control-share-content-inactive: #707070;
|
|
272
285
|
$mds-color-theme-common-control-inactive-normal: #00000033;
|
|
273
286
|
$mds-color-theme-common-background-alert-share-normal: #c94403;
|
|
274
|
-
$mds-color-theme-common-
|
|
275
|
-
$mds-color-theme-common-
|
|
276
|
-
$mds-color-theme-common-
|
|
277
|
-
$mds-color-theme-common-
|
|
278
|
-
$mds-color-theme-common-
|
|
279
|
-
$mds-color-theme-common-
|
|
280
|
-
$mds-color-theme-common-
|
|
281
|
-
$mds-color-theme-common-
|
|
282
|
-
$mds-color-theme-common-
|
|
287
|
+
$mds-color-theme-common-background-solid-dark: #1a1a1a;
|
|
288
|
+
$mds-color-theme-common-background-solid-light: #ffffff;
|
|
289
|
+
$mds-color-theme-common-content-pdf: #ee0507;
|
|
290
|
+
$mds-color-theme-common-content-word: #0078d6;
|
|
291
|
+
$mds-color-theme-common-content-powerpoint: #d93e17;
|
|
292
|
+
$mds-color-theme-common-content-excel: #00893e;
|
|
293
|
+
$mds-color-theme-common-content-onenote: #b839db;
|
|
294
|
+
$mds-color-theme-common-content-sheets: #f4b400;
|
|
295
|
+
$mds-color-theme-common-content-slides: #0f9d58;
|
|
296
|
+
$mds-color-theme-common-content-keynote: #029cfb;
|
|
297
|
+
$mds-color-theme-common-content-doc: #4285f4;
|
|
283
298
|
$mds-color-theme-common-touchbar-background-blue-normal: #1170cf;
|
|
284
299
|
$mds-color-theme-common-touchbar-background-blue-pressed: #063a75;
|
|
285
300
|
$mds-color-theme-common-touchbar-background-pink-normal: #d43b52;
|
|
@@ -296,6 +311,7 @@ $mds-color-theme-common-touchbar-background-green-normal: #1d805f;
|
|
|
296
311
|
$mds-color-theme-common-touchbar-background-green-pressed: #134231;
|
|
297
312
|
$mds-color-theme-common-touchbar-background-red-normal: #db1f2e;
|
|
298
313
|
$mds-color-theme-common-touchbar-background-red-pressed: #780d13;
|
|
314
|
+
$mds-color-theme-common-touchbar-background-transparent: #00000000;
|
|
299
315
|
$mds-color-theme-common-touchbar-icon-attention: #fc8b98;
|
|
300
316
|
$mds-color-theme-common-touchbar-icon-stable: #27a17a;
|
|
301
317
|
$mds-color-theme-common-touchbar-icon-secure: #64b4fa;
|
package/package.json
CHANGED