@transferwise/neptune-tokens 8.23.0 → 8.24.0

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 (75) hide show
  1. package/breakpoints.css +1 -1
  2. package/breakpoints.less +1 -1
  3. package/colors-base.css +1 -1
  4. package/colors-base.less +1 -1
  5. package/package.json +4 -3
  6. package/sentiment/negative/dark/base.css +26 -0
  7. package/sentiment/negative/dark/base.less +26 -0
  8. package/sentiment/negative/dark/elevated.css +26 -0
  9. package/sentiment/negative/dark/elevated.less +26 -0
  10. package/sentiment/negative/light/base.css +26 -0
  11. package/sentiment/negative/light/base.less +26 -0
  12. package/sentiment/negative/light/elevated.css +26 -0
  13. package/sentiment/negative/light/elevated.less +26 -0
  14. package/sentiment/neutral/dark/base.css +26 -0
  15. package/sentiment/neutral/dark/base.less +26 -0
  16. package/sentiment/neutral/dark/elevated.css +26 -0
  17. package/sentiment/neutral/dark/elevated.less +26 -0
  18. package/sentiment/neutral/light/base.css +26 -0
  19. package/sentiment/neutral/light/base.less +26 -0
  20. package/sentiment/neutral/light/elevated.css +26 -0
  21. package/sentiment/neutral/light/elevated.less +26 -0
  22. package/sentiment/proposition/dark/base.css +26 -0
  23. package/sentiment/proposition/dark/base.less +26 -0
  24. package/sentiment/proposition/dark/elevated.css +26 -0
  25. package/sentiment/proposition/dark/elevated.less +26 -0
  26. package/sentiment/proposition/light/base.css +26 -0
  27. package/sentiment/proposition/light/base.less +26 -0
  28. package/sentiment/proposition/light/elevated.css +26 -0
  29. package/sentiment/proposition/light/elevated.less +26 -0
  30. package/sentiment/sentiments.css +445 -0
  31. package/sentiment/success/dark/base.css +26 -0
  32. package/sentiment/success/dark/base.less +26 -0
  33. package/sentiment/success/dark/elevated.css +26 -0
  34. package/sentiment/success/dark/elevated.less +26 -0
  35. package/sentiment/success/light/base.css +26 -0
  36. package/sentiment/success/light/base.less +26 -0
  37. package/sentiment/success/light/elevated.css +26 -0
  38. package/sentiment/success/light/elevated.less +26 -0
  39. package/sentiment/warning/dark/base.css +26 -0
  40. package/sentiment/warning/dark/base.less +26 -0
  41. package/sentiment/warning/dark/elevated.css +26 -0
  42. package/sentiment/warning/dark/elevated.less +26 -0
  43. package/sentiment/warning/light/base.css +26 -0
  44. package/sentiment/warning/light/base.less +26 -0
  45. package/sentiment/warning/light/elevated.css +26 -0
  46. package/sentiment/warning/light/elevated.less +26 -0
  47. package/themes/business/tokens.css +1 -1
  48. package/themes/business/tokens.less +1 -1
  49. package/themes/business--bright-green/tokens.css +1 -1
  50. package/themes/business--bright-green/tokens.less +1 -1
  51. package/themes/business--dark/tokens.css +1 -1
  52. package/themes/business--dark/tokens.less +1 -1
  53. package/themes/business--forest-green/tokens.css +1 -1
  54. package/themes/business--forest-green/tokens.less +1 -1
  55. package/themes/dark/tokens.css +1 -1
  56. package/themes/dark/tokens.less +1 -1
  57. package/themes/light/tokens.css +1 -1
  58. package/themes/light/tokens.less +1 -1
  59. package/themes/navy/tokens.css +1 -1
  60. package/themes/navy/tokens.less +1 -1
  61. package/themes/personal/tokens.css +1 -1
  62. package/themes/personal/tokens.less +1 -1
  63. package/themes/personal--bright-green/tokens.css +1 -1
  64. package/themes/personal--bright-green/tokens.less +1 -1
  65. package/themes/personal--dark/tokens.css +1 -1
  66. package/themes/personal--dark/tokens.less +1 -1
  67. package/themes/personal--forest-green/tokens.css +1 -1
  68. package/themes/personal--forest-green/tokens.less +1 -1
  69. package/themes/platform/tokens.css +1 -1
  70. package/themes/platform/tokens.less +1 -1
  71. package/themes/platform--forest-green/tokens.css +1 -1
  72. package/themes/platform--forest-green/tokens.less +1 -1
  73. package/tiny-viewport.less +1 -1
  74. package/tokens.css +1 -1
  75. package/tokens.less +1 -1
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #0E0F0C;
8
+ --color-sentiment-content-primary-hover: #0A2826;
9
+ --color-sentiment-content-primary-active: #074140;
10
+ --color-sentiment-interactive-primary: #054D4D;
11
+ --color-sentiment-interactive-primary-hover: #043A3A;
12
+ --color-sentiment-interactive-primary-active: #022626;
13
+ --color-sentiment-interactive-secondary: #E0F7F7;
14
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
15
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
16
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
18
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
19
+ --color-sentiment-interactive-control: #E0F7F7;
20
+ --color-sentiment-interactive-control-hover: #CAF1F1;
21
+ --color-sentiment-interactive-control-active: #B6ECEC;
22
+ --color-sentiment-background-surface: #E0F7F7;
23
+ --color-sentiment-background-surface-hover: #CAF1F1;
24
+ --color-sentiment-background-surface-active: #B6ECEC;
25
+ --color-sentiment-border-overlay: #0e0f0c4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-proposition-light-elevated {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #EAF9F9;
9
+ --color-sentiment-content-primary-active: #D5F4F4;
10
+ --color-sentiment-interactive-primary: #E0F7F7;
11
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
12
+ --color-sentiment-interactive-primary-active: #B6ECEC;
13
+ --color-sentiment-interactive-secondary: #054D4D;
14
+ --color-sentiment-interactive-secondary-hover: #043A3A;
15
+ --color-sentiment-interactive-secondary-active: #022626;
16
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
18
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
19
+ --color-sentiment-interactive-control: #054D4D;
20
+ --color-sentiment-interactive-control-hover: #043A3A;
21
+ --color-sentiment-interactive-control-active: #022626;
22
+ --color-sentiment-background-surface: #054D4D;
23
+ --color-sentiment-background-surface-hover: #043A3A;
24
+ --color-sentiment-background-surface-active: #022626;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #FFFFFF;
8
+ --color-sentiment-content-primary-hover: #EAF9F9;
9
+ --color-sentiment-content-primary-active: #D5F4F4;
10
+ --color-sentiment-interactive-primary: #E0F7F7;
11
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
12
+ --color-sentiment-interactive-primary-active: #B6ECEC;
13
+ --color-sentiment-interactive-secondary: #054D4D;
14
+ --color-sentiment-interactive-secondary-hover: #043A3A;
15
+ --color-sentiment-interactive-secondary-active: #022626;
16
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
18
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
19
+ --color-sentiment-interactive-control: #054D4D;
20
+ --color-sentiment-interactive-control-hover: #043A3A;
21
+ --color-sentiment-interactive-control-active: #022626;
22
+ --color-sentiment-background-surface: #054D4D;
23
+ --color-sentiment-background-surface-hover: #043A3A;
24
+ --color-sentiment-background-surface-active: #022626;
25
+ --color-sentiment-border-overlay: #ffffff4d;
26
+ }
@@ -0,0 +1,445 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+
7
+ .wds-sentiment-negative-light-base {
8
+ --color-sentiment-content-primary: #CB272F;
9
+ --color-sentiment-content-primary-hover: #B8232B;
10
+ --color-sentiment-content-primary-active: #A72027;
11
+ --color-sentiment-interactive-primary: #CB272F;
12
+ --color-sentiment-interactive-primary-hover: #B8232B;
13
+ --color-sentiment-interactive-primary-active: #A72027;
14
+ --color-sentiment-interactive-secondary: #FBEAEA;
15
+ --color-sentiment-interactive-secondary-hover: #F9E1E1;
16
+ --color-sentiment-interactive-secondary-active: #F8D8D8;
17
+ --color-sentiment-interactive-secondary-neutral: #F5D3D4;
18
+ --color-sentiment-interactive-secondary-neutral-hover: #F0BDBE;
19
+ --color-sentiment-interactive-secondary-neutral-active: #ECACAD;
20
+ --color-sentiment-interactive-control: #FBEAEA;
21
+ --color-sentiment-interactive-control-hover: #F9E1E1;
22
+ --color-sentiment-interactive-control-active: #F8D8D8;
23
+ --color-sentiment-background-surface: #FBEAEA;
24
+ --color-sentiment-background-surface-hover: #F9E1E1;
25
+ --color-sentiment-background-surface-active: #F8D8D8;
26
+ --color-sentiment-border-overlay: #cb272f4d;
27
+ }
28
+
29
+ .wds-sentiment-negative-light-elevated {
30
+ --color-sentiment-content-primary: #FFFFFF;
31
+ --color-sentiment-content-primary-hover: #F5CCCC;
32
+ --color-sentiment-content-primary-active: #F1B7B7;
33
+ --color-sentiment-interactive-primary: #FBEAEA;
34
+ --color-sentiment-interactive-primary-hover: #F5CCCC;
35
+ --color-sentiment-interactive-primary-active: #F1B7B7;
36
+ --color-sentiment-interactive-secondary: #CB272F;
37
+ --color-sentiment-interactive-secondary-hover: #B8232B;
38
+ --color-sentiment-interactive-secondary-active: #A72027;
39
+ --color-sentiment-interactive-secondary-neutral: #9B141B;
40
+ --color-sentiment-interactive-secondary-neutral-hover: #831116;
41
+ --color-sentiment-interactive-secondary-neutral-active: #6D0E13;
42
+ --color-sentiment-interactive-control: #CB272F;
43
+ --color-sentiment-interactive-control-hover: #B8232B;
44
+ --color-sentiment-interactive-control-active: #A72027;
45
+ --color-sentiment-background-surface: #CB272F;
46
+ --color-sentiment-background-surface-hover: #B8232B;
47
+ --color-sentiment-background-surface-active: #A72027;
48
+ --color-sentiment-border-overlay: #ffffff4d;
49
+ }
50
+
51
+ .wds-sentiment-neutral-light-base {
52
+ --color-sentiment-content-primary: #454745;
53
+ --color-sentiment-content-primary-hover: #353635;
54
+ --color-sentiment-content-primary-active: #232423;
55
+ --color-sentiment-interactive-primary: #454745;
56
+ --color-sentiment-interactive-primary-hover: #353635;
57
+ --color-sentiment-interactive-primary-active: #232423;
58
+ --color-sentiment-interactive-secondary: #3e3b0712;
59
+ --color-sentiment-interactive-secondary-hover: #3e3b071f;
60
+ --color-sentiment-interactive-secondary-active: #3e3b072b;
61
+ --color-sentiment-interactive-secondary-neutral: #3e3b0712;
62
+ --color-sentiment-interactive-secondary-neutral-hover: #3e3b071f;
63
+ --color-sentiment-interactive-secondary-neutral-active: #3e3b072b;
64
+ --color-sentiment-interactive-control: #F1F1ED;
65
+ --color-sentiment-interactive-control-hover: #E7E7E1;
66
+ --color-sentiment-interactive-control-active: #DFDED5;
67
+ --color-sentiment-background-surface: #3e3b0712;
68
+ --color-sentiment-background-surface-hover: #3e3b071f;
69
+ --color-sentiment-background-surface-active: #3e3b072b;
70
+ --color-sentiment-border-overlay: #4547454d;
71
+ }
72
+
73
+ .wds-sentiment-neutral-light-elevated {
74
+ --color-sentiment-content-primary: #F1F1ED;
75
+ --color-sentiment-content-primary-hover: #E7E7E1;
76
+ --color-sentiment-content-primary-active: #DFDED5;
77
+ --color-sentiment-interactive-primary: #F1F1ED;
78
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
79
+ --color-sentiment-interactive-primary-active: #DFDED5;
80
+ --color-sentiment-interactive-secondary: #454745;
81
+ --color-sentiment-interactive-secondary-hover: #353635;
82
+ --color-sentiment-interactive-secondary-active: #232423;
83
+ --color-sentiment-interactive-secondary-neutral: #585958;
84
+ --color-sentiment-interactive-secondary-neutral-hover: #6A6C6A;
85
+ --color-sentiment-interactive-secondary-neutral-active: #7D7E7D;
86
+ --color-sentiment-interactive-control: #454745;
87
+ --color-sentiment-interactive-control-hover: #353635;
88
+ --color-sentiment-interactive-control-active: #232423;
89
+ --color-sentiment-background-surface: #454745;
90
+ --color-sentiment-background-surface-hover: #353635;
91
+ --color-sentiment-background-surface-active: #232423;
92
+ --color-sentiment-border-overlay: #f1f1ed4d;
93
+ }
94
+
95
+ .wds-sentiment-proposition-light-base {
96
+ --color-sentiment-content-primary: #0E0F0C;
97
+ --color-sentiment-content-primary-hover: #0A2826;
98
+ --color-sentiment-content-primary-active: #074140;
99
+ --color-sentiment-interactive-primary: #054D4D;
100
+ --color-sentiment-interactive-primary-hover: #043A3A;
101
+ --color-sentiment-interactive-primary-active: #022626;
102
+ --color-sentiment-interactive-secondary: #E0F7F7;
103
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
104
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
105
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
106
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
107
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
108
+ --color-sentiment-interactive-control: #E0F7F7;
109
+ --color-sentiment-interactive-control-hover: #CAF1F1;
110
+ --color-sentiment-interactive-control-active: #B6ECEC;
111
+ --color-sentiment-background-surface: #E0F7F7;
112
+ --color-sentiment-background-surface-hover: #CAF1F1;
113
+ --color-sentiment-background-surface-active: #B6ECEC;
114
+ --color-sentiment-border-overlay: #0e0f0c4d;
115
+ }
116
+
117
+ .wds-sentiment-proposition-light-elevated {
118
+ --color-sentiment-content-primary: #FFFFFF;
119
+ --color-sentiment-content-primary-hover: #EAF9F9;
120
+ --color-sentiment-content-primary-active: #D5F4F4;
121
+ --color-sentiment-interactive-primary: #E0F7F7;
122
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
123
+ --color-sentiment-interactive-primary-active: #B6ECEC;
124
+ --color-sentiment-interactive-secondary: #054D4D;
125
+ --color-sentiment-interactive-secondary-hover: #043A3A;
126
+ --color-sentiment-interactive-secondary-active: #022626;
127
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
128
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
129
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
130
+ --color-sentiment-interactive-control: #054D4D;
131
+ --color-sentiment-interactive-control-hover: #043A3A;
132
+ --color-sentiment-interactive-control-active: #022626;
133
+ --color-sentiment-background-surface: #054D4D;
134
+ --color-sentiment-background-surface-hover: #043A3A;
135
+ --color-sentiment-background-surface-active: #022626;
136
+ --color-sentiment-border-overlay: #ffffff4d;
137
+ }
138
+
139
+ .wds-sentiment-success-light-base {
140
+ --color-sentiment-content-primary: #054D28;
141
+ --color-sentiment-content-primary-hover: #043A1E;
142
+ --color-sentiment-content-primary-active: #022614;
143
+ --color-sentiment-interactive-primary: #054D28;
144
+ --color-sentiment-interactive-primary-hover: #043A1E;
145
+ --color-sentiment-interactive-primary-active: #022614;
146
+ --color-sentiment-interactive-secondary: #E2F6D5;
147
+ --color-sentiment-interactive-secondary-hover: #D3F2C0;
148
+ --color-sentiment-interactive-secondary-active: #C5EDAB;
149
+ --color-sentiment-interactive-secondary-neutral: #BCD9B8;
150
+ --color-sentiment-interactive-secondary-neutral-hover: #AACFA5;
151
+ --color-sentiment-interactive-secondary-neutral-active: #94C38E;
152
+ --color-sentiment-interactive-control: #E2F6D5;
153
+ --color-sentiment-interactive-control-hover: #D3F2C0;
154
+ --color-sentiment-interactive-control-active: #C5EDAB;
155
+ --color-sentiment-background-surface: #E2F6D5;
156
+ --color-sentiment-background-surface-hover: #D3F2C0;
157
+ --color-sentiment-background-surface-active: #C5EDAB;
158
+ --color-sentiment-border-overlay: #054d284d;
159
+ }
160
+
161
+ .wds-sentiment-success-light-elevated {
162
+ --color-sentiment-content-primary: #CEF1B8;
163
+ --color-sentiment-content-primary-hover: #E0FFCC;
164
+ --color-sentiment-content-primary-active: #E1F4D4;
165
+ --color-sentiment-interactive-primary: #CEF1B8;
166
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
167
+ --color-sentiment-interactive-primary-active: #E1F4D4;
168
+ --color-sentiment-interactive-secondary: #054D28;
169
+ --color-sentiment-interactive-secondary-hover: #043A1E;
170
+ --color-sentiment-interactive-secondary-active: #022614;
171
+ --color-sentiment-interactive-secondary-neutral: #256A43;
172
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
173
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
174
+ --color-sentiment-interactive-control: #054D28;
175
+ --color-sentiment-interactive-control-hover: #043A1E;
176
+ --color-sentiment-interactive-control-active: #022614;
177
+ --color-sentiment-background-surface: #054D28;
178
+ --color-sentiment-background-surface-hover: #043A1E;
179
+ --color-sentiment-background-surface-active: #022614;
180
+ --color-sentiment-border-overlay: #cef1b84d;
181
+ }
182
+
183
+ .wds-sentiment-warning-light-base {
184
+ --color-sentiment-content-primary: #4A3B1C;
185
+ --color-sentiment-content-primary-hover: #302612;
186
+ --color-sentiment-content-primary-active: #2C2311;
187
+ --color-sentiment-interactive-primary: #FFD11A;
188
+ --color-sentiment-interactive-primary-hover: #FFBF0F;
189
+ --color-sentiment-interactive-primary-active: #FFBB00;
190
+ --color-sentiment-interactive-secondary: #FFF7D7;
191
+ --color-sentiment-interactive-secondary-hover: #FFF0B2;
192
+ --color-sentiment-interactive-secondary-active: #FFE98F;
193
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
194
+ --color-sentiment-interactive-secondary-neutral-hover: #FFE187;
195
+ --color-sentiment-interactive-secondary-neutral-active: #FFD55F;
196
+ --color-sentiment-interactive-control: #4A3B1C;
197
+ --color-sentiment-interactive-control-hover: #302612;
198
+ --color-sentiment-interactive-control-active: #2C2311;
199
+ --color-sentiment-background-surface: #FFF7D7;
200
+ --color-sentiment-background-surface-hover: #FFF0B2;
201
+ --color-sentiment-background-surface-active: #FFE98F;
202
+ --color-sentiment-border-overlay: #4a3b1c4d;
203
+ }
204
+
205
+ .wds-sentiment-warning-light-elevated {
206
+ --color-sentiment-content-primary: #4A3B1C;
207
+ --color-sentiment-content-primary-hover: #302612;
208
+ --color-sentiment-content-primary-active: #2C2311;
209
+ --color-sentiment-interactive-primary: #4A3B1C;
210
+ --color-sentiment-interactive-primary-hover: #302612;
211
+ --color-sentiment-interactive-primary-active: #2C2311;
212
+ --color-sentiment-interactive-secondary: #FFD11A;
213
+ --color-sentiment-interactive-secondary-hover: #FFBF0F;
214
+ --color-sentiment-interactive-secondary-active: #FFBB00;
215
+ --color-sentiment-interactive-secondary-neutral: #FFEC9E;
216
+ --color-sentiment-interactive-secondary-neutral-hover: #FFEDB8;
217
+ --color-sentiment-interactive-secondary-neutral-active: #FFF2CC;
218
+ --color-sentiment-interactive-control: #FFD11A;
219
+ --color-sentiment-interactive-control-hover: #FFBF0F;
220
+ --color-sentiment-interactive-control-active: #FFBB00;
221
+ --color-sentiment-background-surface: #FFD11A;
222
+ --color-sentiment-background-surface-hover: #FFBF0F;
223
+ --color-sentiment-background-surface-active: #FFBB00;
224
+ --color-sentiment-border-overlay: #4a3b1c4d;
225
+ }
226
+
227
+ .wds-sentiment-negative-dark-base {
228
+ --color-sentiment-content-primary: #FFA8AD;
229
+ --color-sentiment-content-primary-hover: #FFBDC0;
230
+ --color-sentiment-content-primary-active: #FFD1D3;
231
+ --color-sentiment-interactive-primary: #FFA8AD;
232
+ --color-sentiment-interactive-primary-hover: #FFBDC0;
233
+ --color-sentiment-interactive-primary-active: #FFD1D3;
234
+ --color-sentiment-interactive-secondary: #410B0D;
235
+ --color-sentiment-interactive-secondary-hover: #641115;
236
+ --color-sentiment-interactive-secondary-active: #761418;
237
+ --color-sentiment-interactive-secondary-neutral: #601013;
238
+ --color-sentiment-interactive-secondary-neutral-hover: #7A1519;
239
+ --color-sentiment-interactive-secondary-neutral-active: #90181D;
240
+ --color-sentiment-interactive-control: #410B0D;
241
+ --color-sentiment-interactive-control-hover: #641115;
242
+ --color-sentiment-interactive-control-active: #761418;
243
+ --color-sentiment-background-surface: #410B0D;
244
+ --color-sentiment-background-surface-hover: #641115;
245
+ --color-sentiment-background-surface-active: #761418;
246
+ --color-sentiment-border-overlay: #ffa8ad4d;
247
+ }
248
+
249
+ .wds-sentiment-negative-dark-elevated {
250
+ --color-sentiment-content-primary: #410B0D;
251
+ --color-sentiment-content-primary-hover: #641115;
252
+ --color-sentiment-content-primary-active: #761418;
253
+ --color-sentiment-interactive-primary: #410B0D;
254
+ --color-sentiment-interactive-primary-hover: #641115;
255
+ --color-sentiment-interactive-primary-active: #761418;
256
+ --color-sentiment-interactive-secondary: #FFA8AD;
257
+ --color-sentiment-interactive-secondary-hover: #FFBDC0;
258
+ --color-sentiment-interactive-secondary-active: #FFD1D3;
259
+ --color-sentiment-interactive-secondary-neutral: #D9898D;
260
+ --color-sentiment-interactive-secondary-neutral-hover: #D68084;
261
+ --color-sentiment-interactive-secondary-neutral-active: #D06C71;
262
+ --color-sentiment-interactive-control: #FFA8AD;
263
+ --color-sentiment-interactive-control-hover: #FFBDC0;
264
+ --color-sentiment-interactive-control-active: #FFD1D3;
265
+ --color-sentiment-background-surface: #FFA8AD;
266
+ --color-sentiment-background-surface-hover: #FFBDC0;
267
+ --color-sentiment-background-surface-active: #FFD1D3;
268
+ --color-sentiment-border-overlay: #410b0d4d;
269
+ }
270
+
271
+ .wds-sentiment-neutral-dark-base {
272
+ --color-sentiment-content-primary: #F1F1ED;
273
+ --color-sentiment-content-primary-hover: #E7E7E1;
274
+ --color-sentiment-content-primary-active: #DFDED5;
275
+ --color-sentiment-interactive-primary: #F1F1ED;
276
+ --color-sentiment-interactive-primary-hover: #E7E7E1;
277
+ --color-sentiment-interactive-primary-active: #DFDED5;
278
+ --color-sentiment-interactive-secondary: #ffffff1a;
279
+ --color-sentiment-interactive-secondary-hover: #ffffff33;
280
+ --color-sentiment-interactive-secondary-active: #ffffff4d;
281
+ --color-sentiment-interactive-secondary-neutral: #ffffff1a;
282
+ --color-sentiment-interactive-secondary-neutral-hover: #ffffff33;
283
+ --color-sentiment-interactive-secondary-neutral-active: #ffffff4d;
284
+ --color-sentiment-interactive-control: #2A2C29;
285
+ --color-sentiment-interactive-control-hover: #414441;
286
+ --color-sentiment-interactive-control-active: #595B58;
287
+ --color-sentiment-background-surface: #ffffff1a;
288
+ --color-sentiment-background-surface-hover: #ffffff33;
289
+ --color-sentiment-background-surface-active: #ffffff4d;
290
+ --color-sentiment-border-overlay: #f1f1ed4d;
291
+ }
292
+
293
+ .wds-sentiment-neutral-dark-elevated {
294
+ --color-sentiment-content-primary: #2A2C29;
295
+ --color-sentiment-content-primary-hover: #414441;
296
+ --color-sentiment-content-primary-active: #595B58;
297
+ --color-sentiment-interactive-primary: #2A2C29;
298
+ --color-sentiment-interactive-primary-hover: #414441;
299
+ --color-sentiment-interactive-primary-active: #595B58;
300
+ --color-sentiment-interactive-secondary: #F1F1ED;
301
+ --color-sentiment-interactive-secondary-hover: #E7E7E1;
302
+ --color-sentiment-interactive-secondary-active: #DFDED5;
303
+ --color-sentiment-interactive-secondary-neutral: #E4E4DC;
304
+ --color-sentiment-interactive-secondary-neutral-hover: #DCDCD2;
305
+ --color-sentiment-interactive-secondary-neutral-active: #D3D2C6;
306
+ --color-sentiment-interactive-control: #F1F1ED;
307
+ --color-sentiment-interactive-control-hover: #E7E7E1;
308
+ --color-sentiment-interactive-control-active: #DFDED5;
309
+ --color-sentiment-background-surface: #F1F1ED;
310
+ --color-sentiment-background-surface-hover: #E7E7E1;
311
+ --color-sentiment-background-surface-active: #DFDED5;
312
+ --color-sentiment-border-overlay: #2a2c294d;
313
+ }
314
+
315
+ .wds-sentiment-proposition-dark-base {
316
+ --color-sentiment-content-primary: #FFFFFF;
317
+ --color-sentiment-content-primary-hover: #EAF9F9;
318
+ --color-sentiment-content-primary-active: #D5F4F4;
319
+ --color-sentiment-interactive-primary: #E0F7F7;
320
+ --color-sentiment-interactive-primary-hover: #CAF1F1;
321
+ --color-sentiment-interactive-primary-active: #B6ECEC;
322
+ --color-sentiment-interactive-secondary: #054D4D;
323
+ --color-sentiment-interactive-secondary-hover: #043A3A;
324
+ --color-sentiment-interactive-secondary-active: #022626;
325
+ --color-sentiment-interactive-secondary-neutral: #1F6161;
326
+ --color-sentiment-interactive-secondary-neutral-hover: #247070;
327
+ --color-sentiment-interactive-secondary-neutral-active: #298080;
328
+ --color-sentiment-interactive-control: #054D4D;
329
+ --color-sentiment-interactive-control-hover: #043A3A;
330
+ --color-sentiment-interactive-control-active: #022626;
331
+ --color-sentiment-background-surface: #054D4D;
332
+ --color-sentiment-background-surface-hover: #043A3A;
333
+ --color-sentiment-background-surface-active: #022626;
334
+ --color-sentiment-border-overlay: #ffffff4d;
335
+ }
336
+
337
+ .wds-sentiment-proposition-dark-elevated {
338
+ --color-sentiment-content-primary: #0E0F0C;
339
+ --color-sentiment-content-primary-hover: #0A2826;
340
+ --color-sentiment-content-primary-active: #074140;
341
+ --color-sentiment-interactive-primary: #0B312F;
342
+ --color-sentiment-interactive-primary-hover: #104744;
343
+ --color-sentiment-interactive-primary-active: #16605C;
344
+ --color-sentiment-interactive-secondary: #E0F7F7;
345
+ --color-sentiment-interactive-secondary-hover: #CAF1F1;
346
+ --color-sentiment-interactive-secondary-active: #B6ECEC;
347
+ --color-sentiment-interactive-secondary-neutral: #B4D5D5;
348
+ --color-sentiment-interactive-secondary-neutral-hover: #A3CCCC;
349
+ --color-sentiment-interactive-secondary-neutral-active: #9AC6C6;
350
+ --color-sentiment-interactive-control: #E0F7F7;
351
+ --color-sentiment-interactive-control-hover: #CAF1F1;
352
+ --color-sentiment-interactive-control-active: #B6ECEC;
353
+ --color-sentiment-background-surface: #E0F7F7;
354
+ --color-sentiment-background-surface-hover: #CAF1F1;
355
+ --color-sentiment-background-surface-active: #B6ECEC;
356
+ --color-sentiment-border-overlay: #0e0f0c4d;
357
+ }
358
+
359
+ .wds-sentiment-success-dark-base {
360
+ --color-sentiment-content-primary: #CEF1B8;
361
+ --color-sentiment-content-primary-hover: #E0FFCC;
362
+ --color-sentiment-content-primary-active: #E1F4D4;
363
+ --color-sentiment-interactive-primary: #CEF1B8;
364
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
365
+ --color-sentiment-interactive-primary-active: #E1F4D4;
366
+ --color-sentiment-interactive-secondary: #054D28;
367
+ --color-sentiment-interactive-secondary-hover: #043A1E;
368
+ --color-sentiment-interactive-secondary-active: #022614;
369
+ --color-sentiment-interactive-secondary-neutral: #256A43;
370
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
371
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
372
+ --color-sentiment-interactive-control: #054D28;
373
+ --color-sentiment-interactive-control-hover: #043A1E;
374
+ --color-sentiment-interactive-control-active: #022614;
375
+ --color-sentiment-background-surface: #054D28;
376
+ --color-sentiment-background-surface-hover: #043A1E;
377
+ --color-sentiment-background-surface-active: #022614;
378
+ --color-sentiment-border-overlay: #cef1b84d;
379
+ }
380
+
381
+ .wds-sentiment-success-dark-elevated {
382
+ --color-sentiment-content-primary: #252C20;
383
+ --color-sentiment-content-primary-hover: #323B2B;
384
+ --color-sentiment-content-primary-active: #3E4A36;
385
+ --color-sentiment-interactive-primary: #252C20;
386
+ --color-sentiment-interactive-primary-hover: #323B2B;
387
+ --color-sentiment-interactive-primary-active: #3E4A36;
388
+ --color-sentiment-interactive-secondary: #BAE5A0;
389
+ --color-sentiment-interactive-secondary-hover: #C8EAB3;
390
+ --color-sentiment-interactive-secondary-active: #D6F0C7;
391
+ --color-sentiment-interactive-secondary-neutral: #A8CF91;
392
+ --color-sentiment-interactive-secondary-neutral-hover: #94C478;
393
+ --color-sentiment-interactive-secondary-neutral-active: #83BB63;
394
+ --color-sentiment-interactive-control: #BAE5A0;
395
+ --color-sentiment-interactive-control-hover: #C8EAB3;
396
+ --color-sentiment-interactive-control-active: #D6F0C7;
397
+ --color-sentiment-background-surface: #BAE5A0;
398
+ --color-sentiment-background-surface-hover: #C8EAB3;
399
+ --color-sentiment-background-surface-active: #D6F0C7;
400
+ --color-sentiment-border-overlay: #252c204d;
401
+ }
402
+
403
+ .wds-sentiment-warning-dark-base {
404
+ --color-sentiment-content-primary: #FADC65;
405
+ --color-sentiment-content-primary-hover: #F9D648;
406
+ --color-sentiment-content-primary-active: #F8CD20;
407
+ --color-sentiment-interactive-primary: #FADC65;
408
+ --color-sentiment-interactive-primary-hover: #F9D648;
409
+ --color-sentiment-interactive-primary-active: #F8CD20;
410
+ --color-sentiment-interactive-secondary: #3A3523;
411
+ --color-sentiment-interactive-secondary-hover: #504930;
412
+ --color-sentiment-interactive-secondary-active: #665D3D;
413
+ --color-sentiment-interactive-secondary-neutral: #4D462A;
414
+ --color-sentiment-interactive-secondary-neutral-hover: #5D532F;
415
+ --color-sentiment-interactive-secondary-neutral-active: #685D33;
416
+ --color-sentiment-interactive-control: #3A3523;
417
+ --color-sentiment-interactive-control-hover: #504930;
418
+ --color-sentiment-interactive-control-active: #665D3D;
419
+ --color-sentiment-background-surface: #3A3523;
420
+ --color-sentiment-background-surface-hover: #504930;
421
+ --color-sentiment-background-surface-active: #665D3D;
422
+ --color-sentiment-border-overlay: #fadc654d;
423
+ }
424
+
425
+ .wds-sentiment-warning-dark-elevated {
426
+ --color-sentiment-content-primary: #3A3523;
427
+ --color-sentiment-content-primary-hover: #504930;
428
+ --color-sentiment-content-primary-active: #665D3D;
429
+ --color-sentiment-interactive-primary: #3A3523;
430
+ --color-sentiment-interactive-primary-hover: #504930;
431
+ --color-sentiment-interactive-primary-active: #665D3D;
432
+ --color-sentiment-interactive-secondary: #FADC65;
433
+ --color-sentiment-interactive-secondary-hover: #F9D648;
434
+ --color-sentiment-interactive-secondary-active: #F8CD20;
435
+ --color-sentiment-interactive-secondary-neutral: #E3C85D;
436
+ --color-sentiment-interactive-secondary-neutral-hover: #DFC044;
437
+ --color-sentiment-interactive-secondary-neutral-active: #D9B526;
438
+ --color-sentiment-interactive-control: #FADC65;
439
+ --color-sentiment-interactive-control-hover: #F9D648;
440
+ --color-sentiment-interactive-control-active: #F8CD20;
441
+ --color-sentiment-background-surface: #FADC65;
442
+ --color-sentiment-background-surface-hover: #F9D648;
443
+ --color-sentiment-background-surface-active: #F8CD20;
444
+ --color-sentiment-border-overlay: #3a35234d;
445
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-success-dark-base {
7
+ --color-sentiment-content-primary: #CEF1B8;
8
+ --color-sentiment-content-primary-hover: #E0FFCC;
9
+ --color-sentiment-content-primary-active: #E1F4D4;
10
+ --color-sentiment-interactive-primary: #CEF1B8;
11
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
12
+ --color-sentiment-interactive-primary-active: #E1F4D4;
13
+ --color-sentiment-interactive-secondary: #054D28;
14
+ --color-sentiment-interactive-secondary-hover: #043A1E;
15
+ --color-sentiment-interactive-secondary-active: #022614;
16
+ --color-sentiment-interactive-secondary-neutral: #256A43;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
18
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
19
+ --color-sentiment-interactive-control: #054D28;
20
+ --color-sentiment-interactive-control-hover: #043A1E;
21
+ --color-sentiment-interactive-control-active: #022614;
22
+ --color-sentiment-background-surface: #054D28;
23
+ --color-sentiment-background-surface-hover: #043A1E;
24
+ --color-sentiment-background-surface-active: #022614;
25
+ --color-sentiment-border-overlay: #cef1b84d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #CEF1B8;
8
+ --color-sentiment-content-primary-hover: #E0FFCC;
9
+ --color-sentiment-content-primary-active: #E1F4D4;
10
+ --color-sentiment-interactive-primary: #CEF1B8;
11
+ --color-sentiment-interactive-primary-hover: #E0FFCC;
12
+ --color-sentiment-interactive-primary-active: #E1F4D4;
13
+ --color-sentiment-interactive-secondary: #054D28;
14
+ --color-sentiment-interactive-secondary-hover: #043A1E;
15
+ --color-sentiment-interactive-secondary-active: #022614;
16
+ --color-sentiment-interactive-secondary-neutral: #256A43;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #2A794C;
18
+ --color-sentiment-interactive-secondary-neutral-active: #329057;
19
+ --color-sentiment-interactive-control: #054D28;
20
+ --color-sentiment-interactive-control-hover: #043A1E;
21
+ --color-sentiment-interactive-control-active: #022614;
22
+ --color-sentiment-background-surface: #054D28;
23
+ --color-sentiment-background-surface-hover: #043A1E;
24
+ --color-sentiment-background-surface-active: #022614;
25
+ --color-sentiment-border-overlay: #cef1b84d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-success-dark-elevated {
7
+ --color-sentiment-content-primary: #252C20;
8
+ --color-sentiment-content-primary-hover: #323B2B;
9
+ --color-sentiment-content-primary-active: #3E4A36;
10
+ --color-sentiment-interactive-primary: #252C20;
11
+ --color-sentiment-interactive-primary-hover: #323B2B;
12
+ --color-sentiment-interactive-primary-active: #3E4A36;
13
+ --color-sentiment-interactive-secondary: #BAE5A0;
14
+ --color-sentiment-interactive-secondary-hover: #C8EAB3;
15
+ --color-sentiment-interactive-secondary-active: #D6F0C7;
16
+ --color-sentiment-interactive-secondary-neutral: #A8CF91;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #94C478;
18
+ --color-sentiment-interactive-secondary-neutral-active: #83BB63;
19
+ --color-sentiment-interactive-control: #BAE5A0;
20
+ --color-sentiment-interactive-control-hover: #C8EAB3;
21
+ --color-sentiment-interactive-control-active: #D6F0C7;
22
+ --color-sentiment-background-surface: #BAE5A0;
23
+ --color-sentiment-background-surface-hover: #C8EAB3;
24
+ --color-sentiment-background-surface-active: #D6F0C7;
25
+ --color-sentiment-border-overlay: #252c204d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ & {
7
+ --color-sentiment-content-primary: #252C20;
8
+ --color-sentiment-content-primary-hover: #323B2B;
9
+ --color-sentiment-content-primary-active: #3E4A36;
10
+ --color-sentiment-interactive-primary: #252C20;
11
+ --color-sentiment-interactive-primary-hover: #323B2B;
12
+ --color-sentiment-interactive-primary-active: #3E4A36;
13
+ --color-sentiment-interactive-secondary: #BAE5A0;
14
+ --color-sentiment-interactive-secondary-hover: #C8EAB3;
15
+ --color-sentiment-interactive-secondary-active: #D6F0C7;
16
+ --color-sentiment-interactive-secondary-neutral: #A8CF91;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #94C478;
18
+ --color-sentiment-interactive-secondary-neutral-active: #83BB63;
19
+ --color-sentiment-interactive-control: #BAE5A0;
20
+ --color-sentiment-interactive-control-hover: #C8EAB3;
21
+ --color-sentiment-interactive-control-active: #D6F0C7;
22
+ --color-sentiment-background-surface: #BAE5A0;
23
+ --color-sentiment-background-surface-hover: #C8EAB3;
24
+ --color-sentiment-background-surface-active: #D6F0C7;
25
+ --color-sentiment-border-overlay: #252c204d;
26
+ }
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 27 May 2026 15:50:11 GMT
4
+ */
5
+
6
+ .wds-sentiment-success-light-base {
7
+ --color-sentiment-content-primary: #054D28;
8
+ --color-sentiment-content-primary-hover: #043A1E;
9
+ --color-sentiment-content-primary-active: #022614;
10
+ --color-sentiment-interactive-primary: #054D28;
11
+ --color-sentiment-interactive-primary-hover: #043A1E;
12
+ --color-sentiment-interactive-primary-active: #022614;
13
+ --color-sentiment-interactive-secondary: #E2F6D5;
14
+ --color-sentiment-interactive-secondary-hover: #D3F2C0;
15
+ --color-sentiment-interactive-secondary-active: #C5EDAB;
16
+ --color-sentiment-interactive-secondary-neutral: #BCD9B8;
17
+ --color-sentiment-interactive-secondary-neutral-hover: #AACFA5;
18
+ --color-sentiment-interactive-secondary-neutral-active: #94C38E;
19
+ --color-sentiment-interactive-control: #E2F6D5;
20
+ --color-sentiment-interactive-control-hover: #D3F2C0;
21
+ --color-sentiment-interactive-control-active: #C5EDAB;
22
+ --color-sentiment-background-surface: #E2F6D5;
23
+ --color-sentiment-background-surface-hover: #D3F2C0;
24
+ --color-sentiment-background-surface-active: #C5EDAB;
25
+ --color-sentiment-border-overlay: #054d284d;
26
+ }