bstp-agent-widget 0.2.49 → 0.2.50
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 +3 -2
- package/dist/agent-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -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: -4,
|
|
23939
23940
|
width: "8px",
|
|
23940
23941
|
...b.style,
|
|
23941
23942
|
zIndex: 10
|