bstp-agent-widget 0.2.30 → 0.2.32

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.
@@ -23748,7 +23748,7 @@ function YO({ opened: e, onClose: t, zIndex: n, withinPortal: r, messages: i, co
23748
23748
  withinPortal: r,
23749
23749
  overlayProps: {
23750
23750
  backgroundOpacity: .45,
23751
- blur: 6,
23751
+ blur: 0,
23752
23752
  style: { zIndex: Math.max(1, n - 1) }
23753
23753
  },
23754
23754
  styles: {
@@ -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: {