@transferwise/neptune-css 0.0.0-experimental-14ea772 → 0.0.0-experimental-8152035
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/dist/css/grid.css +4 -4
- package/dist/css/input-groups.css +4 -4
- package/dist/css/list-group.css +1 -1
- package/dist/css/navbar.css +6 -6
- package/dist/css/neptune.css +30 -30
- package/dist/css/table.css +4 -4
- package/dist/less/legacy-variables.less +5 -5
- package/dist/less/neptune-tokens.less +2 -2
- package/dist/props/custom-media.css +1 -1
- package/dist/props/neptune-tokens.css +1 -1
- package/package.json +2 -2
package/dist/css/grid.css
CHANGED
|
@@ -2250,13 +2250,13 @@
|
|
|
2250
2250
|
margin-left: initial;
|
|
2251
2251
|
}
|
|
2252
2252
|
}
|
|
2253
|
-
@media (max-width: 599.
|
|
2253
|
+
@media (max-width: 599.98px) {
|
|
2254
2254
|
.container {
|
|
2255
2255
|
padding-right: 16px;
|
|
2256
2256
|
padding-left: 16px;
|
|
2257
2257
|
}
|
|
2258
2258
|
}
|
|
2259
|
-
@media (min-width: 600px) and (max-width: 839.
|
|
2259
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
2260
2260
|
.container {
|
|
2261
2261
|
padding-right: 24px;
|
|
2262
2262
|
padding-left: 24px;
|
|
@@ -2299,13 +2299,13 @@
|
|
|
2299
2299
|
.row-equal-height > [class*="col-"] {
|
|
2300
2300
|
display: flex;
|
|
2301
2301
|
}
|
|
2302
|
-
@media (max-width: 599.
|
|
2302
|
+
@media (max-width: 599.98px) {
|
|
2303
2303
|
.row-equal-height .col-xs-12 {
|
|
2304
2304
|
margin-bottom: 12px;
|
|
2305
2305
|
margin-bottom: var(--size-12);
|
|
2306
2306
|
}
|
|
2307
2307
|
}
|
|
2308
|
-
@media (max-width: 599.
|
|
2308
|
+
@media (max-width: 599.98px) {
|
|
2309
2309
|
.row {
|
|
2310
2310
|
margin-right: calc(8px * -1);
|
|
2311
2311
|
margin-right: calc(var(--size-8) * -1);
|
|
@@ -1872,7 +1872,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1872
1872
|
padding-right: 0;
|
|
1873
1873
|
padding-right: initial;
|
|
1874
1874
|
}
|
|
1875
|
-
@media (max-width: 599.
|
|
1875
|
+
@media (max-width: 599.98px) {
|
|
1876
1876
|
.form-group .row [class*='col-sm-'] {
|
|
1877
1877
|
margin-bottom: 0;
|
|
1878
1878
|
}
|
|
@@ -1880,7 +1880,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1880
1880
|
margin-bottom: 12px;
|
|
1881
1881
|
}
|
|
1882
1882
|
}
|
|
1883
|
-
@media (max-width: 839.
|
|
1883
|
+
@media (max-width: 839.98px) {
|
|
1884
1884
|
.form-group .row [class*='col-md-'] {
|
|
1885
1885
|
margin-bottom: 0;
|
|
1886
1886
|
}
|
|
@@ -1889,7 +1889,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1889
1889
|
margin-bottom: 12px;
|
|
1890
1890
|
}
|
|
1891
1891
|
}
|
|
1892
|
-
@media (max-width: 1159.
|
|
1892
|
+
@media (max-width: 1159.98px) {
|
|
1893
1893
|
.form-group .row [class*='col-lg-'] {
|
|
1894
1894
|
margin-bottom: 0;
|
|
1895
1895
|
}
|
|
@@ -1898,7 +1898,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
1898
1898
|
margin-bottom: 12px;
|
|
1899
1899
|
}
|
|
1900
1900
|
}
|
|
1901
|
-
@media (max-width: 1159.
|
|
1901
|
+
@media (max-width: 1159.98px) {
|
|
1902
1902
|
.form-group .row [class*='col-xl-'] {
|
|
1903
1903
|
margin-bottom: 0;
|
|
1904
1904
|
}
|
package/dist/css/list-group.css
CHANGED
package/dist/css/navbar.css
CHANGED
|
@@ -1194,7 +1194,7 @@ button.close {
|
|
|
1194
1194
|
outline-offset: -1px;
|
|
1195
1195
|
transition: color ease 0.15s;
|
|
1196
1196
|
}
|
|
1197
|
-
@media (min-width: 840px) and (max-width: 1159.
|
|
1197
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
1198
1198
|
.navbar-nav > li > a,
|
|
1199
1199
|
.navbar-nav > li > button {
|
|
1200
1200
|
padding-left: 12px;
|
|
@@ -1537,7 +1537,7 @@ button.close {
|
|
|
1537
1537
|
left: auto;
|
|
1538
1538
|
left: initial;
|
|
1539
1539
|
}
|
|
1540
|
-
@media (min-width: 840px) and (max-width: 1159.
|
|
1540
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
1541
1541
|
.navbar-right li > .dropdown-menu::before,
|
|
1542
1542
|
.pull-xs-right li > .dropdown-menu::before {
|
|
1543
1543
|
right: 16px;
|
|
@@ -1665,7 +1665,7 @@ button.close {
|
|
|
1665
1665
|
margin-right: initial;
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
1668
|
-
@media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.
|
|
1668
|
+
@media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.98px) {
|
|
1669
1669
|
.navbar-right li > .dropdown-menu::before {
|
|
1670
1670
|
right: 16px;
|
|
1671
1671
|
}
|
|
@@ -2100,7 +2100,7 @@ button.close {
|
|
|
2100
2100
|
margin-left: 0;
|
|
2101
2101
|
margin-left: initial;
|
|
2102
2102
|
}
|
|
2103
|
-
@media (max-width: 839.
|
|
2103
|
+
@media (max-width: 839.98px) {
|
|
2104
2104
|
.navbar-static-top {
|
|
2105
2105
|
background-color: #37517e;
|
|
2106
2106
|
border-bottom-color: transparent;
|
|
@@ -2175,7 +2175,7 @@ button.close {
|
|
|
2175
2175
|
margin-top: 64px !important;
|
|
2176
2176
|
}
|
|
2177
2177
|
}
|
|
2178
|
-
@media (max-width: 1159.
|
|
2178
|
+
@media (max-width: 1159.98px) {
|
|
2179
2179
|
.nav-toolbar.affix {
|
|
2180
2180
|
position: relative !important;
|
|
2181
2181
|
}
|
|
@@ -2261,7 +2261,7 @@ button.close {
|
|
|
2261
2261
|
border-bottom: 1px solid var(--color-border-neutral);
|
|
2262
2262
|
}
|
|
2263
2263
|
}
|
|
2264
|
-
@media (max-width: 1159.
|
|
2264
|
+
@media (max-width: 1159.98px) {
|
|
2265
2265
|
.simple-nav .navbar-nav > li > a {
|
|
2266
2266
|
color: #ffffff;
|
|
2267
2267
|
}
|
package/dist/css/neptune.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
|
-
* Generated on Wed, 08 Apr 2026
|
|
3
|
+
* Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
|
|
144
144
|
/**
|
|
145
145
|
* Do not edit directly, this file was auto-generated.
|
|
146
|
-
* Generated on Wed, 08 Apr 2026
|
|
146
|
+
* Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
147
147
|
*/
|
|
148
148
|
|
|
149
149
|
.np-theme-personal {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
394
|
* Do not edit directly, this file was auto-generated.
|
|
395
|
-
* Generated on Wed, 08 Apr 2026
|
|
395
|
+
* Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
396
396
|
*/
|
|
397
397
|
|
|
398
398
|
.np-theme-personal--forest-green {
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
|
|
642
642
|
/**
|
|
643
643
|
* Do not edit directly, this file was auto-generated.
|
|
644
|
-
* Generated on Wed, 08 Apr 2026
|
|
644
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
645
645
|
*/
|
|
646
646
|
|
|
647
647
|
.np-theme-personal--bright-green {
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
|
|
891
891
|
/**
|
|
892
892
|
* Do not edit directly, this file was auto-generated.
|
|
893
|
-
* Generated on Wed, 08 Apr 2026
|
|
893
|
+
* Generated on Wed, 08 Apr 2026 17:14:47 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, this file was auto-generated.
|
|
1142
|
-
* Generated on Wed, 08 Apr 2026
|
|
1142
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
1143
1143
|
*/
|
|
1144
1144
|
|
|
1145
1145
|
.np-theme-platform {
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
|
|
1323
1323
|
/**
|
|
1324
1324
|
* Do not edit directly, this file was auto-generated.
|
|
1325
|
-
* Generated on Wed, 08 Apr 2026
|
|
1325
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
1326
1326
|
*/
|
|
1327
1327
|
|
|
1328
1328
|
.np-theme-platform--forest-green {
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
1507
|
* Do not edit directly, this file was auto-generated.
|
|
1508
|
-
* Generated on Wed, 08 Apr 2026
|
|
1508
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
1509
1509
|
*/
|
|
1510
1510
|
|
|
1511
1511
|
.np-theme-business {
|
|
@@ -1689,7 +1689,7 @@
|
|
|
1689
1689
|
|
|
1690
1690
|
/**
|
|
1691
1691
|
* Do not edit directly, this file was auto-generated.
|
|
1692
|
-
* Generated on Wed, 08 Apr 2026
|
|
1692
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
1693
1693
|
*/
|
|
1694
1694
|
|
|
1695
1695
|
.np-theme-business--dark {
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
|
|
1874
1874
|
/**
|
|
1875
1875
|
* Do not edit directly, this file was auto-generated.
|
|
1876
|
-
* Generated on Wed, 08 Apr 2026
|
|
1876
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
1877
1877
|
*/
|
|
1878
1878
|
|
|
1879
1879
|
.np-theme-business--forest-green {
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
2059
|
* Do not edit directly, this file was auto-generated.
|
|
2060
|
-
* Generated on Wed, 08 Apr 2026
|
|
2060
|
+
* Generated on Wed, 08 Apr 2026 17:14:48 GMT
|
|
2061
2061
|
*/
|
|
2062
2062
|
|
|
2063
2063
|
.np-theme-business--bright-green {
|
|
@@ -12325,7 +12325,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12325
12325
|
padding-right: initial;
|
|
12326
12326
|
}
|
|
12327
12327
|
|
|
12328
|
-
@media (max-width: 599.
|
|
12328
|
+
@media (max-width: 599.98px) {
|
|
12329
12329
|
.form-group .row [class*='col-sm-'] {
|
|
12330
12330
|
margin-bottom: 0;
|
|
12331
12331
|
}
|
|
@@ -12334,7 +12334,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12334
12334
|
}
|
|
12335
12335
|
}
|
|
12336
12336
|
|
|
12337
|
-
@media (max-width: 839.
|
|
12337
|
+
@media (max-width: 839.98px) {
|
|
12338
12338
|
.form-group .row [class*='col-md-'] {
|
|
12339
12339
|
margin-bottom: 0;
|
|
12340
12340
|
}
|
|
@@ -12344,7 +12344,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12344
12344
|
}
|
|
12345
12345
|
}
|
|
12346
12346
|
|
|
12347
|
-
@media (max-width: 1159.
|
|
12347
|
+
@media (max-width: 1159.98px) {
|
|
12348
12348
|
.form-group .row [class*='col-lg-'] {
|
|
12349
12349
|
margin-bottom: 0;
|
|
12350
12350
|
}
|
|
@@ -12354,7 +12354,7 @@ html:not([dir="rtl"]) .input-group .input-group-btn + input {
|
|
|
12354
12354
|
}
|
|
12355
12355
|
}
|
|
12356
12356
|
|
|
12357
|
-
@media (max-width: 1159.
|
|
12357
|
+
@media (max-width: 1159.98px) {
|
|
12358
12358
|
.form-group .row [class*='col-xl-'] {
|
|
12359
12359
|
margin-bottom: 0;
|
|
12360
12360
|
}
|
|
@@ -18084,14 +18084,14 @@ li > a > .currency-flag:first-child {
|
|
|
18084
18084
|
}
|
|
18085
18085
|
}
|
|
18086
18086
|
|
|
18087
|
-
@media (max-width: 599.
|
|
18087
|
+
@media (max-width: 599.98px) {
|
|
18088
18088
|
.container {
|
|
18089
18089
|
padding-right: 16px;
|
|
18090
18090
|
padding-left: 16px;
|
|
18091
18091
|
}
|
|
18092
18092
|
}
|
|
18093
18093
|
|
|
18094
|
-
@media (min-width: 600px) and (max-width: 839.
|
|
18094
|
+
@media (min-width: 600px) and (max-width: 839.98px) {
|
|
18095
18095
|
.container {
|
|
18096
18096
|
padding-right: 24px;
|
|
18097
18097
|
padding-left: 24px;
|
|
@@ -18143,14 +18143,14 @@ li > a > .currency-flag:first-child {
|
|
|
18143
18143
|
display: flex;
|
|
18144
18144
|
}
|
|
18145
18145
|
|
|
18146
|
-
@media (max-width: 599.
|
|
18146
|
+
@media (max-width: 599.98px) {
|
|
18147
18147
|
.row-equal-height .col-xs-12 {
|
|
18148
18148
|
margin-bottom: 12px;
|
|
18149
18149
|
margin-bottom: var(--size-12);
|
|
18150
18150
|
}
|
|
18151
18151
|
}
|
|
18152
18152
|
|
|
18153
|
-
@media (max-width: 599.
|
|
18153
|
+
@media (max-width: 599.98px) {
|
|
18154
18154
|
.row {
|
|
18155
18155
|
margin-right: calc(8px * -1);
|
|
18156
18156
|
margin-right: calc(var(--size-8) * -1);
|
|
@@ -18610,7 +18610,7 @@ a.list-group-item-danger:hover {
|
|
|
18610
18610
|
}
|
|
18611
18611
|
}
|
|
18612
18612
|
|
|
18613
|
-
@media (max-width: 839.
|
|
18613
|
+
@media (max-width: 839.98px) {
|
|
18614
18614
|
.list-group-slide-out .list-group-item .collapse {
|
|
18615
18615
|
position: fixed;
|
|
18616
18616
|
top: 0;
|
|
@@ -19505,7 +19505,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
19505
19505
|
transition: color ease 0.15s;
|
|
19506
19506
|
}
|
|
19507
19507
|
|
|
19508
|
-
@media (min-width: 840px) and (max-width: 1159.
|
|
19508
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
19509
19509
|
.navbar-nav > li > a,
|
|
19510
19510
|
.navbar-nav > li > button {
|
|
19511
19511
|
padding-left: 12px;
|
|
@@ -19941,7 +19941,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
19941
19941
|
left: initial;
|
|
19942
19942
|
}
|
|
19943
19943
|
|
|
19944
|
-
@media (min-width: 840px) and (max-width: 1159.
|
|
19944
|
+
@media (min-width: 840px) and (max-width: 1159.98px) {
|
|
19945
19945
|
.navbar-right li > .dropdown-menu::before,
|
|
19946
19946
|
.pull-xs-right li > .dropdown-menu::before {
|
|
19947
19947
|
right: 16px;
|
|
@@ -20088,7 +20088,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
20088
20088
|
}
|
|
20089
20089
|
}
|
|
20090
20090
|
|
|
20091
|
-
@media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.
|
|
20091
|
+
@media (min-width: 840px) and (min-width: 840px) and (max-width: 1159.98px) {
|
|
20092
20092
|
.navbar-right li > .dropdown-menu::before {
|
|
20093
20093
|
right: 16px;
|
|
20094
20094
|
}
|
|
@@ -20578,7 +20578,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
20578
20578
|
margin-left: initial;
|
|
20579
20579
|
}
|
|
20580
20580
|
|
|
20581
|
-
@media (max-width: 839.
|
|
20581
|
+
@media (max-width: 839.98px) {
|
|
20582
20582
|
.navbar-static-top {
|
|
20583
20583
|
background-color: #37517e;
|
|
20584
20584
|
border-bottom-color: transparent;
|
|
@@ -20662,7 +20662,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
20662
20662
|
}
|
|
20663
20663
|
}
|
|
20664
20664
|
|
|
20665
|
-
@media (max-width: 1159.
|
|
20665
|
+
@media (max-width: 1159.98px) {
|
|
20666
20666
|
.nav-toolbar.affix {
|
|
20667
20667
|
position: relative !important;
|
|
20668
20668
|
}
|
|
@@ -20762,7 +20762,7 @@ html:not([dir="rtl"]) .nav-stacked > li.active > a:focus {
|
|
|
20762
20762
|
}
|
|
20763
20763
|
}
|
|
20764
20764
|
|
|
20765
|
-
@media (max-width: 1159.
|
|
20765
|
+
@media (max-width: 1159.98px) {
|
|
20766
20766
|
.simple-nav .navbar-nav > li > a {
|
|
20767
20767
|
color: #ffffff;
|
|
20768
20768
|
}
|
|
@@ -24710,7 +24710,7 @@ th {
|
|
|
24710
24710
|
background-color: var(--color-background-neutral);
|
|
24711
24711
|
}
|
|
24712
24712
|
|
|
24713
|
-
@media (max-width: 839.
|
|
24713
|
+
@media (max-width: 839.98px) {
|
|
24714
24714
|
div.table-bordered:not(.table-responsive) {
|
|
24715
24715
|
border: 0;
|
|
24716
24716
|
}
|
|
@@ -24914,7 +24914,7 @@ table col[class*="col-"] {
|
|
|
24914
24914
|
border: 0;
|
|
24915
24915
|
}
|
|
24916
24916
|
|
|
24917
|
-
@media screen and (max-width: 839.
|
|
24917
|
+
@media screen and (max-width: 839.98px) {
|
|
24918
24918
|
.table-responsive {
|
|
24919
24919
|
width: 100%;
|
|
24920
24920
|
margin-bottom: 24px;
|
|
@@ -24987,7 +24987,7 @@ table col[class*="col-"] {
|
|
|
24987
24987
|
}
|
|
24988
24988
|
}
|
|
24989
24989
|
|
|
24990
|
-
@media (max-width: 839.
|
|
24990
|
+
@media (max-width: 839.98px) {
|
|
24991
24991
|
.table > .thead {
|
|
24992
24992
|
display: none;
|
|
24993
24993
|
}
|
|
@@ -25009,7 +25009,7 @@ table col[class*="col-"] {
|
|
|
25009
25009
|
}
|
|
25010
25010
|
}
|
|
25011
25011
|
|
|
25012
|
-
@media (max-width: 599.
|
|
25012
|
+
@media (max-width: 599.98px) {
|
|
25013
25013
|
.table > .tbody > dl {
|
|
25014
25014
|
padding-bottom: 8px;
|
|
25015
25015
|
}
|
package/dist/css/table.css
CHANGED
|
@@ -135,7 +135,7 @@ th {
|
|
|
135
135
|
background-color: rgba(134,167,189,0.10196);
|
|
136
136
|
background-color: var(--color-background-neutral);
|
|
137
137
|
}
|
|
138
|
-
@media (max-width: 839.
|
|
138
|
+
@media (max-width: 839.98px) {
|
|
139
139
|
div.table-bordered:not(.table-responsive) {
|
|
140
140
|
border: 0;
|
|
141
141
|
}
|
|
@@ -319,7 +319,7 @@ table col[class*="col-"] {
|
|
|
319
319
|
.table-responsive.table-bordered {
|
|
320
320
|
border: 0;
|
|
321
321
|
}
|
|
322
|
-
@media screen and (max-width: 839.
|
|
322
|
+
@media screen and (max-width: 839.98px) {
|
|
323
323
|
.table-responsive {
|
|
324
324
|
width: 100%;
|
|
325
325
|
margin-bottom: 24px;
|
|
@@ -390,7 +390,7 @@ table col[class*="col-"] {
|
|
|
390
390
|
display: table-footer-group;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
|
-
@media (max-width: 839.
|
|
393
|
+
@media (max-width: 839.98px) {
|
|
394
394
|
.table > .thead {
|
|
395
395
|
display: none;
|
|
396
396
|
}
|
|
@@ -411,7 +411,7 @@ table col[class*="col-"] {
|
|
|
411
411
|
margin: 0;
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
@media (max-width: 599.
|
|
414
|
+
@media (max-width: 599.98px) {
|
|
415
415
|
.table > .tbody > dl {
|
|
416
416
|
padding-bottom: 8px;
|
|
417
417
|
}
|
|
@@ -5,28 +5,28 @@
|
|
|
5
5
|
//== Media queries breakpoints
|
|
6
6
|
|
|
7
7
|
// Do not edit directly, this file was auto-generated.
|
|
8
|
-
// Generated on Wed, 08 Apr 2026
|
|
8
|
+
// Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
9
9
|
|
|
10
10
|
// @deprecated
|
|
11
11
|
@screen-xs: 320px;
|
|
12
12
|
@screen-xs-min: 320px;
|
|
13
|
-
@screen-xs-max: 599.
|
|
13
|
+
@screen-xs-max: 599.98px;
|
|
14
14
|
|
|
15
15
|
// @deprecated
|
|
16
16
|
@screen-sm: 600px;
|
|
17
17
|
@screen-sm-min: 600px;
|
|
18
|
-
@screen-sm-max: 839.
|
|
18
|
+
@screen-sm-max: 839.98px;
|
|
19
19
|
|
|
20
20
|
// @deprecated
|
|
21
21
|
@screen-md: 840px;
|
|
22
22
|
@screen-md-min: 840px;
|
|
23
|
-
@screen-md-max: 1159.
|
|
23
|
+
@screen-md-max: 1159.98px;
|
|
24
24
|
|
|
25
25
|
// @deprecated
|
|
26
26
|
@screen-lg: 1160px;
|
|
27
27
|
@screen-lg-min: 1160px;
|
|
28
28
|
// @deprecated
|
|
29
|
-
@screen-lg-max: 1159.
|
|
29
|
+
@screen-lg-max: 1159.98px;
|
|
30
30
|
|
|
31
31
|
// @deprecated
|
|
32
32
|
@screen-xl: 1160px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
|
-
// Generated on Wed, 08 Apr 2026
|
|
3
|
+
// Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
4
4
|
|
|
5
5
|
@color-dark-content-primary: #e2e6e8;
|
|
6
6
|
@color-dark-content-secondary: #c9cbce;
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
@font-family-display: 'Wise Sans', 'Inter', sans-serif;
|
|
222
222
|
|
|
223
223
|
// Do not edit directly, this file was auto-generated.
|
|
224
|
-
// Generated on Wed, 08 Apr 2026
|
|
224
|
+
// Generated on Wed, 08 Apr 2026 17:14:47 GMT
|
|
225
225
|
|
|
226
226
|
@color-base-blue-light: #00b9ff;
|
|
227
227
|
@color-base-blue-mid: #00a2dd;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "0.0.0-experimental-
|
|
4
|
+
"version": "0.0.0-experimental-8152035",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"scripts"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@transferwise/neptune-tokens": "0.0.0-experimental-
|
|
26
|
+
"@transferwise/neptune-tokens": "0.0.0-experimental-e16234e"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"gulp": "^5.0.1",
|