@burtson-labs/bandit-engine 2.0.112 → 2.0.113
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/{chunk-PIBF62UY.mjs → chunk-BLC6ZYGQ.mjs} +4 -19
- package/dist/{chunk-PIBF62UY.mjs.map → chunk-BLC6ZYGQ.mjs.map} +1 -1
- package/dist/index.js +3 -18
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +3 -18
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
|
@@ -8565,7 +8565,6 @@ var ProviderTab = () => {
|
|
|
8565
8565
|
gatewayUrl: packageSettings?.gatewayApiUrl || "",
|
|
8566
8566
|
provider: "bandit"
|
|
8567
8567
|
});
|
|
8568
|
-
const [isProviderConfigOpen, setIsProviderConfigOpen] = useState12(false);
|
|
8569
8568
|
const [snackbarMessage, setSnackbarMessage] = useState12("");
|
|
8570
8569
|
const [showSnackbar, setShowSnackbar] = useState12(false);
|
|
8571
8570
|
const [snackbarSeverity, setSnackbarSeverity] = useState12("success");
|
|
@@ -8786,7 +8785,7 @@ var ProviderTab = () => {
|
|
|
8786
8785
|
] }) : /* @__PURE__ */ jsx11(Chip8, { label: "No Provider Configured", color: "warning" })
|
|
8787
8786
|
] }),
|
|
8788
8787
|
/* @__PURE__ */ jsxs11(Paper5, { sx: { p: { xs: 1.5, sm: 1.75 }, mb: { xs: 1.5, md: 1.75 }, bgcolor: "background.paper", border: "1px solid", borderColor: "divider", borderRadius: 2 }, children: [
|
|
8789
|
-
/* @__PURE__ */
|
|
8788
|
+
/* @__PURE__ */ jsx11(
|
|
8790
8789
|
Box11,
|
|
8791
8790
|
{
|
|
8792
8791
|
sx: {
|
|
@@ -8797,24 +8796,10 @@ var ProviderTab = () => {
|
|
|
8797
8796
|
gap: { xs: 1, sm: 2 },
|
|
8798
8797
|
mb: 2
|
|
8799
8798
|
},
|
|
8800
|
-
children:
|
|
8801
|
-
/* @__PURE__ */ jsx11(Typography10, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
|
|
8802
|
-
/* @__PURE__ */ jsxs11(
|
|
8803
|
-
Button9,
|
|
8804
|
-
{
|
|
8805
|
-
variant: "outlined",
|
|
8806
|
-
onClick: () => setIsProviderConfigOpen(!isProviderConfigOpen),
|
|
8807
|
-
size: isMobile ? "small" : "medium",
|
|
8808
|
-
children: [
|
|
8809
|
-
isProviderConfigOpen ? "Hide" : "Configure",
|
|
8810
|
-
" Provider"
|
|
8811
|
-
]
|
|
8812
|
-
}
|
|
8813
|
-
)
|
|
8814
|
-
]
|
|
8799
|
+
children: /* @__PURE__ */ jsx11(Typography10, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6 }, children: "Provider Configuration" })
|
|
8815
8800
|
}
|
|
8816
8801
|
),
|
|
8817
|
-
|
|
8802
|
+
/* @__PURE__ */ jsxs11(Box11, { sx: { mt: 2 }, children: [
|
|
8818
8803
|
/* @__PURE__ */ jsxs11(
|
|
8819
8804
|
TextField6,
|
|
8820
8805
|
{
|
|
@@ -11098,4 +11083,4 @@ export {
|
|
|
11098
11083
|
useGatewayMemory,
|
|
11099
11084
|
management_default
|
|
11100
11085
|
};
|
|
11101
|
-
//# sourceMappingURL=chunk-
|
|
11086
|
+
//# sourceMappingURL=chunk-BLC6ZYGQ.mjs.map
|