@mtes-mct/monitor-ui 10.2.1 → 10.3.0

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,11 @@
1
+ ## [10.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.2.0...v10.2.1) (2023-10-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **elements:** add backgroundColor prop and fix icon size in Tag component ([f58b3f4](https://github.com/MTES-MCT/monitor-ui/commit/f58b3f42746286b9a27b04018101e4cd2f2263f6))
7
+ * **elements:** add borderColor prop in Tag component ([1d54f61](https://github.com/MTES-MCT/monitor-ui/commit/1d54f61d80f2fc1224bcd69fe0e775dda33fbc06))
8
+
1
9
  ## [10.2.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.1.1...v10.2.0) (2023-10-02)
2
10
 
3
11
 
package/index.js CHANGED
@@ -260,6 +260,7 @@ const THEME = {
260
260
  // Notification Colors
261
261
  mediumSeaGreen: '#29B361',
262
262
  goldenPoppy: '#FAC11A',
263
+ goldenPoppy25: '#FAC11A',
263
264
  /** CONTEXTUAL COLORS */
264
265
  // Mission status
265
266
  yellowGreen: '#8CC800',