mayak-common-library 0.0.99 → 0.0.100

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
@@ -415,7 +415,7 @@ var SelectPro = ({
415
415
  // left: fullContainerWidth ? 0 : "initial",
416
416
  right: fullContainerWidth ? 0 : "initial",
417
417
  top: overButton ? 0 : "initial",
418
- [theme2.breakpoints.up("sm")]: {
418
+ [theme2.breakpoints.up("md")]: {
419
419
  width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
420
420
  }
421
421
  }, paperSx),
package/dist/index.mjs CHANGED
@@ -356,7 +356,7 @@ var SelectPro = ({
356
356
  // left: fullContainerWidth ? 0 : "initial",
357
357
  right: fullContainerWidth ? 0 : "initial",
358
358
  top: overButton ? 0 : "initial",
359
- [theme2.breakpoints.up("sm")]: {
359
+ [theme2.breakpoints.up("md")]: {
360
360
  width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
361
361
  }
362
362
  }, paperSx),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",