@epam/ai-dial-ui-kit 0.5.0-rc.107 → 0.5.0-rc.108
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/dial-ui-kit.es.js
CHANGED
|
@@ -50929,7 +50929,7 @@ const c7 = ({
|
|
|
50929
50929
|
/* @__PURE__ */ m("div", { className: ss, children: c }),
|
|
50930
50930
|
/* @__PURE__ */ m("div", { className: mr, children: /* @__PURE__ */ m(wt, { text: s.author || "—" }) }),
|
|
50931
50931
|
/* @__PURE__ */ m("div", { className: ss, children: r }),
|
|
50932
|
-
/* @__PURE__ */ m("div", { className: h7, children: s.path })
|
|
50932
|
+
/* @__PURE__ */ m("div", { className: h7, children: decodeURIComponent(s.path) })
|
|
50933
50933
|
] }) : null
|
|
50934
50934
|
}
|
|
50935
50935
|
) })
|