@mtes-mct/monitor-ui 10.3.0 → 10.3.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
+ ## [10.3.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.2.1...v10.3.0) (2023-10-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **theme:** add goldenPoppy25 ([ecc4220](https://github.com/MTES-MCT/monitor-ui/commit/ecc4220a383ddb9fd33372a7df16c625ae04f88e))
7
+
1
8
  ## [10.2.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.2.0...v10.2.1) (2023-10-03)
2
9
 
3
10
 
package/index.js CHANGED
@@ -260,7 +260,7 @@ const THEME = {
260
260
  // Notification Colors
261
261
  mediumSeaGreen: '#29B361',
262
262
  goldenPoppy: '#FAC11A',
263
- goldenPoppy25: '#FAC11A',
263
+ goldenPoppy25: '#FAC11A40',
264
264
  /** CONTEXTUAL COLORS */
265
265
  // Mission status
266
266
  yellowGreen: '#8CC800',