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.
@@ -12,3 +12,4 @@ export declare const YearSelect: Story;
12
12
  export declare const Multi: Story;
13
13
  export declare const MaxSelect: Story;
14
14
  export declare const RutSelect: Story;
15
+ export declare const CustomOption: Story;
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, 16px, 13px, 16px;
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 {