@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.
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 -1
  5. package/dist/css/theme/webex/hc-dark-stable.css +4 -1
  6. package/dist/css/theme/webex/hc-light-stable.css +4 -1
  7. package/dist/css/theme/webex/light-stable.css +4 -1
  8. package/dist/css/typography/complete.css +77 -77
  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 -1
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +4 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +4 -1
  15. package/dist/ios/theme/webex/light-stable.swift +4 -1
  16. package/dist/ios/typography/complete.swift +1 -1
  17. package/dist/ios-webex/theme/webex/dark-stable.swift +10 -1
  18. package/dist/ios-webex/theme/webex/hc-dark-stable.swift +10 -1
  19. package/dist/ios-webex/theme/webex/hc-light-stable.swift +25 -1
  20. package/dist/ios-webex/theme/webex/light-stable.swift +25 -1
  21. package/dist/json/theme/webex/dark-stable.json +99 -0
  22. package/dist/json/theme/webex/hc-dark-stable.json +77 -0
  23. package/dist/json/theme/webex/hc-light-stable.json +77 -0
  24. package/dist/json/theme/webex/light-stable.json +99 -0
  25. package/dist/json-minimal/theme/webex/dark-stable.json +5 -0
  26. package/dist/json-minimal/theme/webex/hc-dark-stable.json +5 -0
  27. package/dist/json-minimal/theme/webex/hc-light-stable.json +5 -0
  28. package/dist/json-minimal/theme/webex/light-stable.json +5 -0
  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 -1
  33. package/dist/resources/theme/webex/hc-dark-stable.xml +4 -1
  34. package/dist/resources/theme/webex/hc-light-stable.xml +4 -1
  35. package/dist/resources/theme/webex/light-stable.xml +4 -1
  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 -1
  41. package/dist/scss/theme/webex/hc-dark-stable.scss +4 -1
  42. package/dist/scss/theme/webex/hc-light-stable.scss +4 -1
  43. package/dist/scss/theme/webex/light-stable.scss +4 -1
  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 Wed, 09 Oct 2024 08:57:02 GMT
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 Wed, 09 Oct 2024 08:57:02 GMT
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>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 09 Oct 2024 08:57:04 GMT
5
+ Generated on Mon, 21 Oct 2024 17:31:48 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 Wed, 09 Oct 2024 08:57:00 GMT
3
+ // Generated on Mon, 21 Oct 2024 17:31:45 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 Wed, 09 Oct 2024 08:57:02 GMT
3
+ // Generated on Mon, 21 Oct 2024 17:31:46 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 Wed, 09 Oct 2024 08:57:02 GMT
3
+ // Generated on Mon, 21 Oct 2024 17:31:46 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 Wed, 09 Oct 2024 08:57:01 GMT
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 Wed, 09 Oct 2024 08:57:02 GMT
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 Wed, 09 Oct 2024 08:57:02 GMT
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 Wed, 09 Oct 2024 08:57:01 GMT
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;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 09 Oct 2024 08:57:04 GMT
3
+ // Generated on Mon, 21 Oct 2024 17:31:48 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.1.1"
32
+ "version": "0.2.0"
33
33
  }