mayak-common-library 0.0.758 → 0.0.760

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.d.mts CHANGED
@@ -1395,6 +1395,7 @@ interface SelectProProps$1 {
1395
1395
  clickComponentView?: boolean;
1396
1396
  withoutDropdownIcon?: boolean;
1397
1397
  openOnHover?: boolean;
1398
+ smallDropdown?: boolean;
1398
1399
  }
1399
1400
  declare const Select: FC<PropsWithChildren & SelectProProps$1>;
1400
1401
 
package/dist/index.d.ts CHANGED
@@ -1395,6 +1395,7 @@ interface SelectProProps$1 {
1395
1395
  clickComponentView?: boolean;
1396
1396
  withoutDropdownIcon?: boolean;
1397
1397
  openOnHover?: boolean;
1398
+ smallDropdown?: boolean;
1398
1399
  }
1399
1400
  declare const Select: FC<PropsWithChildren & SelectProProps$1>;
1400
1401