mayak-common-library 0.0.79 → 0.0.80

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
@@ -379,7 +379,7 @@ var SelectPro = ({
379
379
  {
380
380
  sx: (theme2) => ({
381
381
  width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "100%",
382
- left: fullContainerWidth ? 0 : "initial",
382
+ // left: fullContainerWidth ? 0 : "initial",
383
383
  right: fullContainerWidth ? 0 : "initial",
384
384
  top: overButton ? 0 : "initial",
385
385
  [theme2.breakpoints.up("sm")]: {
package/dist/index.mjs CHANGED
@@ -320,7 +320,7 @@ var SelectPro = ({
320
320
  {
321
321
  sx: (theme2) => ({
322
322
  width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "100%",
323
- left: fullContainerWidth ? 0 : "initial",
323
+ // left: fullContainerWidth ? 0 : "initial",
324
324
  right: fullContainerWidth ? 0 : "initial",
325
325
  top: overButton ? 0 : "initial",
326
326
  [theme2.breakpoints.up("sm")]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",