@hybr1d-tech/charizard 0.7.47 → 0.7.48
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 +2 -1
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -7530,7 +7530,7 @@ function yi({
|
|
|
7530
7530
|
/* @__PURE__ */ l.jsx("div", { className: j0.detailsSection, children: (r = e.details) == null ? void 0 : r.map((i, o) => {
|
|
7531
7531
|
var u, d;
|
|
7532
7532
|
return /* @__PURE__ */ l.jsxs("div", { className: j0.detail, children: [
|
|
7533
|
-
/* @__PURE__ */ l.jsx("div", { className: C(j0.detailKey, "zap-subcontent-medium"), children: i.key
|
|
7533
|
+
/* @__PURE__ */ l.jsx("div", { className: C(j0.detailKey, "zap-subcontent-medium"), children: `${i.key}: ` }),
|
|
7534
7534
|
Array.isArray(i.value) && i.value.length > 0 ? oi(i.value) ? /* @__PURE__ */ l.jsx("div", { className: C(j0.detailValue, "zap-subcontent-medium"), children: i.value.join(", ") }) : /* @__PURE__ */ l.jsx("div", { className: j0.detailValueAttachments, children: i.value[0].file_name ? (u = i.value) == null ? void 0 : u.map((m, v) => {
|
|
7535
7535
|
var h, I;
|
|
7536
7536
|
return /* @__PURE__ */ l.jsxs("div", { className: j0.detailValueAttachment, children: [
|
|
@@ -7547,6 +7547,7 @@ function yi({
|
|
|
7547
7547
|
{
|
|
7548
7548
|
href: m.doc_link,
|
|
7549
7549
|
target: "_blank",
|
|
7550
|
+
rel: "noopener noreferrer",
|
|
7550
7551
|
className: j0.attachmentName,
|
|
7551
7552
|
children: m.file_name
|
|
7552
7553
|
}
|