@mtes-mct/monitor-ui 2.5.0 → 2.5.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,10 @@
1
+ # [2.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v2.4.1...v2.5.0) (2023-01-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * add OnlyFontGlobalStyle for legacy integration ([16fb494](https://github.com/MTES-MCT/monitor-ui/commit/16fb4941ed0a6420f56ed85333bd2231317b9972))
7
+
1
8
  ## [2.4.1](https://github.com/MTES-MCT/monitor-ui/compare/v2.4.0...v2.4.1) (2023-01-04)
2
9
 
3
10
 
package/index.js CHANGED
@@ -4073,6 +4073,7 @@ const Box$1 = styled.div `
4073
4073
  box-shadow: inset 0px 0px 0px 1px ${p => p.theme.color.lightGray};
4074
4074
  border-radius: 0;
4075
4075
  margin-top: 2px;
4076
+ width: 495px;
4076
4077
 
4077
4078
  .rs-picker-daterange-header,
4078
4079
  .rs-calendar-header-time-toolbar,