@burtson-labs/bandit-engine 2.0.64 → 2.0.65
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-IGKTUDME.mjs → chat-57M4OXFX.mjs} +3 -3
- package/dist/{chunk-DR4X32D3.mjs → chunk-7EPFQDJW.mjs} +4 -4
- package/dist/chunk-7EPFQDJW.mjs.map +1 -0
- package/dist/{chunk-DCZLPUMY.mjs → chunk-O44AP4XI.mjs} +3 -3
- package/dist/{chunk-DPMJELHK.mjs → chunk-O7M4OPZU.mjs} +21 -9
- package/dist/{chunk-DPMJELHK.mjs.map → chunk-O7M4OPZU.mjs.map} +1 -1
- package/dist/index.js +23 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/management/management.js +23 -11
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-DR4X32D3.mjs.map +0 -1
- /package/dist/{chat-IGKTUDME.mjs.map → chat-57M4OXFX.mjs.map} +0 -0
- /package/dist/{chunk-DCZLPUMY.mjs.map → chunk-O44AP4XI.mjs.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7EPFQDJW.mjs";
|
|
4
4
|
import "./chunk-ONQMRE2G.mjs";
|
|
5
|
-
import "./chunk-
|
|
5
|
+
import "./chunk-O7M4OPZU.mjs";
|
|
6
6
|
import "./chunk-6QTTNYF2.mjs";
|
|
7
7
|
import "./chunk-FXFTA5PZ.mjs";
|
|
8
8
|
import "./chunk-EUBVBTB3.mjs";
|
|
@@ -13,4 +13,4 @@ import "./chunk-BJTO5JO5.mjs";
|
|
|
13
13
|
export {
|
|
14
14
|
chat_default as default
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=chat-
|
|
16
|
+
//# sourceMappingURL=chat-57M4OXFX.mjs.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-ONQMRE2G.mjs";
|
|
4
4
|
import {
|
|
5
5
|
StreamingMarkdown_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-O7M4OPZU.mjs";
|
|
7
7
|
import {
|
|
8
8
|
useMCPToolsStore
|
|
9
9
|
} from "./chunk-6QTTNYF2.mjs";
|
|
@@ -183,8 +183,8 @@ var ChatScrollToBottomButton = ({
|
|
|
183
183
|
drawerOpen = false,
|
|
184
184
|
isMobile = false
|
|
185
185
|
}) => {
|
|
186
|
-
const verticalBuffer = isMobile ?
|
|
187
|
-
const bottomOffset = Math.max(inputHeight + verticalBuffer, verticalBuffer +
|
|
186
|
+
const verticalBuffer = isMobile ? 44 : 80;
|
|
187
|
+
const bottomOffset = Math.max(inputHeight + verticalBuffer, verticalBuffer + 72);
|
|
188
188
|
return /* @__PURE__ */ jsx2(
|
|
189
189
|
IconButton,
|
|
190
190
|
{
|
|
@@ -9742,4 +9742,4 @@ var chat_default = Chat;
|
|
|
9742
9742
|
export {
|
|
9743
9743
|
chat_default
|
|
9744
9744
|
};
|
|
9745
|
-
//# sourceMappingURL=chunk-
|
|
9745
|
+
//# sourceMappingURL=chunk-7EPFQDJW.mjs.map
|