@transferwise/components 0.0.0-experimental-da9bd26 → 0.0.0-experimental-9545f38
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
|
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2788
2788
|
flex-direction: column;
|
|
2789
2789
|
overflow: hidden;
|
|
2790
2790
|
}
|
|
2791
|
-
.np-select-input-option-content-text-primary {
|
|
2792
|
-
font: inherit;
|
|
2793
|
-
}
|
|
2794
2791
|
.np-select-input-option-content-text-secondary {
|
|
2795
2792
|
color: #5d7079;
|
|
2796
2793
|
color: var(--color-content-secondary);
|
package/build/styles/main.css
CHANGED
|
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2788
2788
|
flex-direction: column;
|
|
2789
2789
|
overflow: hidden;
|
|
2790
2790
|
}
|
|
2791
|
-
.np-select-input-option-content-text-primary {
|
|
2792
|
-
font: inherit;
|
|
2793
|
-
}
|
|
2794
2791
|
.np-select-input-option-content-text-secondary {
|
|
2795
2792
|
color: #5d7079;
|
|
2796
2793
|
color: var(--color-content-secondary);
|
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -2788,9 +2788,6 @@ html:not([dir="rtl"]) .np-flow-navigation--sm .np-flow-navigation__stepper {
|
|
|
2788
2788
|
flex-direction: column;
|
|
2789
2789
|
overflow: hidden;
|
|
2790
2790
|
}
|
|
2791
|
-
.np-select-input-option-content-text-primary {
|
|
2792
|
-
font: inherit;
|
|
2793
|
-
}
|
|
2794
2791
|
.np-select-input-option-content-text-secondary {
|
|
2795
2792
|
color: #5d7079;
|
|
2796
2793
|
color: var(--color-content-secondary);
|