@ahmadmubarak98/namozaj 1.1.0 → 1.1.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -92010,7 +92010,7 @@ const Form = React.forwardRef(
92010
92010
  !((h = e.defaultSubmitButtonProps) != null && h.hidden) && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mt-8", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Button, { variant: "contained", color: "primary", type: "submit", children: ((f = e.defaultSubmitButtonProps) == null ? void 0 : f.label) || "Submit" }) })
92011
92011
  ] }) });
92012
92012
  }
92013
- ), DynamicForm = reactExports.forwardRef(
92013
+ ), Namozaj = reactExports.forwardRef(
92014
92014
  (e, t) => /* @__PURE__ */ jsxRuntimeExports.jsx(
92015
92015
  DynamicFormLocalProvider,
92016
92016
  {
@@ -92023,5 +92023,5 @@ const Form = React.forwardRef(
92023
92023
  )
92024
92024
  );
92025
92025
  export {
92026
- DynamicForm
92026
+ Namozaj
92027
92027
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",