@mtes-mct/monitor-ui 24.52.2 → 24.52.3

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.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.52.1...v24.52.2) (2026-06-08)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **components:** fix Dialog max-height ([5b34004](https://github.com/MTES-MCT/monitor-ui/commit/5b340043859cdd194f36ae3334f33e37a0cc7f0b))
6
+
1
7
  ## [24.52.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.52.0...v24.52.1) (2026-06-02)
2
8
 
3
9
  ### Bug Fixes
package/index.js CHANGED
@@ -4141,7 +4141,7 @@ const oi = T.div`
4141
4141
  function Fg({ children: e, onClose: t }) {
4142
4142
  return /* @__PURE__ */ v(Tg, { $withTitle: !!e, children: [
4143
4143
  typeof e == "string" ? /* @__PURE__ */ s("h4", { children: e }) : e,
4144
- t && /* @__PURE__ */ s(kt, { Icon: Gt, onClick: t })
4144
+ t && /* @__PURE__ */ s(kt, { Icon: Gt, onClick: t, title: "Fermer" })
4145
4145
  ] });
4146
4146
  }
4147
4147
  const Tg = T.div`
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.2",
4
+ "version": "24.52.3",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {