@mtes-mct/monitor-ui 24.55.6 → 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 CHANGED
@@ -1,3 +1,9 @@
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
+
1
7
  ## [24.55.5](https://github.com/MTES-MCT/monitor-ui/compare/v24.55.4...v24.55.5) (2026-07-06)
2
8
 
3
9
  ### Bug Fixes
package/index.js CHANGED
@@ -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.55.6",
4
+ "version": "24.56.0",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {