@mtes-mct/monitor-ui 24.18.2 → 24.19.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 +13 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [24.18.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.18.1...v24.18.2) (2025-05-27)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **components:** set option label value width to 100% ([b0a2f36](https://github.com/MTES-MCT/monitor-ui/commit/b0a2f36bff3ec82b3291a2f6221dc845ca5c46b7))
|
|
6
|
+
|
|
7
|
+
### Buid System & Dependencies
|
|
8
|
+
|
|
9
|
+
* **dev-deps:** bump @tsconfig/vite-react in /e2e/release/sample ([16a80b4](https://github.com/MTES-MCT/monitor-ui/commit/16a80b4e057ee6ced04197bafeea6d6ca6e70ebc))
|
|
10
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([94ff1ef](https://github.com/MTES-MCT/monitor-ui/commit/94ff1efaa6de766f1df857d4b37e708caeaadea5))
|
|
11
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([da28697](https://github.com/MTES-MCT/monitor-ui/commit/da286978952e1ace52ca84a3d6781fcf3c285ac1))
|
|
12
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([bfae7c2](https://github.com/MTES-MCT/monitor-ui/commit/bfae7c2ddfb142672b306693ca3799f96f8fdf80))
|
|
13
|
+
|
|
1
14
|
## [24.18.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.18.0...v24.18.1) (2025-05-06)
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
package/index.js
CHANGED
|
@@ -71754,7 +71754,7 @@ const Dot = styled.span`
|
|
|
71754
71754
|
["NO_RESOURCE"]: 'Aucun moyen',
|
|
71755
71755
|
["OTHER"]: 'Autre',
|
|
71756
71756
|
["PATROL_BOAT"]: 'Patrouilleur',
|
|
71757
|
-
["PEDESTRIAN"]: '
|
|
71757
|
+
["PEDESTRIAN"]: 'Pédestre',
|
|
71758
71758
|
["PIROGUE"]: 'Pirogue',
|
|
71759
71759
|
["RIGID_HULL"]: 'Coque rigide',
|
|
71760
71760
|
["SEA_SCOOTER"]: 'Scooter de mer',
|
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.
|
|
4
|
+
"version": "24.19.0",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|