ywana-core8 0.0.716 → 0.0.718
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/wizard.js +1 -1
- package/src/incubator/wizard.test.js +5 -1
package/dist/index.cjs
CHANGED
@@ -10487,7 +10487,8 @@ var Wizard = function Wizard(props) {
|
|
10487
10487
|
|
10488
10488
|
var currentStep = React__default["default"].cloneElement(steps[current], {
|
10489
10489
|
ref: stepRef,
|
10490
|
-
onChange: validate
|
10490
|
+
onChange: validate,
|
10491
|
+
next: next
|
10491
10492
|
});
|
10492
10493
|
var nextButton = current < steps.length - 1 ? /*#__PURE__*/React__default["default"].createElement(Button, {
|
10493
10494
|
label: "Siguiente",
|