@transferwise/neptune-tokens 8.0.0-next.17 → 8.0.0-next.19
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/colors.json +35 -4
- 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 +3 -2
- package/themes/personal/tokens.less +3 -2
- 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/colors.json
CHANGED
|
@@ -4063,16 +4063,16 @@
|
|
|
4063
4063
|
},
|
|
4064
4064
|
"warning": {
|
|
4065
4065
|
"value": {
|
|
4066
|
-
"r":
|
|
4067
|
-
"g":
|
|
4068
|
-
"b":
|
|
4066
|
+
"r": 0.9294117647058824,
|
|
4067
|
+
"g": 0.7843137254901961,
|
|
4068
|
+
"b": 0.2627450980392157
|
|
4069
4069
|
},
|
|
4070
4070
|
"theme": "personal",
|
|
4071
4071
|
"filePath": "tokens/colors/themes/personal.json",
|
|
4072
4072
|
"isSource": true,
|
|
4073
4073
|
"original": {
|
|
4074
4074
|
"value": {
|
|
4075
|
-
"hex": "#
|
|
4075
|
+
"hex": "#EDC843"
|
|
4076
4076
|
},
|
|
4077
4077
|
"theme": "personal"
|
|
4078
4078
|
},
|
|
@@ -4090,6 +4090,37 @@
|
|
|
4090
4090
|
"warning"
|
|
4091
4091
|
]
|
|
4092
4092
|
}
|
|
4093
|
+
},
|
|
4094
|
+
"base": {
|
|
4095
|
+
"contrast": {
|
|
4096
|
+
"value": {
|
|
4097
|
+
"r": 1,
|
|
4098
|
+
"g": 1,
|
|
4099
|
+
"b": 1
|
|
4100
|
+
},
|
|
4101
|
+
"theme": "personal",
|
|
4102
|
+
"filePath": "tokens/colors/themes/personal.json",
|
|
4103
|
+
"isSource": true,
|
|
4104
|
+
"original": {
|
|
4105
|
+
"value": {
|
|
4106
|
+
"hex": "#FFFFFF"
|
|
4107
|
+
},
|
|
4108
|
+
"theme": "personal"
|
|
4109
|
+
},
|
|
4110
|
+
"name": "personalBaseContrast",
|
|
4111
|
+
"attributes": {
|
|
4112
|
+
"category": "color",
|
|
4113
|
+
"type": "personal",
|
|
4114
|
+
"item": "base",
|
|
4115
|
+
"subitem": "contrast"
|
|
4116
|
+
},
|
|
4117
|
+
"path": [
|
|
4118
|
+
"color",
|
|
4119
|
+
"personal",
|
|
4120
|
+
"base",
|
|
4121
|
+
"contrast"
|
|
4122
|
+
]
|
|
4123
|
+
}
|
|
4093
4124
|
}
|
|
4094
4125
|
}
|
|
4095
4126
|
}
|
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 21 Oct 2022 15:18:31 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-personal {
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
--color-sentiment-negative-hover: #761709;
|
|
46
46
|
--color-sentiment-negative-active: #470e05;
|
|
47
47
|
--color-sentiment-positive: #2f5711;
|
|
48
|
-
--color-sentiment-warning: #
|
|
48
|
+
--color-sentiment-warning: #edc843;
|
|
49
|
+
--color-contrast: #ffffff;
|
|
49
50
|
--padding-x-small: 8px;
|
|
50
51
|
--padding-small: 16px;
|
|
51
52
|
--padding-medium: 24px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 21 Oct 2022 15:18:31 GMT
|
|
4
4
|
|
|
5
5
|
@color-bright-yellow: #f8eb56;
|
|
6
6
|
@color-bright-orange: #ffc091;
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
@color-sentiment-negative-hover: #761709;
|
|
44
44
|
@color-sentiment-negative-active: #470e05;
|
|
45
45
|
@color-sentiment-positive: #2f5711;
|
|
46
|
-
@color-sentiment-warning: #
|
|
46
|
+
@color-sentiment-warning: #edc843;
|
|
47
|
+
@color-contrast: #ffffff;
|
|
47
48
|
@padding-x-small: 8px;
|
|
48
49
|
@padding-small: 16px;
|
|
49
50
|
@padding-medium: 24px;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 21 Oct 2022 15:18:31 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
|
|
3
|
+
// Generated on Fri, 21 Oct 2022 15:18:31 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;
|