@mtes-mct/monitor-ui 5.2.1 → 5.2.2
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 +7 -0
- package/index.js +2 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v5.2.0...v5.2.1) (2023-04-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **cypress:** include registerMonitorUiCustomCommands() typings in module ([81373dc](https://github.com/MTES-MCT/monitor-ui/commit/81373dca3f7b3a62770cb858ae601e984834f4c0))
|
|
7
|
+
|
|
1
8
|
# [5.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v5.1.1...v5.2.0) (2023-04-11)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -22676,6 +22676,8 @@ const Box$4 = styled.div `
|
|
|
22676
22676
|
}
|
|
22677
22677
|
|
|
22678
22678
|
> .rs-picker-menu {
|
|
22679
|
+
max-width: 100%;
|
|
22680
|
+
|
|
22679
22681
|
> .rs-picker-check-menu {
|
|
22680
22682
|
margin: 0;
|
|
22681
22683
|
|