@mtes-mct/monitor-ui 24.18.0 → 24.18.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 +25 -0
- package/fields/shared/StyledRsuitePickerBox.d.ts.map +1 -1
- package/index.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
## [24.18.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.18.0...v24.18.1) (2025-05-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **components:** add min-height to rsuite combobox ([38d72f6](https://github.com/MTES-MCT/monitor-ui/commit/38d72f6a7294d7f6fef8449573a4ff4eadd3eadb))
|
|
6
|
+
|
|
7
|
+
## [24.18.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.1...v24.18.0) (2025-05-06)
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **components:** add option display props. refacto to use override value, label and children key ([266d620](https://github.com/MTES-MCT/monitor-ui/commit/266d6201f61cdd70cf0c6fefef2b9fa4e6f9d28f))
|
|
12
|
+
* **components:** add option display props. refacto to use override value, label and children key ([728ec63](https://github.com/MTES-MCT/monitor-ui/commit/728ec63e106ad5d164be5f74b316a1efc51a7625))
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **components:** move checkpicker css ([ce6c3f9](https://github.com/MTES-MCT/monitor-ui/commit/ce6c3f9b692b2a75f092049aa36177af4e00e686))
|
|
17
|
+
* **components:** move computing disabled values on value setting instead of onChange. Fix formik story ([5e3cf81](https://github.com/MTES-MCT/monitor-ui/commit/5e3cf813299a038165f3cca6627678ce31353db1))
|
|
18
|
+
* **fields:** fix checktreepicker style ([2706b3d](https://github.com/MTES-MCT/monitor-ui/commit/2706b3d08a5af32e9dc7b802955672700e1ebd02))
|
|
19
|
+
* **fields:** fix style with isLight and isTransparent props ([ee4d1db](https://github.com/MTES-MCT/monitor-ui/commit/ee4d1dbee3f9520f9e8f706c55354c1038f1c5b6))
|
|
20
|
+
|
|
21
|
+
### Buid System & Dependencies
|
|
22
|
+
|
|
23
|
+
* **deps:** bump @babel/runtime in the non-major-dependencies group ([5828afa](https://github.com/MTES-MCT/monitor-ui/commit/5828afae412d302a136c07767568e1c04437e279))
|
|
24
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([651d1e6](https://github.com/MTES-MCT/monitor-ui/commit/651d1e60730c0685c9e84454ae411c2aed740a8c))
|
|
25
|
+
|
|
1
26
|
## [24.17.1](https://github.com/MTES-MCT/monitor-ui/compare/v24.17.0...v24.17.1) (2025-05-02)
|
|
2
27
|
|
|
3
28
|
### 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
|
|
|
@@ -56512,7 +56513,7 @@ const SelectedOptionContainer = styled.div`
|
|
|
56512
56513
|
display: flex;
|
|
56513
56514
|
gap: 1px;
|
|
56514
56515
|
padding-top: 1px;
|
|
56515
|
-
max-width:
|
|
56516
|
+
max-width: 100%;
|
|
56516
56517
|
`;
|
|
56517
56518
|
const SelectedOptionLabel = styled.span`
|
|
56518
56519
|
background-color: ${(p)=>p.$isLight ? p.theme.color.gainsboro : p.theme.color.white};
|
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.2",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|