@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.js
CHANGED
|
@@ -36939,13 +36939,13 @@ var PreferencesTab = ({
|
|
|
36939
36939
|
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material41.InputAdornment, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(LinkIcon, { color: "action", fontSize: "small" }) });
|
|
36940
36940
|
}
|
|
36941
36941
|
};
|
|
36942
|
-
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material41.Box, { sx: { p: { xs: 1.5, sm:
|
|
36942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material41.Box, { sx: { p: { xs: 1.5, sm: 2.5, md: 3 } }, children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_material41.Box, { sx: { mb: { xs: 2.5, md: 3 } }, children: [
|
|
36943
36943
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
36944
36944
|
import_material41.Typography,
|
|
36945
36945
|
{
|
|
36946
36946
|
variant: "h5",
|
|
36947
36947
|
color: "text.primary",
|
|
36948
|
-
sx: { mb: 1, fontWeight: 600, fontSize: { xs: "1.
|
|
36948
|
+
sx: { mb: 1, fontWeight: 600, fontSize: { xs: "1.3rem", md: "1.45rem" } },
|
|
36949
36949
|
children: "Preferences"
|
|
36950
36950
|
}
|
|
36951
36951
|
),
|
|
@@ -41912,7 +41912,7 @@ var KnowledgeHubTab = (props) => {
|
|
|
41912
41912
|
}
|
|
41913
41913
|
}, [seedPacksEnabled, tabIndex]);
|
|
41914
41914
|
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_material47.Box, { children: [
|
|
41915
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_material47.Box, { sx: { px: { xs: 1.5, sm:
|
|
41915
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_material47.Box, { sx: { px: { xs: 1.5, sm: 2.5, md: 3 }, pt: { xs: 1.5, md: 2 } }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
41916
41916
|
import_material47.Tabs,
|
|
41917
41917
|
{
|
|
41918
41918
|
value: effectiveTabIndex,
|