@mtes-mct/monitor-ui 24.21.1 → 24.21.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.
- package/CHANGELOG.md +6 -0
- package/index.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [24.21.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.21.0...v24.21.1) (2025-06-10)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **icons:** delete background ([4a771d3](https://github.com/MTES-MCT/monitor-ui/commit/4a771d331471ff98ab4456cbe897bf0a501216d5))
|
|
6
|
+
|
|
1
7
|
## [24.21.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.20.0...v24.21.0) (2025-06-10)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/index.js
CHANGED
|
@@ -20705,19 +20705,19 @@ function PointsCloud({ color, size, title, ...nativeProps }) {
|
|
|
20705
20705
|
children: [
|
|
20706
20706
|
/*#__PURE__*/ jsx("path", {
|
|
20707
20707
|
d: "M8 7.5C8 8.88071 6.88071 10 5.5 10C4.11929 10 3 8.88071 3 7.5C3 6.11929 4.11929 5 5.5 5C6.88071 5 8 6.11929 8 7.5Z",
|
|
20708
|
-
fill: "
|
|
20708
|
+
fill: "currentColor"
|
|
20709
20709
|
}),
|
|
20710
20710
|
/*#__PURE__*/ jsx("path", {
|
|
20711
20711
|
d: "M12 4.5C12 5.32843 11.3284 6 10.5 6C9.67157 6 9 5.32843 9 4.5C9 3.67157 9.67157 3 10.5 3C11.3284 3 12 3.67157 12 4.5Z",
|
|
20712
|
-
fill: "
|
|
20712
|
+
fill: "currentColor"
|
|
20713
20713
|
}),
|
|
20714
20714
|
/*#__PURE__*/ jsx("path", {
|
|
20715
20715
|
d: "M9 15C9 16.1046 8.10457 17 7 17C5.89543 17 5 16.1046 5 15C5 13.8954 5.89543 13 7 13C8.10457 13 9 13.8954 9 15Z",
|
|
20716
|
-
fill: "
|
|
20716
|
+
fill: "currentColor"
|
|
20717
20717
|
}),
|
|
20718
20718
|
/*#__PURE__*/ jsx("path", {
|
|
20719
20719
|
d: "M17 11.5C17 13.433 15.433 15 13.5 15C11.567 15 10 13.433 10 11.5C10 9.567 11.567 8 13.5 8C15.433 8 17 9.567 17 11.5Z",
|
|
20720
|
-
fill: "
|
|
20720
|
+
fill: "currentColor"
|
|
20721
20721
|
})
|
|
20722
20722
|
]
|
|
20723
20723
|
})
|
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.21.
|
|
4
|
+
"version": "24.21.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|