gearboxdownloadmodal 6.0.28 → 6.0.29
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 +7 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8555,13 +8555,17 @@ const ar = /* @__PURE__ */ _i(gu), qu = ({ width: e, height: t, fill: n }) => /*
|
|
|
8555
8555
|
minHeight: "48px"
|
|
8556
8556
|
},
|
|
8557
8557
|
children: /* @__PURE__ */ s.jsx(
|
|
8558
|
-
"
|
|
8558
|
+
"a",
|
|
8559
8559
|
{
|
|
8560
8560
|
style: {
|
|
8561
8561
|
fontSize: "12px",
|
|
8562
8562
|
display: "block",
|
|
8563
|
-
fontWeight: "normal"
|
|
8563
|
+
fontWeight: "normal",
|
|
8564
|
+
maxWidth: "100%",
|
|
8565
|
+
overflow: "hidden",
|
|
8566
|
+
textOverflow: "ellipsis"
|
|
8564
8567
|
},
|
|
8568
|
+
href: t,
|
|
8565
8569
|
children: t
|
|
8566
8570
|
}
|
|
8567
8571
|
)
|
|
@@ -8872,7 +8876,7 @@ const ar = /* @__PURE__ */ _i(gu), qu = ({ width: e, height: t, fill: n }) => /*
|
|
|
8872
8876
|
lineHeight: "12px",
|
|
8873
8877
|
zIndex: 50
|
|
8874
8878
|
},
|
|
8875
|
-
children: "Version: 6.0.
|
|
8879
|
+
children: "Version: 6.0.29"
|
|
8876
8880
|
}
|
|
8877
8881
|
)
|
|
8878
8882
|
]
|