@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;
|
package/build/styles/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;
|
package/package.json
CHANGED
|
@@ -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;
|
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;
|