@mtes-mct/monitor-ui 24.33.0 → 24.34.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 +16 -0
- package/README.md +3 -3
- package/cypress/index.js +528 -1138
- package/fields/DatePicker/index.d.ts +1 -1
- package/fields/DatePicker/index.d.ts.map +1 -1
- package/fields/DateRangePicker/index.d.ts +1 -1
- package/fields/DateRangePicker/index.d.ts.map +1 -1
- package/formiks/FormikDatePicker.d.ts +1 -0
- package/formiks/FormikDatePicker.d.ts.map +1 -1
- package/formiks/FormikDateRangePicker.d.ts +1 -0
- package/formiks/FormikDateRangePicker.d.ts.map +1 -1
- package/icons/Settings.d.ts +3 -0
- package/icons/Settings.d.ts.map +1 -0
- package/icons/index.d.ts +2 -1
- package/icons/index.d.ts.map +1 -1
- package/index.js +15852 -30768
- package/package.json +3 -3
- package/stats.html +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [24.33.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.32.1...v24.33.0) (2025-09-16)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **components:** add Tooltip ([8d75f6d](https://github.com/MTES-MCT/monitor-ui/commit/8d75f6d7b3e30091b8c086987300e574cfd3c216))
|
|
6
|
+
* **components:** add Tooltip orientation ([67e3b62](https://github.com/MTES-MCT/monitor-ui/commit/67e3b626ef41163bb228364859ba0f4f585f12b0))
|
|
7
|
+
* **global:** reduce amount of fonts to reduce bundle size ([92a3bf8](https://github.com/MTES-MCT/monitor-ui/commit/92a3bf8c82419de76d70c82b99ba0acc21353c10))
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **libs:** update lodash imports ([45bbba4](https://github.com/MTES-MCT/monitor-ui/commit/45bbba45a3af2a43eefba85b0ec17e35d5508eed))
|
|
12
|
+
|
|
13
|
+
### Buid System & Dependencies
|
|
14
|
+
|
|
15
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([162f01d](https://github.com/MTES-MCT/monitor-ui/commit/162f01dd3e725bc8a547677db9f9eb806382d39d))
|
|
16
|
+
|
|
1
17
|
## [24.32.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.32.0...v24.32.1) (2025-09-10)
|
|
2
18
|
|
|
3
19
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -94,15 +94,15 @@ Please read the [contributing document](CONTRIBUTING.md) for setup and contribut
|
|
|
94
94
|
[img-coverage]: https://img.shields.io/codecov/c/github/MTES-MCT/monitor-ui?flag=unit&style=for-the-badge
|
|
95
95
|
[img-documentation]: https://img.shields.io/badge/StoryBook-Docs-007ec6?logo=storybook&style=for-the-badge
|
|
96
96
|
[img-e2e-tests]:
|
|
97
|
-
https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/
|
|
97
|
+
https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/juvjsi/main&label=E2E&logo=cypress&style=for-the-badge
|
|
98
98
|
[img-license]: https://img.shields.io/github/license/MTES-MCT/monitor-ui?style=for-the-badge
|
|
99
99
|
[img-npm]: https://img.shields.io/npm/v/@mtes-mct/monitor-ui?style=for-the-badge
|
|
100
100
|
[img-unit-tests]:
|
|
101
101
|
https://img.shields.io/github/actions/workflow/status/MTES-MCT/monitor-ui/check.yml?branch=main&label=Unit&style=for-the-badge
|
|
102
102
|
[lnk-coverage]: https://app.codecov.io/gh/MTES-MCT/monitor-ui
|
|
103
103
|
[lnk-documentation]: https://mtes-mct.github.io/monitor-ui/?path=/docs/introduction--documentation
|
|
104
|
-
[lnk-e2e-tests]: https://cloud.cypress.io/projects/
|
|
105
|
-
[lnk-e2e-tests]: https://cloud.cypress.io/projects/
|
|
104
|
+
[lnk-e2e-tests]: https://cloud.cypress.io/projects/juvjsi/runs
|
|
105
|
+
[lnk-e2e-tests]: https://cloud.cypress.io/projects/juvjsi/runs
|
|
106
106
|
[lnk-github-monitorenv]: https://github.com/MTES-MCT/monitorenv
|
|
107
107
|
[lnk-github-monitorfish]: https://github.com/MTES-MCT/monitorfish
|
|
108
108
|
[lnk-github-rapportnav]: https://github.com/MTES-MCT/rapportnav2
|