bstp-agent-widget 0.2.29 → 0.2.31
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
CHANGED
|
@@ -23767,8 +23767,12 @@ function YO({ opened: e, onClose: t, zIndex: n, withinPortal: r, messages: i, co
|
|
|
23767
23767
|
backgroundColor: "var(--mantine-custom-color-surface-body-bg, #f8f9fa)"
|
|
23768
23768
|
},
|
|
23769
23769
|
header: {
|
|
23770
|
+
display: "flex",
|
|
23771
|
+
alignItems: "center",
|
|
23772
|
+
justifyContent: "space-between",
|
|
23773
|
+
gap: "8px",
|
|
23770
23774
|
padding: "16px",
|
|
23771
|
-
borderBottom: "1px solid var(--mantine-color-gray-3)",
|
|
23775
|
+
borderBottom: "1px solid var(--mantine-custom-color-border-default, var(--mantine-color-gray-3, #e5e7eb))",
|
|
23772
23776
|
backgroundColor: "var(--mantine-custom-color-surface-default, #ffffff)"
|
|
23773
23777
|
},
|
|
23774
23778
|
body: {
|