gearboxdownloadmodal 5.0.52 → 5.0.54
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 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/utils/color.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4220,7 +4220,7 @@ const HA = ({
|
|
|
4220
4220
|
}
|
|
4221
4221
|
);
|
|
4222
4222
|
};
|
|
4223
|
-
var Ze = /* @__PURE__ */ ((e) => (e.Flex = "#7101FF", e.Playable = "#F9830B", e.Import = "#00a3ff", e.Ready = "
|
|
4223
|
+
var Ze = /* @__PURE__ */ ((e) => (e.Flex = "#7101FF", e.Playable = "#F9830B", e.Import = "#00a3ff", e.Ready = "#0060A5", e))(Ze || {});
|
|
4224
4224
|
const VA = ({ typeOfProduct: e }) => /* @__PURE__ */ u.jsxs(
|
|
4225
4225
|
"div",
|
|
4226
4226
|
{
|
|
@@ -5534,7 +5534,7 @@ const zr = [
|
|
|
5534
5534
|
padding: "8px"
|
|
5535
5535
|
},
|
|
5536
5536
|
children: [
|
|
5537
|
-
zr.includes(i) && /* @__PURE__ */ u.jsx(
|
|
5537
|
+
zr.includes(i) && c !== "Import" && /* @__PURE__ */ u.jsx(
|
|
5538
5538
|
$i,
|
|
5539
5539
|
{
|
|
5540
5540
|
fill: Ze[c],
|
|
@@ -5945,7 +5945,7 @@ const zr = [
|
|
|
5945
5945
|
overflowY: "auto",
|
|
5946
5946
|
padding: "0.75rem"
|
|
5947
5947
|
},
|
|
5948
|
-
children: /* @__PURE__ */ u.
|
|
5948
|
+
children: /* @__PURE__ */ u.jsx(
|
|
5949
5949
|
"div",
|
|
5950
5950
|
{
|
|
5951
5951
|
style: {
|
|
@@ -5956,7 +5956,7 @@ const zr = [
|
|
|
5956
5956
|
fontWeight: "bold",
|
|
5957
5957
|
height: "1.5rem"
|
|
5958
5958
|
},
|
|
5959
|
-
children: [
|
|
5959
|
+
children: e !== "Import" && /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
|
|
5960
5960
|
/* @__PURE__ */ u.jsx(
|
|
5961
5961
|
$i,
|
|
5962
5962
|
{
|
|
@@ -5976,7 +5976,7 @@ const zr = [
|
|
|
5976
5976
|
children: "Data tracking functionality is turned on by default for marked network downloads"
|
|
5977
5977
|
}
|
|
5978
5978
|
)
|
|
5979
|
-
]
|
|
5979
|
+
] })
|
|
5980
5980
|
}
|
|
5981
5981
|
)
|
|
5982
5982
|
}
|