nectiasw 0.0.253 → 0.0.255
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/dist/index.es.js
CHANGED
|
@@ -8671,7 +8671,7 @@ const i1 = se(W8)`
|
|
|
8671
8671
|
& .react-select__value-container {
|
|
8672
8672
|
padding-left: 15px;
|
|
8673
8673
|
padding-right: 15px;
|
|
8674
|
-
|
|
8674
|
+
|
|
8675
8675
|
min-height: ${({ size: e }) => e && gT(e)};
|
|
8676
8676
|
}
|
|
8677
8677
|
|
|
@@ -8708,7 +8708,7 @@ const i1 = se(W8)`
|
|
|
8708
8708
|
font-family: "Roboto", sans-serif;
|
|
8709
8709
|
font-size: ${({ size: e }) => e && xd(e)};
|
|
8710
8710
|
color: ${({ variant: e }) => e && hT(e)};
|
|
8711
|
-
padding: 13px
|
|
8711
|
+
padding: 13px 16px;
|
|
8712
8712
|
${({ isRut: e }) => e && `
|
|
8713
8713
|
display: flex;
|
|
8714
8714
|
justify-content: center;
|
|
@@ -8731,7 +8731,7 @@ const i1 = se(W8)`
|
|
|
8731
8731
|
.react-select__menu-list {
|
|
8732
8732
|
margin-top: 0.8rem;
|
|
8733
8733
|
margin-bottom: 0.8rem;
|
|
8734
|
-
max-height: ${({ listHeight: e }) => e && `${e}px`};
|
|
8734
|
+
max-height: ${({ listHeight: e }) => e && `${e}px`};
|
|
8735
8735
|
}
|
|
8736
8736
|
|
|
8737
8737
|
&:hover .react-select__dropdown-indicator {
|