@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 +1 -1
- package/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/package.json +1 -1
- package/themes/dark/tokens.css +1 -1
- package/themes/dark/tokens.less +1 -1
- package/themes/light/tokens.css +1 -1
- package/themes/light/tokens.less +1 -1
- package/themes/navy/tokens.css +1 -1
- package/themes/navy/tokens.less +1 -1
- package/themes/personal/tokens.css +1 -1
- package/themes/personal/tokens.less +1 -1
- package/tokens.css +2 -2
- package/tokens.less +2 -2
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
|
|
12
|
+
npm install @transferwise/neptune-tokens
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
### Web
|
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/package.json
CHANGED
package/themes/dark/tokens.css
CHANGED
package/themes/dark/tokens.less
CHANGED
package/themes/light/tokens.css
CHANGED
package/themes/light/tokens.less
CHANGED
package/themes/navy/tokens.css
CHANGED
package/themes/navy/tokens.less
CHANGED
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 17 Oct 2022
|
|
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
|
|
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;
|