@transferwise/components 0.0.0-experimental-34deb6d → 0.0.0-experimental-cc26daf

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
@@ -3220,6 +3220,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3220
3220
  text-underline-offset: calc(4px / 2);
3221
3221
  text-underline-offset: calc(var(--size-4) / 2);
3222
3222
  }
3223
+ .wds-list-item a .wds-list-item-subtitle,
3224
+ .wds-list-item a .wds-list-item-subtitle-value {
3225
+ color: #5d7079;
3226
+ color: var(--color-content-secondary);
3227
+ }
3223
3228
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
3224
3229
  .wds-list-item-interactive .np-checkbox-button:has(input[type="checkbox"]:focus-visible) .tw-checkbox-button {
3225
3230
  outline: none;
@@ -576,6 +576,11 @@
576
576
  text-underline-offset: calc(4px / 2);
577
577
  text-underline-offset: calc(var(--size-4) / 2);
578
578
  }
579
+ .wds-list-item a .wds-list-item-subtitle,
580
+ .wds-list-item a .wds-list-item-subtitle-value {
581
+ color: #5d7079;
582
+ color: var(--color-content-secondary);
583
+ }
579
584
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
580
585
  .wds-list-item-interactive .np-checkbox-button:has(input[type="checkbox"]:focus-visible) .tw-checkbox-button {
581
586
  outline: none;
@@ -3220,6 +3220,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3220
3220
  text-underline-offset: calc(4px / 2);
3221
3221
  text-underline-offset: calc(var(--size-4) / 2);
3222
3222
  }
3223
+ .wds-list-item a .wds-list-item-subtitle,
3224
+ .wds-list-item a .wds-list-item-subtitle-value {
3225
+ color: #5d7079;
3226
+ color: var(--color-content-secondary);
3227
+ }
3223
3228
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
3224
3229
  .wds-list-item-interactive .np-checkbox-button:has(input[type="checkbox"]:focus-visible) .tw-checkbox-button {
3225
3230
  outline: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-34deb6d",
3
+ "version": "0.0.0-experimental-cc26daf",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -576,6 +576,11 @@
576
576
  text-underline-offset: calc(4px / 2);
577
577
  text-underline-offset: calc(var(--size-4) / 2);
578
578
  }
579
+ .wds-list-item a .wds-list-item-subtitle,
580
+ .wds-list-item a .wds-list-item-subtitle-value {
581
+ color: #5d7079;
582
+ color: var(--color-content-secondary);
583
+ }
579
584
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
580
585
  .wds-list-item-interactive .np-checkbox-button:has(input[type="checkbox"]:focus-visible) .tw-checkbox-button {
581
586
  outline: none;
@@ -39,6 +39,11 @@
39
39
 
40
40
  a {
41
41
  text-underline-offset: calc(var(--size-4) / 2);
42
+
43
+ .wds-list-item-subtitle,
44
+ .wds-list-item-subtitle-value {
45
+ color: var(--color-content-secondary);
46
+ }
42
47
  }
43
48
 
44
49
  &-interactive {
package/src/main.css CHANGED
@@ -3220,6 +3220,11 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
3220
3220
  text-underline-offset: calc(4px / 2);
3221
3221
  text-underline-offset: calc(var(--size-4) / 2);
3222
3222
  }
3223
+ .wds-list-item a .wds-list-item-subtitle,
3224
+ .wds-list-item a .wds-list-item-subtitle-value {
3225
+ color: #5d7079;
3226
+ color: var(--color-content-secondary);
3227
+ }
3223
3228
  .wds-list-item-interactive .wds-list-item-control:focus-visible,
3224
3229
  .wds-list-item-interactive .np-checkbox-button:has(input[type="checkbox"]:focus-visible) .tw-checkbox-button {
3225
3230
  outline: none;