@mtes-mct/monitor-ui 8.0.0 → 8.1.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 CHANGED
@@ -1,3 +1,27 @@
1
+ # [8.1.0](https://github.com/MTES-MCT/monitor-ui/compare/v8.0.0...v8.1.0) (2023-08-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **components:** anyify children type in NewWindow ([5a73dfa](https://github.com/MTES-MCT/monitor-ui/commit/5a73dfadb676417f1436245e9824bd1b96761a19))
7
+ * **components:** re-type ToastContainer in Notifier ([b2f8e74](https://github.com/MTES-MCT/monitor-ui/commit/b2f8e747ca1fbfb5fe0a3ba25d2a76f719bcaa58))
8
+
9
+
10
+ ### Features
11
+
12
+ * **elements:** add TableWithRowSelection ([93ed01e](https://github.com/MTES-MCT/monitor-ui/commit/93ed01ef5d96644f1ce04a11d59225eb02af69b2))
13
+ * **elements:** use SimpleTable style ([90beafa](https://github.com/MTES-MCT/monitor-ui/commit/90beafa5f3905781a7b59d85389028427713d9b7))
14
+
15
+ # [8.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v7.6.2...v8.0.0) (2023-07-19)
16
+
17
+
18
+ * build(deps)!: upgrade rsuite ([e17df4c](https://github.com/MTES-MCT/monitor-ui/commit/e17df4c0b8c41ee0803b2596f9a20ec6beab28e7))
19
+
20
+
21
+ ### BREAKING CHANGES
22
+
23
+ * upgrade rsuite peer deps
24
+
1
25
  ## [7.6.2](https://github.com/MTES-MCT/monitor-ui/compare/v7.6.1...v7.6.2) (2023-07-17)
2
26
 
3
27
 
@@ -259,9 +259,7 @@ label {
259
259
  border-width: 0 0 2px;
260
260
  -webkit-transform: rotate(0deg) scale(1);
261
261
  transform: rotate(0deg) scale(1);
262
- width: 8px;
263
262
  margin-top: -1px;
264
- margin-left: 5px;
265
263
  }
266
264
 
267
265
  .rs-checkbox-indeterminate .rs-checkbox-wrapper .rs-checkbox-inner::before {
@@ -274,9 +272,7 @@ label {
274
272
  border-width: 0 0 2px;
275
273
  -webkit-transform: rotate(0deg) scale(1);
276
274
  transform: rotate(0deg) scale(1);
277
- width: 8px;
278
275
  margin-top: 0px;
279
- margin-left: 6px;
280
276
  }
281
277
 
282
278
  .rs-checkbox-disabled:not(.rs-checkbox-checked):not(.rs-checkbox-indeterminate)
@@ -303,8 +299,6 @@ label:hover .rs-checkbox-wrapper .rs-checkbox-inner:before {
303
299
  .rs-checkbox-checked .rs-checkbox-wrapper .rs-checkbox-inner::after {
304
300
  border: solid var(--white);
305
301
  border-width: 0 2px 2px 0;
306
- margin-top: 3px !important;
307
- margin-left: 6px !important;
308
302
  }
309
303
 
310
304
  .checkbox-hidden > div > label > .rs-checkbox-wrapper {