@mtes-mct/monitor-ui 7.4.0 → 7.4.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
+ # [7.4.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.3.1...v7.4.0) (2023-06-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * **icons:** add PinFilled icon ([dfef008](https://github.com/MTES-MCT/monitor-ui/commit/dfef008403136f2bc3dfeab66a1ea42aa9b8ff70))
7
+
1
8
  ## [7.3.1](https://github.com/MTES-MCT/monitor-ui/compare/v7.3.0...v7.3.1) (2023-06-13)
2
9
 
3
10
 
package/index.js CHANGED
@@ -264,6 +264,8 @@ const THEME = {
264
264
  goldenPoppy: '#FAC11A',
265
265
  maximumRed: '#E1000F',
266
266
  /** CONTEXTUAL COLORS */
267
+ // Mission status
268
+ yellowGreen: '#8CC800',
267
269
  // Risk Factor
268
270
  cadetGray: '#8E9A9F',
269
271
  grullo: '#B89B8C',