1mpacto-react-ui 0.0.87 → 0.0.88
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -33850,8 +33850,8 @@ const IM = "_container_1szxn_1", EM = "_files_1szxn_4", _M = "_file_1szxn_4", Ki
|
|
33850
33850
|
},
|
33851
33851
|
children: [
|
33852
33852
|
/* @__PURE__ */ D.jsxs("div", { className: Ki["file-name-wrapper"], children: [
|
33853
|
-
/* @__PURE__ */ D.jsx("span", { className: Ki["file-name"], children: y((x == null ? void 0 : x.
|
33854
|
-
/* @__PURE__ */ D.jsx("span", { className: Ki["file-extension"], children: y((x == null ? void 0 : x.
|
33853
|
+
/* @__PURE__ */ D.jsx("span", { className: Ki["file-name"], children: y((x == null ? void 0 : x.originalName) ?? (x == null ? void 0 : x.name) ?? (x == null ? void 0 : x.fileName) ?? "").filename }),
|
33854
|
+
/* @__PURE__ */ D.jsx("span", { className: Ki["file-extension"], children: y((x == null ? void 0 : x.originalName) ?? (x == null ? void 0 : x.name) ?? (x == null ? void 0 : x.fileName) ?? "").extension })
|
33855
33855
|
] }),
|
33856
33856
|
typeof u == "function" && /* @__PURE__ */ D.jsx(D.Fragment, { children: u(x) })
|
33857
33857
|
]
|