bstp-agent-widget 0.2.49 → 0.2.51
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 +12 -11
- 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
|
|
@@ -23783,7 +23783,8 @@ function XO({ opened: e, onClose: t, zIndex: n, withinPortal: r, withOverlay: i
|
|
|
23783
23783
|
classNames: {
|
|
23784
23784
|
root: db.root,
|
|
23785
23785
|
inner: db.inner,
|
|
23786
|
-
content: db.content
|
|
23786
|
+
content: db.content,
|
|
23787
|
+
header: db.header
|
|
23787
23788
|
},
|
|
23788
23789
|
styles: { content: {
|
|
23789
23790
|
marginTop: C,
|
|
@@ -23935,7 +23936,7 @@ function XO({ opened: e, onClose: t, zIndex: n, withinPortal: r, withOverlay: i
|
|
|
23935
23936
|
position: "absolute",
|
|
23936
23937
|
top: 0,
|
|
23937
23938
|
bottom: 0,
|
|
23938
|
-
left:
|
|
23939
|
+
left: -8,
|
|
23939
23940
|
width: "8px",
|
|
23940
23941
|
...b.style,
|
|
23941
23942
|
zIndex: 10
|