gearboxdownloadmodal 3.0.7 → 3.0.9

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
@@ -676,12 +676,12 @@ const wa = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
676
676
  }, Oa = ({ iframeUrl: e }) => {
677
677
  const t = window.devicePixelRatio > 1, r = window.screen.width >= 3840 && window.screen.height >= 2160, o = { ...{
678
678
  display: "flex",
679
- height: "66.667%",
679
+ height: "74%",
680
680
  width: "100%",
681
681
  alignItems: "center",
682
682
  justifyContent: "center",
683
683
  borderRadius: "10px",
684
- border: "1px solid #333333"
684
+ border: "1px solid lightgray"
685
685
  }, ...t ? { height: "430px" } : {}, ...r ? { height: "430px" } : {} };
686
686
  return /* @__PURE__ */ y.jsx("div", { style: o, children: /* @__PURE__ */ y.jsx(
687
687
  "iframe",
@@ -4126,7 +4126,8 @@ const Ji = ({
4126
4126
  {
4127
4127
  style: {
4128
4128
  fontSize: "1rem",
4129
- color: "white"
4129
+ color: "white",
4130
+ backgroundColor: "#00A3FF1A"
4130
4131
  },
4131
4132
  onClick: A,
4132
4133
  children: "Copy Link"
@@ -4437,7 +4438,8 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ y.jsxs(
4437
4438
  // p-1 (1 * 0.25)
4438
4439
  fontSize: "0.875rem",
4439
4440
  // text-sm (14px)
4440
- width: 200
4441
+ width: 200,
4442
+ backgroundColor: "#FFFFFF"
4441
4443
  },
4442
4444
  disabled: n,
4443
4445
  children: e
@@ -5478,6 +5480,7 @@ const os = [
5478
5480
  display: "flex",
5479
5481
  width: "620px",
5480
5482
  // For retina screens, you would need to handle this conditionally, perhaps with JavaScript
5483
+ height: "730px",
5481
5484
  flexDirection: "column",
5482
5485
  borderRadius: "rounded",
5483
5486
  backgroundColor: "dark-light",