@mtes-mct/monitor-ui 24.48.0 → 24.48.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.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,24 @@
1
+ ## [24.48.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.47.0...v24.48.0) (2026-04-10)
2
+
3
+ ### Features
4
+
5
+ * **icons:** add secondary and tertiary color to handle icons colors ([6ac0078](https://github.com/MTES-MCT/monitor-ui/commit/6ac007805b99387aa09696043279607afaf529c4))
6
+
1
7
  ## [24.47.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.46.0...v24.47.0) (2026-04-09)
2
8
 
3
9
  ### Features
4
10
 
5
- * **icons:** add Load icon ([57f388a](https://github.com/MTES-MCT/monitor-ui/commit/57f388a1d0bbe7f3815946f907d0e85c49d9c558))
11
+ * **fields:** refactor MultiSelect.tsx ([428a22f](https://github.com/MTES-MCT/monitor-ui/commit/428a22f9a47a18467463541e186927717640878f))
6
12
 
7
13
  ### Bug Fixes
8
14
 
9
- * **fields:** fix time input displaying on top when isCalendarTop is set ([986360c](https://github.com/MTES-MCT/monitor-ui/commit/986360c88730ba36a3e3d78d35d4bf44aeaf0fee))
15
+ * **fields:** fix time input displaying on top when isCalendarTop is set ([986360c](https://github.com/MTES-MCT/monitor-ui/commit/986360c88730ba36a3e3d78d35d4bf44aeaf0fee))
10
16
 
11
17
  ### Code Refactoring
12
18
 
13
- * **fields:** remove optional to isTop inner prop ([dec24a7](https://github.com/MTES-MCT/monitor-ui/commit/dec24a7dc26fe879c3bac978f1fbff713ec17bb2))
19
+ * **fields:** remove optional to isTop inner prop ([dec24a7](https://github.com/MTES-MCT/monitor-ui/releases#:~:text=isTop%20inner%20prop%20(-,dec24a7,-)))
14
20
 
15
- ## [24.46.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.45.1...v24.46.0) (2026-03-18)
21
+ ## [24.46.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.45.0...v24.46.0) (2026-03-18)
16
22
 
17
23
  ### Features
18
24
 
@@ -28,6 +34,18 @@
28
34
 
29
35
  * **fields:** fix missing force in fill clear ([ccd237c](https://github.com/MTES-MCT/monitor-ui/commit/ccd237c1c6f7b63e13f9b69edc577101f28e7458))
30
36
 
37
+ ## [24.45.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.44.0...v24.45.0) (2026-03-12)
38
+
39
+ ### Features
40
+
41
+ * **fields:** refactor MultiSelect.tsx ([428a22f](https://github.com/MTES-MCT/monitor-ui/commit/428a22f9a47a18467463541e186927717640878f)
42
+ )
43
+ ## [24.44.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.43.0...v24.44.0) (2026-03-10)
44
+
45
+ ### Features
46
+
47
+ * **fields:** datePicker allow disable dates ([c675f12](https://github.com/MTES-MCT/monitor-ui/commit/c675f1281469cfff7e1687158cbac775fca94129))
48
+
31
49
  ## [24.43.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.42.3...v24.43.0) (2026-03-09)
32
50
 
33
51
  ### Features
@@ -84,6 +102,19 @@
84
102
 
85
103
  * **global:** add new regulatory colors ([c3f5ca4](https://github.com/MTES-MCT/monitor-ui/commit/c3f5ca48b83c04694cf77a81cd7e25fac0cb0481))
86
104
 
105
+
106
+ ## [24.38.4](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.3...v24.38.4) (2025-12-19)
107
+
108
+ ### Bug Fixes
109
+
110
+ * **fields:** fix selection of value when leaf has only one parent in check tree picker ([0abfc9c](https://github.com/MTES-MCT/monitor-ui/commit/0abfc9cce97534a0b8318450bd3d7a3ba986928f))
111
+
112
+ ## [24.38.3](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.2...v24.38.3) (2025-12-18)
113
+
114
+ ### Bug Fixes
115
+
116
+ * **fields:** fix check tree picker options refresh ([8b7cf7c](https://github.com/MTES-MCT/monitor-ui/commit/8b7cf7ca2519171a80d33f24e97b593b5a2c0fed))
117
+
87
118
  ## [24.38.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.1...v24.38.2) (2025-12-15)
88
119
 
89
120
  ### Bug Fixes
package/index.js CHANGED
@@ -19273,7 +19273,7 @@ var fe;
19273
19273
  AIRPLANE: "Avion",
19274
19274
  BARGE: "Barge",
19275
19275
  CAR: "Voiture",
19276
- DRONE: "Drône",
19276
+ DRONE: "Drone",
19277
19277
  EQUESTRIAN: "Équestre",
19278
19278
  FAST_BOAT: "Vedette",
19279
19279
  FRIGATE: "Frégate",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mtes-mct/monitor-ui",
3
3
  "description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
4
- "version": "24.48.0",
4
+ "version": "24.48.1",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {