@transferwise/neptune-tokens 7.1.0-next.1 → 8.0.0-next.1
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/colors-base.css +1 -1
- package/colors-base.less +1 -1
- package/package.json +7 -1
- package/themes/dark/tokens.css +12 -1
- package/themes/dark/tokens.less +12 -1
- package/themes/light/tokens.css +12 -1
- package/themes/light/tokens.less +12 -1
- package/themes/navy/tokens.css +12 -1
- package/themes/navy/tokens.less +12 -1
- package/tokens.css +12 -1
- package/tokens.less +12 -1
package/colors-base.css
CHANGED
package/colors-base.less
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0-next.1",
|
|
4
4
|
"description": "Design tokens for the Neptune Design System",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -26,9 +26,15 @@
|
|
|
26
26
|
"@semantic-release/git": "^9.0.1",
|
|
27
27
|
"@semantic-release/npm": "^7.1.3",
|
|
28
28
|
"chroma-js": "^2.1.2",
|
|
29
|
+
"cz-conventional-changelog": "3.3.0",
|
|
29
30
|
"prettier": "^2.3.2",
|
|
30
31
|
"release-to-github-with-changelog": "^1.2.4",
|
|
31
32
|
"semantic-release": "^17.4.7",
|
|
32
33
|
"style-dictionary": "^3.0.1"
|
|
34
|
+
},
|
|
35
|
+
"config": {
|
|
36
|
+
"commitizen": {
|
|
37
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
38
|
+
}
|
|
33
39
|
}
|
|
34
40
|
}
|
package/themes/dark/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
* Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-dark {
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
--letter-spacing-size-1.25: -0.0125;
|
|
87
87
|
--letter-spacing-size-1.5: -0.015;
|
|
88
88
|
--letter-spacing-size-2.5: -0.025;
|
|
89
|
+
--line-height-18: 1.125;
|
|
90
|
+
--line-height-22: 1.25;
|
|
91
|
+
--line-height-24: 1.5;
|
|
92
|
+
--line-height-28: 1.75;
|
|
93
|
+
--line-height-30: 1.375;
|
|
94
|
+
--line-height-32: 2;
|
|
95
|
+
--line-height-34: 2.125;
|
|
96
|
+
--line-height-36: 1.5;
|
|
97
|
+
--line-height-42: 1.625;
|
|
98
|
+
--line-height-48: 1.75;
|
|
89
99
|
--line-height-title: 1.2;
|
|
90
100
|
--line-height-body: 1.5;
|
|
91
101
|
--line-height-control: 1.2;
|
|
@@ -94,5 +104,6 @@
|
|
|
94
104
|
--font-weight-medium: 500;
|
|
95
105
|
--font-weight-semi-bold: 600;
|
|
96
106
|
--font-weight-bold: 800;
|
|
107
|
+
--font-weight-black: 900;
|
|
97
108
|
--font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
|
98
109
|
}
|
package/themes/dark/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
// Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #e2e6e8;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -84,6 +84,16 @@
|
|
|
84
84
|
@letter-spacing-size-1.25: -0.0125;
|
|
85
85
|
@letter-spacing-size-1.5: -0.015;
|
|
86
86
|
@letter-spacing-size-2.5: -0.025;
|
|
87
|
+
@line-height-18: 1.125;
|
|
88
|
+
@line-height-22: 1.25;
|
|
89
|
+
@line-height-24: 1.5;
|
|
90
|
+
@line-height-28: 1.75;
|
|
91
|
+
@line-height-30: 1.375;
|
|
92
|
+
@line-height-32: 2;
|
|
93
|
+
@line-height-34: 2.125;
|
|
94
|
+
@line-height-36: 1.5;
|
|
95
|
+
@line-height-42: 1.625;
|
|
96
|
+
@line-height-48: 1.75;
|
|
87
97
|
@line-height-title: 1.2;
|
|
88
98
|
@line-height-body: 1.5;
|
|
89
99
|
@line-height-control: 1.2;
|
|
@@ -92,4 +102,5 @@
|
|
|
92
102
|
@font-weight-medium: 500;
|
|
93
103
|
@font-weight-semi-bold: 600;
|
|
94
104
|
@font-weight-bold: 800;
|
|
105
|
+
@font-weight-black: 900;
|
|
95
106
|
@font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
package/themes/light/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
* Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-light {
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
--letter-spacing-size-1.25: -0.0125;
|
|
87
87
|
--letter-spacing-size-1.5: -0.015;
|
|
88
88
|
--letter-spacing-size-2.5: -0.025;
|
|
89
|
+
--line-height-18: 1.125;
|
|
90
|
+
--line-height-22: 1.25;
|
|
91
|
+
--line-height-24: 1.5;
|
|
92
|
+
--line-height-28: 1.75;
|
|
93
|
+
--line-height-30: 1.375;
|
|
94
|
+
--line-height-32: 2;
|
|
95
|
+
--line-height-34: 2.125;
|
|
96
|
+
--line-height-36: 1.5;
|
|
97
|
+
--line-height-42: 1.625;
|
|
98
|
+
--line-height-48: 1.75;
|
|
89
99
|
--line-height-title: 1.2;
|
|
90
100
|
--line-height-body: 1.5;
|
|
91
101
|
--line-height-control: 1.2;
|
|
@@ -94,5 +104,6 @@
|
|
|
94
104
|
--font-weight-medium: 500;
|
|
95
105
|
--font-weight-semi-bold: 600;
|
|
96
106
|
--font-weight-bold: 800;
|
|
107
|
+
--font-weight-black: 900;
|
|
97
108
|
--font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
|
98
109
|
}
|
package/themes/light/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
// Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #37517e;
|
|
6
6
|
@color-content-secondary: #5d7079;
|
|
@@ -84,6 +84,16 @@
|
|
|
84
84
|
@letter-spacing-size-1.25: -0.0125;
|
|
85
85
|
@letter-spacing-size-1.5: -0.015;
|
|
86
86
|
@letter-spacing-size-2.5: -0.025;
|
|
87
|
+
@line-height-18: 1.125;
|
|
88
|
+
@line-height-22: 1.25;
|
|
89
|
+
@line-height-24: 1.5;
|
|
90
|
+
@line-height-28: 1.75;
|
|
91
|
+
@line-height-30: 1.375;
|
|
92
|
+
@line-height-32: 2;
|
|
93
|
+
@line-height-34: 2.125;
|
|
94
|
+
@line-height-36: 1.5;
|
|
95
|
+
@line-height-42: 1.625;
|
|
96
|
+
@line-height-48: 1.75;
|
|
87
97
|
@line-height-title: 1.2;
|
|
88
98
|
@line-height-body: 1.5;
|
|
89
99
|
@line-height-control: 1.2;
|
|
@@ -92,4 +102,5 @@
|
|
|
92
102
|
@font-weight-medium: 500;
|
|
93
103
|
@font-weight-semi-bold: 600;
|
|
94
104
|
@font-weight-bold: 800;
|
|
105
|
+
@font-weight-black: 900;
|
|
95
106
|
@font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
package/themes/navy/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
* Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.np-theme-navy {
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
--letter-spacing-size-1.25: -0.0125;
|
|
87
87
|
--letter-spacing-size-1.5: -0.015;
|
|
88
88
|
--letter-spacing-size-2.5: -0.025;
|
|
89
|
+
--line-height-18: 1.125;
|
|
90
|
+
--line-height-22: 1.25;
|
|
91
|
+
--line-height-24: 1.5;
|
|
92
|
+
--line-height-28: 1.75;
|
|
93
|
+
--line-height-30: 1.375;
|
|
94
|
+
--line-height-32: 2;
|
|
95
|
+
--line-height-34: 2.125;
|
|
96
|
+
--line-height-36: 1.5;
|
|
97
|
+
--line-height-42: 1.625;
|
|
98
|
+
--line-height-48: 1.75;
|
|
89
99
|
--line-height-title: 1.2;
|
|
90
100
|
--line-height-body: 1.5;
|
|
91
101
|
--line-height-control: 1.2;
|
|
@@ -94,5 +104,6 @@
|
|
|
94
104
|
--font-weight-medium: 500;
|
|
95
105
|
--font-weight-semi-bold: 600;
|
|
96
106
|
--font-weight-bold: 800;
|
|
107
|
+
--font-weight-black: 900;
|
|
97
108
|
--font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
|
98
109
|
}
|
package/themes/navy/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
// Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
|
|
5
5
|
@color-content-primary: #ffffff;
|
|
6
6
|
@color-content-secondary: #c9cbce;
|
|
@@ -84,6 +84,16 @@
|
|
|
84
84
|
@letter-spacing-size-1.25: -0.0125;
|
|
85
85
|
@letter-spacing-size-1.5: -0.015;
|
|
86
86
|
@letter-spacing-size-2.5: -0.025;
|
|
87
|
+
@line-height-18: 1.125;
|
|
88
|
+
@line-height-22: 1.25;
|
|
89
|
+
@line-height-24: 1.5;
|
|
90
|
+
@line-height-28: 1.75;
|
|
91
|
+
@line-height-30: 1.375;
|
|
92
|
+
@line-height-32: 2;
|
|
93
|
+
@line-height-34: 2.125;
|
|
94
|
+
@line-height-36: 1.5;
|
|
95
|
+
@line-height-42: 1.625;
|
|
96
|
+
@line-height-48: 1.75;
|
|
87
97
|
@line-height-title: 1.2;
|
|
88
98
|
@line-height-body: 1.5;
|
|
89
99
|
@line-height-control: 1.2;
|
|
@@ -92,4 +102,5 @@
|
|
|
92
102
|
@font-weight-medium: 500;
|
|
93
103
|
@font-weight-semi-bold: 600;
|
|
94
104
|
@font-weight-bold: 800;
|
|
105
|
+
@font-weight-black: 900;
|
|
95
106
|
@font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
package/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
* Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
--letter-spacing-negative-size-1.25: -0.0125;
|
|
87
87
|
--letter-spacing-negative-size-1.5: -0.015;
|
|
88
88
|
--letter-spacing-negative-size-2.5: -0.025;
|
|
89
|
+
--line-height-18: 1.125;
|
|
90
|
+
--line-height-22: 1.25;
|
|
91
|
+
--line-height-24: 1.5;
|
|
92
|
+
--line-height-28: 1.75;
|
|
93
|
+
--line-height-30: 1.375;
|
|
94
|
+
--line-height-32: 2;
|
|
95
|
+
--line-height-34: 2.125;
|
|
96
|
+
--line-height-36: 1.5;
|
|
97
|
+
--line-height-42: 1.625;
|
|
98
|
+
--line-height-48: 1.75;
|
|
89
99
|
--line-height-title: 1.2;
|
|
90
100
|
--line-height-body: 1.5;
|
|
91
101
|
--line-height-control: 1.2;
|
|
@@ -94,5 +104,6 @@
|
|
|
94
104
|
--font-weight-medium: 500;
|
|
95
105
|
--font-weight-semi-bold: 600;
|
|
96
106
|
--font-weight-bold: 800;
|
|
107
|
+
--font-weight-black: 900;
|
|
97
108
|
--font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|
|
98
109
|
}
|
package/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Tue, 12 Jul 2022 17:
|
|
3
|
+
// Generated on Tue, 12 Jul 2022 17:47:29 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -166,6 +166,16 @@
|
|
|
166
166
|
@letter-spacing-negative-size-1.25: -0.0125;
|
|
167
167
|
@letter-spacing-negative-size-1.5: -0.015;
|
|
168
168
|
@letter-spacing-negative-size-2.5: -0.025;
|
|
169
|
+
@line-height-18: 1.125;
|
|
170
|
+
@line-height-22: 1.25;
|
|
171
|
+
@line-height-24: 1.5;
|
|
172
|
+
@line-height-28: 1.75;
|
|
173
|
+
@line-height-30: 1.375;
|
|
174
|
+
@line-height-32: 2;
|
|
175
|
+
@line-height-34: 2.125;
|
|
176
|
+
@line-height-36: 1.5;
|
|
177
|
+
@line-height-42: 1.625;
|
|
178
|
+
@line-height-48: 1.75;
|
|
169
179
|
@line-height-title: 1.2;
|
|
170
180
|
@line-height-body: 1.5;
|
|
171
181
|
@line-height-control: 1.2;
|
|
@@ -174,4 +184,5 @@
|
|
|
174
184
|
@font-weight-medium: 500;
|
|
175
185
|
@font-weight-semi-bold: 600;
|
|
176
186
|
@font-weight-bold: 800;
|
|
187
|
+
@font-weight-black: 900;
|
|
177
188
|
@font-family-regular: 'Inter', sans-serif, Helvetica, Arial, sans-serif;
|