@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.js
CHANGED
|
@@ -42903,7 +42903,6 @@ var ProviderTab = () => {
|
|
|
42903
42903
|
gatewayUrl: packageSettings?.gatewayApiUrl || "",
|
|
42904
42904
|
provider: "bandit"
|
|
42905
42905
|
});
|
|
42906
|
-
const [isProviderConfigOpen, setIsProviderConfigOpen] = (0, import_react59.useState)(false);
|
|
42907
42906
|
const [snackbarMessage, setSnackbarMessage] = (0, import_react59.useState)("");
|
|
42908
42907
|
const [showSnackbar, setShowSnackbar] = (0, import_react59.useState)(false);
|
|
42909
42908
|
const [snackbarSeverity, setSnackbarSeverity] = (0, import_react59.useState)("success");
|
|
@@ -43124,7 +43123,7 @@ var ProviderTab = () => {
|
|
|
43124
43123
|
] }) : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Chip, { label: "No Provider Configured", color: "warning" })
|
|
43125
43124
|
] }),
|
|
43126
43125
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.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: [
|
|
43127
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.
|
|
43126
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
43128
43127
|
import_material49.Box,
|
|
43129
43128
|
{
|
|
43130
43129
|
sx: {
|
|
@@ -43135,24 +43134,10 @@ var ProviderTab = () => {
|
|
|
43135
43134
|
gap: { xs: 1, sm: 2 },
|
|
43136
43135
|
mb: 2
|
|
43137
43136
|
},
|
|
43138
|
-
children:
|
|
43139
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "h6", sx: { fontWeight: 600, color: "text.primary" }, children: "Provider Configuration" }),
|
|
43140
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
43141
|
-
import_material49.Button,
|
|
43142
|
-
{
|
|
43143
|
-
variant: "outlined",
|
|
43144
|
-
onClick: () => setIsProviderConfigOpen(!isProviderConfigOpen),
|
|
43145
|
-
size: isMobile ? "small" : "medium",
|
|
43146
|
-
children: [
|
|
43147
|
-
isProviderConfigOpen ? "Hide" : "Configure",
|
|
43148
|
-
" Provider"
|
|
43149
|
-
]
|
|
43150
|
-
}
|
|
43151
|
-
)
|
|
43152
|
-
]
|
|
43137
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_material49.Typography, { variant: "overline", sx: { fontWeight: 700, color: "text.secondary", letterSpacing: 0.6 }, children: "Provider Configuration" })
|
|
43153
43138
|
}
|
|
43154
43139
|
),
|
|
43155
|
-
|
|
43140
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_material49.Box, { sx: { mt: 2 }, children: [
|
|
43156
43141
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
43157
43142
|
import_material49.TextField,
|
|
43158
43143
|
{
|