@mtes-mct/monitor-ui 18.6.0 → 18.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 +14 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [18.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.5.1...v18.6.0) (2024-07-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **components:** add right padding to input when its an search input ([ec50305](https://github.com/MTES-MCT/monitor-ui/commit/ec50305d1bd783dc09c8d5e9a7ee8b035fc69b08))
|
|
7
|
+
* **fields:** modifying padding-bottom for LARGE inputs ([3b2486a](https://github.com/MTES-MCT/monitor-ui/commit/3b2486a92497d6a40a44f4ec76bbc9d3fad403c0))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Buid System & Dependencies
|
|
11
|
+
|
|
12
|
+
* **deps:** bump the non-major-dependencies group across 1 directory with 2 updates ([f8b3fd1](https://github.com/MTES-MCT/monitor-ui/commit/f8b3fd123f8c4391b4230e9d61f1c0ab9fb32392))
|
|
13
|
+
* **dev-deps:** bump the all-non-major-dependencies group ([973e72d](https://github.com/MTES-MCT/monitor-ui/commit/973e72d189d863d2baa9cedd3150da1e0510e7f6))
|
|
14
|
+
|
|
1
15
|
## [18.5.1](https://github.com/MTES-MCT/monitor-ui/compare/v18.5.0...v18.5.1) (2024-07-09)
|
|
2
16
|
|
|
3
17
|
### Reverts
|
package/index.js
CHANGED
|
@@ -69256,7 +69256,7 @@ const IconsContainer = styled.div`
|
|
|
69256
69256
|
align-items: center;
|
|
69257
69257
|
display: flex;
|
|
69258
69258
|
position: absolute;
|
|
69259
|
-
right:
|
|
69259
|
+
right: 8px;
|
|
69260
69260
|
top: ${(p)=>p.$size === Size.LARGE ? '9px' : '5px'};
|
|
69261
69261
|
`;
|
|
69262
69262
|
const RestyledStyledInputBox = styled(StyledInputBox)`
|
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": "18.
|
|
4
|
+
"version": "18.7.0",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|