@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.js
CHANGED
|
@@ -4881,7 +4881,7 @@ const FlowNavigation = ({
|
|
|
4881
4881
|
}) : /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
4882
4882
|
className: "np-flow-header__left",
|
|
4883
4883
|
children: logo
|
|
4884
|
-
}), !screenSm && /*#__PURE__*/jsxRuntime.jsx(AnimatedLabel, {
|
|
4884
|
+
}), !screenSm && !done && /*#__PURE__*/jsxRuntime.jsx(AnimatedLabel, {
|
|
4885
4885
|
className: "m-x-1",
|
|
4886
4886
|
labels: steps.map(step => step.label),
|
|
4887
4887
|
activeLabel: activeStep
|