@mtes-mct/monitor-ui 24.11.2 → 24.11.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [24.11.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.11.1...v24.11.2) (2024-12-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **elements:** fix prefixed props ([76729c6](https://github.com/MTES-MCT/monitor-ui/commit/76729c63cbbad8f0742a1e207028361f752b7358))
7
+
8
+
9
+ ### Buid System & Dependencies
10
+
11
+ * **dev-deps:** bump the non-major-dev-dependencies group across 1 directory with 31 updates ([1731b69](https://github.com/MTES-MCT/monitor-ui/commit/1731b69eff6658b5df49d649dfe2764985989120))
12
+
1
13
  ## [24.11.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.11.0...v24.11.1) (2024-12-17)
2
14
 
3
15
 
package/index.js CHANGED
@@ -73965,7 +73965,7 @@ const Head$1 = styled.thead`
73965
73965
  top: 0;
73966
73966
  z-index: 1;
73967
73967
 
73968
- > th:first-child {
73968
+ > tr > th:first-child {
73969
73969
  border-left: 1px solid ${(p)=>p.theme.color.lightGray};
73970
73970
  }
73971
73971
  `;
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.11.2",
4
+ "version": "24.11.3",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {