mayak-common-library 0.0.757 → 0.0.759
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -5
- package/dist/index.mjs +6 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1388,7 +1388,6 @@ interface SelectProProps$1 {
|
|
|
1388
1388
|
freeChildHeight?: boolean;
|
|
1389
1389
|
btnStyles?: string;
|
|
1390
1390
|
placeholderStyles?: string;
|
|
1391
|
-
iconStyles?: string;
|
|
1392
1391
|
whiteArrow?: boolean;
|
|
1393
1392
|
openUp?: boolean;
|
|
1394
1393
|
controlled?: boolean;
|
|
@@ -1396,6 +1395,7 @@ interface SelectProProps$1 {
|
|
|
1396
1395
|
clickComponentView?: boolean;
|
|
1397
1396
|
withoutDropdownIcon?: boolean;
|
|
1398
1397
|
openOnHover?: boolean;
|
|
1398
|
+
smallDropdown?: boolean;
|
|
1399
1399
|
}
|
|
1400
1400
|
declare const Select: FC<PropsWithChildren & SelectProProps$1>;
|
|
1401
1401
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1388,7 +1388,6 @@ interface SelectProProps$1 {
|
|
|
1388
1388
|
freeChildHeight?: boolean;
|
|
1389
1389
|
btnStyles?: string;
|
|
1390
1390
|
placeholderStyles?: string;
|
|
1391
|
-
iconStyles?: string;
|
|
1392
1391
|
whiteArrow?: boolean;
|
|
1393
1392
|
openUp?: boolean;
|
|
1394
1393
|
controlled?: boolean;
|
|
@@ -1396,6 +1395,7 @@ interface SelectProProps$1 {
|
|
|
1396
1395
|
clickComponentView?: boolean;
|
|
1397
1396
|
withoutDropdownIcon?: boolean;
|
|
1398
1397
|
openOnHover?: boolean;
|
|
1398
|
+
smallDropdown?: boolean;
|
|
1399
1399
|
}
|
|
1400
1400
|
declare const Select: FC<PropsWithChildren & SelectProProps$1>;
|
|
1401
1401
|
|