@mtes-mct/monitor-ui 3.7.0 → 3.7.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,10 @@
1
+ # [3.7.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.6.0...v3.7.0) (2023-03-17)
2
+
3
+
4
+ ### Features
5
+
6
+ * **elements:** add classname .Field to Field ([a1dfc98](https://github.com/MTES-MCT/monitor-ui/commit/a1dfc985f87b32b2797a00f46ffef4dba4a16101))
7
+
1
8
  # [3.6.0](https://github.com/MTES-MCT/monitor-ui/compare/v3.5.0...v3.6.0) (2023-03-16)
2
9
 
3
10
 
package/index.js CHANGED
@@ -5558,34 +5558,59 @@ const Box$4 = styled.div `
5558
5558
  > .rs-picker-toggle {
5559
5559
  background-color: ${p => (p.$isLight ? p.theme.color.white : p.theme.color.gainsboro)} !important;
5560
5560
  border: 0;
5561
+ bottom: 0;
5561
5562
  cursor: inherit;
5562
5563
  font-size: 13px;
5564
+ height: 30px;
5563
5565
  line-height: 1.3846;
5564
- padding: 5px 40px 5px 8px !important;
5566
+ padding: 5px 40px 0 8px !important;
5567
+ top: 0;
5565
5568
 
5566
5569
  > .rs-stack {
5567
5570
  > .rs-stack-item {
5568
5571
  > .rs-picker-toggle-placeholder {
5569
5572
  font-size: 13px;
5570
- line-height: 1.5385; // = 20px
5573
+ line-height: 1;
5574
+ vertical-align: 1px;
5571
5575
  }
5572
5576
 
5573
- > svg {
5574
- height: 18px;
5577
+ .rs-picker-toggle-caret {
5578
+ right: 10px;
5579
+ }
5580
+ .rs-picker-toggle-clean,
5581
+ .rs-picker-toggle-caret {
5582
+ padding: 0;
5583
+ top: 5px;
5575
5584
  }
5576
5585
  }
5577
5586
  }
5578
5587
  }
5579
5588
 
5580
5589
  > .rs-picker-tag-wrapper {
5590
+ min-height: 30px;
5591
+ padding: 0 !important;
5592
+
5581
5593
  > .rs-tag {
5582
5594
  background-color: ${p => (p.$isLight ? p.theme.color.gainsboro : p.theme.color.white)};
5595
+ font-size: 11px;
5596
+ line-height: 1.3636; // = 15px
5597
+
5598
+ > .rs-tag-icon-close {
5599
+ bottom: 0;
5600
+ padding: 3px 6px;
5601
+
5602
+ > svg {
5603
+ height: 10px;
5604
+ width: 10px;
5605
+ }
5606
+ }
5583
5607
  }
5584
- .rs-picker-search {
5585
- .rs-picker-search-input {
5608
+
5609
+ > .rs-picker-search {
5610
+ > .rs-picker-search-input {
5586
5611
  padding: 0 8px !important;
5587
5612
 
5588
- input {
5613
+ > input {
5589
5614
  font-size: 13px;
5590
5615
  line-height: 1.3846;
5591
5616
  }