@transferwise/components 0.0.0-experimental-1bec623 → 0.0.0-experimental-a871c30

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
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3009
3009
  }
3010
3010
  .wds-list-item + .wds-list-item-spotlight,
3011
3011
  .wds-list-item-spotlight + .wds-list-item {
3012
- margin-top: 12px;
3013
- margin-top: var(--size-12);
3012
+ margin-top: 16px;
3013
+ margin-top: var(--size-16);
3014
3014
  }
3015
3015
  .wds-list-item:focus-within {
3016
3016
  z-index: 1;
@@ -374,8 +374,8 @@
374
374
  }
375
375
  .wds-list-item + .wds-list-item-spotlight,
376
376
  .wds-list-item-spotlight + .wds-list-item {
377
- margin-top: 12px;
378
- margin-top: var(--size-12);
377
+ margin-top: 16px;
378
+ margin-top: var(--size-16);
379
379
  }
380
380
  .wds-list-item:focus-within {
381
381
  z-index: 1;
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3009
3009
  }
3010
3010
  .wds-list-item + .wds-list-item-spotlight,
3011
3011
  .wds-list-item-spotlight + .wds-list-item {
3012
- margin-top: 12px;
3013
- margin-top: var(--size-12);
3012
+ margin-top: 16px;
3013
+ margin-top: var(--size-16);
3014
3014
  }
3015
3015
  .wds-list-item:focus-within {
3016
3016
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-1bec623",
3
+ "version": "0.0.0-experimental-a871c30",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -374,8 +374,8 @@
374
374
  }
375
375
  .wds-list-item + .wds-list-item-spotlight,
376
376
  .wds-list-item-spotlight + .wds-list-item {
377
- margin-top: 12px;
378
- margin-top: var(--size-12);
377
+ margin-top: 16px;
378
+ margin-top: var(--size-16);
379
379
  }
380
380
  .wds-list-item:focus-within {
381
381
  z-index: 1;
@@ -12,7 +12,7 @@
12
12
 
13
13
  & + .wds-list-item-spotlight,
14
14
  .wds-list-item-spotlight + &{
15
- margin-top: var(--size-12);
15
+ margin-top: var(--size-16);
16
16
  }
17
17
 
18
18
  &:focus-within{
package/src/main.css CHANGED
@@ -3009,8 +3009,8 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3009
3009
  }
3010
3010
  .wds-list-item + .wds-list-item-spotlight,
3011
3011
  .wds-list-item-spotlight + .wds-list-item {
3012
- margin-top: 12px;
3013
- margin-top: var(--size-12);
3012
+ margin-top: 16px;
3013
+ margin-top: var(--size-16);
3014
3014
  }
3015
3015
  .wds-list-item:focus-within {
3016
3016
  z-index: 1;