@epam/ai-dial-ui-kit 0.4.0-rc.55 → 0.4.0-rc.57
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
|
@@ -6426,7 +6426,7 @@ const Ac = () => typeof window < "u" && window.innerWidth < 640, Lc = () => {
|
|
|
6426
6426
|
onChange: e,
|
|
6427
6427
|
...t
|
|
6428
6428
|
}) => {
|
|
6429
|
-
const s = (o) => o === "-" ? o : String(o)?.match(I1) ? String(o)?.replace(k1, "0") : Number(o);
|
|
6429
|
+
const s = (o) => !o || o === "-" ? o : String(o)?.match(I1) ? String(o)?.replace(k1, "0") : Number(o);
|
|
6430
6430
|
return /* @__PURE__ */ v(
|
|
6431
6431
|
ph,
|
|
6432
6432
|
{
|
|
@@ -47365,7 +47365,8 @@ const jk = ({
|
|
|
47365
47365
|
{
|
|
47366
47366
|
text: r ? `${r} ${ne.label}` : ne.label
|
|
47367
47367
|
}
|
|
47368
|
-
)
|
|
47368
|
+
),
|
|
47369
|
+
ne?.description && /* @__PURE__ */ v("div", { className: "text-secondary dial-small", children: ne.description })
|
|
47369
47370
|
] }) : /* @__PURE__ */ v("span", { className: "text-secondary truncate", children: a }), [
|
|
47370
47371
|
oe,
|
|
47371
47372
|
t,
|