gearboxdownloadmodal 5.0.53 → 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 CHANGED
@@ -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.jsxs(
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
  }