@transferwise/components 46.30.0 → 46.30.2
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/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -1
- package/build/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/flowNavigation/FlowNavigation.spec.js +10 -0
- package/src/flowNavigation/FlowNavigation.story.js +17 -1
- package/src/flowNavigation/FlowNavigation.tsx +1 -1
- package/src/overlayHeader/OverlayHeader.story.js +1 -1
package/build/index.mjs
CHANGED
|
@@ -4851,7 +4851,7 @@ const FlowNavigation = ({
|
|
|
4851
4851
|
}) : /*#__PURE__*/jsx("div", {
|
|
4852
4852
|
className: "np-flow-header__left",
|
|
4853
4853
|
children: logo
|
|
4854
|
-
}), !screenSm && /*#__PURE__*/jsx(AnimatedLabel, {
|
|
4854
|
+
}), !screenSm && !done && /*#__PURE__*/jsx(AnimatedLabel, {
|
|
4855
4855
|
className: "m-x-1",
|
|
4856
4856
|
labels: steps.map(step => step.label),
|
|
4857
4857
|
activeLabel: activeStep
|