@mtes-mct/monitor-ui 9.0.0 → 9.0.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,18 @@
1
+ # [9.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.8.0...v9.0.0) (2023-08-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **utils:** fix getCoordinates rounding ([622d9fc](https://github.com/MTES-MCT/monitor-ui/commit/622d9fc887b663a92a30b74bd8a64bfb56acf40d))
7
+
8
+
9
+ * feat(utils)!: add prop to getOptionsFromLabelledEnum function for sorted or not the options ([4ff53fe](https://github.com/MTES-MCT/monitor-ui/commit/4ff53fe398f3ac2d24a858f2f4c305d7880a22d0))
10
+
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ * - add mustSort prop with default value to false for sorted or not the options
15
+
1
16
  # [8.8.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.7.0...v8.8.0) (2023-08-22)
2
17
 
3
18
 
package/index.js CHANGED
@@ -2351,6 +2351,8 @@ const SecondaryDropdownItem = styled(Dropdown$1.Item) `
2351
2351
  background-color: ${p => p.theme.color.cultured};
2352
2352
  border: 1px solid ${p => p.theme.color.lightGray};
2353
2353
  padding: 4px;
2354
+ width: 30px;
2355
+ height: 30px;
2354
2356
  :hover {
2355
2357
  background-color: ${p => p.theme.color.cultured};
2356
2358
  border: 1px solid ${p => p.theme.color.lightGray};