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