bstp-agent-widget 0.2.19 → 0.2.21
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 +21 -0
- package/dist/agent-widget.js.map +1 -1
- package/package.json +1 -1
package/dist/agent-widget.js
CHANGED
|
@@ -23757,6 +23757,27 @@ function YO({ opened: e, onClose: t, zIndex: n, withinPortal: r, messages: i, co
|
|
|
23757
23757
|
size: Math.max(280, 420 + v.offset),
|
|
23758
23758
|
zIndex: n,
|
|
23759
23759
|
withinPortal: r,
|
|
23760
|
+
styles: {
|
|
23761
|
+
content: {
|
|
23762
|
+
display: "flex",
|
|
23763
|
+
flexDirection: "column",
|
|
23764
|
+
backgroundColor: "var(--mantine-custom-color-surface-body-bg, #f8f9fa)"
|
|
23765
|
+
},
|
|
23766
|
+
header: {
|
|
23767
|
+
padding: "16px",
|
|
23768
|
+
borderBottom: "1px solid var(--mantine-color-gray-3)",
|
|
23769
|
+
backgroundColor: "var(--mantine-custom-color-surface-default, #ffffff)"
|
|
23770
|
+
},
|
|
23771
|
+
body: {
|
|
23772
|
+
padding: "16px",
|
|
23773
|
+
backgroundColor: "var(--mantine-custom-color-surface-default, #ffffff)"
|
|
23774
|
+
},
|
|
23775
|
+
title: {
|
|
23776
|
+
fontSize: "18px",
|
|
23777
|
+
fontWeight: 700,
|
|
23778
|
+
color: "var(--mantine-custom-color-text-default, #1f2937)"
|
|
23779
|
+
}
|
|
23780
|
+
},
|
|
23760
23781
|
title: /* @__PURE__ */ T(Y, { children: /* @__PURE__ */ E(kl, {
|
|
23761
23782
|
gap: "xs",
|
|
23762
23783
|
align: "center",
|