dynamic-mui 1.0.43 → 1.0.44

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.
@@ -107,7 +107,9 @@ function Stepper(_ref) {
107
107
  mt: 1,
108
108
  mr: 1
109
109
  }
110
- }, attributes.MuiButtonAttributes.back), index === attributes.MuiSteps.length - 1 ? attributes.MuiButtonAttributes.finalLabel || 'Finish' : attributes.MuiButtonAttributes.nextLabel || 'Continue'), /*#__PURE__*/_react.default.createElement(_Button.default, _extends({
110
+ }, attributes.MuiButtonAttributes.next, index === attributes.MuiSteps.length - 1 && {
111
+ ...attributes.MuiButtonAttributes.final
112
+ }), index === attributes.MuiSteps.length - 1 ? attributes.MuiButtonAttributes.finalLabel || 'Finish' : attributes.MuiButtonAttributes.nextLabel || 'Continue'), /*#__PURE__*/_react.default.createElement(_Button.default, _extends({
111
113
  disabled: index === 0,
112
114
  onClick: () => handleStepChange('PREVIOUS_STEP', isScreenChange, false),
113
115
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynamic-mui",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "author": "Dinakaran S",
5
5
  "user": "dinakarans",
6
6
  "repository": {