mayak-common-library 0.0.398 → 0.0.400

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
@@ -1366,6 +1366,7 @@ interface SelectProProps$1 {
1366
1366
  small?: boolean;
1367
1367
  fullWidth?: boolean;
1368
1368
  freeChildWidth?: boolean;
1369
+ freeChildHeight?: boolean;
1369
1370
  btnStyles?: string;
1370
1371
  whiteArrow?: boolean;
1371
1372
  childContainerSx?: SystemStyleObject;
package/dist/index.d.ts CHANGED
@@ -1366,6 +1366,7 @@ interface SelectProProps$1 {
1366
1366
  small?: boolean;
1367
1367
  fullWidth?: boolean;
1368
1368
  freeChildWidth?: boolean;
1369
+ freeChildHeight?: boolean;
1369
1370
  btnStyles?: string;
1370
1371
  whiteArrow?: boolean;
1371
1372
  childContainerSx?: SystemStyleObject;