@transferwise/neptune-tokens 8.2.2 → 8.2.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 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 Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 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.2.2",
3
+ "version": "8.2.4",
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 Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-dark {
@@ -110,6 +110,9 @@
110
110
  --letter-spacing-negative-md: -0.015em;
111
111
  --letter-spacing-negative-lg: -0.02em;
112
112
  --letter-spacing-negative-xl: -0.025em;
113
+ --letter-spacing-negative-xxl: -0.03em;
114
+ --letter-spacing-negative-xxxl: -0.04em;
115
+ --letter-spacing-negative-xxxxl: -0.05em;
113
116
  --line-height-18: 1.125rem;
114
117
  --line-height-20: 1.25rem;
115
118
  --line-height-22: 1.375rem;
@@ -121,9 +124,9 @@
121
124
  --line-height-36: 2.25rem;
122
125
  --line-height-42: 2.625rem;
123
126
  --line-height-48: 3rem;
124
- --line-height-display-tight: 0.053125rem;
125
- --line-height-display-regular: 0.0625rem;
126
- --line-height-display-loose: 0.075rem;
127
+ --line-height-display-tight: NaNrem;
128
+ --line-height-display-regular: NaNrem;
129
+ --line-height-display-loose: NaNrem;
127
130
  --line-height-title: 1.2;
128
131
  --line-height-body: 1.5;
129
132
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-content-primary: #e2e6e8;
6
6
  @color-content-secondary: #c9cbce;
@@ -108,6 +108,9 @@
108
108
  @letter-spacing-negative-md: -0.015em;
109
109
  @letter-spacing-negative-lg: -0.02em;
110
110
  @letter-spacing-negative-xl: -0.025em;
111
+ @letter-spacing-negative-xxl: -0.03em;
112
+ @letter-spacing-negative-xxxl: -0.04em;
113
+ @letter-spacing-negative-xxxxl: -0.05em;
111
114
  @line-height-18: 1.125rem;
112
115
  @line-height-20: 1.25rem;
113
116
  @line-height-22: 1.375rem;
@@ -119,9 +122,9 @@
119
122
  @line-height-36: 2.25rem;
120
123
  @line-height-42: 2.625rem;
121
124
  @line-height-48: 3rem;
122
- @line-height-display-tight: 0.053125rem;
123
- @line-height-display-regular: 0.0625rem;
124
- @line-height-display-loose: 0.075rem;
125
+ @line-height-display-tight: NaNrem;
126
+ @line-height-display-regular: NaNrem;
127
+ @line-height-display-loose: NaNrem;
125
128
  @line-height-title: 1.2;
126
129
  @line-height-body: 1.5;
127
130
  @line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-light {
@@ -110,6 +110,9 @@
110
110
  --letter-spacing-negative-md: -0.015em;
111
111
  --letter-spacing-negative-lg: -0.02em;
112
112
  --letter-spacing-negative-xl: -0.025em;
113
+ --letter-spacing-negative-xxl: -0.03em;
114
+ --letter-spacing-negative-xxxl: -0.04em;
115
+ --letter-spacing-negative-xxxxl: -0.05em;
113
116
  --line-height-18: 1.125rem;
114
117
  --line-height-20: 1.25rem;
115
118
  --line-height-22: 1.375rem;
@@ -121,9 +124,9 @@
121
124
  --line-height-36: 2.25rem;
122
125
  --line-height-42: 2.625rem;
123
126
  --line-height-48: 3rem;
124
- --line-height-display-tight: 0.053125rem;
125
- --line-height-display-regular: 0.0625rem;
126
- --line-height-display-loose: 0.075rem;
127
+ --line-height-display-tight: NaNrem;
128
+ --line-height-display-regular: NaNrem;
129
+ --line-height-display-loose: NaNrem;
127
130
  --line-height-title: 1.2;
128
131
  --line-height-body: 1.5;
129
132
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-content-primary: #37517e;
6
6
  @color-content-secondary: #5d7079;
@@ -108,6 +108,9 @@
108
108
  @letter-spacing-negative-md: -0.015em;
109
109
  @letter-spacing-negative-lg: -0.02em;
110
110
  @letter-spacing-negative-xl: -0.025em;
111
+ @letter-spacing-negative-xxl: -0.03em;
112
+ @letter-spacing-negative-xxxl: -0.04em;
113
+ @letter-spacing-negative-xxxxl: -0.05em;
111
114
  @line-height-18: 1.125rem;
112
115
  @line-height-20: 1.25rem;
113
116
  @line-height-22: 1.375rem;
@@ -119,9 +122,9 @@
119
122
  @line-height-36: 2.25rem;
120
123
  @line-height-42: 2.625rem;
121
124
  @line-height-48: 3rem;
122
- @line-height-display-tight: 0.053125rem;
123
- @line-height-display-regular: 0.0625rem;
124
- @line-height-display-loose: 0.075rem;
125
+ @line-height-display-tight: NaNrem;
126
+ @line-height-display-regular: NaNrem;
127
+ @line-height-display-loose: NaNrem;
125
128
  @line-height-title: 1.2;
126
129
  @line-height-body: 1.5;
127
130
  @line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-navy {
@@ -110,6 +110,9 @@
110
110
  --letter-spacing-negative-md: -0.015em;
111
111
  --letter-spacing-negative-lg: -0.02em;
112
112
  --letter-spacing-negative-xl: -0.025em;
113
+ --letter-spacing-negative-xxl: -0.03em;
114
+ --letter-spacing-negative-xxxl: -0.04em;
115
+ --letter-spacing-negative-xxxxl: -0.05em;
113
116
  --line-height-18: 1.125rem;
114
117
  --line-height-20: 1.25rem;
115
118
  --line-height-22: 1.375rem;
@@ -121,9 +124,9 @@
121
124
  --line-height-36: 2.25rem;
122
125
  --line-height-42: 2.625rem;
123
126
  --line-height-48: 3rem;
124
- --line-height-display-tight: 0.053125rem;
125
- --line-height-display-regular: 0.0625rem;
126
- --line-height-display-loose: 0.075rem;
127
+ --line-height-display-tight: NaNrem;
128
+ --line-height-display-regular: NaNrem;
129
+ --line-height-display-loose: NaNrem;
127
130
  --line-height-title: 1.2;
128
131
  --line-height-body: 1.5;
129
132
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-content-primary: #ffffff;
6
6
  @color-content-secondary: #c9cbce;
@@ -108,6 +108,9 @@
108
108
  @letter-spacing-negative-md: -0.015em;
109
109
  @letter-spacing-negative-lg: -0.02em;
110
110
  @letter-spacing-negative-xl: -0.025em;
111
+ @letter-spacing-negative-xxl: -0.03em;
112
+ @letter-spacing-negative-xxxl: -0.04em;
113
+ @letter-spacing-negative-xxxxl: -0.05em;
111
114
  @line-height-18: 1.125rem;
112
115
  @line-height-20: 1.25rem;
113
116
  @line-height-22: 1.375rem;
@@ -119,9 +122,9 @@
119
122
  @line-height-36: 2.25rem;
120
123
  @line-height-42: 2.625rem;
121
124
  @line-height-48: 3rem;
122
- @line-height-display-tight: 0.053125rem;
123
- @line-height-display-regular: 0.0625rem;
124
- @line-height-display-loose: 0.075rem;
125
+ @line-height-display-tight: NaNrem;
126
+ @line-height-display-regular: NaNrem;
127
+ @line-height-display-loose: NaNrem;
125
128
  @line-height-title: 1.2;
126
129
  @line-height-body: 1.5;
127
130
  @line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal {
@@ -117,6 +117,9 @@
117
117
  --letter-spacing-negative-md: -0.015em;
118
118
  --letter-spacing-negative-lg: -0.02em;
119
119
  --letter-spacing-negative-xl: -0.025em;
120
+ --letter-spacing-negative-xxl: -0.03em;
121
+ --letter-spacing-negative-xxxl: -0.04em;
122
+ --letter-spacing-negative-xxxxl: -0.05em;
120
123
  --line-height-18: 1.125rem;
121
124
  --line-height-20: 1.25rem;
122
125
  --line-height-22: 1.375rem;
@@ -128,9 +131,9 @@
128
131
  --line-height-36: 2.25rem;
129
132
  --line-height-42: 2.625rem;
130
133
  --line-height-48: 3rem;
131
- --line-height-display-tight: 0.053125rem;
132
- --line-height-display-regular: 0.0625rem;
133
- --line-height-display-loose: 0.075rem;
134
+ --line-height-display-tight: NaNrem;
135
+ --line-height-display-regular: NaNrem;
136
+ --line-height-display-loose: NaNrem;
134
137
  --line-height-title: 1.2;
135
138
  --line-height-body: 1.5;
136
139
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -115,6 +115,9 @@
115
115
  @letter-spacing-negative-md: -0.015em;
116
116
  @letter-spacing-negative-lg: -0.02em;
117
117
  @letter-spacing-negative-xl: -0.025em;
118
+ @letter-spacing-negative-xxl: -0.03em;
119
+ @letter-spacing-negative-xxxl: -0.04em;
120
+ @letter-spacing-negative-xxxxl: -0.05em;
118
121
  @line-height-18: 1.125rem;
119
122
  @line-height-20: 1.25rem;
120
123
  @line-height-22: 1.375rem;
@@ -126,9 +129,9 @@
126
129
  @line-height-36: 2.25rem;
127
130
  @line-height-42: 2.625rem;
128
131
  @line-height-48: 3rem;
129
- @line-height-display-tight: 0.053125rem;
130
- @line-height-display-regular: 0.0625rem;
131
- @line-height-display-loose: 0.075rem;
132
+ @line-height-display-tight: NaNrem;
133
+ @line-height-display-regular: NaNrem;
134
+ @line-height-display-loose: NaNrem;
132
135
  @line-height-title: 1.2;
133
136
  @line-height-body: 1.5;
134
137
  @line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--dark {
@@ -141,6 +141,9 @@
141
141
  --letter-spacing-negative-md: -0.015em;
142
142
  --letter-spacing-negative-lg: -0.02em;
143
143
  --letter-spacing-negative-xl: -0.025em;
144
+ --letter-spacing-negative-xxl: -0.03em;
145
+ --letter-spacing-negative-xxxl: -0.04em;
146
+ --letter-spacing-negative-xxxxl: -0.05em;
144
147
  --line-height-18: 1.125rem;
145
148
  --line-height-20: 1.25rem;
146
149
  --line-height-22: 1.375rem;
@@ -152,9 +155,9 @@
152
155
  --line-height-36: 2.25rem;
153
156
  --line-height-42: 2.625rem;
154
157
  --line-height-48: 3rem;
155
- --line-height-display-tight: 0.053125rem;
156
- --line-height-display-regular: 0.0625rem;
157
- --line-height-display-loose: 0.075rem;
158
+ --line-height-display-tight: NaNrem;
159
+ --line-height-display-regular: NaNrem;
160
+ --line-height-display-loose: NaNrem;
158
161
  --line-height-title: 1.2;
159
162
  --line-height-body: 1.5;
160
163
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -139,6 +139,9 @@
139
139
  @letter-spacing-negative-md: -0.015em;
140
140
  @letter-spacing-negative-lg: -0.02em;
141
141
  @letter-spacing-negative-xl: -0.025em;
142
+ @letter-spacing-negative-xxl: -0.03em;
143
+ @letter-spacing-negative-xxxl: -0.04em;
144
+ @letter-spacing-negative-xxxxl: -0.05em;
142
145
  @line-height-18: 1.125rem;
143
146
  @line-height-20: 1.25rem;
144
147
  @line-height-22: 1.375rem;
@@ -150,9 +153,9 @@
150
153
  @line-height-36: 2.25rem;
151
154
  @line-height-42: 2.625rem;
152
155
  @line-height-48: 3rem;
153
- @line-height-display-tight: 0.053125rem;
154
- @line-height-display-regular: 0.0625rem;
155
- @line-height-display-loose: 0.075rem;
156
+ @line-height-display-tight: NaNrem;
157
+ @line-height-display-regular: NaNrem;
158
+ @line-height-display-loose: NaNrem;
156
159
  @line-height-title: 1.2;
157
160
  @line-height-body: 1.5;
158
161
  @line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  .np-theme-personal--forest-green {
@@ -141,6 +141,9 @@
141
141
  --letter-spacing-negative-md: -0.015em;
142
142
  --letter-spacing-negative-lg: -0.02em;
143
143
  --letter-spacing-negative-xl: -0.025em;
144
+ --letter-spacing-negative-xxl: -0.03em;
145
+ --letter-spacing-negative-xxxl: -0.04em;
146
+ --letter-spacing-negative-xxxxl: -0.05em;
144
147
  --line-height-18: 1.125rem;
145
148
  --line-height-20: 1.25rem;
146
149
  --line-height-22: 1.375rem;
@@ -152,9 +155,9 @@
152
155
  --line-height-36: 2.25rem;
153
156
  --line-height-42: 2.625rem;
154
157
  --line-height-48: 3rem;
155
- --line-height-display-tight: 0.053125rem;
156
- --line-height-display-regular: 0.0625rem;
157
- --line-height-display-loose: 0.075rem;
158
+ --line-height-display-tight: NaNrem;
159
+ --line-height-display-regular: NaNrem;
160
+ --line-height-display-loose: NaNrem;
158
161
  --line-height-title: 1.2;
159
162
  --line-height-body: 1.5;
160
163
  --line-height-control: 1.2;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-bright-yellow: #ffeb69;
6
6
  @color-bright-orange: #ffc091;
@@ -139,6 +139,9 @@
139
139
  @letter-spacing-negative-md: -0.015em;
140
140
  @letter-spacing-negative-lg: -0.02em;
141
141
  @letter-spacing-negative-xl: -0.025em;
142
+ @letter-spacing-negative-xxl: -0.03em;
143
+ @letter-spacing-negative-xxxl: -0.04em;
144
+ @letter-spacing-negative-xxxxl: -0.05em;
142
145
  @line-height-18: 1.125rem;
143
146
  @line-height-20: 1.25rem;
144
147
  @line-height-22: 1.375rem;
@@ -150,9 +153,9 @@
150
153
  @line-height-36: 2.25rem;
151
154
  @line-height-42: 2.625rem;
152
155
  @line-height-48: 3rem;
153
- @line-height-display-tight: 0.053125rem;
154
- @line-height-display-regular: 0.0625rem;
155
- @line-height-display-loose: 0.075rem;
156
+ @line-height-display-tight: NaNrem;
157
+ @line-height-display-regular: NaNrem;
158
+ @line-height-display-loose: NaNrem;
156
159
  @line-height-title: 1.2;
157
160
  @line-height-body: 1.5;
158
161
  @line-height-control: 1.2;
package/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ * Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -110,6 +110,9 @@
110
110
  --letter-spacing-negative-md: -0.015em;
111
111
  --letter-spacing-negative-lg: -0.02em;
112
112
  --letter-spacing-negative-xl: -0.025em;
113
+ --letter-spacing-negative-xxl: -0.03em;
114
+ --letter-spacing-negative-xxxl: -0.04em;
115
+ --letter-spacing-negative-xxxxl: -0.05em;
113
116
  --line-height-18: 1.125rem;
114
117
  --line-height-20: 1.25rem;
115
118
  --line-height-22: 1.375rem;
@@ -121,9 +124,9 @@
121
124
  --line-height-36: 2.25rem;
122
125
  --line-height-42: 2.625rem;
123
126
  --line-height-48: 3rem;
124
- --line-height-display-tight: 0.053125rem;
125
- --line-height-display-regular: 0.0625rem;
126
- --line-height-display-loose: 0.075rem;
127
+ --line-height-display-tight: NaNrem;
128
+ --line-height-display-regular: NaNrem;
129
+ --line-height-display-loose: NaNrem;
127
130
  --line-height-title: 1.2;
128
131
  --line-height-body: 1.5;
129
132
  --line-height-control: 1.2;
package/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 29 Dec 2022 19:49:27 GMT
3
+ // Generated on Fri, 30 Dec 2022 19:43:20 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;
@@ -190,6 +190,9 @@
190
190
  @letter-spacing-negative-md: -0.015em;
191
191
  @letter-spacing-negative-lg: -0.02em;
192
192
  @letter-spacing-negative-xl: -0.025em;
193
+ @letter-spacing-negative-xxl: -0.03em;
194
+ @letter-spacing-negative-xxxl: -0.04em;
195
+ @letter-spacing-negative-xxxxl: -0.05em;
193
196
  @line-height-18: 1.125rem;
194
197
  @line-height-20: 1.25rem;
195
198
  @line-height-22: 1.375rem;
@@ -201,9 +204,9 @@
201
204
  @line-height-36: 2.25rem;
202
205
  @line-height-42: 2.625rem;
203
206
  @line-height-48: 3rem;
204
- @line-height-display-tight: 0.053125rem;
205
- @line-height-display-regular: 0.0625rem;
206
- @line-height-display-loose: 0.075rem;
207
+ @line-height-display-tight: NaNrem;
208
+ @line-height-display-regular: NaNrem;
209
+ @line-height-display-loose: NaNrem;
207
210
  @line-height-title: 1.2;
208
211
  @line-height-body: 1.5;
209
212
  @line-height-control: 1.2;