gearboxdownloadmodal 5.0.40 → 5.0.41
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 +12 -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/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -7419,7 +7419,7 @@ const _r = /* @__PURE__ */ Li(Kl), El = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7419
7419
|
padding: "20px"
|
|
7420
7420
|
},
|
|
7421
7421
|
children: [
|
|
7422
|
-
/* @__PURE__ */ u.
|
|
7422
|
+
/* @__PURE__ */ u.jsx(
|
|
7423
7423
|
"h1",
|
|
7424
7424
|
{
|
|
7425
7425
|
style: {
|
|
@@ -7428,10 +7428,17 @@ const _r = /* @__PURE__ */ Li(Kl), El = ({ width: e, height: t }) => /* @__PURE_
|
|
|
7428
7428
|
lineHeight: "24px",
|
|
7429
7429
|
minHeight: "48px"
|
|
7430
7430
|
},
|
|
7431
|
-
children:
|
|
7432
|
-
"
|
|
7433
|
-
|
|
7434
|
-
|
|
7431
|
+
children: /* @__PURE__ */ u.jsx(
|
|
7432
|
+
"span",
|
|
7433
|
+
{
|
|
7434
|
+
style: {
|
|
7435
|
+
fontSize: "12px",
|
|
7436
|
+
display: "block",
|
|
7437
|
+
fontWeight: "normal"
|
|
7438
|
+
},
|
|
7439
|
+
children: t
|
|
7440
|
+
}
|
|
7441
|
+
)
|
|
7435
7442
|
}
|
|
7436
7443
|
),
|
|
7437
7444
|
/* @__PURE__ */ u.jsxs("div", { style: { display: "flex", gap: "5px" }, children: [
|