@ahmadmubarak98/namozaj 1.16.13 → 1.16.14

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 -2
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -51871,8 +51871,7 @@ const zoe = ({
51871
51871
  /* @__PURE__ */ S(
51872
51872
  A0,
51873
51873
  {
51874
- component: "label",
51875
- htmlFor: e,
51874
+ component: "span",
51876
51875
  sx: { color: "#2f80ed", fontWeight: 600, cursor: "pointer" },
51877
51876
  children: A
51878
51877
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.16.13",
4
+ "version": "1.16.14",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",