@mtes-mct/monitor-ui 10.9.1 → 10.9.2
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 +7 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [10.9.1](https://github.com/MTES-MCT/monitor-ui/compare/v10.9.0...v10.9.1) (2023-10-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **field:** fix Select when disabled ([a352ecd](https://github.com/MTES-MCT/monitor-ui/commit/a352ecd0081bbf174620379b1b1302f09a50330d))
|
|
7
|
+
|
|
1
8
|
## [10.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v10.8.0...v10.9.0) (2023-10-26)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -290,7 +290,7 @@ const OnlyFontGlobalStyle = createGlobalStyle`
|
|
|
290
290
|
// Notification Colors
|
|
291
291
|
mediumSeaGreen: '#29B361',
|
|
292
292
|
goldenPoppy: '#FAC11A',
|
|
293
|
-
goldenPoppy25: '#
|
|
293
|
+
goldenPoppy25: '#FDF3C3',
|
|
294
294
|
/** CONTEXTUAL COLORS */ // Mission status
|
|
295
295
|
yellowGreen: '#8CC800',
|
|
296
296
|
// Risk Factor
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtes-mct/monitor-ui",
|
|
3
3
|
"description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
|
|
4
|
-
"version": "10.9.
|
|
4
|
+
"version": "10.9.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|