bstp-agent-widget 0.2.50 → 0.2.52
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/agent-widget.js +11 -10
- package/dist/agent-widget.js.map +1 -1
- package/dist/bstp-agent-widget.css +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -15691,15 +15691,15 @@ var ub = ({ ...e }) => {
|
|
|
15691
15691
|
};
|
|
15692
15692
|
ub.Body = cb, ub.Footer = lb;
|
|
15693
15693
|
var db = {
|
|
15694
|
-
root: "
|
|
15695
|
-
inner: "
|
|
15696
|
-
content: "
|
|
15697
|
-
header: "
|
|
15698
|
-
headerMeta: "
|
|
15699
|
-
statusDot: "
|
|
15700
|
-
topSubHeader: "
|
|
15701
|
-
body: "
|
|
15702
|
-
title: "
|
|
15694
|
+
root: "_root_rz9m4_1",
|
|
15695
|
+
inner: "_inner_rz9m4_6",
|
|
15696
|
+
content: "_content_rz9m4_13",
|
|
15697
|
+
header: "_header_rz9m4_22",
|
|
15698
|
+
headerMeta: "_headerMeta_rz9m4_34",
|
|
15699
|
+
statusDot: "_statusDot_rz9m4_41",
|
|
15700
|
+
topSubHeader: "_topSubHeader_rz9m4_48",
|
|
15701
|
+
body: "_body_rz9m4_59",
|
|
15702
|
+
title: "_title_rz9m4_64"
|
|
15703
15703
|
};
|
|
15704
15704
|
//#endregion
|
|
15705
15705
|
//#region node_modules/marked/lib/marked.esm.js
|
|
@@ -23766,6 +23766,7 @@ function XO({ opened: e, onClose: t, zIndex: n, withinPortal: r, withOverlay: i
|
|
|
23766
23766
|
opened: e,
|
|
23767
23767
|
onClose: t,
|
|
23768
23768
|
size: j,
|
|
23769
|
+
offset: 0,
|
|
23769
23770
|
zIndex: n,
|
|
23770
23771
|
withinPortal: r,
|
|
23771
23772
|
overlayProps: i ? {
|
|
@@ -23936,7 +23937,7 @@ function XO({ opened: e, onClose: t, zIndex: n, withinPortal: r, withOverlay: i
|
|
|
23936
23937
|
position: "absolute",
|
|
23937
23938
|
top: 0,
|
|
23938
23939
|
bottom: 0,
|
|
23939
|
-
left: -
|
|
23940
|
+
left: -8,
|
|
23940
23941
|
width: "8px",
|
|
23941
23942
|
...b.style,
|
|
23942
23943
|
zIndex: 10
|