mayak-common-library 0.0.411 → 0.0.413
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 +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -15,7 +15,6 @@ import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1,
|
|
|
15
15
|
import { UseControllerProps, FieldValues } from 'react-hook-form';
|
|
16
16
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
17
17
|
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
18
|
-
import { SystemStyleObject } from '@mui/system';
|
|
19
18
|
import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
20
19
|
import { ListProps } from '@mui/material/List/List';
|
|
21
20
|
import { InputProps } from '@mui/material/Input/Input';
|
|
@@ -1369,8 +1368,6 @@ interface SelectProProps$1 {
|
|
|
1369
1368
|
freeChildHeight?: boolean;
|
|
1370
1369
|
btnStyles?: string;
|
|
1371
1370
|
whiteArrow?: boolean;
|
|
1372
|
-
childContainerSx?: SystemStyleObject;
|
|
1373
|
-
paperSx?: SystemStyleObject;
|
|
1374
1371
|
openUp?: boolean;
|
|
1375
1372
|
controlled?: boolean;
|
|
1376
1373
|
transparentView?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1,
|
|
|
15
15
|
import { UseControllerProps, FieldValues } from 'react-hook-form';
|
|
16
16
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
17
17
|
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
18
|
-
import { SystemStyleObject } from '@mui/system';
|
|
19
18
|
import { SwitchProps } from '@mui/material/Switch/Switch';
|
|
20
19
|
import { ListProps } from '@mui/material/List/List';
|
|
21
20
|
import { InputProps } from '@mui/material/Input/Input';
|
|
@@ -1369,8 +1368,6 @@ interface SelectProProps$1 {
|
|
|
1369
1368
|
freeChildHeight?: boolean;
|
|
1370
1369
|
btnStyles?: string;
|
|
1371
1370
|
whiteArrow?: boolean;
|
|
1372
|
-
childContainerSx?: SystemStyleObject;
|
|
1373
|
-
paperSx?: SystemStyleObject;
|
|
1374
1371
|
openUp?: boolean;
|
|
1375
1372
|
controlled?: boolean;
|
|
1376
1373
|
transparentView?: boolean;
|