mayak-common-library 0.0.90 → 0.0.91
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1296,10 +1296,10 @@ var import_material28 = require("@mui/material");
|
|
|
1296
1296
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1297
1297
|
var StyledToggleButtonGroup = (0, import_material28.styled)(
|
|
1298
1298
|
import_material28.ToggleButtonGroup
|
|
1299
|
-
)((
|
|
1299
|
+
)(() => ({
|
|
1300
1300
|
// marginBottom: theme.spacing(-1),
|
|
1301
1301
|
[`& .${import_material28.toggleButtonGroupClasses.grouped}`]: {
|
|
1302
|
-
marginRight: flexDirection === "col" ? "unset" :
|
|
1302
|
+
// marginRight: flexDirection === "col" ? "unset" : theme.spacing(1),
|
|
1303
1303
|
// marginBottom: theme.spacing(1), //flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1304
1304
|
width: "fit-content"
|
|
1305
1305
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -1251,10 +1251,10 @@ import {
|
|
|
1251
1251
|
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
1252
1252
|
var StyledToggleButtonGroup = styled9(
|
|
1253
1253
|
MUIToggleButtonGroup
|
|
1254
|
-
)((
|
|
1254
|
+
)(() => ({
|
|
1255
1255
|
// marginBottom: theme.spacing(-1),
|
|
1256
1256
|
[`& .${toggleButtonGroupClasses.grouped}`]: {
|
|
1257
|
-
marginRight: flexDirection === "col" ? "unset" :
|
|
1257
|
+
// marginRight: flexDirection === "col" ? "unset" : theme.spacing(1),
|
|
1258
1258
|
// marginBottom: theme.spacing(1), //flexDirection === "col" ? theme.spacing(1) : "unset",
|
|
1259
1259
|
width: "fit-content"
|
|
1260
1260
|
},
|