@ahmadmubarak98/namozaj 1.8.18 → 1.8.19

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.
Files changed (2) hide show
  1. package/dist/namozaj.js +1 -1
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -87689,7 +87689,7 @@ const Form = React__default.forwardRef(
87689
87689
  color: ((We = e.submitButtonProps) == null ? void 0 : We.color) || "primary",
87690
87690
  type: ((Re = e.submitButtonProps) == null ? void 0 : Re.buttonType) || "submit",
87691
87691
  size: ((ve = e.submitButtonProps) == null ? void 0 : ve.size) || "medium",
87692
- disabled: typeof ((ye = e.submitButtonProps) == null ? void 0 : ye.disabled) == "boolean" ? (we = e.submitButtonProps) == null ? void 0 : we.disabled : (Ke = e.stepper) != null && Ke.advanceOnValidation ? l : v,
87692
+ disabled: typeof ((ye = e.submitButtonProps) == null ? void 0 : ye.disabled) == "boolean" ? ((we = e.submitButtonProps) == null ? void 0 : we.disabled) ?? v : (Ke = e.stepper) != null && Ke.advanceOnValidation ? l : v,
87693
87693
  sx: {
87694
87694
  ...((je = e.submitButtonProps) == null ? void 0 : je.sx) || {}
87695
87695
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.8.18",
4
+ "version": "1.8.19",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",