ywana-core8 0.0.717 → 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 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",