mayak-common-library 0.0.69 → 0.0.70
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 -3
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
@@ -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}`]: {
|