@transferwise/neptune-css 14.24.5 → 14.24.6

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.
@@ -1,6 +1,4 @@
1
- @media (min-width: 768px) {
2
- }@media (min-width: 768px) {
3
- }.footer {
1
+ .footer {
4
2
  background-color: rgba(134,167,189,0.10196);
5
3
  background-color: var(--color-background-neutral);
6
4
  font-size: 0.875rem;
@@ -13,21 +11,24 @@
13
11
  padding-top: calc(var(--size-8) * 10);
14
12
  padding-bottom: calc(8px * 10);
15
13
  padding-bottom: calc(var(--size-8) * 10);
16
- }@media (min-width: 576px) {
14
+ }
15
+ @media (min-width: 576px) {
17
16
  .footer {
18
17
  padding-top: calc(8px * 15);
19
18
  padding-top: calc(var(--size-8) * 15);
20
19
  padding-bottom: calc(8px * 15);
21
20
  padding-bottom: calc(var(--size-8) * 15);
22
21
  }
23
- }@media (min-width: 992px) {
22
+ }
23
+ @media (min-width: 992px) {
24
24
  .footer {
25
25
  padding-top: calc(8px * 20);
26
26
  padding-top: calc(var(--size-8) * 20);
27
27
  padding-bottom: calc(8px * 20);
28
28
  padding-bottom: calc(var(--size-8) * 20);
29
29
  }
30
- }.footer .footer-link,
30
+ }
31
+ .footer .footer-link,
31
32
  .footer .link-icon {
32
33
  color: #5d7079;
33
34
  color: var(--color-content-secondary);
@@ -37,7 +38,8 @@
37
38
  letter-spacing: -0.006em;
38
39
  font-weight: 400;
39
40
  font-weight: var(--font-weight-regular);
40
- }.footer .footer-link:hover,
41
+ }
42
+ .footer .footer-link:hover,
41
43
  .footer .link-icon:hover,
42
44
  .footer .footer-link:active,
43
45
  .footer .link-icon:active,
@@ -45,65 +47,82 @@
45
47
  .footer .link-icon:focus {
46
48
  color: #5d7079;
47
49
  color: var(--color-content-secondary);
48
- }.footer .footer-title {
50
+ }
51
+ .footer .footer-title {
49
52
  color: #37517e;
50
53
  color: var(--color-content-primary);
51
- }.footer .footer-title .footer-link {
54
+ }
55
+ .footer .footer-title .footer-link {
52
56
  color: #37517e;
53
57
  color: var(--color-content-primary);
54
- }.footer .footer-title .footer-link:hover,
58
+ }
59
+ .footer .footer-title .footer-link:hover,
55
60
  .footer .footer-title .footer-link:active,
56
61
  .footer .footer-title .footer-link:focus {
57
62
  color: #37517e;
58
63
  color: var(--color-content-primary);
59
- }.footer .logo {
64
+ }
65
+ .footer .logo {
60
66
  color: transparent;
61
- }.footer .icon {
67
+ }
68
+ .footer .icon {
62
69
  margin: 0 5px;
63
70
  font-size: 32px !important;
64
71
  width: 24px;
65
- }.footer .link-icon {
72
+ }
73
+ .footer .link-icon {
66
74
  -webkit-text-decoration: none;
67
75
  text-decoration: none;
68
- }.footer .link-icon svg {
76
+ }
77
+ .footer .link-icon svg {
69
78
  fill: #5d7079;
70
79
  fill: var(--color-content-secondary);
71
- }.footer .link-icon svg:hover,
80
+ }
81
+ .footer .link-icon svg:hover,
72
82
  .footer .link-icon svg:active,
73
83
  .footer .link-icon svg:focus {
74
84
  fill: #5d7079;
75
85
  fill: var(--color-content-secondary);
76
- }.footer.footer-inverse {
86
+ }
87
+ .footer.footer-inverse {
77
88
  background: #37517e;
78
- }.footer.footer-inverse .footer-link,
89
+ }
90
+ .footer.footer-inverse .footer-link,
79
91
  .footer.footer-inverse .link-icon {
80
92
  color: #ffffff;
81
- }.footer.footer-inverse .footer-link:hover,
93
+ }
94
+ .footer.footer-inverse .footer-link:hover,
82
95
  .footer.footer-inverse .link-icon:hover,
83
96
  .footer.footer-inverse .footer-link:active,
84
97
  .footer.footer-inverse .link-icon:active,
85
98
  .footer.footer-inverse .footer-link:focus,
86
99
  .footer.footer-inverse .link-icon:focus {
87
100
  color: #ffffff;
88
- }.footer.footer-inverse .footer-link svg,
101
+ }
102
+ .footer.footer-inverse .footer-link svg,
89
103
  .footer.footer-inverse .link-icon svg {
90
104
  fill: #ffffff;
91
- }.footer.footer-inverse .footer-link svg:hover,
105
+ }
106
+ .footer.footer-inverse .footer-link svg:hover,
92
107
  .footer.footer-inverse .link-icon svg:hover,
93
108
  .footer.footer-inverse .footer-link svg:active,
94
109
  .footer.footer-inverse .link-icon svg:active,
95
110
  .footer.footer-inverse .footer-link svg:focus,
96
111
  .footer.footer-inverse .link-icon svg:focus {
97
112
  fill: #ffffff;
98
- }.footer.footer-inverse .footer-title {
113
+ }
114
+ .footer.footer-inverse .footer-title {
99
115
  color: #ffffff;
100
- }.footer.footer-inverse hr {
116
+ }
117
+ .footer.footer-inverse hr {
101
118
  opacity: 0.1;
102
- }.footer.footer-inverse .tiny,
119
+ }
120
+ .footer.footer-inverse .tiny,
103
121
  .footer.footer-inverse .body-3,
104
122
  .footer.footer-inverse .np-text-body-default {
105
123
  color: #ffffff;
106
- }@media (max-width: 575px) {
124
+ }
125
+ @media (max-width: 575px) {
107
126
  .footer {
108
127
  position: relative;
109
128
  }
@@ -1,10 +1,6 @@
1
1
  .btn-sm {
2
2
  height: 32px;
3
3
  }
4
- @media (min-width: 768px) {
5
- }
6
- @media (min-width: 768px) {
7
- }
8
4
  form {
9
5
  margin-bottom: 0;
10
6
  }
@@ -1,6 +1,4 @@
1
- @media (min-width: 768px) {
2
- }@media (min-width: 768px) {
3
- }.list-group {
1
+ .list-group {
4
2
  list-style-type: none;
5
3
  margin-bottom: 20px;
6
4
  padding-left: 0;
@@ -8,11 +6,13 @@
8
6
  border-left: 1px solid var(--color-border-neutral);
9
7
  border-right: 1px solid rgba(0,0,0,0.10196);
10
8
  border-right: 1px solid var(--color-border-neutral);
11
- }[dir="rtl"] .list-group {
9
+ }
10
+ [dir="rtl"] .list-group {
12
11
  padding-right: 0;
13
12
  padding-left: 0;
14
13
  padding-left: initial;
15
- }.list-group-item {
14
+ }
15
+ .list-group-item {
16
16
  display: block;
17
17
  padding: 16px 16px 16px 14px;
18
18
  background-color: #ffffff;
@@ -21,29 +21,36 @@
21
21
  line-height: 1.5;
22
22
  line-height: var(--line-height-body);
23
23
  transition: all ease 0.15s;
24
- }[dir="rtl"] .list-group-item {
24
+ }
25
+ [dir="rtl"] .list-group-item {
25
26
  padding: 16px 14px 16px 16px;
26
- }[dir="rtl"] .list-group-item {
27
+ }
28
+ [dir="rtl"] .list-group-item {
27
29
  border-right: 2px solid transparent;
28
- }html:not([dir="rtl"]) .list-group-item {
30
+ }
31
+ html:not([dir="rtl"]) .list-group-item {
29
32
  border-left: 2px solid transparent;
30
- }.panel-group .list-group-item {
33
+ }
34
+ .panel-group .list-group-item {
31
35
  margin-top: 0;
32
- }@media (min-width: 576px) {
36
+ }
37
+ @media (min-width: 576px) {
33
38
  .list-group-item {
34
39
  padding: 24px 24px 24px 22px;
35
40
  }
36
41
  [dir="rtl"] .list-group-item {
37
42
  padding: 24px 22px 24px 24px;
38
43
  }
39
- }@media (min-width: 992px) {
44
+ }
45
+ @media (min-width: 992px) {
40
46
  .list-group-item {
41
47
  padding: 32px 32px 32px 30px;
42
48
  }
43
49
  [dir="rtl"] .list-group-item {
44
50
  padding: 32px 30px 32px 32px;
45
51
  }
46
- }.list-group-item-heading {
52
+ }
53
+ .list-group-item-heading {
47
54
  margin-bottom: 0;
48
55
  margin: 0;
49
56
  line-height: 1.2;
@@ -57,7 +64,8 @@
57
64
  line-height: 140%;
58
65
  color: #37517e;
59
66
  color: var(--color-content-primary);
60
- }@supports (hyphenate-limit-chars: 1) {
67
+ }
68
+ @supports (hyphenate-limit-chars: 1) {
61
69
  .list-group-item-heading {
62
70
  -webkit-hyphens: auto;
63
71
  hyphens: auto;
@@ -73,7 +81,8 @@
73
81
  hyphenate-limit-chars: 10 4 3;
74
82
  }
75
83
  }
76
- }@supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
84
+ }
85
+ @supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
77
86
  .list-group-item-heading {
78
87
  -webkit-hyphens: auto;
79
88
  hyphens: auto;
@@ -85,24 +94,29 @@
85
94
  -webkit-hyphenate-limit-before: 4;
86
95
  }
87
96
  }
88
- }.list-group-item-heading + p,
97
+ }
98
+ .list-group-item-heading + p,
89
99
  .list-group-item-heading + ul:not(.list-unstyled),
90
100
  .list-group-item-heading + ol:not(.list-unstyled) {
91
101
  margin-top: 8px;
92
102
  margin-top: var(--size-8);
93
- }.list-group-item-text {
103
+ }
104
+ .list-group-item-text {
94
105
  margin-bottom: 0;
95
106
  color: #5d7079;
96
107
  color: var(--color-content-secondary);
97
- }a.list-group-item {
108
+ }
109
+ a.list-group-item {
98
110
  color: #0097c7;
99
111
  color: var(--color-content-accent);
100
112
  -webkit-text-decoration: none;
101
113
  text-decoration: none;
102
- }a.list-group-item .list-group-item-heading {
114
+ }
115
+ a.list-group-item .list-group-item-heading {
103
116
  color: #0097c7;
104
117
  color: var(--color-content-accent);
105
- }a.list-group-item:not(.disabled):not(:disabled):hover,
118
+ }
119
+ a.list-group-item:not(.disabled):not(:disabled):hover,
106
120
  a.list-group-item:not(.disabled):not(:disabled):focus {
107
121
  -webkit-text-decoration: none;
108
122
  text-decoration: none;
@@ -110,11 +124,14 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
110
124
  color: var(--color-content-accent-hover);
111
125
  background-color: rgba(134,167,189,0.10196);
112
126
  background-color: var(--color-background-neutral);
113
- }.list-group-item[ng-click] {
127
+ }
128
+ .list-group-item[ng-click] {
114
129
  cursor: pointer;
115
- }.list-group-item[ng-click]:hover {
130
+ }
131
+ .list-group-item[ng-click]:hover {
116
132
  will-change: margin, contents;
117
- }.list-group-item.active {
133
+ }
134
+ .list-group-item.active {
118
135
  z-index: 2;
119
136
  background-color: #ffffff;
120
137
  background-color: var(--color-background-elevated);
@@ -124,15 +141,19 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
124
141
  margin-top: var(--size-24);
125
142
  margin-bottom: 24px;
126
143
  margin-bottom: var(--size-24);
127
- }.list-group-item.active:first-child {
144
+ }
145
+ .list-group-item.active:first-child {
128
146
  margin-top: 1px;
129
- }.list-group-item.active:last-child {
147
+ }
148
+ .list-group-item.active:last-child {
130
149
  margin-bottom: 0;
131
- }.np-theme-personal--forest-green .list-group-item.active,
150
+ }
151
+ .np-theme-personal--forest-green .list-group-item.active,
132
152
  .np-theme-personal--bright-green .list-group-item.active,
133
153
  .np-theme-personal--dark .list-group-item.active {
134
154
  box-shadow: none;
135
- }@media (min-width: 768px) {
155
+ }
156
+ @media (min-width: 768px) {
136
157
  .list-group-item.active {
137
158
  margin-left: -12px;
138
159
  margin-right: -12px;
@@ -140,117 +161,153 @@ a.list-group-item:not(.disabled):not(:disabled):focus {
140
161
  .list-group-item .media-body {
141
162
  transition: padding ease 0.15s;
142
163
  }
143
- }.list-group-inactive .list-group-item {
164
+ }
165
+ .list-group-inactive .list-group-item {
144
166
  background-color: transparent;
145
167
  margin-top: 0;
146
- }.list-group-inactive .list-group-item:hover,
168
+ }
169
+ .list-group-inactive .list-group-item:hover,
147
170
  .list-group-inactive .list-group-item.active {
148
171
  background-color: #ffffff;
149
172
  background-color: var(--color-background-screen);
150
- }@media (min-width: 576px) {
173
+ }
174
+ @media (min-width: 576px) {
151
175
  .list-group-inactive .list-group-item:hover .circle,
152
176
  .list-group-inactive .list-group-item.active .circle {
153
177
  background-color: rgba(134,167,189,0.10196);
154
178
  background-color: var(--color-background-neutral);
155
179
  }
156
- }.list-group-inactive .list-group-item.active {
180
+ }
181
+ .list-group-inactive .list-group-item.active {
157
182
  margin-top: 24px;
158
183
  margin-top: var(--size-24);
159
- }[dir="rtl"] .list-group-item-success {
184
+ }
185
+ [dir="rtl"] .list-group-item-success {
160
186
  border-right: 3px solid #008026;
161
187
  border-right: 3px solid var(--color-content-positive);
162
- }html:not([dir="rtl"]) .list-group-item-success {
188
+ }
189
+ html:not([dir="rtl"]) .list-group-item-success {
163
190
  border-left: 3px solid #008026;
164
191
  border-left: 3px solid var(--color-content-positive);
165
- }.list-group-item.list-group-item-success {
192
+ }
193
+ .list-group-item.list-group-item-success {
166
194
  background-color: #ffffff;
167
195
  background-color: var(--color-background-screen);
168
- }.list-group-item-success .list-group-item-text {
196
+ }
197
+ .list-group-item-success .list-group-item-text {
169
198
  color: #008026;
170
199
  color: var(--color-content-positive);
171
- }a.list-group-item-success {
200
+ }
201
+ a.list-group-item-success {
172
202
  color: #008026;
173
203
  color: var(--color-content-positive);
174
- }a.list-group-item-success:hover {
204
+ }
205
+ a.list-group-item-success:hover {
175
206
  color: #008026;
176
207
  color: var(--color-content-positive);
177
- }[dir="rtl"] .list-group-item-info {
208
+ }
209
+ [dir="rtl"] .list-group-item-info {
178
210
  border-right: 3px solid #0097c7;
179
211
  border-right: 3px solid var(--color-content-accent);
180
- }html:not([dir="rtl"]) .list-group-item-info {
212
+ }
213
+ html:not([dir="rtl"]) .list-group-item-info {
181
214
  border-left: 3px solid #0097c7;
182
215
  border-left: 3px solid var(--color-content-accent);
183
- }.list-group-item.list-group-item-info {
216
+ }
217
+ .list-group-item.list-group-item-info {
184
218
  background-color: #ffffff;
185
219
  background-color: var(--color-background-screen);
186
- }.list-group-item-info .list-group-item-text {
220
+ }
221
+ .list-group-item-info .list-group-item-text {
187
222
  color: #0097c7;
188
223
  color: var(--color-content-accent);
189
- }a.list-group-item-info {
224
+ }
225
+ a.list-group-item-info {
190
226
  color: #0097c7;
191
227
  color: var(--color-content-accent);
192
- }a.list-group-item-info:hover {
228
+ }
229
+ a.list-group-item-info:hover {
193
230
  color: #0097c7;
194
231
  color: var(--color-content-accent);
195
- }[dir="rtl"] .list-group-item-warning {
232
+ }
233
+ [dir="rtl"] .list-group-item-warning {
196
234
  border-right: 3px solid #9a6500;
197
235
  border-right: 3px solid var(--color-content-warning);
198
- }html:not([dir="rtl"]) .list-group-item-warning {
236
+ }
237
+ html:not([dir="rtl"]) .list-group-item-warning {
199
238
  border-left: 3px solid #9a6500;
200
239
  border-left: 3px solid var(--color-content-warning);
201
- }.list-group-item.list-group-item-warning {
240
+ }
241
+ .list-group-item.list-group-item-warning {
202
242
  background-color: #ffffff;
203
243
  background-color: var(--color-background-screen);
204
- }.list-group-item-warning .list-group-item-text {
244
+ }
245
+ .list-group-item-warning .list-group-item-text {
205
246
  color: #9a6500;
206
247
  color: var(--color-content-warning);
207
- }a.list-group-item-warning {
248
+ }
249
+ a.list-group-item-warning {
208
250
  color: #9a6500;
209
251
  color: var(--color-content-warning);
210
- }a.list-group-item-warning:hover {
252
+ }
253
+ a.list-group-item-warning:hover {
211
254
  color: #9a6500;
212
255
  color: var(--color-content-warning);
213
- }[dir="rtl"] .list-group-item-danger {
256
+ }
257
+ [dir="rtl"] .list-group-item-danger {
214
258
  border-right: 3px solid #cf2929;
215
259
  border-right: 3px solid var(--color-content-negative);
216
- }html:not([dir="rtl"]) .list-group-item-danger {
260
+ }
261
+ html:not([dir="rtl"]) .list-group-item-danger {
217
262
  border-left: 3px solid #cf2929;
218
263
  border-left: 3px solid var(--color-content-negative);
219
- }.list-group-item.list-group-item-danger {
264
+ }
265
+ .list-group-item.list-group-item-danger {
220
266
  background-color: #ffffff;
221
267
  background-color: var(--color-background-screen);
222
- }.list-group-item-danger .list-group-item-text {
268
+ }
269
+ .list-group-item-danger .list-group-item-text {
223
270
  color: #cf2929;
224
271
  color: var(--color-content-negative);
225
- }a.list-group-item-danger {
272
+ }
273
+ a.list-group-item-danger {
226
274
  color: #cf2929;
227
275
  color: var(--color-content-negative);
228
- }a.list-group-item-danger:hover {
276
+ }
277
+ a.list-group-item-danger:hover {
229
278
  color: #cf2929;
230
279
  color: var(--color-content-negative);
231
- }.list-group:hover .list-group-item:not(.active) {
280
+ }
281
+ .list-group:hover .list-group-item:not(.active) {
232
282
  background-color: #fbfcfd;
233
- }.list-group:hover .list-group-item:not(.active) .media {
283
+ }
284
+ .list-group:hover .list-group-item:not(.active) .media {
234
285
  opacity: 0.94;
235
- }.list-group:hover .list-group-item:hover {
286
+ }
287
+ .list-group:hover .list-group-item:hover {
236
288
  background-color: #ffffff;
237
289
  background-color: var(--color-background-screen);
238
- }.list-group:hover .list-group-item:hover .media {
290
+ }
291
+ .list-group:hover .list-group-item:hover .media {
239
292
  opacity: 1;
240
- }.list-group-inactive:hover .list-group-item:not(.active) {
293
+ }
294
+ .list-group-inactive:hover .list-group-item:not(.active) {
241
295
  background-color: rgba(134,167,189,0.10196);
242
296
  background-color: var(--color-background-neutral);
243
- }.list-group-inactive:hover .list-group-item:hover {
297
+ }
298
+ .list-group-inactive:hover .list-group-item:hover {
244
299
  background-color: #ffffff;
245
300
  background-color: var(--color-background-screen);
246
- }@keyframes listSlideOver {
301
+ }
302
+ @keyframes listSlideOver {
247
303
  0% {
248
304
  transform: translateX(100vw);
249
305
  }
250
306
  100% {
251
307
  transform: translateX(0);
252
308
  }
253
- }@media (max-width: 767px) {
309
+ }
310
+ @media (max-width: 767px) {
254
311
  .list-group-slide-out .list-group-item .collapse {
255
312
  position: fixed;
256
313
  top: 0;
@@ -146,10 +146,6 @@
146
146
  .clickable {
147
147
  cursor: pointer !important;
148
148
  }
149
- @media (min-width: 768px) {
150
- }
151
- @media (min-width: 768px) {
152
- }
153
149
  .dropup,
154
150
  .dropdown {
155
151
  position: relative;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
3
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -143,7 +143,7 @@
143
143
 
144
144
  /**
145
145
  * Do not edit directly
146
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
146
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
147
147
  */
148
148
 
149
149
  .np-theme-personal {
@@ -208,9 +208,9 @@
208
208
  --color-sentiment-positive-primary: #054d28;
209
209
  --color-sentiment-positive-primary-hover: #043a1e;
210
210
  --color-sentiment-positive-primary-active: #022614;
211
- --color-sentiment-positive-secondary: #e3f2ea;
212
- --color-sentiment-positive-secondary-hover: #d9ede2;
213
- --color-sentiment-positive-secondary-active: #cee8da;
211
+ --color-sentiment-positive-secondary: #e2f6d5;
212
+ --color-sentiment-positive-secondary-hover: #d3f2c0;
213
+ --color-sentiment-positive-secondary-active: #c5edab;
214
214
  --color-sentiment-warning: #ffd11a;
215
215
  --color-sentiment-warning-hover: #ffd11a;
216
216
  --color-sentiment-warning-active: #ffd11a;
@@ -392,7 +392,7 @@
392
392
 
393
393
  /**
394
394
  * Do not edit directly
395
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
395
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
396
396
  */
397
397
 
398
398
  .np-theme-personal--forest-green {
@@ -448,9 +448,9 @@
448
448
  --color-sentiment-negative-primary: #ffa8ad;
449
449
  --color-sentiment-negative-primary-hover: #ffbdc0;
450
450
  --color-sentiment-negative-primary-active: #ffd1d3;
451
- --color-sentiment-negative-secondary: #454a23;
452
- --color-sentiment-negative-secondary-hover: #515729;
453
- --color-sentiment-negative-secondary-active: #5e642f;
451
+ --color-sentiment-negative-secondary: #410b0d;
452
+ --color-sentiment-negative-secondary-hover: #641115;
453
+ --color-sentiment-negative-secondary-active: #761418;
454
454
  --color-sentiment-positive: #bae5a0;
455
455
  --color-sentiment-positive-hover: #c8eab3;
456
456
  --color-sentiment-positive-active: #d6f0c7;
@@ -641,7 +641,7 @@
641
641
 
642
642
  /**
643
643
  * Do not edit directly
644
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
644
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
645
645
  */
646
646
 
647
647
  .np-theme-personal--bright-green {
@@ -706,9 +706,9 @@
706
706
  --color-sentiment-positive-primary: #054d28;
707
707
  --color-sentiment-positive-primary-hover: #043a1e;
708
708
  --color-sentiment-positive-primary-active: #022614;
709
- --color-sentiment-positive-secondary: #e3f2ea;
710
- --color-sentiment-positive-secondary-hover: #d9ede2;
711
- --color-sentiment-positive-secondary-active: #cee8da;
709
+ --color-sentiment-positive-secondary: #e2f6d5;
710
+ --color-sentiment-positive-secondary-hover: #d3f2c0;
711
+ --color-sentiment-positive-secondary-active: #c5edab;
712
712
  --color-sentiment-warning: #ffd11a;
713
713
  --color-sentiment-warning-hover: #ffd11a;
714
714
  --color-sentiment-warning-active: #ffd11a;
@@ -890,7 +890,7 @@
890
890
 
891
891
  /**
892
892
  * Do not edit directly
893
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
893
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
894
894
  */
895
895
 
896
896
  .np-theme-personal--dark {
@@ -1139,7 +1139,7 @@
1139
1139
 
1140
1140
  /**
1141
1141
  * Do not edit directly
1142
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
1142
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
1143
1143
  */
1144
1144
 
1145
1145
  .np-theme-platform {
@@ -1322,7 +1322,7 @@
1322
1322
 
1323
1323
  /**
1324
1324
  * Do not edit directly
1325
- * Generated on Tue, 22 Apr 2025 15:00:06 GMT
1325
+ * Generated on Mon, 11 Aug 2025 16:09:53 GMT
1326
1326
  */
1327
1327
 
1328
1328
  .np-theme-platform--forest-green {