@vitrosoftware/common-ui-ts 1.1.172 → 1.1.174

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.
@@ -0,0 +1,24 @@
1
+ .vitro-list {
2
+ background: #fff;
3
+ border-radius: 4px;
4
+ max-width: 252px;
5
+ }
6
+
7
+ .vitro-list :global(.ps) > div:first-child {
8
+ padding-left: 12px;
9
+ }
10
+
11
+ .vitro-item {
12
+ margin-bottom: 4px;
13
+ }
14
+
15
+ .vitro-item:last-child {
16
+ padding-bottom: 8px;
17
+ }
18
+
19
+ .vitro-item a {
20
+ cursor: pointer;
21
+ display: block;
22
+ line-height: 24px;
23
+ padding: 0 4px 0 4px;
24
+ }
@@ -53,6 +53,10 @@
53
53
  grid-gap: 28px 16px;
54
54
  }
55
55
 
56
+ .vitro-filter [class^="_criterion_vitro-control"] {
57
+ max-width: calc(100% - 87px);
58
+ }
59
+
56
60
  .vitro-add-field {
57
61
  margin: 18px 0 16px 66px;
58
62
  }
package/dist/index.css CHANGED
@@ -6920,27 +6920,31 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6920
6920
  padding: 8px 12px;
6921
6921
  }
6922
6922
 
6923
- ._checkbox-list_vitro-checkbox-list_1iZSkkv {
6924
- border-radius: 4px;
6923
+ ._list_vitro-list_1I2JJ6w {
6925
6924
  background: #fff;
6925
+ border-radius: 4px;
6926
6926
  max-width: 252px;
6927
6927
  }
6928
6928
 
6929
- ._checkbox-list_vitro-search-value-list_2i58fRK > div:first-child {
6930
- padding: 12px 12px 8px 12px;
6931
- }
6932
-
6933
- ._checkbox-list_vitro-checkbox-list_1iZSkkv .ps > div:first-child {
6929
+ ._list_vitro-list_1I2JJ6w .ps > div:first-child {
6934
6930
  padding-left: 12px;
6935
6931
  }
6936
6932
 
6937
- ._checkbox-list_vitro-checkbox-list_1iZSkkv ._checkbox-list_vitro-checkbox_1EqsnoQ {
6933
+ ._list_vitro-item_2XsFSic {
6938
6934
  margin-bottom: 4px;
6939
6935
  }
6940
6936
 
6941
- ._checkbox-list_vitro-checkbox_1EqsnoQ:last-child {
6937
+ ._list_vitro-item_2XsFSic:last-child {
6942
6938
  padding-bottom: 8px;
6943
- }
6939
+ }
6940
+
6941
+ ._list_vitro-item_2XsFSic a {
6942
+ cursor: pointer;
6943
+ display: block;
6944
+ line-height: 24px;
6945
+ padding: 0 4px 0 4px;
6946
+ }
6947
+
6944
6948
  ._search_vitro-search_QkJksC_ {
6945
6949
  position: relative;
6946
6950
  align-self: baseline;
@@ -6996,6 +7000,10 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6996
7000
  grid-gap: 28px 16px;
6997
7001
  }
6998
7002
 
7003
+ ._search_vitro-filter_2n-Y-mS [class^="_criterion_vitro-control"] {
7004
+ max-width: calc(100% - 87px);
7005
+ }
7006
+
6999
7007
  ._search_vitro-add-field_2hHt1Z2 {
7000
7008
  margin: 18px 0 16px 66px;
7001
7009
  }