@burtson-labs/bandit-engine 2.0.92 → 2.0.94
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/{chat-L3VMBI6A.mjs → chat-HYXGXPJM.mjs} +2 -2
- package/dist/{chunk-JJNPBLJ7.mjs → chunk-JOY64M5C.mjs} +5 -36
- package/dist/chunk-JOY64M5C.mjs.map +1 -0
- package/dist/{chunk-AS6WS4H2.mjs → chunk-XEFBF6IM.mjs} +6 -6
- package/dist/chunk-XEFBF6IM.mjs.map +1 -0
- package/dist/index.js +8 -39
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/management/management.js +8 -39
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-AS6WS4H2.mjs.map +0 -1
- package/dist/chunk-JJNPBLJ7.mjs.map +0 -1
- /package/dist/{chat-L3VMBI6A.mjs.map → chat-HYXGXPJM.mjs.map} +0 -0
|
@@ -3873,8 +3873,8 @@ var BrandingTab = ({
|
|
|
3873
3873
|
}
|
|
3874
3874
|
}
|
|
3875
3875
|
),
|
|
3876
|
-
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "
|
|
3877
|
-
!logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "
|
|
3876
|
+
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: logoBase64 ? "success.main" : "info.main", sx: { fontWeight: 600, fontSize: "0.85rem" }, children: logoBase64 ? "Custom Logo" : "Default Logo" }),
|
|
3877
|
+
!logoBase64 && /* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.75rem", textAlign: "center" }, children: "Click to upload & crop your logo" })
|
|
3878
3878
|
] }) }) : /* @__PURE__ */ jsxs5(Box5, { sx: { display: "flex", flexDirection: "column", alignItems: "center", gap: 1 }, children: [
|
|
3879
3879
|
/* @__PURE__ */ jsx5(
|
|
3880
3880
|
UploadIcon,
|
|
@@ -3887,7 +3887,7 @@ var BrandingTab = ({
|
|
|
3887
3887
|
}
|
|
3888
3888
|
}
|
|
3889
3889
|
),
|
|
3890
|
-
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "
|
|
3890
|
+
/* @__PURE__ */ jsx5(Typography5, { variant: "body2", color: "text.primary", sx: { fontSize: "1rem" }, children: dragOver ? "Drop here" : "Upload & Crop Logo" }),
|
|
3891
3891
|
/* @__PURE__ */ jsx5(Typography5, { variant: "caption", color: "text.secondary", sx: { fontSize: "0.82rem", textAlign: "center" }, children: "JPG/PNG \u2022 Drag & drop or tap to upload \u2022 Built-in cropper" })
|
|
3892
3892
|
] }),
|
|
3893
3893
|
/* @__PURE__ */ jsx5(
|
|
@@ -9249,7 +9249,7 @@ var ProviderTab = () => {
|
|
|
9249
9249
|
] })
|
|
9250
9250
|
] }),
|
|
9251
9251
|
/* @__PURE__ */ jsxs11(Paper5, { sx: { p: 3, bgcolor: "info.main", color: "info.contrastText", borderRadius: 2 }, children: [
|
|
9252
|
-
/* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "
|
|
9252
|
+
/* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { mb: 1, fontWeight: 600, color: "text.primary" }, children: "Gateway Provider Recommended" }),
|
|
9253
9253
|
/* @__PURE__ */ jsx11(Typography10, { variant: "body2", children: "For production deployments, we recommend using the Gateway provider which routes requests through your secure backend API. This approach keeps API keys secure, enables rate limiting, and provides better monitoring capabilities." })
|
|
9254
9254
|
] })
|
|
9255
9255
|
] }),
|
|
@@ -9741,7 +9741,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
|
|
|
9741
9741
|
|
|
9742
9742
|
// src/management/management.tsx
|
|
9743
9743
|
import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
9744
|
-
var preloadChatPage = () => import("./chat-
|
|
9744
|
+
var preloadChatPage = () => import("./chat-HYXGXPJM.mjs");
|
|
9745
9745
|
var buildCapabilitiesUrl = (gatewayApiUrl) => {
|
|
9746
9746
|
const trimmed = gatewayApiUrl.replace(/\/$/, "");
|
|
9747
9747
|
if (trimmed.endsWith("/api")) {
|
|
@@ -11107,4 +11107,4 @@ export {
|
|
|
11107
11107
|
useGatewayMemory,
|
|
11108
11108
|
management_default
|
|
11109
11109
|
};
|
|
11110
|
-
//# sourceMappingURL=chunk-
|
|
11110
|
+
//# sourceMappingURL=chunk-XEFBF6IM.mjs.map
|