@mtes-mct/monitor-ui 24.55.5 → 24.56.0
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.55.6](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.5...v24.55.6) (2026-07-08)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **components:** modify internal padding ([2ba134b](https://github.com/MTES-MCT/monitor-ui/commit/2ba134bf27379d6168171037432baf7c60354398))
|
|
6
|
+
|
|
7
|
+
## [24.55.5](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.4...v24.55.5) (2026-07-06)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **components:** do not upload if mode != mime type ([a335ecf](https://github.com/MTES-MCT/monitor-ui/commit/a335ecfc76bc7296cc791707b2f19706625de247))
|
|
12
|
+
|
|
1
13
|
## [24.55.4](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.3...v24.55.4) (2026-07-02)
|
|
2
14
|
|
|
3
15
|
### 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};`}
|
|
@@ -8185,7 +8185,7 @@ function nv({ accent: e = ae.PRIMARY, children: t, className: r, onDelete: n, ..
|
|
|
8185
8185
|
default:
|
|
8186
8186
|
return /* @__PURE__ */ v(Ns, { className: o, ...i, children: [
|
|
8187
8187
|
/* @__PURE__ */ s(za, { children: t }),
|
|
8188
|
-
/* @__PURE__ */ s(A4, { "aria-label": "Supprimer ce tag", onClick: a, children: /* @__PURE__ */ s(Mt, { size: 10 }) })
|
|
8188
|
+
/* @__PURE__ */ s(A4, { "aria-label": "Supprimer ce tag", onClick: a, type: "button", children: /* @__PURE__ */ s(Mt, { size: 10 }) })
|
|
8189
8189
|
] });
|
|
8190
8190
|
}
|
|
8191
8191
|
}
|
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.
|
|
4
|
+
"version": "24.56.0",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|