@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.
- package/dist/namozaj.js +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
|
-
),
|
|
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
|
-
|
|
92026
|
+
Namozaj
|
|
92027
92027
|
};
|