@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
package/dist/index.mjs
CHANGED
|
@@ -42243,7 +42243,6 @@ var ProviderTab = () => {
|
|
|
42243
42243
|
gatewayUrl: packageSettings?.gatewayApiUrl || "",
|
|
42244
42244
|
provider: "bandit"
|
|
42245
42245
|
});
|
|
42246
|
-
const [isProviderConfigOpen, setIsProviderConfigOpen] = (0, import_react37.useState)(false);
|
|
42247
42246
|
const [snackbarMessage, setSnackbarMessage] = (0, import_react37.useState)("");
|
|
42248
42247
|
const [showSnackbar, setShowSnackbar] = (0, import_react37.useState)(false);
|
|
42249
42248
|
const [snackbarSeverity, setSnackbarSeverity] = (0, import_react37.useState)("success");
|
|
@@ -42464,7 +42463,7 @@ var ProviderTab = () => {
|
|
|
42464
42463
|
] }) : /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Chip, { label: "No Provider Configured", color: "warning" })
|
|
42465
42464
|
] }),
|
|
42466
42465
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Paper, { 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: [
|
|
42467
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.
|
|
42466
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
42468
42467
|
import_material29.Box,
|
|
42469
42468
|
{
|
|
42470
42469
|
sx: {
|
|
@@ -42475,24 +42474,10 @@ var ProviderTab = () => {
|
|
|
42475
42474
|
gap: { xs: 1, sm: 2 },
|
|
42476
42475
|
mb: 2
|
|
42477
42476
|
},
|
|
42478
|
-
children:
|
|
42479
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
|
|
42480
|
-
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
42481
|
-
import_material29.Button,
|
|
42482
|
-
{
|
|
42483
|
-
variant: "outlined",
|
|
42484
|
-
onClick: () => setIsProviderConfigOpen(!isProviderConfigOpen),
|
|
42485
|
-
size: isMobile ? "small" : "medium",
|
|
42486
|
-
children: [
|
|
42487
|
-
isProviderConfigOpen ? "Hide" : "Configure",
|
|
42488
|
-
" Provider"
|
|
42489
|
-
]
|
|
42490
|
-
}
|
|
42491
|
-
)
|
|
42492
|
-
]
|
|
42477
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material29.Typography, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6 }, children: "Provider Configuration" })
|
|
42493
42478
|
}
|
|
42494
42479
|
),
|
|
42495
|
-
|
|
42480
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_material29.Box, { sx: { mt: 2 }, children: [
|
|
42496
42481
|
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
42497
42482
|
import_material29.TextField,
|
|
42498
42483
|
{
|