gearboxdownloadmodal 1.0.0 → 1.0.2

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/index.es.js CHANGED
@@ -3931,7 +3931,14 @@ function Be(e) {
3931
3931
  theme: "light"
3932
3932
  });
3933
3933
  }
3934
- let MA = (e = 21) => crypto.getRandomValues(new Uint8Array(e)).reduce((A, t) => (t &= 63, t < 36 ? A += t.toString(36) : t < 62 ? A += (t - 26).toString(36).toUpperCase() : t > 62 ? A += "-" : A += "_", A), "");
3934
+ let MA = (e = 21) => {
3935
+ let A = "", t = crypto.getRandomValues(new Uint8Array(e));
3936
+ for (; e--; ) {
3937
+ let r = t[e] & 63;
3938
+ r < 36 ? A += r.toString(36) : r < 62 ? A += (r - 26).toString(36).toUpperCase() : r < 63 ? A += "_" : A += "-";
3939
+ }
3940
+ return A;
3941
+ };
3935
3942
  const Hi = ({ versionId: e, typeOfProduct: A, api: t }) => {
3936
3943
  const r = async () => {
3937
3944
  if (A === "Flex")
@@ -4812,7 +4819,7 @@ const ho = ({
4812
4819
  onClick: A
4813
4820
  }
4814
4821
  ),
4815
- /* @__PURE__ */ h.jsxs("div", { className: "fixed inset-0 md:inset-y-5 md:lg-inset-x-20 lg:inset-y-5 lg:inset-x-40 xl:inset-y-10 xl:inset-x-60 bg-white rounded-xl", children: [
4822
+ /* @__PURE__ */ h.jsxs("div", { className: "fixed inset-y-10 inset-x-60 bg-white rounded-xl z-50", children: [
4816
4823
  /* @__PURE__ */ h.jsx("div", { className: "absolute top-5 right-5 z-50", children: /* @__PURE__ */ h.jsx(
4817
4824
  "button",
4818
4825
  {