@mtes-mct/monitor-ui 24.51.0 → 24.51.1

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,31 @@
1
+ ## [24.51.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.50.1...v24.51.0) (2026-05-26)
2
+
3
+ ### Features
4
+
5
+ * **components:** update Dialog component ([d2b6f83](https://github.com/MTES-MCT/monitor-ui/commit/d2b6f83a5f4d801d196d0659cd4d475f438c0d19))
6
+
7
+ ### Bug Fixes
8
+
9
+ * **components:** can add children in title ([5d18af6](https://github.com/MTES-MCT/monitor-ui/commit/5d18af63d27560c6d12fed3044a0c1a39e75c191))
10
+ * **components:** update Dialog.Title to consider title as children ([bade645](https://github.com/MTES-MCT/monitor-ui/commit/bade645291421839c9383da904468c2b019c189d))
11
+ * **libs:** disabled dependabot auto-rebase ([986a64a](https://github.com/MTES-MCT/monitor-ui/commit/986a64a9b1faa7e5b2d1454769f0552e0b839abb))
12
+
13
+ ### Buid System & Dependencies
14
+
15
+ * **deps:** bump the non-major-dependencies group across 1 directory with 2 updates ([62754e6](https://github.com/MTES-MCT/monitor-ui/commit/62754e62b89fd7738196726f8314da1869371248))
16
+ * **deps:** fix errors ([39f5e1a](https://github.com/MTES-MCT/monitor-ui/commit/39f5e1a554110bdf8c3272aafb7615f4f4d7ad1f))
17
+ * **deps:** update dependabot config ([babb4c5](https://github.com/MTES-MCT/monitor-ui/commit/babb4c5509e8f204f1a4b7963ff0fbb4dafcf652))
18
+ * **deps:** updates github actions versions ([175c380](https://github.com/MTES-MCT/monitor-ui/commit/175c380ad8b2de2df964c80f2d863bea4ffc5f3f))
19
+ * **deps:** updates lodash-es, vite and post css dependencies ([7573470](https://github.com/MTES-MCT/monitor-ui/commit/75734701246fbe1d11972d3dd416f24dd942ff0e))
20
+ * **dev-deps:** bump eslint-plugin-mocha from 10.5.0 to 11.2.0 ([6048a56](https://github.com/MTES-MCT/monitor-ui/commit/6048a56bc3b78a00d79fc134c6e95b7cc3879501))
21
+ * **dev-deps:** bump glob from 11.0.3 to 12.0.0 ([4010918](https://github.com/MTES-MCT/monitor-ui/commit/40109188edd16b7393eeb1635307f51e6a6fb5d2))
22
+ * **dev-deps:** bump glob from 12.0.0 to 13.0.6 ([35712f9](https://github.com/MTES-MCT/monitor-ui/commit/35712f9449d9db2b1a44338b93f9168b473fdecf))
23
+ * **dev-deps:** bump storybook from 9.1.5 to 9.1.19 ([404ad2d](https://github.com/MTES-MCT/monitor-ui/commit/404ad2d5a0be06c97cf5e7b8addd99f1b480a70c))
24
+ * **dev-deps:** bump the non-major-dependencies group ([4be95d9](https://github.com/MTES-MCT/monitor-ui/commit/4be95d90f38cbf9e335d04155abb901c1f80dd0a))
25
+ * **dev-deps:** bump the non-major-dev-dependencies group ([d2be6a0](https://github.com/MTES-MCT/monitor-ui/commit/d2be6a0bdc53881a3b7d5308c2f348a1c2cb1b56))
26
+ * **dev-deps:** bump the non-major-dev-dependencies group with 38 updates ([6a7bb27](https://github.com/MTES-MCT/monitor-ui/commit/6a7bb277f4246d6864ab805f0b2e63f54af596b9))
27
+ * **dev-deps:** bump vite-tsconfig-paths in /e2e/release/sample ([993c7d1](https://github.com/MTES-MCT/monitor-ui/commit/993c7d195c4038edf234599d83556832583abb04))
28
+
1
29
  ## [24.50.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.50.0...v24.50.1) (2026-05-21)
2
30
 
3
31
  ### Bug Fixes
@@ -1 +1 @@
1
- {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Body.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;aACN,MAAM;;aAAN,MAAM;oBAahB,CAAA"}
1
+ {"version":3,"file":"Body.d.ts","sourceRoot":"","sources":["../../../src/components/Dialog/Body.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;aACN,MAAM;;aAAN,MAAM;oBAchB,CAAA"}
package/index.js CHANGED
@@ -1754,6 +1754,7 @@ const le = /* @__PURE__ */ nt(b2), E2 = T.div`
1754
1754
  `, C2 = T.div`
1755
1755
  background-color: ${(e) => e.theme.color.white};
1756
1756
  display: flex;
1757
+ font-size: 16px;
1757
1758
  flex-direction: column;
1758
1759
  max-height: 250px;
1759
1760
  overflow-y: auto;
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.51.0",
4
+ "version": "24.51.1",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {