@burtson-labs/bandit-engine 2.0.100 → 2.0.102
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-GGSK5RVZ.mjs → chunk-7NXSMMCU.mjs} +4 -4
- package/dist/chunk-7NXSMMCU.mjs.map +1 -0
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +3 -3
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-GGSK5RVZ.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -36002,13 +36002,13 @@ var PreferencesTab = ({
|
|
|
36002
36002
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material20.InputAdornment, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(LinkIcon, { color: "action", fontSize: "small" }) });
|
|
36003
36003
|
}
|
|
36004
36004
|
};
|
|
36005
|
-
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material20.Box, { sx: { p: { xs: 1.5, sm:
|
|
36005
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_material20.Box, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_material20.Box, { sx: { mb: { xs: 2.5, md: 3 } }, children: [
|
|
36006
36006
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
36007
36007
|
import_material20.Typography,
|
|
36008
36008
|
{
|
|
36009
36009
|
variant: "h5",
|
|
36010
36010
|
color: "text.primary",
|
|
36011
|
-
sx: { mb: 1, fontWeight: 600, fontSize: { xs: "1.
|
|
36011
|
+
sx: { mb: 1, fontWeight: 600, fontSize: { xs: "1.3rem", md: "1.45rem" } },
|
|
36012
36012
|
children: "Preferences"
|
|
36013
36013
|
}
|
|
36014
36014
|
),
|
|
@@ -40975,7 +40975,7 @@ var KnowledgeHubTab = (props) => {
|
|
|
40975
40975
|
}
|
|
40976
40976
|
}, [seedPacksEnabled, tabIndex]);
|
|
40977
40977
|
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_material27.Box, { children: [
|
|
40978
|
-
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_material27.Box, { sx: { px: { xs: 1.5, sm:
|
|
40978
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_material27.Box, { sx: { px: { xs: 1.5, sm: 2.5, md: 3 }, pt: { xs: 1.5, md: 2 } }, children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
40979
40979
|
import_material27.Tabs,
|
|
40980
40980
|
{
|
|
40981
40981
|
value: effectiveTabIndex,
|