@transferwise/neptune-tokens 8.0.0-next.17 → 8.0.0-next.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.
package/README.md CHANGED
@@ -9,7 +9,7 @@ Tokens always start with a `base` layer that directly accesses the values, and c
9
9
  For npm environments, install the package and consume the bundles below.
10
10
 
11
11
  ```shell
12
- npm i @transferwise/neptune-tokens
12
+ npm install @transferwise/neptune-tokens
13
13
  ```
14
14
 
15
15
  ### Web
package/colors-base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  :root {
package/colors-base.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-base-blue-light: #00b9ff;
6
6
  @color-base-blue-mid: #00a2dd;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-tokens",
3
- "version": "8.0.0-next.17",
3
+ "version": "8.0.0-next.18",
4
4
  "description": "Design tokens for the Neptune Design System",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-bright-yellow: #f8eb56;
6
6
  @color-bright-orange: #ffc091;
package/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ * Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -120,7 +120,7 @@
120
120
  --line-height-title: 1.2;
121
121
  --line-height-body: 1.5;
122
122
  --line-height-control: 1.2;
123
- --font-weight: 300;
123
+ --font-weight-light: 300;
124
124
  --font-weight-regular: 400;
125
125
  --font-weight-medium: 500;
126
126
  --font-weight-semi-bold: 600;
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 17 Oct 2022 11:36:00 GMT
3
+ // Generated on Mon, 17 Oct 2022 13:47:21 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;
@@ -200,7 +200,7 @@
200
200
  @line-height-title: 1.2;
201
201
  @line-height-body: 1.5;
202
202
  @line-height-control: 1.2;
203
- @font-weight: 300;
203
+ @font-weight-light: 300;
204
204
  @font-weight-regular: 400;
205
205
  @font-weight-medium: 500;
206
206
  @font-weight-semi-bold: 600;