@epam/ai-dial-ui-kit 0.14.0-dev.25 → 0.14.0-dev.26
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/CHANGELOG.md +1 -1
- package/dist/{JsonEditor-CqZj_6Qd.cjs → JsonEditor-BfHJUFCT.cjs} +1 -1
- package/dist/{JsonEditor-BeuHitJ9.js → JsonEditor-DLa-oSiu.js} +1 -1
- package/dist/{MarkdownEditor-D0JpgLe9.cjs → MarkdownEditor-B86wLmjb.cjs} +1 -1
- package/dist/{MarkdownEditor-C9UKXNt4.js → MarkdownEditor-BEtWQfot.js} +1 -1
- package/dist/{MarkdownEditor-BqJpt2Uj.js → MarkdownEditor-DGrRAq5U.js} +1 -1
- package/dist/{MarkdownEditor-BT2aUPQv.cjs → MarkdownEditor-NuH8x2T8.cjs} +1 -1
- package/dist/components-manifest.json +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-rgnDNdUO.cjs → index--GKc9uJ6.cjs} +2 -2
- package/dist/{index-55hAMyPN.js → index-eIBom_Pd.js} +3 -3
- package/dist/src/components/New/Tooltip/constants.d.ts +10 -1
- package/package.json +1 -1
|
@@ -4396,7 +4396,7 @@ const kr = (e, t) => ({ appearance: n, ...i }) => /* @__PURE__ */ u.jsx(
|
|
|
4396
4396
|
);
|
|
4397
4397
|
}, ot = 1.5;
|
|
4398
4398
|
var Yw = /* @__PURE__ */ ((e) => (e.Top = "top", e.Right = "right", e.Bottom = "bottom", e.Left = "left", e))(Yw || {});
|
|
4399
|
-
const MR = 7, AR = 2, LR = 500, NR = "fill-control-inverted", OR = "z-[55] max-w-[376px] whitespace-pre-wrap break-words rounded-lg bg-control-inverted px-3 py-2 dial-small-text text-control-inverted", Zw = ho(null), Xw = () => {
|
|
4399
|
+
const MR = 7, AR = 2, LR = 500, NR = "fill-control-inverted", OR = "z-[55] max-w-[376px] whitespace-pre-wrap break-words rounded-lg bg-control-inverted px-3 py-2 dial-small-text text-control-inverted shadow-xs", Zw = ho(null), Xw = () => {
|
|
4400
4400
|
const e = dt(Zw);
|
|
4401
4401
|
if (e == null)
|
|
4402
4402
|
throw new Error(
|
|
@@ -62703,7 +62703,7 @@ const el = ({
|
|
|
62703
62703
|
() => JSON.stringify(e, null, 2)
|
|
62704
62704
|
);
|
|
62705
62705
|
ye(() => {
|
|
62706
|
-
typeof window < "u" && import("./JsonEditor-
|
|
62706
|
+
typeof window < "u" && import("./JsonEditor-DLa-oSiu.js").then((d) => {
|
|
62707
62707
|
r(() => d.DialJsonEditor);
|
|
62708
62708
|
});
|
|
62709
62709
|
}, []);
|
|
@@ -67561,7 +67561,7 @@ const EU = "dial-kit-grid-selection", DU = 150, PU = 100, eq = ({
|
|
|
67561
67561
|
hideTooltip: o
|
|
67562
67562
|
}
|
|
67563
67563
|
);
|
|
67564
|
-
}, sq = () => import("./JsonEditor-
|
|
67564
|
+
}, sq = () => import("./JsonEditor-DLa-oSiu.js"), nq = () => import("./MarkdownEditor-DGrRAq5U.js"), iq = () => import("./MarkdownEditor-BEtWQfot.js");
|
|
67565
67565
|
export {
|
|
67566
67566
|
KU as $,
|
|
67567
67567
|
j$ as A,
|
|
@@ -26,5 +26,14 @@ export declare const arrowClassName = "fill-control-inverted";
|
|
|
26
26
|
* that is around 60 characters a line, past which a line stops being
|
|
27
27
|
* comfortable to read. Longer text wraps instead of widening the bubble. The
|
|
28
28
|
* width stays a literal because Tailwind only sees static class strings.
|
|
29
|
+
*
|
|
30
|
+
* `shadow-xs` is the elevation the design gives a tooltip — the tightest step
|
|
31
|
+
* of the scale, which is what a bubble anchored to its trigger needs: enough to
|
|
32
|
+
* lift it off the surface underneath without reading as a floating panel, the
|
|
33
|
+
* way `shadow-md` marks a dropdown or a calendar. It matters most where the
|
|
34
|
+
* inverted surface is the lightest thing on screen, on a dark panel. The arrow
|
|
35
|
+
* takes no shadow of its own: both `xs` layers blur 4px or less, so there is
|
|
36
|
+
* nothing to see around a 7px triangle that the box's own shadow does not
|
|
37
|
+
* already carry.
|
|
29
38
|
*/
|
|
30
|
-
export declare const tooltipClassName = "z-[55] max-w-[376px] whitespace-pre-wrap break-words rounded-lg bg-control-inverted px-3 py-2 dial-small-text text-control-inverted";
|
|
39
|
+
export declare const tooltipClassName = "z-[55] max-w-[376px] whitespace-pre-wrap break-words rounded-lg bg-control-inverted px-3 py-2 dial-small-text text-control-inverted shadow-xs";
|