@mtes-mct/monitor-ui 2.4.0 → 2.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # [2.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.2...v2.4.0) (2022-12-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** externalize Rsuite localization ([10a581d](https://github.com/MTES-MCT/monitor-ui/commit/10a581d2947c6d2a80234b0d43d203b808d5933e))
7
+ * **fields:** focus next date part input when already filled in DatePicker & DateRangePicker ([38219de](https://github.com/MTES-MCT/monitor-ui/commit/38219de79c0cd4d6aefce125452c662428419765))
8
+ * **fields:** improve DatePicker UX & UI ([a57f977](https://github.com/MTES-MCT/monitor-ui/commit/a57f977fcf9fa999e80b6ba7e256766b35cd10c4))
9
+ * **fields:** normalize calendar header title in DatePicker & DateRangePicker ([611f811](https://github.com/MTES-MCT/monitor-ui/commit/611f8118f8f596b2c8972a06928d6bbc98d2062c))
10
+ * **fields:** normalize colors between states in DatePicker & DateRangePicker ([9cebad3](https://github.com/MTES-MCT/monitor-ui/commit/9cebad36c053202f12fee0f0c2c78809c272b7ee))
11
+ * **fields:** normalize sizes in DatePicker & DateRangePicker ([b76c78e](https://github.com/MTES-MCT/monitor-ui/commit/b76c78e515c58ed421e5ca8cb5e6b5b7ac391092))
12
+ * **fields:** remove dependency cycle in DateRangePicker ([226941a](https://github.com/MTES-MCT/monitor-ui/commit/226941a8299f2f8a7918f5546e65868705cc0528))
13
+
14
+
15
+ ### Features
16
+
17
+ * **icons:** add Target and Vms ([#154](https://github.com/MTES-MCT/monitor-ui/issues/154)) ([af70cfc](https://github.com/MTES-MCT/monitor-ui/commit/af70cfc85d56f9c7be689e305470b1a6ef4c1e86))
18
+
1
19
  ## [2.3.2](https://github.com/MTES-MCT/monitor-ui/compare/v2.3.1...v2.3.2) (2022-12-19)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@mtes-mct/monitor-ui",
3
3
  "description": "Common React UI components and styles for Monitorfish and Monitorenv.",
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "license": "AGPL-3.0",
6
6
  "engines": {
7
- "node": "18",
8
- "npm": "8"
7
+ "node": ">=18"
9
8
  },
10
9
  "dependencies": {
11
10
  "@babel/runtime": "7.20.6",