@mtes-mct/monitor-ui 24.48.0 → 24.49.0

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,30 @@
1
+ ## [24.48.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.48.0...v24.48.1) (2026-04-27)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **entities:** fix drone label ([2c0a152](https://github.com/MTES-MCT/monitor-ui/commit/2c0a1528107def29e795bb7fcc8448e92de949b5))
6
+
7
+ ## [24.48.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.47.0...v24.48.0) (2026-04-10)
8
+
9
+ ### Features
10
+
11
+ * **icons:** add secondary and tertiary color to handle icons colors ([6ac0078](https://github.com/MTES-MCT/monitor-ui/commit/6ac007805b99387aa09696043279607afaf529c4))
12
+
1
13
  ## [24.47.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.46.0...v24.47.0) (2026-04-09)
2
14
 
3
15
  ### Features
4
16
 
5
- * **icons:** add Load icon ([57f388a](https://github.com/MTES-MCT/monitor-ui/commit/57f388a1d0bbe7f3815946f907d0e85c49d9c558))
17
+ * **fields:** refactor MultiSelect.tsx ([428a22f](https://github.com/MTES-MCT/monitor-ui/commit/428a22f9a47a18467463541e186927717640878f))
6
18
 
7
19
  ### Bug Fixes
8
20
 
9
- * **fields:** fix time input displaying on top when isCalendarTop is set ([986360c](https://github.com/MTES-MCT/monitor-ui/commit/986360c88730ba36a3e3d78d35d4bf44aeaf0fee))
21
+ * **fields:** fix time input displaying on top when isCalendarTop is set ([986360c](https://github.com/MTES-MCT/monitor-ui/commit/986360c88730ba36a3e3d78d35d4bf44aeaf0fee))
10
22
 
11
23
  ### Code Refactoring
12
24
 
13
- * **fields:** remove optional to isTop inner prop ([dec24a7](https://github.com/MTES-MCT/monitor-ui/commit/dec24a7dc26fe879c3bac978f1fbff713ec17bb2))
25
+ * **fields:** remove optional to isTop inner prop ([dec24a7](https://github.com/MTES-MCT/monitor-ui/releases#:~:text=isTop%20inner%20prop%20(-,dec24a7,-)))
14
26
 
15
- ## [24.46.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.45.1...v24.46.0) (2026-03-18)
27
+ ## [24.46.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.45.0...v24.46.0) (2026-03-18)
16
28
 
17
29
  ### Features
18
30
 
@@ -28,6 +40,18 @@
28
40
 
29
41
  * **fields:** fix missing force in fill clear ([ccd237c](https://github.com/MTES-MCT/monitor-ui/commit/ccd237c1c6f7b63e13f9b69edc577101f28e7458))
30
42
 
43
+ ## [24.45.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.44.0...v24.45.0) (2026-03-12)
44
+
45
+ ### Features
46
+
47
+ * **fields:** refactor MultiSelect.tsx ([428a22f](https://github.com/MTES-MCT/monitor-ui/commit/428a22f9a47a18467463541e186927717640878f)
48
+ )
49
+ ## [24.44.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.43.0...v24.44.0) (2026-03-10)
50
+
51
+ ### Features
52
+
53
+ * **fields:** datePicker allow disable dates ([c675f12](https://github.com/MTES-MCT/monitor-ui/commit/c675f1281469cfff7e1687158cbac775fca94129))
54
+
31
55
  ## [24.43.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.42.3...v24.43.0) (2026-03-09)
32
56
 
33
57
  ### Features
@@ -84,6 +108,19 @@
84
108
 
85
109
  * **global:** add new regulatory colors ([c3f5ca4](https://github.com/MTES-MCT/monitor-ui/commit/c3f5ca48b83c04694cf77a81cd7e25fac0cb0481))
86
110
 
111
+
112
+ ## [24.38.4](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.3...v24.38.4) (2025-12-19)
113
+
114
+ ### Bug Fixes
115
+
116
+ * **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))
117
+
118
+ ## [24.38.3](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.2...v24.38.3) (2025-12-18)
119
+
120
+ ### Bug Fixes
121
+
122
+ * **fields:** fix check tree picker options refresh ([8b7cf7c](https://github.com/MTES-MCT/monitor-ui/commit/8b7cf7ca2519171a80d33f24e97b593b5a2c0fed))
123
+
87
124
  ## [24.38.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.38.1...v24.38.2) (2025-12-15)
88
125
 
89
126
  ### Bug Fixes