benivo-ui-library 1.9.32 → 1.9.34

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/autoComplete.less CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  .suggestion-item--active {
24
24
  cursor: pointer;
25
- background: rgba(var(--black-rgb), 0.1);
25
+ background: var(--bg-100);
26
26
  color: var(--text-600);
27
27
  padding: 0.5rem 1.25rem;
28
28
  border: solid 1px var(--border-200);
package/checkbox.less CHANGED
@@ -142,6 +142,7 @@
142
142
  top: 0.25rem;
143
143
  height: 1.25rem;
144
144
  width: 1.25rem;
145
+ min-width: 20px;
145
146
  border: 1px solid var(--border-200);
146
147
  margin-right: .25px;
147
148
  color: var(--white);
package/input.less CHANGED
@@ -134,6 +134,7 @@ input[type='month'] {
134
134
  .border-radius(@form-border-radius 0 0 @form-border-radius);
135
135
  .box-shadow(@form-box-shadow);
136
136
  box-sizing: border-box;
137
+ flex-shrink: 0;
137
138
 
138
139
  @media @lg {
139
140
  line-height: 1.4;
@@ -182,6 +183,7 @@ input[type='month'] {
182
183
  .border-radius(@form-border-radius);
183
184
  .box-shadow(@form-box-shadow);
184
185
  box-sizing: border-box;
186
+ flex-shrink: 0;
185
187
 
186
188
  @media @lg {
187
189
  line-height: 1.4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.9.32",
3
+ "version": "1.9.34",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/select.less CHANGED
@@ -14,6 +14,7 @@
14
14
  background-color: var(--white);
15
15
  min-height: inherit;
16
16
  width: 100%;
17
+ height: 40px;
17
18
  padding: 0 0 0 .75rem;
18
19
  line-height: @form-line-height-mobile;
19
20
  color: inherit;
@@ -67,6 +68,7 @@
67
68
 
68
69
  .form-select__indicators {
69
70
  margin: -2px 0;
71
+ height: 40px;
70
72
  }
71
73
 
72
74
  .form-select__placeholder {