@mtes-mct/monitor-ui 7.2.0 → 7.2.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,16 @@
1
+ # [7.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.1.0...v7.2.0) (2023-06-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **build:** remove lodash & ol from peer deps ([9377efa](https://github.com/MTES-MCT/monitor-ui/commit/9377efa5a668d32206c0bb74f095af2cf6ce53f0))
7
+
8
+
9
+ ### Features
10
+
11
+ * **components:** add Notfier ([bc641e7](https://github.com/MTES-MCT/monitor-ui/commit/bc641e7cdf6e5f78028351821c943255075403bd))
12
+ * **utils:** add logSoftError() ([a867557](https://github.com/MTES-MCT/monitor-ui/commit/a867557a72cc81135ff07236d5e9fe2b94746e13))
13
+
1
14
  # [7.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.0.0...v7.1.0) (2023-05-30)
2
15
 
3
16
 
package/index.js CHANGED
@@ -3316,7 +3316,7 @@ const FieldError = styled.p.attrs(props => ({
3316
3316
  color: ${p => p.theme.color.maximumRed};
3317
3317
  display: ${p => (p.isDisabled ? 'none' : 'block')};
3318
3318
  font-size: 13px;
3319
- font-weight: 700;
3319
+ font-style: italic;
3320
3320
  line-height: 1.3846;
3321
3321
  margin: 4px 0 0 0;
3322
3322
  `;