@hybr1d-tech/charizard 1.1.117 → 1.1.121
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 +13 -7
- package/dist/hybr1d-ui.umd.cjs +2 -2
- package/package.json +10 -10
package/dist/hybr1d-ui.js
CHANGED
|
@@ -7309,15 +7309,17 @@ function Fo(e) {
|
|
|
7309
7309
|
".doc": "Doc",
|
|
7310
7310
|
".docx": "Docx",
|
|
7311
7311
|
"image/png": "PNG",
|
|
7312
|
-
"image/jpeg": "JPEG",
|
|
7312
|
+
"image/jpeg": "JPEG, JPG",
|
|
7313
7313
|
"image/webp": "WEBP",
|
|
7314
7314
|
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": "Xlsx",
|
|
7315
7315
|
"application/vnd.ms-excel": "Xls"
|
|
7316
|
-
}, n = e.split(",").map((
|
|
7317
|
-
|
|
7318
|
-
const
|
|
7319
|
-
|
|
7320
|
-
})
|
|
7316
|
+
}, n = e.split(",").map((s) => s.trim()), c = /* @__PURE__ */ new Set();
|
|
7317
|
+
n.forEach((s) => {
|
|
7318
|
+
const r = l[s];
|
|
7319
|
+
r && r.split(", ").forEach((i) => c.add(i));
|
|
7320
|
+
});
|
|
7321
|
+
const t = Array.from(c);
|
|
7322
|
+
return t.length === 0 ? "" : t.length === 1 ? `${t[0]} only` : `${t.slice(0, -1).join(", ")} and ${t[t.length - 1]}`;
|
|
7321
7323
|
}
|
|
7322
7324
|
var o2 = /* @__PURE__ */ ((e) => (e.PENDING = "pending", e.PENDING_SECOND_APPROVER = "pending_second_approver", e.PENDING_CANCELLATION = "pending_cancellation", e.APPROVED = "approved", e.CLOSED = "closed", e.DECLINED = "declined", e.CANCELLED = "cancelled", e))(o2 || {});
|
|
7323
7325
|
function Lo(e) {
|
|
@@ -11035,7 +11037,11 @@ function Qq({
|
|
|
11035
11037
|
/* @__PURE__ */ a.jsxs("div", { className: b(Q.subTitle, h ? Q.disabledSubTitle : ""), children: [
|
|
11036
11038
|
/* @__PURE__ */ a.jsx("span", { children: "File Type: " }),
|
|
11037
11039
|
/* @__PURE__ */ a.jsx("b", { children: y }),
|
|
11038
|
-
/* @__PURE__ */ a.
|
|
11040
|
+
/* @__PURE__ */ a.jsxs("b", { children: [
|
|
11041
|
+
" ",
|
|
11042
|
+
Fo(S),
|
|
11043
|
+
"."
|
|
11044
|
+
] }),
|
|
11039
11045
|
/* @__PURE__ */ a.jsx("div", { className: Q.smallCircle }),
|
|
11040
11046
|
"Max size per file: ",
|
|
11041
11047
|
/* @__PURE__ */ a.jsx("b", { children: `${r || 5} MB` }),
|