@ahmadmubarak98/namozaj 1.1.10 → 1.1.11
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 +1 -1
- package/package.json +1 -1
package/dist/namozaj.js
CHANGED
|
@@ -91374,7 +91374,7 @@ const Form = React__default.forwardRef(
|
|
|
91374
91374
|
(e, t) => {
|
|
91375
91375
|
var c;
|
|
91376
91376
|
const a = useTheme(), l = !a || !((c = a.palette) != null && c.primary);
|
|
91377
|
-
return /* @__PURE__ */ jsx$1(ThemeProvider, { theme: l ? {} : a, children: /* @__PURE__ */ jsx$1(
|
|
91377
|
+
return console.log("theme", a), /* @__PURE__ */ jsx$1(ThemeProvider, { theme: l ? {} : a, children: /* @__PURE__ */ jsx$1(
|
|
91378
91378
|
DynamicFormLocalProvider,
|
|
91379
91379
|
{
|
|
91380
91380
|
value: {
|