mayak-common-library 0.0.513 → 0.0.515
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 +7 -3
- package/dist/index.d.ts +7 -3
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11,7 +11,7 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
11
11
|
import * as _emotion_react from '@emotion/react';
|
|
12
12
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
13
13
|
import * as _mui_material from '@mui/material';
|
|
14
|
-
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1,
|
|
14
|
+
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PaginationItemOwnProps } from '@mui/material';
|
|
15
15
|
import { UseControllerProps } from 'react-hook-form';
|
|
16
16
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
17
17
|
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
@@ -1400,10 +1400,14 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
|
|
|
1400
1400
|
|
|
1401
1401
|
declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
|
|
1402
1402
|
|
|
1403
|
-
interface
|
|
1403
|
+
interface ChipProps {
|
|
1404
|
+
label?: string;
|
|
1405
|
+
onDelete?: () => void;
|
|
1406
|
+
className?: string;
|
|
1407
|
+
icon?: ReactNode;
|
|
1404
1408
|
view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
|
|
1405
1409
|
}
|
|
1406
|
-
declare const Chip: FC<ChipProps
|
|
1410
|
+
declare const Chip: FC<ChipProps>;
|
|
1407
1411
|
|
|
1408
1412
|
interface ObjectPropertyProps {
|
|
1409
1413
|
icon: 'LAND' | 'COMMERCE' | 'HOUSE' | 'ROOM_COUNT' | 'AREA_TOTAL' | 'AREA_LAND' | 'AREA_LIVING' | 'AREA_KITCHEN' | 'FLOORS_TOTAL' | 'FLOOR' | 'REPAIR' | 'PARKING' | 'BATH_COUNT';
|
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
11
11
|
import * as _emotion_react from '@emotion/react';
|
|
12
12
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
13
13
|
import * as _mui_material from '@mui/material';
|
|
14
|
-
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1,
|
|
14
|
+
import { ToggleButtonProps, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PaginationItemOwnProps } from '@mui/material';
|
|
15
15
|
import { UseControllerProps } from 'react-hook-form';
|
|
16
16
|
import { CheckboxProps } from '@mui/material/Checkbox';
|
|
17
17
|
import { FormControlLabelProps } from '@mui/material/FormControlLabel/FormControlLabel';
|
|
@@ -1400,10 +1400,14 @@ declare const LocaleSwitchToggle: FC<LocaleSwitcherProps>;
|
|
|
1400
1400
|
|
|
1401
1401
|
declare const CatalogViewSwitch: () => react_jsx_runtime.JSX.Element;
|
|
1402
1402
|
|
|
1403
|
-
interface
|
|
1403
|
+
interface ChipProps {
|
|
1404
|
+
label?: string;
|
|
1405
|
+
onDelete?: () => void;
|
|
1406
|
+
className?: string;
|
|
1407
|
+
icon?: ReactNode;
|
|
1404
1408
|
view: 'black' | 'line' | 'white' | 'silver' | 'accent' | 'accent-white';
|
|
1405
1409
|
}
|
|
1406
|
-
declare const Chip: FC<ChipProps
|
|
1410
|
+
declare const Chip: FC<ChipProps>;
|
|
1407
1411
|
|
|
1408
1412
|
interface ObjectPropertyProps {
|
|
1409
1413
|
icon: 'LAND' | 'COMMERCE' | 'HOUSE' | 'ROOM_COUNT' | 'AREA_TOTAL' | 'AREA_LAND' | 'AREA_LIVING' | 'AREA_KITCHEN' | 'FLOORS_TOTAL' | 'FLOOR' | 'REPAIR' | 'PARKING' | 'BATH_COUNT';
|