@hybr1d-tech/charizard 0.7.62 → 0.7.63
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/hybr1d-ui.js +1 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11314,7 +11314,7 @@ function Rf({
|
|
|
11314
11314
|
] }),
|
|
11315
11315
|
/* @__PURE__ */ l.jsx("div", { className: Q.smallCircle }),
|
|
11316
11316
|
"Max size: ",
|
|
11317
|
-
/* @__PURE__ */ l.jsx("b", { children:
|
|
11317
|
+
/* @__PURE__ */ l.jsx("b", { children: `${r || 5} MB` }),
|
|
11318
11318
|
/* @__PURE__ */ l.jsx("div", { className: Q.smallCircle }),
|
|
11319
11319
|
"Upload allowed: ",
|
|
11320
11320
|
/* @__PURE__ */ l.jsx("b", { children: a })
|