@epam/ai-dial-ui-kit 0.11.0-dev.35 → 0.11.0-dev.36
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/{JsonEditor-B_vNRfJP.cjs → JsonEditor-C6QYdhEG.cjs} +1 -1
- package/dist/{JsonEditor-Bwbskv6W.js → JsonEditor-i262aUtE.js} +1 -1
- package/dist/{MarkdownEditor-wPmRHdpw.cjs → MarkdownEditor-C8vZZU4C.cjs} +1 -1
- package/dist/{MarkdownEditor-Ds0geuX8.js → MarkdownEditor-Caoepknq.js} +1 -1
- package/dist/components-manifest.json +7 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-BdrWy5ZV.cjs → index-dROi79YP.cjs} +2 -2
- package/dist/{index-Dooq2EWu.js → index-vI5CYXAo.js} +50 -40
- package/dist/src/components/Skeleton/Skeleton.d.ts +1 -0
- package/package.json +1 -1
|
@@ -6894,56 +6894,66 @@ const MR = (e) => {
|
|
|
6894
6894
|
variant: r = Ei.Default,
|
|
6895
6895
|
width: a,
|
|
6896
6896
|
height: l,
|
|
6897
|
-
|
|
6898
|
-
|
|
6897
|
+
overlay: c,
|
|
6898
|
+
className: d,
|
|
6899
|
+
...u
|
|
6899
6900
|
}) => {
|
|
6900
6901
|
if (!n && o)
|
|
6901
6902
|
return /* @__PURE__ */ g.jsx(g.Fragment, { children: o });
|
|
6902
|
-
const
|
|
6903
|
+
const h = se(
|
|
6903
6904
|
"bg-layer-3",
|
|
6904
6905
|
e && "animate-pulse",
|
|
6905
|
-
|
|
6906
|
+
d
|
|
6906
6907
|
);
|
|
6907
6908
|
if (r !== Ei.Default) {
|
|
6908
|
-
const
|
|
6909
|
-
|
|
6909
|
+
const E = se(
|
|
6910
|
+
h,
|
|
6910
6911
|
r === Ei.Circular && "rounded-full",
|
|
6911
6912
|
r === Ei.Rectangular && "rounded",
|
|
6912
|
-
r === Ei.Text && "rounded"
|
|
6913
|
-
|
|
6914
|
-
|
|
6913
|
+
r === Ei.Text && "rounded",
|
|
6914
|
+
!!c && "relative"
|
|
6915
|
+
), D = {};
|
|
6916
|
+
return a && (D.width = typeof a == "number" ? `${a}px` : a), l && (D.height = typeof l == "number" ? `${l}px` : l), /* @__PURE__ */ g.jsx("div", { className: E, style: D, ...u, children: c && /* @__PURE__ */ g.jsx("div", { className: "absolute inset-0 flex items-center justify-center pointer-events-none", children: c }) });
|
|
6915
6917
|
}
|
|
6916
|
-
const
|
|
6917
|
-
return /* @__PURE__ */ g.jsxs(
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
"
|
|
6918
|
+
const p = !!i, f = !!s, m = !!t, v = typeof i == "object" ? i : {}, C = typeof s == "object" ? s : {}, w = typeof t == "object" ? t : {}, b = MR(v.size), x = v.shape ?? Wu.Circle, y = C.width ?? "38%", R = w.rows ?? 3, S = w.width, F = (E) => S ? Array.isArray(S) ? S[E] ?? "100%" : S : E === R - 1 ? "61%" : "100%";
|
|
6919
|
+
return /* @__PURE__ */ g.jsxs(
|
|
6920
|
+
"div",
|
|
6921
|
+
{
|
|
6922
|
+
...u,
|
|
6923
|
+
className: se("flex gap-4", !!c && "relative", d),
|
|
6924
|
+
children: [
|
|
6925
|
+
p && /* @__PURE__ */ g.jsx(
|
|
6926
|
+
"div",
|
|
6927
|
+
{
|
|
6928
|
+
className: se(
|
|
6929
|
+
h,
|
|
6930
|
+
x === Wu.Circle ? "rounded-full" : "rounded",
|
|
6931
|
+
"flex-shrink-0"
|
|
6932
|
+
),
|
|
6933
|
+
style: { width: b, height: b }
|
|
6934
|
+
}
|
|
6925
6935
|
),
|
|
6926
|
-
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
6930
|
-
|
|
6931
|
-
|
|
6932
|
-
|
|
6933
|
-
|
|
6934
|
-
|
|
6935
|
-
|
|
6936
|
-
|
|
6937
|
-
|
|
6938
|
-
|
|
6939
|
-
|
|
6940
|
-
|
|
6941
|
-
|
|
6942
|
-
},
|
|
6943
|
-
|
|
6944
|
-
|
|
6945
|
-
|
|
6946
|
-
|
|
6936
|
+
/* @__PURE__ */ g.jsxs("div", { className: "flex-1 flex flex-col gap-3", children: [
|
|
6937
|
+
f && /* @__PURE__ */ g.jsx(
|
|
6938
|
+
"div",
|
|
6939
|
+
{
|
|
6940
|
+
className: se(h, "h-4 rounded"),
|
|
6941
|
+
style: { width: y }
|
|
6942
|
+
}
|
|
6943
|
+
),
|
|
6944
|
+
m && /* @__PURE__ */ g.jsx("div", { className: "flex flex-col gap-3", children: Array.from({ length: R }).map((E, D) => /* @__PURE__ */ g.jsx(
|
|
6945
|
+
"div",
|
|
6946
|
+
{
|
|
6947
|
+
className: se(h, "h-4 rounded"),
|
|
6948
|
+
style: { width: F(D) }
|
|
6949
|
+
},
|
|
6950
|
+
D
|
|
6951
|
+
)) })
|
|
6952
|
+
] }),
|
|
6953
|
+
c && /* @__PURE__ */ g.jsx("div", { className: "absolute inset-0 flex items-center justify-center pointer-events-none", children: c })
|
|
6954
|
+
]
|
|
6955
|
+
}
|
|
6956
|
+
);
|
|
6947
6957
|
};
|
|
6948
6958
|
function Ke(e) {
|
|
6949
6959
|
if (e?.length)
|
|
@@ -61418,7 +61428,7 @@ const Ng = ({
|
|
|
61418
61428
|
}) })
|
|
61419
61429
|
}
|
|
61420
61430
|
);
|
|
61421
|
-
}, lz = () => import("./JsonEditor-
|
|
61431
|
+
}, lz = () => import("./JsonEditor-i262aUtE.js"), cz = () => import("./MarkdownEditor-Caoepknq.js");
|
|
61422
61432
|
export {
|
|
61423
61433
|
hs as $,
|
|
61424
61434
|
mV as A,
|