@dexteel/mesf-core 4.22.1 → 4.22.2

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "4.22.1"
2
+ ".": "4.22.2"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [4.22.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.1...@dexteel/mesf-core-v4.22.2) (2025-01-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **ShiftNavigatorV2:** fix width ([d2c2d42](https://github.com/dexteel/mesf-core-frontend/commit/d2c2d42ff91a3a8006628cf77645d8d184f46aa3))
9
+
10
+ ## [4.22.1] - 2025-01-03
11
+
12
+
13
+
1
14
  # Changelog
2
15
 
3
16
  ## [4.22.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.0...@dexteel/mesf-core-v4.22.1) (2025-01-03)
package/dist/index.esm.js CHANGED
@@ -8223,7 +8223,7 @@ var useStyles$5 = makeStyles(function (theme) {
8223
8223
  _a),
8224
8224
  datePickerWrapper: (_b = {
8225
8225
  flex: 1,
8226
- minWidth: "280px"
8226
+ minWidth: "150px"
8227
8227
  },
8228
8228
  _b[theme.breakpoints.down("sm")] = {
8229
8229
  minWidth: "100%"