@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.
Files changed (2) hide show
  1. package/dist/namozaj.js +1 -1
  2. 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: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.1.10",
4
+ "version": "1.1.11",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",