@transferwise/components 0.0.0-experimental-8b2286f → 0.0.0-experimental-c3b48d7

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.
Files changed (26) hide show
  1. package/build/expressiveMoneyInput/amountInput/AmountInput.js +1 -1
  2. package/build/expressiveMoneyInput/amountInput/AmountInput.js.map +1 -1
  3. package/build/expressiveMoneyInput/amountInput/AmountInput.mjs +1 -1
  4. package/build/expressiveMoneyInput/amountInput/AmountInput.mjs.map +1 -1
  5. package/build/main.css +322 -238
  6. package/build/styles/css/neptune.css +12 -26
  7. package/build/styles/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
  8. package/build/styles/expressiveMoneyInput/amountInput/AmountInput.css +0 -2
  9. package/build/styles/less/neptune-tokens.less +2 -2
  10. package/build/styles/main.css +322 -238
  11. package/build/styles/props/neptune-tokens.css +1 -1
  12. package/build/styles/sentimentSurface/SentimentSurface.css +302 -202
  13. package/build/styles/styles/less/neptune.css +12 -26
  14. package/package.json +2 -2
  15. package/src/expressiveMoneyInput/ExpressiveMoneyInput.css +0 -2
  16. package/src/expressiveMoneyInput/ExpressiveMoneyInput.test.story.tsx +0 -43
  17. package/src/expressiveMoneyInput/amountInput/AmountInput.css +0 -2
  18. package/src/expressiveMoneyInput/amountInput/AmountInput.less +0 -2
  19. package/src/expressiveMoneyInput/amountInput/AmountInput.tsx +1 -1
  20. package/src/main.css +322 -238
  21. package/src/sentimentSurface/SentimentSurface.css +302 -202
  22. package/src/sentimentSurface/SentimentSurface.docs.mdx +2 -0
  23. package/src/sentimentSurface/SentimentSurface.less +67 -315
  24. package/src/sentimentSurface/SentimentSurface.story.tsx +4 -0
  25. package/src/styles/less/core/_typography.less +6 -28
  26. package/src/styles/less/neptune.css +12 -26
@@ -4,327 +4,79 @@
4
4
  color: var(--color-sentiment-content-primary);
5
5
  }
6
6
 
7
- &-negative {
8
- .np-theme-personal&,
9
- .np-theme-business&,
10
- .np-theme-platform&,
11
- .np-theme-personal--bright-green&,
12
- .np-theme-business--bright-green& {
13
- &-base {
14
- .sentiment-surface-tokens(
15
- #CB272F, #B8232B, #A72027,
16
- #CB272F, #B8232B, #A72027,
17
- #FBEAEA, #F9E1E1, #F8D8D8,
18
- #F5D3D4, #F0BDBE, #ECACAD,
19
- #FBEAEA, #F9E1E1, #F8D8D8,
20
- #FBEAEA, #F9E1E1, #F8D8D8
21
- );
22
- }
23
- &-elevated {
24
- .sentiment-surface-tokens(
25
- #FFFFFF, #F5CCCC, #F1B7B7,
26
- #FBEAEA, #F5CCCC, #F1B7B7,
27
- #CB272F, #B8232B, #A72027,
28
- #9B141B, #831116, #6D0e13,
29
- #CB272F, #B8232B, #A72027,
30
- #CB272F, #B8232B, #A72027
31
- );
32
- }
33
- }
7
+ --ring-outline-color: var(--color-sentiment-content-primary, var(--color-content-primary));
8
+ }
34
9
 
35
- .np-theme-personal--dark&,
36
- .np-theme-business--dark&,
37
- .np-theme-personal--forest-green&,
38
- .np-theme-business--forest-green&,
39
- .np-theme-platform--forest-green& {
40
- &-base {
41
- .sentiment-surface-tokens(
42
- #FFA8AD, #FFBDC0, #FFD1D3,
43
- #FFA8AD, #FFBDC0, #FFD1D3,
44
- #410B0D, #641115, #761418,
45
- #601013, #7A1519, #90181D,
46
- #410B0D, #641115, #761418,
47
- #410B0D, #641115, #761418
48
- );
49
- }
50
- &-elevated {
51
- .sentiment-surface-tokens(
52
- #410B0D, #641115, #761418,
53
- #410B0D, #641115, #761418,
54
- #FFA8AD, #FFBDC0, #FFD1D3,
55
- #D9898D, #D68084, #D06C71,
56
- #FFA8AD, #FFBDC0, #FFD1D3,
57
- #FFA8AD, #FFBDC0, #FFD1D3
58
- );
59
- }
60
- }
10
+ .np-theme-personal,
11
+ .np-theme-business,
12
+ .np-theme-platform,
13
+ .np-theme-personal--bright-green,
14
+ .np-theme-business--bright-green {
15
+ &.wds-sentiment-surface-negative-base {
16
+ @import "@transferwise/neptune-tokens/sentiment/negative/light/base.less";
61
17
  }
62
-
63
- &-warning {
64
- .np-theme-personal&,
65
- .np-theme-business&,
66
- .np-theme-platform&,
67
- .np-theme-personal--bright-green&,
68
- .np-theme-business--bright-green& {
69
- &-base {
70
- .sentiment-surface-tokens(
71
- #4A3B1C, #302612, #2C2311, // content-primary (default, hover, active)
72
- #FFD11A, #FFBF0F, #FFBB00, // interactive-primary
73
- #FFF7D7, #FFF0B2, #FFE98F, // interactive-secondary
74
- #FFEC9E, #FFE187, #FFD55F, // interactive-secondary-neutral
75
- #4A3B1C, #302612, #2C2311, // interactive-control
76
- #FFF7D7, #FFF0B2, #FFE98F // background-surface
77
- );
78
- }
79
- &-elevated {
80
- .sentiment-surface-tokens(
81
- #4A3B1C, #302612, #2C2311, // content-primary
82
- #4A3B1C, #302612, #2C2311, // interactive-primary
83
- #FFD11A, #FFBF0F, #FFBB00, // interactive-secondary
84
- #FFEC9E, #FFEDB8, #FFF2CC, // interactive-secondary-neutral
85
- #FFD11A, #FFBF0F, #FFBB00, // interactive-control
86
- #FFD11A, #FFBF0F, #FFBB00 // background-surface
87
- );
88
- }
89
- }
90
-
91
- .np-theme-personal--dark&,
92
- .np-theme-business--dark&,
93
- .np-theme-personal--forest-green&,
94
- .np-theme-business--forest-green&,
95
- .np-theme-platform--forest-green& {
96
- &-base {
97
- .sentiment-surface-tokens(
98
- #FADC65, #F9D648, #F8CD20, // content-primary
99
- #FADC65, #F9D648, #F8CD20, // interactive-primary
100
- #3A3523, #504930, #665D3D, // interactive-secondary
101
- #4D462A, #5D532F, #685D33, // interactive-secondary-neutral
102
- #3A3523, #504930, #665D3D, // interactive-control
103
- #3A3523, #504930, #665D3D // background-surface
104
- );
105
- }
106
- &-elevated {
107
- .sentiment-surface-tokens(
108
- #3A3523, #504930, #665D3D, // content-primary
109
- #3A3523, #504930, #665D3D, // interactive-primary
110
- #FADC65, #F9D648, #F8CD20, // interactive-secondary
111
- #E3C85D, #DFC044, #D9B526, // interactive-secondary-neutral
112
- #FADC65, #F9D648, #F8CD20, // interactive-control
113
- #FADC65, #F9D648, #F8CD20 // background-surface
114
- );
115
- }
116
- }
18
+ &.wds-sentiment-surface-negative-elevated {
19
+ @import "@transferwise/neptune-tokens/sentiment/negative/light/elevated.less";
117
20
  }
118
- &-success {
119
- .np-theme-personal&,
120
- .np-theme-business&,
121
- .np-theme-platform&,
122
- .np-theme-personal--bright-green&,
123
- .np-theme-business--bright-green& {
124
- &-base {
125
- .sentiment-surface-tokens(
126
- #054D28, #043A1E, #022614, // content-primary (default, hover, active)
127
- #054D28, #043A1E, #022614, // interactive-primary
128
- #E2F6D5, #D3F2C0, #C5EDAB, // interactive-secondary
129
- #BCD9B8, #AACFA5, #94C38E, // interactive-secondary-neutral
130
- #E2F6D5, #D3F2C0, #C5EDAB, // interactive-control
131
- #E2F6D5, #D3F2C0, #C5EDAB // background-surface
132
- );
133
- }
134
- &-elevated {
135
- .sentiment-surface-tokens(
136
- #CEF1B8, #E0FFCC, #E1F4D4, // content-primary
137
- #CEF1B8, #E0FFCC, #E1F4D4, // interactive-primary
138
- #054D28, #043A1E, #022614, // interactive-secondary
139
- #256A43, #2A794C, #329057, // interactive-secondary-neutral
140
- #054D28, #043A1E, #022614, // interactive-control
141
- #054D28, #043A1E, #022614 // background-surface
142
- );
143
- }
144
- }
145
-
146
- .np-theme-personal--dark&,
147
- .np-theme-business--dark&,
148
- .np-theme-personal--forest-green&,
149
- .np-theme-business--forest-green&,
150
- .np-theme-platform--forest-green& {
151
- &-base {
152
- .sentiment-surface-tokens(
153
- #CEF1B8, #E0FFCC, #E1F4D4, // content-primary
154
- #CEF1B8, #E0FFCC, #E1F4D4, // interactive-primary
155
- #054D28, #043A1E, #022614, // interactive-secondary
156
- #256A43, #2A794C, #329057, // interactive-secondary-neutral
157
- #054D28, #043A1E, #022614, // interactive-control
158
- #054D28, #043A1E, #022614 // background-surface
159
- );
160
- }
161
- &-elevated {
162
- .sentiment-surface-tokens(
163
- #252C20, #323B2B, #3E4A36, // content-primary
164
- #252C20, #323B2B, #3E4A36, // interactive-primary
165
- #BAE5A0, #C8EAB3, #D6F0C7, // interactive-secondary
166
- #A8CF91, #94C478, #83BB63, // interactive-secondary-neutral
167
- #BAE5A0, #C8EAB3, #D6F0C7, // interactive-control
168
- #BAE5A0, #C8EAB3, #D6F0C7 // background-surface
169
- );
170
- }
171
- }
21
+ &.wds-sentiment-surface-warning-base {
22
+ @import "@transferwise/neptune-tokens/sentiment/warning/light/base.less";
172
23
  }
173
- &-neutral {
174
- .np-theme-personal&,
175
- .np-theme-business&,
176
- .np-theme-platform&,
177
- .np-theme-personal--bright-green&,
178
- .np-theme-business--bright-green& {
179
- &-base {
180
- .sentiment-surface-tokens(
181
- #454745, #353635, #232423, // content-primary (default, hover, active)
182
- #454745, #353635, #232423, // interactive-primary
183
- rgba(62, 59, 7, 0.07), rgba(62, 59, 7, 0.12), rgba(62, 59, 7, 0.17), // interactive-secondary
184
- rgba(62, 59, 7, 0.07), rgba(62, 59, 7, 0.12), rgba(62, 59, 7, 0.17), // interactive-secondary-neutral
185
- #F1F1ED, #E7E7E1, #DFDED5, // interactive-control
186
- rgba(62, 59, 7, 0.07), rgba(62, 59, 7, 0.12), rgba(62, 59, 7, 0.17) // background-surface
187
- );
188
- }
189
- &-elevated {
190
- .sentiment-surface-tokens(
191
- #F1F1ED, #E7E7E1, #DFDED5, // content-primary
192
- #F1F1ED, #E7E7E1, #DFDED5, // interactive-primary
193
- #454745, #353635, #232423, // interactive-secondary
194
- #585958, #6A6C6A, #7D7E7D, // interactive-secondary-neutral
195
- #454745, #353635, #232423, // interactive-control
196
- #454745, #353635, #232423 // background-surface
197
- );
198
- }
199
- }
200
-
201
- .np-theme-personal--dark&,
202
- .np-theme-business--dark&,
203
- .np-theme-personal--forest-green&,
204
- .np-theme-business--forest-green&,
205
- .np-theme-platform--forest-green& {
206
- &-base {
207
- .sentiment-surface-tokens(
208
- #F1F1ED, #E7E7E1, #DFDED5, // content-primary
209
- #F1F1ED, #E7E7E1, #DFDED5, // interactive-primary
210
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.30), // interactive-secondary
211
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.30), // interactive-secondary-neutral
212
- #2A2C29, #414441, #595B58, // interactive-control
213
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.30) // background-surface
214
- );
215
- }
216
- &-elevated {
217
- .sentiment-surface-tokens(
218
- #2A2C29, #414441, #595B58, // content-primary
219
- #2A2C29, #414441, #595B58, // interactive-primary
220
- #F1F1ED, #E7E7E1, #DFDED5, // interactive-secondary
221
- #E4E4DC, #DCDCD2, #D3D2C6, // interactive-secondary-neutral
222
- #F1F1ED, #E7E7E1, #DFDED5, // interactive-control
223
- #F1F1ED, #E7E7E1, #DFDED5 // background-surface
224
- );
225
- }
226
- }
24
+ &.wds-sentiment-surface-warning-elevated {
25
+ @import "@transferwise/neptune-tokens/sentiment/warning/light/elevated.less";
227
26
  }
228
- &-proposition {
229
- .np-theme-personal&,
230
- .np-theme-business&,
231
- .np-theme-platform&,
232
- .np-theme-personal--bright-green&,
233
- .np-theme-business--bright-green& {
234
- &-base {
235
- .sentiment-surface-tokens(
236
- #0E0F0C, #0A2826, #074140, // content-primary (default, hover, active)
237
- #054D4D, #043A3A, #022626, // interactive-primary
238
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-secondary
239
- #B4D5D5, #A3CCCC, #9AC6C6, // interactive-secondary-neutral
240
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-control
241
- #E0F7F7, #CAF1F1, #B6ECEC // background-surface
242
- );
243
- }
244
- &-elevated {
245
- .sentiment-surface-tokens(
246
- #FFFFFF, #EAF9F9, #D5F4F4, // content-primary
247
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-primary
248
- #054D4D, #043A3A, #022626, // interactive-secondary
249
- #1F6161, #247070, #298080, // interactive-secondary-neutral
250
- #054D4D, #043A3A, #022626, // interactive-control
251
- #054D4D, #043A3A, #022626 // background-surface
252
- );
253
- }
254
- }
255
-
256
- .np-theme-personal--dark&,
257
- .np-theme-business--dark&,
258
- .np-theme-personal--forest-green&,
259
- .np-theme-business--forest-green&,
260
- .np-theme-platform--forest-green& {
261
- &-base {
262
- .sentiment-surface-tokens(
263
- #FFFFFF, #EAF9F9, #D5F4F4, // content-primary
264
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-primary
265
- #054D4D, #043A3A, #022626, // interactive-secondary
266
- #1F6161, #247070, #298080, // interactive-secondary-neutral
267
- #054D4D, #043A3A, #022626, // interactive-control
268
- #054D4D, #043A3A, #022626 // background-surface
269
- );
270
- }
271
- &-elevated {
272
- .sentiment-surface-tokens(
273
- #0E0F0C, #0A2826, #074140, // content-primary
274
- #0B312F, #104744, #16605C, // interactive-primary
275
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-secondary
276
- #B4D5D5, #A3CCCC, #9AC6C6, // interactive-secondary-neutral
277
- #E0F7F7, #CAF1F1, #B6ECEC, // interactive-control
278
- #E0F7F7, #CAF1F1, #B6ECEC // background-surface
279
- );
280
- }
281
- }
27
+ &.wds-sentiment-surface-success-base {
28
+ @import "@transferwise/neptune-tokens/sentiment/success/light/base.less";
29
+ }
30
+ &.wds-sentiment-surface-success-elevated {
31
+ @import "@transferwise/neptune-tokens/sentiment/success/light/elevated.less";
32
+ }
33
+ &.wds-sentiment-surface-neutral-base {
34
+ @import "@transferwise/neptune-tokens/sentiment/neutral/light/base.less";
35
+ }
36
+ &.wds-sentiment-surface-neutral-elevated {
37
+ @import "@transferwise/neptune-tokens/sentiment/neutral/light/elevated.less";
38
+ }
39
+ &.wds-sentiment-surface-proposition-base {
40
+ @import "@transferwise/neptune-tokens/sentiment/proposition/light/base.less";
41
+ }
42
+ &.wds-sentiment-surface-proposition-elevated {
43
+ @import "@transferwise/neptune-tokens/sentiment/proposition/light/elevated.less";
282
44
  }
283
-
284
- --ring-outline-color: var(--color-sentiment-content-primary, var(--color-content-primary));
285
45
  }
286
46
 
287
- .sentiment-surface-tokens(
288
- @content-primary,
289
- @content-primary-hover,
290
- @content-primary-active,
291
- @interactive-primary,
292
- @interactive-primary-hover,
293
- @interactive-primary-active,
294
- @interactive-secondary,
295
- @interactive-secondary-hover,
296
- @interactive-secondary-active,
297
- @interactive-secondary-neutral,
298
- @interactive-secondary-neutral-hover,
299
- @interactive-secondary-neutral-active,
300
- @interactive-control,
301
- @interactive-control-hover,
302
- @interactive-control-active,
303
- @background-surface,
304
- @background-surface-hover,
305
- @background-surface-active
306
- ) {
307
- --color-sentiment-content-primary: @content-primary;
308
- --color-sentiment-content-primary-hover: @content-primary-hover;
309
- --color-sentiment-content-primary-active: @content-primary-active;
310
-
311
- --color-sentiment-interactive-primary: @interactive-primary;
312
- --color-sentiment-interactive-primary-hover: @interactive-primary-hover;
313
- --color-sentiment-interactive-primary-active: @interactive-primary-active;
314
-
315
- --color-sentiment-interactive-secondary: @interactive-secondary;
316
- --color-sentiment-interactive-secondary-hover: @interactive-secondary-hover;
317
- --color-sentiment-interactive-secondary-active: @interactive-secondary-active;
318
-
319
- --color-sentiment-interactive-secondary-neutral: @interactive-secondary-neutral;
320
- --color-sentiment-interactive-secondary-neutral-hover: @interactive-secondary-neutral-hover;
321
- --color-sentiment-interactive-secondary-neutral-active: @interactive-secondary-neutral-active;
322
-
323
- --color-sentiment-interactive-control: @interactive-control;
324
- --color-sentiment-interactive-control-hover: @interactive-control-hover;
325
- --color-sentiment-interactive-control-active: @interactive-control-active;
326
-
327
- --color-sentiment-background-surface: @background-surface;
328
- --color-sentiment-background-surface-hover: @background-surface-hover;
329
- --color-sentiment-background-surface-active: @background-surface-active;
47
+ .np-theme-personal--dark,
48
+ .np-theme-business--dark,
49
+ .np-theme-personal--forest-green,
50
+ .np-theme-business--forest-green,
51
+ .np-theme-platform--forest-green {
52
+ &.wds-sentiment-surface-negative-base {
53
+ @import "@transferwise/neptune-tokens/sentiment/negative/dark/base.less";
54
+ }
55
+ &.wds-sentiment-surface-negative-elevated {
56
+ @import "@transferwise/neptune-tokens/sentiment/negative/dark/elevated.less";
57
+ }
58
+ &.wds-sentiment-surface-warning-base {
59
+ @import "@transferwise/neptune-tokens/sentiment/warning/dark/base.less";
60
+ }
61
+ &.wds-sentiment-surface-warning-elevated {
62
+ @import "@transferwise/neptune-tokens/sentiment/warning/dark/elevated.less";
63
+ }
64
+ &.wds-sentiment-surface-success-base {
65
+ @import "@transferwise/neptune-tokens/sentiment/success/dark/base.less";
66
+ }
67
+ &.wds-sentiment-surface-success-elevated {
68
+ @import "@transferwise/neptune-tokens/sentiment/success/dark/elevated.less";
69
+ }
70
+ &.wds-sentiment-surface-neutral-base {
71
+ @import "@transferwise/neptune-tokens/sentiment/neutral/dark/base.less";
72
+ }
73
+ &.wds-sentiment-surface-neutral-elevated {
74
+ @import "@transferwise/neptune-tokens/sentiment/neutral/dark/elevated.less";
75
+ }
76
+ &.wds-sentiment-surface-proposition-base {
77
+ @import "@transferwise/neptune-tokens/sentiment/proposition/dark/base.less";
78
+ }
79
+ &.wds-sentiment-surface-proposition-elevated {
80
+ @import "@transferwise/neptune-tokens/sentiment/proposition/dark/elevated.less";
81
+ }
330
82
  }
@@ -170,6 +170,10 @@ const tokenCategories = [
170
170
  '--color-sentiment-background-surface-active',
171
171
  ],
172
172
  },
173
+ {
174
+ name: 'Border',
175
+ tokens: ['--color-sentiment-border-overlay'],
176
+ },
173
177
  ];
174
178
 
175
179
  const TokenSwatch = ({ token }: { token: string }) => (
@@ -8,17 +8,7 @@
8
8
 
9
9
  /* DEPRECATED: use .np-text-*-title instead */
10
10
  /* stylelint-disable-next-line selector-list-comma-newline-after */
11
- .h1,
12
- .h2,
13
- .h3,
14
- .h4,
15
- .h5,
16
- .h6,
17
- .title-1,
18
- .title-2,
19
- .title-3,
20
- .title-4,
21
- .title-5,
11
+ .h1, .h2, .h3, .h4, .h5, .h6, .title-1, .title-2, .title-3, .title-4, .title-5,
22
12
  h1,
23
13
  h2,
24
14
  h3,
@@ -124,12 +114,8 @@ h6,
124
114
 
125
115
  /* DEPRECATED: use .np-text-body-default instead */
126
116
  /* stylelint-disable-next-line selector-list-comma-newline-after */
127
- .body-2,
128
- .body-3,
129
- .small,
130
- .tiny,
131
- body,
132
- small,
117
+ .body-2, .body-3, .small, .tiny,
118
+ body, small,
133
119
  .np-text-body-default {
134
120
  font-size: var(--font-size-14);
135
121
  line-height: 155%;
@@ -153,8 +139,7 @@ small,
153
139
 
154
140
  /* DEPRECATED: use .np-text-body-large instead */
155
141
  /* stylelint-disable-next-line selector-list-comma-newline-after */
156
- .body-1,
157
- .value,
142
+ .body-1, .value,
158
143
  .np-text-body-large {
159
144
  font-weight: var(--font-weight-regular);
160
145
  font-size: var(--font-size-16);
@@ -219,11 +204,8 @@ a,
219
204
  .np-text-display-large,
220
205
  .np-text-display-medium,
221
206
  .np-text-display-small {
222
- &,
223
- &--forced {
224
- font-family: var(--font-family-display);
225
- font-synthesis: none;
226
- }
207
+ font-family: var(--font-family-display);
208
+ font-synthesis: none;
227
209
 
228
210
  :lang(ja) &,
229
211
  :lang(th) &,
@@ -234,12 +216,8 @@ a,
234
216
  * of Japanese ones for the logged out ones (exposed by the Editorial DS). Unfortunately,
235
217
  * font files are browser-cached and we carried over to launchpad, where it causes issues
236
218
  * for unsupported locales, especially those that share glyphs, like Japanese and Chinese.
237
- * There are exceptions for small UI parts where Wise Sans is fine or expected — e.g. the
238
- * numeric input of ExpressiveMoneyInput.
239
- * Add `--forced` BEM modifier to the original class name to guarantee it.
240
219
  */
241
220
  font-family: var(--font-family-regular);
242
- line-height: var(--line-height-title);
243
221
  }
244
222
  }
245
223
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Thu, 14 May 2026 16:11:43 GMT
3
+ * Generated on Mon, 18 May 2026 08:34:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -144,7 +144,7 @@
144
144
 
145
145
  /**
146
146
  * Do not edit directly, this file was auto-generated.
147
- * Generated on Thu, 14 May 2026 16:11:44 GMT
147
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
148
148
  */
149
149
 
150
150
  .np-theme-personal {
@@ -328,7 +328,7 @@
328
328
 
329
329
  /**
330
330
  * Do not edit directly, this file was auto-generated.
331
- * Generated on Thu, 14 May 2026 16:11:44 GMT
331
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
332
332
  */
333
333
 
334
334
  .np-theme-personal--forest-green {
@@ -512,7 +512,7 @@
512
512
 
513
513
  /**
514
514
  * Do not edit directly, this file was auto-generated.
515
- * Generated on Thu, 14 May 2026 16:11:44 GMT
515
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
516
516
  */
517
517
 
518
518
  .np-theme-personal--bright-green {
@@ -696,7 +696,7 @@
696
696
 
697
697
  /**
698
698
  * Do not edit directly, this file was auto-generated.
699
- * Generated on Thu, 14 May 2026 16:11:44 GMT
699
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
700
700
  */
701
701
 
702
702
  .np-theme-personal--dark {
@@ -880,7 +880,7 @@
880
880
 
881
881
  /**
882
882
  * Do not edit directly, this file was auto-generated.
883
- * Generated on Thu, 14 May 2026 16:11:44 GMT
883
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
884
884
  */
885
885
 
886
886
  .np-theme-platform {
@@ -1064,7 +1064,7 @@
1064
1064
 
1065
1065
  /**
1066
1066
  * Do not edit directly, this file was auto-generated.
1067
- * Generated on Thu, 14 May 2026 16:11:44 GMT
1067
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
1068
1068
  */
1069
1069
 
1070
1070
  .np-theme-platform--forest-green {
@@ -1248,7 +1248,7 @@
1248
1248
 
1249
1249
  /**
1250
1250
  * Do not edit directly, this file was auto-generated.
1251
- * Generated on Thu, 14 May 2026 16:11:44 GMT
1251
+ * Generated on Mon, 18 May 2026 08:34:11 GMT
1252
1252
  */
1253
1253
 
1254
1254
  .np-theme-business {
@@ -1433,7 +1433,7 @@
1433
1433
 
1434
1434
  /**
1435
1435
  * Do not edit directly, this file was auto-generated.
1436
- * Generated on Thu, 14 May 2026 16:11:44 GMT
1436
+ * Generated on Mon, 18 May 2026 08:34:12 GMT
1437
1437
  */
1438
1438
 
1439
1439
  .np-theme-business--dark {
@@ -1618,7 +1618,7 @@
1618
1618
 
1619
1619
  /**
1620
1620
  * Do not edit directly, this file was auto-generated.
1621
- * Generated on Thu, 14 May 2026 16:11:44 GMT
1621
+ * Generated on Mon, 18 May 2026 08:34:12 GMT
1622
1622
  */
1623
1623
 
1624
1624
  .np-theme-business--forest-green {
@@ -1803,7 +1803,7 @@
1803
1803
 
1804
1804
  /**
1805
1805
  * Do not edit directly, this file was auto-generated.
1806
- * Generated on Thu, 14 May 2026 16:11:44 GMT
1806
+ * Generated on Mon, 18 May 2026 08:34:12 GMT
1807
1807
  */
1808
1808
 
1809
1809
  .np-theme-business--bright-green {
@@ -3238,16 +3238,7 @@ a,
3238
3238
  .np-text-display-extra-large,
3239
3239
  .np-text-display-large,
3240
3240
  .np-text-display-medium,
3241
- .np-text-display-small,
3242
- .display-1--forced,
3243
- .display-2--forced,
3244
- .display-3--forced,
3245
- .display-4--forced,
3246
- .display-5--forced,
3247
- .np-text-display-extra-large--forced,
3248
- .np-text-display-large--forced,
3249
- .np-text-display-medium--forced,
3250
- .np-text-display-small--forced {
3241
+ .np-text-display-small {
3251
3242
  font-family: 'Wise Sans', 'Inter', sans-serif;
3252
3243
  font-family: var(--font-family-display);
3253
3244
  font-synthesis: none;
@@ -3294,14 +3285,9 @@ a,
3294
3285
  * of Japanese ones for the logged out ones (exposed by the Editorial DS). Unfortunately,
3295
3286
  * font files are browser-cached and we carried over to launchpad, where it causes issues
3296
3287
  * for unsupported locales, especially those that share glyphs, like Japanese and Chinese.
3297
- * There are exceptions for small UI parts where Wise Sans is fine or expected — e.g. the
3298
- * numeric input of ExpressiveMoneyInput.
3299
- * Add `--forced` BEM modifier to the original class name to guarantee it.
3300
3288
  */
3301
3289
  font-family: 'Inter', Helvetica, Arial, sans-serif;
3302
3290
  font-family: var(--font-family-regular);
3303
- line-height: 1.2;
3304
- line-height: var(--line-height-title);
3305
3291
  }
3306
3292
 
3307
3293
  /* DEPRECATED(.np-text-display-extra-large): use .np-text-display-large instead */