@mtes-mct/monitor-ui 24.6.0 → 24.7.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 +13 -0
- package/assets/fonts/Marianne-Bold.woff2 +0 -0
- package/assets/fonts/Marianne-Bold_Italic.woff2 +0 -0
- package/assets/fonts/Marianne-Light.woff2 +0 -0
- package/assets/fonts/Marianne-Light_Italic.woff2 +0 -0
- package/assets/fonts/Marianne-Medium.woff2 +0 -0
- package/assets/fonts/Marianne-Medium_Italic.woff2 +0 -0
- package/assets/fonts/Marianne-Regular.woff2 +0 -0
- package/assets/fonts/Marianne-Regular_Italic.woff2 +0 -0
- package/assets/fonts/OpenSans-Regular.woff2 +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [24.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.5.0...v24.6.0) (2024-11-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **cypress:** add button role support to clickButton() ([d31f471](https://github.com/MTES-MCT/monitor-ui/commit/d31f471c4022b9284332db23a963e20558c06c1b))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Buid System & Dependencies
|
|
10
|
+
|
|
11
|
+
* **deps:** bump tslib in the non-major-dependencies group ([b8e259e](https://github.com/MTES-MCT/monitor-ui/commit/b8e259e20c6940ffad4697fd6550986f72316ec5))
|
|
12
|
+
* **dev-deps:** bump the non-major-dev-dependencies group across 1 directory with 15 updates ([9bf4411](https://github.com/MTES-MCT/monitor-ui/commit/9bf44110281b34250d8a17314e149370834781cd))
|
|
13
|
+
|
|
1
14
|
## [24.5.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.4.0...v24.5.0) (2024-11-04)
|
|
2
15
|
|
|
3
16
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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": "24.
|
|
4
|
+
"version": "24.7.0",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|