@mtes-mct/monitor-ui 24.18.1 → 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 +19 -0
- package/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
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
|
+
|
|
14
|
+
## [24.18.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.18.0...v24.18.1) (2025-05-06)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **components:** add min-height to rsuite combobox ([38d72f6](https://github.com/MTES-MCT/monitor-ui/commit/38d72f6a7294d7f6fef8449573a4ff4eadd3eadb))
|
|
19
|
+
|
|
1
20
|
## [24.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.1...v24.18.0) (2025-05-06)
|
|
2
21
|
|
|
3
22
|
### Features
|
package/index.js
CHANGED
|
@@ -56513,7 +56513,7 @@ const SelectedOptionContainer = styled.div`
|
|
|
56513
56513
|
display: flex;
|
|
56514
56514
|
gap: 1px;
|
|
56515
56515
|
padding-top: 1px;
|
|
56516
|
-
max-width:
|
|
56516
|
+
max-width: 100%;
|
|
56517
56517
|
`;
|
|
56518
56518
|
const SelectedOptionLabel = styled.span`
|
|
56519
56519
|
background-color: ${(p)=>p.$isLight ? p.theme.color.gainsboro : p.theme.color.white};
|
|
@@ -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": {
|