@mcurros2/microm 1.1.406-0 → 1.1.407-0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54323,7 +54323,7 @@ function $27c8401694ba9957$export$166f000a4c5cc84a(props) {
|
|
|
54323
54323
|
validateCurrentStepFields
|
|
54324
54324
|
]);
|
|
54325
54325
|
const buttons = (0, $b4te3$react.useMemo)(()=>/*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
|
|
54326
|
-
position: !
|
|
54326
|
+
position: !(activeStep === steps.length) && activeStep > 0 ? 'apart' : 'right',
|
|
54327
54327
|
style: {
|
|
54328
54328
|
flex: 'auto'
|
|
54329
54329
|
},
|