@transferwise/neptune-css 14.24.1 → 14.24.3

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.
@@ -60,6 +60,8 @@
60
60
  line-height: 1.2;
61
61
  line-height: var(--line-height-title);
62
62
  letter-spacing: 0;
63
+ -webkit-hyphens: auto;
64
+ hyphens: auto;
63
65
  font-size: 1.125rem;
64
66
  font-size: var(--font-size-18);
65
67
  font-weight: 600;
@@ -1385,3 +1385,10 @@ a.btn {
1385
1385
  -webkit-text-decoration: none;
1386
1386
  text-decoration: none;
1387
1387
  }
1388
+ .btn-unstyled {
1389
+ background: none;
1390
+ border: none;
1391
+ margin: 0;
1392
+ padding: 0;
1393
+ display: block;
1394
+ }
@@ -21,6 +21,8 @@
21
21
  line-height: 1.2;
22
22
  line-height: var(--line-height-title);
23
23
  letter-spacing: 0;
24
+ -webkit-hyphens: auto;
25
+ hyphens: auto;
24
26
  font-size: 1.125rem;
25
27
  font-size: var(--font-size-18);
26
28
  font-weight: 600;
@@ -335,6 +335,8 @@
335
335
  line-height: 1.2;
336
336
  line-height: var(--line-height-title);
337
337
  letter-spacing: 0;
338
+ -webkit-hyphens: auto;
339
+ hyphens: auto;
338
340
  font-weight: 500;
339
341
  font-weight: var(--font-weight-medium);
340
342
  font-size: 0.875rem;
@@ -2358,6 +2358,8 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
2358
2358
  line-height: 1.2;
2359
2359
  line-height: var(--line-height-title);
2360
2360
  letter-spacing: 0;
2361
+ -webkit-hyphens: auto;
2362
+ hyphens: auto;
2361
2363
  margin-bottom: 0;
2362
2364
  margin-bottom: initial;
2363
2365
  font-size: 1.375rem;
@@ -49,6 +49,8 @@
49
49
  line-height: 1.2;
50
50
  line-height: var(--line-height-title);
51
51
  letter-spacing: 0;
52
+ -webkit-hyphens: auto;
53
+ hyphens: auto;
52
54
  font-weight: 500;
53
55
  font-weight: var(--font-weight-medium);
54
56
  font-size: 0.875rem;
@@ -524,6 +524,8 @@
524
524
  line-height: 1.2;
525
525
  line-height: var(--line-height-title);
526
526
  letter-spacing: 0;
527
+ -webkit-hyphens: auto;
528
+ hyphens: auto;
527
529
  font-weight: 500;
528
530
  font-weight: var(--font-weight-medium);
529
531
  font-size: 0.875rem;
@@ -769,6 +769,8 @@ h6,
769
769
  line-height: 1.2;
770
770
  line-height: var(--line-height-title);
771
771
  letter-spacing: 0;
772
+ -webkit-hyphens: auto;
773
+ hyphens: auto;
772
774
  }
773
775
  .h1 + p,
774
776
  .h2 + p,
@@ -2410,6 +2410,8 @@ h6,
2410
2410
  line-height: 1.2;
2411
2411
  line-height: var(--line-height-title);
2412
2412
  letter-spacing: 0;
2413
+ -webkit-hyphens: auto;
2414
+ hyphens: auto;
2413
2415
  }
2414
2416
 
2415
2417
  .h1 + p,
@@ -8633,6 +8635,14 @@ a.btn {
8633
8635
  text-decoration: none;
8634
8636
  }
8635
8637
 
8638
+ .btn-unstyled {
8639
+ background: none;
8640
+ border: none;
8641
+ margin: 0;
8642
+ padding: 0;
8643
+ display: block;
8644
+ }
8645
+
8636
8646
  .btn-group,
8637
8647
  .btn-group-vertical {
8638
8648
  position: relative;
@@ -11983,6 +11993,8 @@ html:not([dir="rtl"]) .input-group .form-control:not(:last-child) {
11983
11993
  line-height: 1.2;
11984
11994
  line-height: var(--line-height-title);
11985
11995
  letter-spacing: 0;
11996
+ -webkit-hyphens: auto;
11997
+ hyphens: auto;
11986
11998
  margin-bottom: 0;
11987
11999
  margin-bottom: initial;
11988
12000
  font-size: 1.375rem;
@@ -12979,6 +12991,8 @@ li > a > .currency-flag:first-child {
12979
12991
  line-height: 1.2;
12980
12992
  line-height: var(--line-height-title);
12981
12993
  letter-spacing: 0;
12994
+ -webkit-hyphens: auto;
12995
+ hyphens: auto;
12982
12996
  font-size: 1.125rem;
12983
12997
  font-size: var(--font-size-18);
12984
12998
  font-weight: 600;
@@ -13496,6 +13510,8 @@ li > a > .currency-flag:first-child {
13496
13510
  line-height: 1.2;
13497
13511
  line-height: var(--line-height-title);
13498
13512
  letter-spacing: 0;
13513
+ -webkit-hyphens: auto;
13514
+ hyphens: auto;
13499
13515
  font-weight: 500;
13500
13516
  font-weight: var(--font-weight-medium);
13501
13517
  font-size: 0.875rem;
@@ -17322,6 +17338,8 @@ html:not([dir="rtl"]) .list-group-item {
17322
17338
  line-height: 1.2;
17323
17339
  line-height: var(--line-height-title);
17324
17340
  letter-spacing: 0;
17341
+ -webkit-hyphens: auto;
17342
+ hyphens: auto;
17325
17343
  font-weight: 500;
17326
17344
  font-weight: var(--font-weight-medium);
17327
17345
  font-size: 0.875rem;
@@ -21512,6 +21530,8 @@ html:not([dir="rtl"]) .panel > .table-responsive > .table-bordered > tfoot > tr
21512
21530
  line-height: 1.2;
21513
21531
  line-height: var(--line-height-title);
21514
21532
  letter-spacing: 0;
21533
+ -webkit-hyphens: auto;
21534
+ hyphens: auto;
21515
21535
  font-size: 1.125rem;
21516
21536
  font-size: var(--font-size-18);
21517
21537
  font-weight: 600;
@@ -333,6 +333,8 @@
333
333
  line-height: 1.2;
334
334
  line-height: var(--line-height-title);
335
335
  letter-spacing: 0;
336
+ -webkit-hyphens: auto;
337
+ hyphens: auto;
336
338
  font-size: 1.125rem;
337
339
  font-size: var(--font-size-18);
338
340
  font-weight: 600;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.24.1",
4
+ "version": "14.24.3",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -729,3 +729,11 @@ input[type="button"] {
729
729
  a.btn {
730
730
  text-decoration: none;
731
731
  }
732
+
733
+ .btn-unstyled {
734
+ background: none;
735
+ border: none;
736
+ margin: 0;
737
+ padding: 0;
738
+ display: block;
739
+ }
@@ -24,7 +24,8 @@ h6,
24
24
  color: var(--color-content-primary);
25
25
  line-height: var(--line-height-title);
26
26
  letter-spacing: 0;
27
-
27
+ hyphens: auto;
28
+
28
29
  + p,
29
30
  + ul:not(.list-unstyled),
30
31
  + ol:not(.list-unstyled) {