gearboxdownloadmodal 3.0.3 → 3.0.5

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
@@ -4031,7 +4031,7 @@ const Ji = ({
4031
4031
  // Adjust the value to match what 'rounded-xl' translates to in your setup
4032
4032
  backgroundColor: "#000000",
4033
4033
  // Replace with the actual color code for 'bg-dark-full'
4034
- padding: "12px"
4034
+ padding: "10px"
4035
4035
  // You may need to adjust this to your specific needs
4036
4036
  },
4037
4037
  children: [
@@ -4040,9 +4040,7 @@ const Ji = ({
4040
4040
  {
4041
4041
  style: {
4042
4042
  marginRight: "0.75rem",
4043
- flexShrink: 0,
4044
- flexGrow: 0,
4045
- flexBasis: "24%"
4043
+ width: "45%"
4046
4044
  },
4047
4045
  children: /* @__PURE__ */ y.jsx(
4048
4046
  lo,
@@ -4480,13 +4478,13 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ y.jsxs("div", { className:
4480
4478
  viewBox: "0 0 20 20",
4481
4479
  fill: "#F9830B",
4482
4480
  stroke: "#F9830B",
4483
- "stroke-width": "1",
4481
+ strokeWidth: "1",
4484
4482
  children: /* @__PURE__ */ y.jsx(
4485
4483
  "path",
4486
4484
  {
4487
- "fill-rule": "evenodd",
4485
+ fillRule: "evenodd",
4488
4486
  d: "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",
4489
- "clip-rule": "evenodd"
4487
+ clipRule: "evenodd"
4490
4488
  }
4491
4489
  )
4492
4490
  }