@ahmadmubarak98/namozaj 1.1.15 → 1.1.16

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 +22 -3
  2. package/package.json +1 -1
package/dist/namozaj.js CHANGED
@@ -47643,9 +47643,28 @@ const FileField = ({
47643
47643
  "fieldset",
47644
47644
  {
47645
47645
  id: e,
47646
- className: `border px-3 py-2 rounded-md border-gray-400 ${a}`,
47646
+ className: a,
47647
+ style: {
47648
+ paddingRight: "12px",
47649
+ paddingLeft: "12px",
47650
+ paddingTop: "8px",
47651
+ paddingBottom: "8px",
47652
+ borderRadius: "0.375rem",
47653
+ borderWidth: "1px",
47654
+ borderStyle: "solid",
47655
+ borderColor: "#9ca3af"
47656
+ },
47647
47657
  children: [
47648
- t && /* @__PURE__ */ jsx("legend", { className: "px-1", children: t }),
47658
+ t && /* @__PURE__ */ jsx(
47659
+ "legend",
47660
+ {
47661
+ style: {
47662
+ paddingRight: "4px",
47663
+ paddingLeft: "4px"
47664
+ },
47665
+ children: t
47666
+ }
47667
+ ),
47649
47668
  /* @__PURE__ */ jsx("div", { className: "", children: l })
47650
47669
  ]
47651
47670
  }
@@ -82470,7 +82489,7 @@ const Form = React__default.forwardRef(
82470
82489
  },
82471
82490
  y
82472
82491
  )) }),
82473
- !((h = e.defaultSubmitButtonProps) != null && h.hidden) && /* @__PURE__ */ jsx("div", { className: "mt-8", children: /* @__PURE__ */ jsx(Button$1, { variant: "contained", color: "primary", type: "submit", children: ((f = e.defaultSubmitButtonProps) == null ? void 0 : f.label) || "Submit" }) })
82492
+ !((h = e.defaultSubmitButtonProps) != null && h.hidden) && /* @__PURE__ */ jsx(Box, { mt: 2, children: /* @__PURE__ */ jsx(Button$1, { variant: "contained", color: "primary", type: "submit", children: ((f = e.defaultSubmitButtonProps) == null ? void 0 : f.label) || "Submit" }) })
82474
82493
  ] }) });
82475
82494
  }
82476
82495
  ), Namozaj = forwardRef(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ahmadmubarak98/namozaj",
3
3
  "private": false,
4
- "version": "1.1.15",
4
+ "version": "1.1.16",
5
5
  "type": "module",
6
6
  "main": "dist/namozaj.js",
7
7
  "types": "dist/main.d.ts",