@mtes-mct/monitor-ui 24.18.1 → 24.18.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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [24.18.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.18.0...v24.18.1) (2025-05-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **components:** add min-height to rsuite combobox ([38d72f6](https://github.com/MTES-MCT/monitor-ui/commit/38d72f6a7294d7f6fef8449573a4ff4eadd3eadb))
|
|
6
|
+
|
|
1
7
|
## [24.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.1...v24.18.0) (2025-05-06)
|
|
2
8
|
|
|
3
9
|
### 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};
|
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.18.
|
|
4
|
+
"version": "24.18.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|