@mtes-mct/monitor-ui 24.52.1 → 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 +12 -0
- package/index.js +2 -2
- package/package.json +1 -1
- package/stats.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
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
|
+
|
|
7
|
+
## [24.52.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.52.0...v24.52.1) (2026-06-02)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **components:** fix Dialog width ([1c98223](https://github.com/MTES-MCT/monitor-ui/commit/1c982234a8bbd85b3fe82b83cf351c6fc122b456))
|
|
12
|
+
|
|
1
13
|
## [24.52.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.51.1...v24.52.0) (2026-06-01)
|
|
2
14
|
|
|
3
15
|
### 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:
|
|
1759
|
+
max-height: 60vh;
|
|
1760
1760
|
overflow-y: auto;
|
|
1761
1761
|
padding: 24px 24px 0px 24px;
|
|
1762
1762
|
|
|
@@ -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.
|
|
4
|
+
"version": "24.52.3",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|