@momentum-design/tokens 0.2.4 → 0.2.6
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 +5 -5
- package/dist/css/theme/webex/hc-dark-stable.css +4 -4
- package/dist/css/theme/webex/hc-light-stable.css +4 -4
- package/dist/css/theme/webex/light-stable.css +5 -5
- package/dist/css/typography/complete.css +1 -1
- 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 +5 -5
- package/dist/ios/theme/webex/hc-dark-stable.swift +4 -4
- package/dist/ios/theme/webex/hc-light-stable.swift +4 -4
- package/dist/ios/theme/webex/light-stable.swift +5 -5
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +4 -5
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +3 -3
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +9 -9
- package/dist/ios-webex/theme/webex/light-stable.swift +12 -15
- package/dist/json/theme/webex/dark-stable.json +92 -84
- package/dist/json/theme/webex/hc-dark-stable.json +77 -69
- package/dist/json/theme/webex/hc-light-stable.json +77 -69
- package/dist/json/theme/webex/light-stable.json +92 -84
- package/dist/json-minimal/theme/webex/dark-stable.json +6 -4
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -3
- package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -3
- package/dist/json-minimal/theme/webex/light-stable.json +6 -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 +5 -5
- package/dist/resources/theme/webex/hc-dark-stable.xml +4 -4
- package/dist/resources/theme/webex/hc-light-stable.xml +4 -4
- package/dist/resources/theme/webex/light-stable.xml +5 -5
- package/dist/resources/typography/complete.xml +1 -1
- 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 +5 -5
- package/dist/scss/theme/webex/hc-dark-stable.scss +4 -4
- package/dist/scss/theme/webex/hc-light-stable.scss +4 -4
- package/dist/scss/theme/webex/light-stable.scss +5 -5
- package/dist/scss/typography/complete.scss +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
206
206
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
207
207
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
208
|
-
<color name="mds-color-theme-outline-promotion-normal"
|
|
208
|
+
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
209
209
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)</color>
|
|
210
210
|
<color name="mds-color-theme-outline-warning-normal">#f2990a</color>
|
|
211
211
|
<color name="mds-color-theme-control-active-normal">#64b4fa</color>
|
|
@@ -380,8 +380,8 @@
|
|
|
380
380
|
<color name="mds-color-theme-avatar-slate">#535573</color>
|
|
381
381
|
<color name="mds-color-theme-avatar-violet">#643abd</color>
|
|
382
382
|
<color name="mds-color-theme-avatar-yellow">#7d4705</color>
|
|
383
|
-
<color name="mds-color-theme-focus-0">#000000</color>
|
|
384
|
-
<color name="mds-color-theme-focus-1">#64b4fa</color>
|
|
385
|
-
<color name="mds-color-theme-focus-2">#64b4fa59</color>
|
|
383
|
+
<color name="mds-color-theme-focus-default-0">#000000</color>
|
|
384
|
+
<color name="mds-color-theme-focus-default-1">#64b4fa</color>
|
|
385
|
+
<color name="mds-color-theme-focus-default-2">#64b4fa59</color>
|
|
386
386
|
|
|
387
387
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:25 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#ffffff</color>
|
|
@@ -372,8 +372,8 @@
|
|
|
372
372
|
<color name="mds-color-theme-common-touchbar-icon-attention">#000000</color>
|
|
373
373
|
<color name="mds-color-theme-common-touchbar-icon-stable">#000000</color>
|
|
374
374
|
<color name="mds-color-theme-common-touchbar-icon-secure">#000000</color>
|
|
375
|
-
<color name="mds-color-theme-focus-0">#000000</color>
|
|
376
|
-
<color name="mds-color-theme-focus-1">#ffffff</color>
|
|
377
|
-
<color name="mds-color-theme-focus-2">#ffffff</color>
|
|
375
|
+
<color name="mds-color-theme-focus-default-0">#000000</color>
|
|
376
|
+
<color name="mds-color-theme-focus-default-1">#ffffff</color>
|
|
377
|
+
<color name="mds-color-theme-focus-default-2">#ffffff</color>
|
|
378
378
|
|
|
379
379
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:25 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000</color>
|
|
@@ -372,8 +372,8 @@
|
|
|
372
372
|
<color name="mds-color-theme-gradientdivider-orange-hover">#000000</color>
|
|
373
373
|
<color name="mds-color-theme-gradientdivider-purple-normal">#000000</color>
|
|
374
374
|
<color name="mds-color-theme-gradientdivider-purple-hover">#000000</color>
|
|
375
|
-
<color name="mds-color-theme-focus-0">#ffffff</color>
|
|
376
|
-
<color name="mds-color-theme-focus-1">#000000</color>
|
|
377
|
-
<color name="mds-color-theme-focus-2">#000000</color>
|
|
375
|
+
<color name="mds-color-theme-focus-default-0">#ffffff</color>
|
|
376
|
+
<color name="mds-color-theme-focus-default-1">#000000</color>
|
|
377
|
+
<color name="mds-color-theme-focus-default-2">#000000</color>
|
|
378
378
|
|
|
379
379
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on Mon,
|
|
5
|
+
Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
<color name="mds-color-theme-outline-label-purple">#f294f1</color>
|
|
206
206
|
<color name="mds-color-theme-outline-label-slate">#b0b4d9</color>
|
|
207
207
|
<color name="mds-color-theme-outline-label-violet">#c7a5fa</color>
|
|
208
|
-
<color name="mds-color-theme-outline-promotion-normal"
|
|
208
|
+
<color name="mds-color-theme-outline-promotion-normal">#c233c4</color>
|
|
209
209
|
<color name="mds-color-theme-outline-gradient-active">linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%)</color>
|
|
210
210
|
<color name="mds-color-theme-outline-warning-normal">#7d4705</color>
|
|
211
211
|
<color name="mds-color-theme-control-active-normal">#1170cf</color>
|
|
@@ -379,8 +379,8 @@
|
|
|
379
379
|
<color name="mds-color-theme-gradientdivider-orange-hover">linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%)</color>
|
|
380
380
|
<color name="mds-color-theme-gradientdivider-purple-normal">linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%)</color>
|
|
381
381
|
<color name="mds-color-theme-gradientdivider-purple-hover">linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%)</color>
|
|
382
|
-
<color name="mds-color-theme-focus-0">#ffffff</color>
|
|
383
|
-
<color name="mds-color-theme-focus-1">#1170cf</color>
|
|
384
|
-
<color name="mds-color-theme-focus-2">#1170cf59</color>
|
|
382
|
+
<color name="mds-color-theme-focus-default-0">#ffffff</color>
|
|
383
|
+
<color name="mds-color-theme-focus-default-1">#1170cf</color>
|
|
384
|
+
<color name="mds-color-theme-focus-default-2">#1170cf59</color>
|
|
385
385
|
|
|
386
386
|
</resources>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -202,7 +202,7 @@ $mds-color-theme-outline-label-pink: #fc97aa;
|
|
|
202
202
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
203
203
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
204
204
|
$mds-color-theme-outline-label-violet: #c7a5fa;
|
|
205
|
-
$mds-color-theme-outline-promotion-normal:
|
|
205
|
+
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
206
206
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%);
|
|
207
207
|
$mds-color-theme-outline-warning-normal: #f2990a;
|
|
208
208
|
$mds-color-theme-control-active-normal: #64b4fa;
|
|
@@ -377,6 +377,6 @@ $mds-color-theme-avatar-purple: #932099;
|
|
|
377
377
|
$mds-color-theme-avatar-slate: #535573;
|
|
378
378
|
$mds-color-theme-avatar-violet: #643abd;
|
|
379
379
|
$mds-color-theme-avatar-yellow: #7d4705;
|
|
380
|
-
$mds-color-theme-focus-0: #000000;
|
|
381
|
-
$mds-color-theme-focus-1: #64b4fa;
|
|
382
|
-
$mds-color-theme-focus-2: #64b4fa59;
|
|
380
|
+
$mds-color-theme-focus-default-0: #000000;
|
|
381
|
+
$mds-color-theme-focus-default-1: #64b4fa;
|
|
382
|
+
$mds-color-theme-focus-default-2: #64b4fa59;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:25 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #ffffff;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #3ff23f;
|
|
@@ -369,6 +369,6 @@ $mds-color-theme-common-touchbar-background-transparent: #000000;
|
|
|
369
369
|
$mds-color-theme-common-touchbar-icon-attention: #000000;
|
|
370
370
|
$mds-color-theme-common-touchbar-icon-stable: #000000;
|
|
371
371
|
$mds-color-theme-common-touchbar-icon-secure: #000000;
|
|
372
|
-
$mds-color-theme-focus-0: #000000;
|
|
373
|
-
$mds-color-theme-focus-1: #ffffff;
|
|
374
|
-
$mds-color-theme-focus-2: #ffffff;
|
|
372
|
+
$mds-color-theme-focus-default-0: #000000;
|
|
373
|
+
$mds-color-theme-focus-default-1: #ffffff;
|
|
374
|
+
$mds-color-theme-focus-default-2: #ffffff;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:25 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #600000;
|
|
@@ -369,6 +369,6 @@ $mds-color-theme-gradientdivider-orange-normal: #000000;
|
|
|
369
369
|
$mds-color-theme-gradientdivider-orange-hover: #000000;
|
|
370
370
|
$mds-color-theme-gradientdivider-purple-normal: #000000;
|
|
371
371
|
$mds-color-theme-gradientdivider-purple-hover: #000000;
|
|
372
|
-
$mds-color-theme-focus-0: #ffffff;
|
|
373
|
-
$mds-color-theme-focus-1: #000000;
|
|
374
|
-
$mds-color-theme-focus-2: #000000;
|
|
372
|
+
$mds-color-theme-focus-default-0: #ffffff;
|
|
373
|
+
$mds-color-theme-focus-default-1: #000000;
|
|
374
|
+
$mds-color-theme-focus-default-2: #000000;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Mon,
|
|
3
|
+
// Generated on Mon, 11 Nov 2024 10:56:24 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -202,7 +202,7 @@ $mds-color-theme-outline-label-pink: #fc97aa;
|
|
|
202
202
|
$mds-color-theme-outline-label-purple: #f294f1;
|
|
203
203
|
$mds-color-theme-outline-label-slate: #b0b4d9;
|
|
204
204
|
$mds-color-theme-outline-label-violet: #c7a5fa;
|
|
205
|
-
$mds-color-theme-outline-promotion-normal:
|
|
205
|
+
$mds-color-theme-outline-promotion-normal: #c233c4;
|
|
206
206
|
$mds-color-theme-outline-gradient-active: linear-gradient(44deg, #3492eb 14.64%, #00a3b5 51.1%, #3cc29a 85.36%);
|
|
207
207
|
$mds-color-theme-outline-warning-normal: #7d4705;
|
|
208
208
|
$mds-color-theme-control-active-normal: #1170cf;
|
|
@@ -376,6 +376,6 @@ $mds-color-theme-gradientdivider-orange-normal: linear-gradient(90deg, #9c320200
|
|
|
376
376
|
$mds-color-theme-gradientdivider-orange-hover: linear-gradient(90deg, #9c320200 0%, #9c3202e6 22.4%, #9c3202e6 76.04%, #9c320200 100%);
|
|
377
377
|
$mds-color-theme-gradientdivider-purple-normal: linear-gradient(90deg, #93209900 0%, #93209999 22.4%, #93209999 76.04%, #93209900 100%);
|
|
378
378
|
$mds-color-theme-gradientdivider-purple-hover: linear-gradient(90deg, #93209900 0%,#932099E6 22.4%, #932099E6 76.04%, #93209900 100%);
|
|
379
|
-
$mds-color-theme-focus-0: #ffffff;
|
|
380
|
-
$mds-color-theme-focus-1: #1170cf;
|
|
381
|
-
$mds-color-theme-focus-2: #1170cf59;
|
|
379
|
+
$mds-color-theme-focus-default-0: #ffffff;
|
|
380
|
+
$mds-color-theme-focus-default-1: #1170cf;
|
|
381
|
+
$mds-color-theme-focus-default-2: #1170cf59;
|
package/package.json
CHANGED