@burtson-labs/bandit-engine 2.0.95 → 2.0.96
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-AVKPFP2F.mjs → chunk-76IBI5SY.mjs} +3 -3
- package/dist/chunk-76IBI5SY.mjs.map +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/management/management.js +2 -2
- package/dist/management/management.js.map +1 -1
- package/dist/management/management.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-AVKPFP2F.mjs.map +0 -1
|
@@ -1058,7 +1058,7 @@ var PersonalitiesTab = ({
|
|
|
1058
1058
|
border: "1px solid",
|
|
1059
1059
|
borderColor: "rgba(255,255,255,0.1)",
|
|
1060
1060
|
borderRadius: 3,
|
|
1061
|
-
minHeight: { xs: "
|
|
1061
|
+
minHeight: { xs: "auto", md: "188px" },
|
|
1062
1062
|
display: "flex",
|
|
1063
1063
|
flexDirection: "column",
|
|
1064
1064
|
overflow: "hidden",
|
|
@@ -1541,7 +1541,7 @@ var PersonalitiesTab = ({
|
|
|
1541
1541
|
InputLabelProps: { shrink: true },
|
|
1542
1542
|
InputProps: {
|
|
1543
1543
|
style: {
|
|
1544
|
-
minHeight: isMobile ? "
|
|
1544
|
+
minHeight: isMobile ? "auto" : "180px",
|
|
1545
1545
|
maxHeight: "360px"
|
|
1546
1546
|
}
|
|
1547
1547
|
},
|
|
@@ -11107,4 +11107,4 @@ export {
|
|
|
11107
11107
|
useGatewayMemory,
|
|
11108
11108
|
management_default
|
|
11109
11109
|
};
|
|
11110
|
-
//# sourceMappingURL=chunk-
|
|
11110
|
+
//# sourceMappingURL=chunk-76IBI5SY.mjs.map
|