@mtes-mct/monitor-ui 24.52.1 → 24.52.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [24.52.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.52.0...v24.52.1) (2026-06-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **components:** fix Dialog width ([1c98223](https://github.com/MTES-MCT/monitor-ui/commit/1c982234a8bbd85b3fe82b83cf351c6fc122b456))
6
+
1
7
  ## [24.52.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.51.1...v24.52.0) (2026-06-01)
2
8
 
3
9
  ### Features
package/index.js CHANGED
@@ -1756,7 +1756,7 @@ const le = /* @__PURE__ */ nt(b2), E2 = T.div`
1756
1756
  display: flex;
1757
1757
  font-size: 16px;
1758
1758
  flex-direction: column;
1759
- max-height: 280px;
1759
+ max-height: 60vh;
1760
1760
  overflow-y: auto;
1761
1761
  padding: 24px 24px 0px 24px;
1762
1762
 
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.52.1",
4
+ "version": "24.52.2",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {