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 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 : "100%",
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: theme2.spacing(-1),
1257
+ // marginBottom: theme.spacing(-1),
1258
1258
  [`& .${import_material28.toggleButtonGroupClasses.grouped}`]: {
1259
1259
  marginRight: flexDirection === "col" ? "unset" : theme2.spacing(1),
1260
- marginBottom: theme2.spacing(1),
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 : "100%",
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: theme2.spacing(-1),
1212
+ // marginBottom: theme.spacing(-1),
1213
1213
  [`& .${toggleButtonGroupClasses.grouped}`]: {
1214
1214
  marginRight: flexDirection === "col" ? "unset" : theme2.spacing(1),
1215
- marginBottom: theme2.spacing(1),
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}`]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",