@momentum-design/tokens 0.2.4 → 0.2.5

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.
Files changed (45) hide show
  1. package/dist/css/core/complete.css +1 -1
  2. package/dist/css/theme/aaos/day-complete.css +1 -1
  3. package/dist/css/theme/aaos/night-complete.css +1 -1
  4. package/dist/css/theme/webex/dark-stable.css +4 -4
  5. package/dist/css/theme/webex/hc-dark-stable.css +4 -4
  6. package/dist/css/theme/webex/hc-light-stable.css +4 -4
  7. package/dist/css/theme/webex/light-stable.css +4 -4
  8. package/dist/css/typography/complete.css +1 -1
  9. package/dist/ios/core/complete.swift +1 -1
  10. package/dist/ios/theme/aaos/day-complete.swift +1 -1
  11. package/dist/ios/theme/aaos/night-complete.swift +1 -1
  12. package/dist/ios/theme/webex/dark-stable.swift +4 -4
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +4 -4
  14. package/dist/ios/theme/webex/hc-light-stable.swift +4 -4
  15. package/dist/ios/theme/webex/light-stable.swift +4 -4
  16. package/dist/ios/typography/complete.swift +1 -1
  17. package/dist/ios-webex/theme/webex/dark-stable.swift +3 -3
  18. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +3 -3
  19. package/dist/ios-webex/theme/webex/hc-light-stable.swift +9 -9
  20. package/dist/ios-webex/theme/webex/light-stable.swift +9 -9
  21. package/dist/json/theme/webex/dark-stable.json +90 -82
  22. package/dist/json/theme/webex/hc-dark-stable.json +77 -69
  23. package/dist/json/theme/webex/hc-light-stable.json +77 -69
  24. package/dist/json/theme/webex/light-stable.json +90 -82
  25. package/dist/json-minimal/theme/webex/dark-stable.json +5 -3
  26. package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -3
  27. package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -3
  28. package/dist/json-minimal/theme/webex/light-stable.json +5 -3
  29. package/dist/resources/core/complete.xml +1 -1
  30. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  31. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  32. package/dist/resources/theme/webex/dark-stable.xml +4 -4
  33. package/dist/resources/theme/webex/hc-dark-stable.xml +4 -4
  34. package/dist/resources/theme/webex/hc-light-stable.xml +4 -4
  35. package/dist/resources/theme/webex/light-stable.xml +4 -4
  36. package/dist/resources/typography/complete.xml +1 -1
  37. package/dist/scss/core/complete.scss +1 -1
  38. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  39. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  40. package/dist/scss/theme/webex/dark-stable.scss +4 -4
  41. package/dist/scss/theme/webex/hc-dark-stable.scss +4 -4
  42. package/dist/scss/theme/webex/hc-light-stable.scss +4 -4
  43. package/dist/scss/theme/webex/light-stable.scss +4 -4
  44. package/dist/scss/typography/complete.scss +1 -1
  45. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 04 Nov 2024 17:01:41 GMT
5
+ Generated on Tue, 05 Nov 2024 08:58:40 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, 04 Nov 2024 17:01:41 GMT
5
+ Generated on Tue, 05 Nov 2024 08:58:39 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</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>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 04 Nov 2024 17:01:43 GMT
5
+ Generated on Tue, 05 Nov 2024 08:58:42 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="mds-font-lineheight-base">16px</string>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Nov 2024 17:01:40 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:38 GMT
4
4
 
5
5
  $mds-color-core-white-alpha-0: #ffffff00;
6
6
  $mds-color-core-white-alpha-5: #ffffff0d;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Nov 2024 17:01:41 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:40 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #17181b;
6
6
  $mds-color-theme-surface-neutral-1-default: #202124;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Nov 2024 17:01:41 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:40 GMT
4
4
 
5
5
  $mds-color-theme-surface-neutral-0-default: #0e1013;
6
6
  $mds-color-theme-surface-neutral-1-default: #17181b;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Nov 2024 17:01:40 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:39 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #fffffff2;
6
6
  $mds-color-theme-text-primary-disabled: #ffffff66;
@@ -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, 04 Nov 2024 17:01:41 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:40 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, 04 Nov 2024 17:01:41 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:40 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, 04 Nov 2024 17:01:41 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:39 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000f2;
6
6
  $mds-color-theme-text-primary-disabled: #00000066;
@@ -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;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 04 Nov 2024 17:01:43 GMT
3
+ // Generated on Tue, 05 Nov 2024 08:58:42 GMT
4
4
 
5
5
  $mds-font-lineheight-base: 16px;
6
6
  $mds-font-lineheight-body-small: 16px;
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "rimraf": "^6.0.1",
30
30
  "ts-jest": "^29.2.4"
31
31
  },
32
- "version": "0.2.4"
32
+ "version": "0.2.5"
33
33
  }