mayak-common-library 0.0.67 → 0.0.68

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
@@ -1351,7 +1351,7 @@ var ToggleButtonsWithLabel = (props) => {
1351
1351
  textView,
1352
1352
  sx: {
1353
1353
  color: "#343434",
1354
- width: fixWidth ? "70px" : "initial"
1354
+ minWidth: fixWidth ? "70px !important" : "initial"
1355
1355
  },
1356
1356
  children: option.title
1357
1357
  },
package/dist/index.mjs CHANGED
@@ -1306,7 +1306,7 @@ var ToggleButtonsWithLabel = (props) => {
1306
1306
  textView,
1307
1307
  sx: {
1308
1308
  color: "#343434",
1309
- width: fixWidth ? "70px" : "initial"
1309
+ minWidth: fixWidth ? "70px !important" : "initial"
1310
1310
  },
1311
1311
  children: option.title
1312
1312
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",