mayak-common-library 0.0.405 → 0.0.407

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
@@ -1374,6 +1374,7 @@ interface SelectProProps$1 {
1374
1374
  openUp?: boolean;
1375
1375
  controlled?: boolean;
1376
1376
  transparentView?: boolean;
1377
+ clickComponentView?: boolean;
1377
1378
  }
1378
1379
  declare const Select: FC<PropsWithChildren & SelectProProps$1>;
1379
1380
 
package/dist/index.d.ts CHANGED
@@ -1374,6 +1374,7 @@ interface SelectProProps$1 {
1374
1374
  openUp?: boolean;
1375
1375
  controlled?: boolean;
1376
1376
  transparentView?: boolean;
1377
+ clickComponentView?: boolean;
1377
1378
  }
1378
1379
  declare const Select: FC<PropsWithChildren & SelectProProps$1>;
1379
1380