mayak-common-library 0.0.69 → 0.0.71
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/index.js +4 -5
- package/dist/index.mjs +4 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -378,8 +378,8 @@ var SelectPro = ({
|
|
|
378
378
|
{
|
|
379
379
|
sx: {
|
|
380
380
|
position: "absolute",
|
|
381
|
-
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "
|
|
382
|
-
left: fullContainerWidth ? 0 : "initial",
|
|
381
|
+
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%",
|
|
382
|
+
// left: fullContainerWidth ? 0 : "initial",
|
|
383
383
|
right: fullContainerWidth ? 0 : "initial",
|
|
384
384
|
top: overButton ? 0 : "initial"
|
|
385
385
|
},
|
|
@@ -1254,11 +1254,10 @@ var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
|
1254
1254
|
var StyledToggleButtonGroup = (0, import_material28.styled)(
|
|
1255
1255
|
import_material28.ToggleButtonGroup
|
|
1256
1256
|
)(({ theme: theme2, flexDirection }) => ({
|
|
1257
|
-
marginBottom:
|
|
1257
|
+
// marginBottom: theme.spacing(-1),
|
|
1258
1258
|
[`& .${import_material28.toggleButtonGroupClasses.grouped}`]: {
|
|
1259
1259
|
marginRight: flexDirection === "col" ? "unset" : theme2.spacing(1),
|
|
1260
|
-
marginBottom:
|
|
1261
|
-
//flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1260
|
+
// marginBottom: theme.spacing(1), //flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1262
1261
|
width: "fit-content"
|
|
1263
1262
|
},
|
|
1264
1263
|
[`& .${import_material28.toggleButtonGroupClasses.lastButton}`]: {
|
package/dist/index.mjs
CHANGED
|
@@ -319,8 +319,8 @@ var SelectPro = ({
|
|
|
319
319
|
{
|
|
320
320
|
sx: {
|
|
321
321
|
position: "absolute",
|
|
322
|
-
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "
|
|
323
|
-
left: fullContainerWidth ? 0 : "initial",
|
|
322
|
+
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%",
|
|
323
|
+
// left: fullContainerWidth ? 0 : "initial",
|
|
324
324
|
right: fullContainerWidth ? 0 : "initial",
|
|
325
325
|
top: overButton ? 0 : "initial"
|
|
326
326
|
},
|
|
@@ -1209,11 +1209,10 @@ import { jsx as jsx44 } from "react/jsx-runtime";
|
|
|
1209
1209
|
var StyledToggleButtonGroup = styled9(
|
|
1210
1210
|
MUIToggleButtonGroup
|
|
1211
1211
|
)(({ theme: theme2, flexDirection }) => ({
|
|
1212
|
-
marginBottom:
|
|
1212
|
+
// marginBottom: theme.spacing(-1),
|
|
1213
1213
|
[`& .${toggleButtonGroupClasses.grouped}`]: {
|
|
1214
1214
|
marginRight: flexDirection === "col" ? "unset" : theme2.spacing(1),
|
|
1215
|
-
marginBottom:
|
|
1216
|
-
//flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1215
|
+
// marginBottom: theme.spacing(1), //flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1217
1216
|
width: "fit-content"
|
|
1218
1217
|
},
|
|
1219
1218
|
[`& .${toggleButtonGroupClasses.lastButton}`]: {
|