@dexteel/mesf-core 4.22.5 → 4.22.6

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.5"
2
+ ".": "4.22.6"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [4.22.6](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.5...@dexteel/mesf-core-v4.22.6) (2025-01-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **shift-navigator-control:** Use TextField as slot ([e8a0424](https://github.com/dexteel/mesf-core-frontend/commit/e8a0424db67cc2cd43adb054888adcb8c982e84b))
9
+
10
+ ## [4.22.5] - 2025-01-09
11
+
12
+
13
+
1
14
  # Changelog
2
15
 
3
16
  ## [4.22.5](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v4.22.4...@dexteel/mesf-core-v4.22.5) (2025-01-08)
package/dist/index.esm.js CHANGED
@@ -8109,15 +8109,16 @@ var ShiftDayNavigatorControl = function (props) {
8109
8109
  if (date) {
8110
8110
  getShiftDataFromAPI(date.toDate(), 0).then(function () { });
8111
8111
  }
8112
+ }, slots: {
8113
+ textField: TextField
8112
8114
  }, slotProps: {
8113
8115
  textField: {
8114
8116
  variant: "outlined",
8115
8117
  size: "small",
8116
8118
  inputProps: {
8117
8119
  style: {
8118
- fontSize: "small",
8119
- minWidth: "110px",
8120
- maxWidth: "110px"
8120
+ textAlign: "center",
8121
+ width: "110px"
8121
8122
  }
8122
8123
  }
8123
8124
  }