@transferwise/components 0.0.0-experimental-89c44ca → 0.0.0-experimental-dd45337

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/build/main.css CHANGED
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3324
3324
  margin-top: calc(4px * -1);
3325
3325
  margin-top: calc(var(--size-4) * -1);
3326
3326
  }
3327
- .wds-list-item-additional-info button {
3328
- text-align: left;
3327
+ .wds-list-item-additional-info button.np-link {
3328
+ text-align: start;
3329
3329
  }
3330
3330
  .wds-list-item-control-wrapper {
3331
3331
  grid-area: control;
@@ -687,8 +687,8 @@
687
687
  margin-top: calc(4px * -1);
688
688
  margin-top: calc(var(--size-4) * -1);
689
689
  }
690
- .wds-list-item-additional-info button {
691
- text-align: left;
690
+ .wds-list-item-additional-info button.np-link {
691
+ text-align: start;
692
692
  }
693
693
  .wds-list-item-control-wrapper {
694
694
  grid-area: control;
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3324
3324
  margin-top: calc(4px * -1);
3325
3325
  margin-top: calc(var(--size-4) * -1);
3326
3326
  }
3327
- .wds-list-item-additional-info button {
3328
- text-align: left;
3327
+ .wds-list-item-additional-info button.np-link {
3328
+ text-align: start;
3329
3329
  }
3330
3330
  .wds-list-item-control-wrapper {
3331
3331
  grid-area: control;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-89c44ca",
3
+ "version": "0.0.0-experimental-dd45337",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -687,8 +687,8 @@
687
687
  margin-top: calc(4px * -1);
688
688
  margin-top: calc(var(--size-4) * -1);
689
689
  }
690
- .wds-list-item-additional-info button {
691
- text-align: left;
690
+ .wds-list-item-additional-info button.np-link {
691
+ text-align: start;
692
692
  }
693
693
  .wds-list-item-control-wrapper {
694
694
  grid-area: control;
@@ -202,8 +202,8 @@
202
202
  color: var(--color-content-tertiary);
203
203
  margin-top: calc(var(--size-4) * -1);
204
204
 
205
- button {
206
- text-align: left;
205
+ button.np-link {
206
+ text-align: start;
207
207
  }
208
208
  }
209
209
 
package/src/main.css CHANGED
@@ -3324,8 +3324,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3324
3324
  margin-top: calc(4px * -1);
3325
3325
  margin-top: calc(var(--size-4) * -1);
3326
3326
  }
3327
- .wds-list-item-additional-info button {
3328
- text-align: left;
3327
+ .wds-list-item-additional-info button.np-link {
3328
+ text-align: start;
3329
3329
  }
3330
3330
  .wds-list-item-control-wrapper {
3331
3331
  grid-area: control;