@mtes-mct/monitor-ui 24.18.0 → 24.18.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 +19 -0
- package/fields/shared/StyledRsuitePickerBox.d.ts.map +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [24.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.1...v24.18.0) (2025-05-06)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **components:** add option display props. refacto to use override value, label and children key ([266d620](https://github.com/MTES-MCT/monitor-ui/commit/266d6201f61cdd70cf0c6fefef2b9fa4e6f9d28f))
|
|
6
|
+
* **components:** add option display props. refacto to use override value, label and children key ([728ec63](https://github.com/MTES-MCT/monitor-ui/commit/728ec63e106ad5d164be5f74b316a1efc51a7625))
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **components:** move checkpicker css ([ce6c3f9](https://github.com/MTES-MCT/monitor-ui/commit/ce6c3f9b692b2a75f092049aa36177af4e00e686))
|
|
11
|
+
* **components:** move computing disabled values on value setting instead of onChange. Fix formik story ([5e3cf81](https://github.com/MTES-MCT/monitor-ui/commit/5e3cf813299a038165f3cca6627678ce31353db1))
|
|
12
|
+
* **fields:** fix checktreepicker style ([2706b3d](https://github.com/MTES-MCT/monitor-ui/commit/2706b3d08a5af32e9dc7b802955672700e1ebd02))
|
|
13
|
+
* **fields:** fix style with isLight and isTransparent props ([ee4d1db](https://github.com/MTES-MCT/monitor-ui/commit/ee4d1dbee3f9520f9e8f706c55354c1038f1c5b6))
|
|
14
|
+
|
|
15
|
+
### Buid System & Dependencies
|
|
16
|
+
|
|
17
|
+
* **deps:** bump @babel/runtime in the non-major-dependencies group ([5828afa](https://github.com/MTES-MCT/monitor-ui/commit/5828afae412d302a136c07767568e1c04437e279))
|
|
18
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([651d1e6](https://github.com/MTES-MCT/monitor-ui/commit/651d1e60730c0685c9e84454ae411c2aed740a8c))
|
|
19
|
+
|
|
1
20
|
## [24.17.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.0...v24.17.1) (2025-05-02)
|
|
2
21
|
|
|
3
22
|
### Buid System & Dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StyledRsuitePickerBox.d.ts","sourceRoot":"","sources":["../../../src/fields/shared/StyledRsuitePickerBox.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;AAE1D,eAAO,MAAM,sBAAsB,GAAI,GAAG,2BAA2B,
|
|
1
|
+
{"version":3,"file":"StyledRsuitePickerBox.d.ts","sourceRoot":"","sources":["../../../src/fields/shared/StyledRsuitePickerBox.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAA;AAE1D,eAAO,MAAM,sBAAsB,GAAI,GAAG,2BAA2B,gDAyHpE,CAAA;AACD,eAAO,MAAM,qBAAqB,GAAI,GAAG,2BAA2B,gDA4LnE,CAAA;AACD,eAAO,MAAM,qBAAqB,gQAajC,CAAA"}
|
package/index.js
CHANGED
|
@@ -55485,6 +55485,7 @@ const getCheckPickerInputCss = (p)=>css`
|
|
|
55485
55485
|
/* Remove focus ring (Select) */
|
|
55486
55486
|
box-shadow: none;
|
|
55487
55487
|
font-size: 13px;
|
|
55488
|
+
min-height: 30px;
|
|
55488
55489
|
line-height: 1.3846;
|
|
55489
55490
|
padding: 3.5px 40px 3.5px 8px !important;
|
|
55490
55491
|
|
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.18.
|
|
4
|
+
"version": "24.18.1",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|