@transferwise/neptune-css 14.1.7 → 14.1.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.1.7",
4
+ "version": "14.1.8",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "afe07fe53fb67089ace3327f49434697fcbdf24e"
56
+ "gitHead": "d1c52edc1d2061601a1919104239f06404f71aff"
57
57
  }
@@ -344,7 +344,7 @@
344
344
  var(--color-sentiment-negative-hover);
345
345
  var(--color-sentiment-negative-active);
346
346
  var(--color-sentiment-negative);
347
- var(--color-interactive-tertiary);
347
+ var(--color-contrast);
348
348
  );
349
349
 
350
350
  &.btn-priority-2 {
@@ -358,7 +358,7 @@
358
358
  var(--color-sentiment-negative-hover);
359
359
  var(--color-sentiment-negative-active);
360
360
  transparent;
361
- var(--color-interactive-tertiary);
361
+ var(--color-contrast);
362
362
  );
363
363
  }
364
364
  }
@@ -467,6 +467,7 @@
467
467
  @btn-xs-font-size;
468
468
  @btn-xs-line-height
469
469
  );
470
+
470
471
  .btn-loader {
471
472
  margin-left: calc(var(--padding-x-small) / 2) !important;
472
473
  height: @btn-xs-line-height;
@@ -626,10 +627,12 @@ input[type="button"] {
626
627
  &:not(.btn-block) {
627
628
  display: inline-flex;
628
629
  align-items: center;
630
+
629
631
  .btn-loader {
630
632
  margin-bottom: 0;
631
633
  }
632
634
  }
635
+
633
636
  &.btn-block .btn-loader {
634
637
  top: 0;
635
638
  bottom: 0;
@@ -642,7 +645,8 @@ input[type="button"] {
642
645
  .btn-sm {
643
646
  .btn-loader {
644
647
  background-size: 16px 16px;
645
- .np-theme-personal & {
648
+
649
+ .np-theme-personal & {
646
650
  margin-left: calc(var(--padding-small) / 2) !important;
647
651
  }
648
652
  }