@mtes-mct/monitor-ui 24.55.5 → 24.55.6
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/stats.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [24.55.5](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.4...v24.55.5) (2026-07-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **components:** do not upload if mode != mime type ([a335ecf](https://github.com/MTES-MCT/monitor-ui/commit/a335ecfc76bc7296cc791707b2f19706625de247))
|
|
6
|
+
|
|
1
7
|
## [24.55.4](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.3...v24.55.4) (2026-07-02)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/index.js
CHANGED
|
@@ -7387,7 +7387,7 @@ const s4 = S.div`
|
|
|
7387
7387
|
border: 1px dashed ${R.color.charcoal};
|
|
7388
7388
|
display: flex;
|
|
7389
7389
|
flex-direction: column;
|
|
7390
|
-
padding: 16px
|
|
7390
|
+
padding: 16px 12px;
|
|
7391
7391
|
gap: 6px;
|
|
7392
7392
|
justify-content: center;
|
|
7393
7393
|
${({ $isDragging: e, theme: t }) => e && `background-color: ${t.color.blueYonder25}; border: 1px dashed ${t.color.blueGray};`}
|
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.55.
|
|
4
|
+
"version": "24.55.6",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|