@momentum-design/tokens 0.0.93 → 0.0.94

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 (30) hide show
  1. package/README.md +1 -37
  2. package/dist/css/core/complete.css +1 -1
  3. package/dist/css/theme/aaos/day-complete.css +1 -1
  4. package/dist/css/theme/aaos/night-complete.css +1 -1
  5. package/dist/css/theme/webex/dark-stable.css +1 -1
  6. package/dist/css/theme/webex/hc-dark-stable.css +1 -1
  7. package/dist/css/theme/webex/hc-light-stable.css +1 -1
  8. package/dist/css/theme/webex/light-stable.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 +1 -1
  13. package/dist/ios/theme/webex/hc-dark-stable.swift +1 -1
  14. package/dist/ios/theme/webex/hc-light-stable.swift +1 -1
  15. package/dist/ios/theme/webex/light-stable.swift +1 -1
  16. package/dist/resources/core/complete.xml +1 -1
  17. package/dist/resources/theme/aaos/day-complete.xml +1 -1
  18. package/dist/resources/theme/aaos/night-complete.xml +1 -1
  19. package/dist/resources/theme/webex/dark-stable.xml +1 -1
  20. package/dist/resources/theme/webex/hc-dark-stable.xml +1 -1
  21. package/dist/resources/theme/webex/hc-light-stable.xml +1 -1
  22. package/dist/resources/theme/webex/light-stable.xml +1 -1
  23. package/dist/scss/core/complete.scss +1 -1
  24. package/dist/scss/theme/aaos/day-complete.scss +1 -1
  25. package/dist/scss/theme/aaos/night-complete.scss +1 -1
  26. package/dist/scss/theme/webex/dark-stable.scss +1 -1
  27. package/dist/scss/theme/webex/hc-dark-stable.scss +1 -1
  28. package/dist/scss/theme/webex/hc-light-stable.scss +1 -1
  29. package/dist/scss/theme/webex/light-stable.scss +1 -1
  30. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @momentum-design/tokens
2
2
 
3
- [![license: mit](https://img.shields.io/badge/License-MIT-blueviolet?style=flat-square)](https://github.com/momentum-design/momentum-design/blob/main/LICENSE) ![State](https://img.shields.io/badge/State-Alpha-blue?style=flat-square)
3
+ [![license: mit](https://img.shields.io/badge/License-MIT-blueviolet?style=flat-square)](https://github.com/momentum-design/momentum-design/blob/main/LICENSE) ![State](https://img.shields.io/badge/State-Stable-limegreen?style=flat-square) [![NPM Version](https://img.shields.io/npm/v/%40momentum-design%2Ftokens)](https://www.npmjs.com/package/@momentum-design/tokens)
4
4
 
5
5
  ## Overview
6
6
 
@@ -15,42 +15,6 @@ This package contains Momentum Design Tokens as JSON, distributed in the followi
15
15
 
16
16
  At this time, the Momentum Design Engineering team is not taking external requests for additional formats.
17
17
 
18
- ## Installation
19
-
20
- Installation within a NodeJS application using **yarn** or **npm** can be performed by executing the following commands relative to your workspace root.
21
-
22
- ```bash
23
- # With yarn.
24
- yarn add @momentum-design/tokens
25
-
26
- # With npm.
27
- npm i @momentum-design/tokens
28
- ```
29
-
30
- If the distributables available in this application are to be consumed outside of a NodeJS application, please use use [unpkg](https://unpkg.com/) to acquire the package contents directly. All supported formats can be found by using the following routes:
31
-
32
- ```bash
33
- https://unpkg.com/@momentum-design/tokens@0.0.32/dist/{format}/{...additional paths}
34
- ```
35
-
36
- The following token distributables are available by providing the above-defined path with the following additional paths:
37
-
38
- * **core color tokens** - `./core/complete.{extension}`
39
- * **stable webex theme tokens** - `./theme/webex/{light|dark}-stable.{extesion}`
40
- * **modern webex theme tokens** - `./theme/webex/{light|dark}-complete.{extension}`
41
-
42
- ## Usage
43
-
44
- Run the `build` script to create the `dist` folder, which includes tokens in various formats, see [the "Overview" section](#overview) for the current list of output formats.
45
-
46
18
  ## Consumption
47
19
 
48
20
  This package distributes transformed token assets for direct consumption within various formats and platforms. The way these are consumed can vary based on the format. Inspect the distributed contents to determine the best way to consume the artifacts based on your use case.
49
-
50
- ## Contributing
51
-
52
- See [our contributing guide](./CONTRIBUTING.md)
53
-
54
- ## Scripts
55
-
56
- See [our script documentation](./SCRIPTS.md)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:51 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:54 GMT
4
4
  */
5
5
 
6
6
  .mds-core {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-day {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-aaos-night {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:51 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:54 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-darkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcDarkWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-hcLightWebex {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Sep 2024 09:38:51 GMT
3
+ * Generated on Tue, 24 Sep 2024 09:29:54 GMT
4
4
  */
5
5
 
6
6
  .mds-theme-stable-lightWebex {
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:51 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:51 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
7
+ // Generated on Tue, 24 Sep 2024 09:29:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:51 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:54 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-core-white-alpha-0">#ffffff00</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:52 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#17181b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:52 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-surface-neutral-0-default">#0e1013</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:51 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:54 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#fffffff2</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:52 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#ffffff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:52 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 12 Sep 2024 09:38:52 GMT
5
+ Generated on Tue, 24 Sep 2024 09:29:54 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="mds-color-theme-text-primary-normal">#000000f2</color>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 12 Sep 2024 09:38:51 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:54 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 Thu, 12 Sep 2024 09:38:52 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:55 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 Thu, 12 Sep 2024 09:38:52 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:55 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 Thu, 12 Sep 2024 09:38:51 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:54 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #fffffff2;
6
6
  $mds-color-theme-text-primary-disabled: #ffffff66;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #ffffff;
6
6
  $mds-color-theme-text-primary-disabled: #3ff23f;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 12 Sep 2024 09:38:52 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:55 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000;
6
6
  $mds-color-theme-text-primary-disabled: #600000;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 12 Sep 2024 09:38:51 GMT
3
+ // Generated on Tue, 24 Sep 2024 09:29:54 GMT
4
4
 
5
5
  $mds-color-theme-text-primary-normal: #000000f2;
6
6
  $mds-color-theme-text-primary-disabled: #00000066;
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "rimraf": "^6.0.1",
29
29
  "ts-jest": "^29.2.4"
30
30
  },
31
- "version": "0.0.93"
31
+ "version": "0.0.94"
32
32
  }