@momentum-design/tokens 0.1.1 → 0.2.0
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 +4 -1
- package/dist/css/theme/webex/hc-dark-stable.css +4 -1
- package/dist/css/theme/webex/hc-light-stable.css +4 -1
- package/dist/css/theme/webex/light-stable.css +4 -1
- package/dist/css/typography/complete.css +77 -77
- 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 +4 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +4 -1
- package/dist/ios/theme/webex/hc-light-stable.swift +4 -1
- package/dist/ios/theme/webex/light-stable.swift +4 -1
- package/dist/ios/typography/complete.swift +1 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +10 -1
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +10 -1
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +25 -1
- package/dist/ios-webex/theme/webex/light-stable.swift +25 -1
- package/dist/json/theme/webex/dark-stable.json +99 -0
- package/dist/json/theme/webex/hc-dark-stable.json +77 -0
- package/dist/json/theme/webex/hc-light-stable.json +77 -0
- package/dist/json/theme/webex/light-stable.json +99 -0
- package/dist/json-minimal/theme/webex/dark-stable.json +5 -0
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -0
- package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -0
- package/dist/json-minimal/theme/webex/light-stable.json +5 -0
- 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 +4 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +4 -1
- package/dist/resources/theme/webex/hc-light-stable.xml +4 -1
- package/dist/resources/theme/webex/light-stable.xml +4 -1
- 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 +4 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +4 -1
- package/dist/scss/theme/webex/hc-light-stable.scss +4 -1
- package/dist/scss/theme/webex/light-stable.scss +4 -1
- 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
|
|
5
|
+
Generated on Mon, 21 Oct 2024 17:31:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000</color>
|
|
@@ -372,5 +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
378
|
|
|
376
379
|
</resources>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Mon, 21 Oct 2024 17:31:46 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#000000f2</color>
|
|
@@ -379,5 +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">#1170cf</color>
|
|
382
385
|
|
|
383
386
|
</resources>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 21 Oct 2024 17:31:45 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #fffffff2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #ffffff66;
|
|
@@ -377,3 +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: #64b4fa;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 21 Oct 2024 17:31:46 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #ffffff;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #3ff23f;
|
|
@@ -369,3 +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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 21 Oct 2024 17:31:46 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #600000;
|
|
@@ -369,3 +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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 21 Oct 2024 17:31:46 GMT
|
|
4
4
|
|
|
5
5
|
$mds-color-theme-text-primary-normal: #000000f2;
|
|
6
6
|
$mds-color-theme-text-primary-disabled: #00000066;
|
|
@@ -376,3 +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: #1170cf;
|
package/package.json
CHANGED