gearboxdownloadmodal 3.0.7 → 3.0.8
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 +5 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -676,7 +676,7 @@ 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: "
|
|
679
|
+
height: "74%",
|
|
680
680
|
width: "100%",
|
|
681
681
|
alignItems: "center",
|
|
682
682
|
justifyContent: "center",
|
|
@@ -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
|