@momentum-design/tokens 0.0.17 → 0.0.18

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ * Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ * Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
  */
5
5
 
6
6
  .webex-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ * Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
  */
5
5
 
6
6
  .webex-light {
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 28 Nov 2022 20:26:20 GMT
7
+ // Generated on Tue, 29 Nov 2022 14:57:25 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 Mon, 28 Nov 2022 20:26:20 GMT
7
+ // Generated on Tue, 29 Nov 2022 14:57:25 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 Mon, 28 Nov 2022 20:26:20 GMT
7
+ // Generated on Tue, 29 Nov 2022 14:57:25 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 Mon, 28 Nov 2022 20:26:20 GMT
5
+ Generated on Tue, 29 Nov 2022 14:57:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <string name="md-border-radius-small">4px</string>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 28 Nov 2022 20:26:20 GMT
5
+ Generated on Tue, 29 Nov 2022 14:57:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="md-color-theme-bg-primary">linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 28 Nov 2022 20:26:20 GMT
5
+ Generated on Tue, 29 Nov 2022 14:57:25 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="md-color-theme-bg-primary">linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%)</color>
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ // Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
 
5
5
  $md-border-radius-small: 4px;
6
6
  $md-border-radius-medium: 8px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ // Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
 
5
5
  $md-color-theme-bg-primary: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
6
6
  $md-color-theme-bg-secondary: linear-gradient(180deg, #262626 0%, #0f0f0f 100%);
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 28 Nov 2022 20:26:20 GMT
3
+ // Generated on Tue, 29 Nov 2022 14:57:25 GMT
4
4
 
5
5
  $md-color-theme-bg-primary: linear-gradient(180deg, #f0f0f0 0%, #ffffff 100%);
6
6
  $md-color-theme-bg-secondary: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
package/package.json CHANGED
@@ -24,5 +24,5 @@
24
24
  "@momentum-design/token-builder": "^0.0.0",
25
25
  "rimraf": "^3.0.2"
26
26
  },
27
- "version": "0.0.17"
27
+ "version": "0.0.18"
28
28
  }