@burtson-labs/bandit-engine 2.0.63 → 2.0.64
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-ERXFEUR5.mjs → chat-IGKTUDME.mjs} +4 -4
- package/dist/{chunk-5NSOHUCR.mjs → chunk-DCZLPUMY.mjs} +5 -5
- package/dist/{chunk-E4Q7BHBQ.mjs → chunk-DPMJELHK.mjs} +2 -2
- package/dist/{chunk-SYBMWGMA.mjs → chunk-DR4X32D3.mjs} +3 -3
- package/dist/{chunk-NCMSNXB2.mjs → chunk-FXFTA5PZ.mjs} +4 -3
- package/dist/chunk-FXFTA5PZ.mjs.map +1 -0
- package/dist/{chunk-UQ4VQSWS.mjs → chunk-HKQSZALO.mjs} +2 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/management/management.js +3 -2
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +4 -4
- package/dist/modals/chat-modal/chat-modal.js +3 -2
- package/dist/modals/chat-modal/chat-modal.js.map +1 -1
- package/dist/modals/chat-modal/chat-modal.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-NCMSNXB2.mjs.map +0 -1
- /package/dist/{chat-ERXFEUR5.mjs.map → chat-IGKTUDME.mjs.map} +0 -0
- /package/dist/{chunk-5NSOHUCR.mjs.map → chunk-DCZLPUMY.mjs.map} +0 -0
- /package/dist/{chunk-E4Q7BHBQ.mjs.map → chunk-DPMJELHK.mjs.map} +0 -0
- /package/dist/{chunk-SYBMWGMA.mjs.map → chunk-DR4X32D3.mjs.map} +0 -0
- /package/dist/{chunk-UQ4VQSWS.mjs.map → chunk-HKQSZALO.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
chat_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-DR4X32D3.mjs";
|
|
4
4
|
import {
|
|
5
5
|
chat_provider_default
|
|
6
6
|
} from "./chunk-D55E6ZDV.mjs";
|
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
useGatewayHealth,
|
|
11
11
|
useGatewayMemory,
|
|
12
12
|
useGatewayModels
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-DCZLPUMY.mjs";
|
|
14
|
+
import "./chunk-DPMJELHK.mjs";
|
|
15
15
|
import "./chunk-VTC6AIWY.mjs";
|
|
16
16
|
import "./chunk-6QTTNYF2.mjs";
|
|
17
17
|
import {
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
} from "./chunk-IXIM7BNO.mjs";
|
|
20
20
|
import {
|
|
21
21
|
chat_modal_default
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-HKQSZALO.mjs";
|
|
23
23
|
import {
|
|
24
24
|
FeedbackButton,
|
|
25
25
|
FeedbackModal,
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
useTTS,
|
|
38
38
|
useVoiceStore,
|
|
39
39
|
voiceService
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-FXFTA5PZ.mjs";
|
|
41
41
|
import {
|
|
42
42
|
DEFAULT_TIER_FEATURES,
|
|
43
43
|
FeatureFlagContext,
|
|
@@ -13456,9 +13456,10 @@ ${sourcesMarkdownList.join("\n")}`;
|
|
|
13456
13456
|
variant: "rounded",
|
|
13457
13457
|
onClick: () => setOpenImage(img),
|
|
13458
13458
|
sx: {
|
|
13459
|
-
width:
|
|
13460
|
-
height:
|
|
13459
|
+
width: 96,
|
|
13460
|
+
height: 96,
|
|
13461
13461
|
borderRadius: 2,
|
|
13462
|
+
border: `1px solid ${(0, import_styles2.alpha)(theme.palette.text.primary, 0.25)}`,
|
|
13462
13463
|
cursor: "pointer",
|
|
13463
13464
|
"&:hover": { boxShadow: `0 0 0 2px ${theme.palette.primary.main}` }
|
|
13464
13465
|
}
|