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.modern.js
CHANGED
@@ -10479,7 +10479,8 @@ var Wizard = function Wizard(props) {
|
|
10479
10479
|
|
10480
10480
|
var currentStep = React.cloneElement(steps[current], {
|
10481
10481
|
ref: stepRef,
|
10482
|
-
onChange: validate
|
10482
|
+
onChange: validate,
|
10483
|
+
next: next
|
10483
10484
|
});
|
10484
10485
|
var nextButton = current < steps.length - 1 ? /*#__PURE__*/React.createElement(Button, {
|
10485
10486
|
label: "Siguiente",
|