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.
@@ -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",