searchsmartly-ui 1.0.9 → 1.0.11
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.ts +6 -5
- package/dist/index.esm.js +13 -13
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +13 -13
- package/dist/index.js.map +1 -1
- package/dist/node_modules/react-photoswipe-gallery/src/types.d.ts +7 -0
- package/dist/src/components/ExpandableSection/styles.d.ts +1 -1
- package/dist/src/components/Map/DrawControl/DrawControl.d.ts +1 -1
- package/dist/src/components/buttons/Button/Button.d.ts +1 -1
- package/dist/src/components/buttons/CopyButton/CopyButton.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +49 -49
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
2
2
|
import * as _mui_system from '@mui/system';
|
|
3
3
|
import { SxProps as SxProps$1 } from '@mui/system';
|
|
4
4
|
import * as react from 'react';
|
|
5
|
-
import react__default, { FC, ReactNode, PropsWithChildren, ReactElement, MouseEvent, ComponentType, Component, ErrorInfo, Dispatch, SetStateAction, ChangeEvent, JSX as JSX$1
|
|
5
|
+
import react__default, { FC, ReactNode, PropsWithChildren, ReactElement, MouseEvent, ComponentType, Component, ErrorInfo, Dispatch, SetStateAction, ChangeEvent, HTMLAttributes, JSX as JSX$1 } from 'react';
|
|
6
6
|
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
7
7
|
import { OverridableComponent } from '@mui/material/OverridableComponent';
|
|
8
8
|
import * as _mui_material from '@mui/material';
|
|
@@ -26,16 +26,16 @@ import { ThemeProviderProps } from '@mui/material/styles/ThemeProvider';
|
|
|
26
26
|
|
|
27
27
|
declare const Button: _emotion_styled.StyledComponent<_mui_material.ButtonOwnProps & Omit<_mui_material.ButtonBaseOwnProps, "classes"> & _mui_material_OverridableComponent.CommonProps & Omit<Omit<react.DetailedHTMLProps<react.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
28
28
|
ref?: ((instance: HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLButtonElement> | null | undefined;
|
|
29
|
-
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "variant"> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
|
|
29
|
+
}, "className" | "style" | "classes" | "action" | "centerRipple" | "children" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "sx" | "tabIndex" | "TouchRippleProps" | "touchRippleRef" | "color" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "loading" | "loadingIndicator" | "loadingPosition" | "size" | "startIcon" | "variant"> & _mui_system.MUIStyledCommonProps<_mui_material.Theme> & {
|
|
30
30
|
component?: React.ElementType;
|
|
31
31
|
} & {
|
|
32
32
|
shape?: "lrect" | "mrect" | "srect" | "square";
|
|
33
33
|
}, {}, {}>;
|
|
34
34
|
|
|
35
|
-
type
|
|
35
|
+
type CopyButtonProps = {
|
|
36
36
|
onClick: (val: (text: string) => void) => void;
|
|
37
37
|
};
|
|
38
|
-
declare const CopyButton: FC<
|
|
38
|
+
declare const CopyButton: FC<CopyButtonProps>;
|
|
39
39
|
|
|
40
40
|
type FilterButtonProps = {
|
|
41
41
|
small?: boolean;
|
|
@@ -877,4 +877,5 @@ declare const getDestination: (state: Record<string, unknown>, key: string) => {
|
|
|
877
877
|
[key: string]: string;
|
|
878
878
|
};
|
|
879
879
|
|
|
880
|
-
export {
|
|
880
|
+
export { AmenityButton, AmenityPublicIcon, AmenityTags, AreasForm, AsyncAutocomplete, BaseLayout, BeachesIcon, BedIcon, BedroomsForm, BikeIcon, BudgetForm, BusIcon, BusTagIcon, Button, COMMUTE_METHODS, CarIcon, CardImage, CommuteForm, CommuteIcon, CommuteMethod, CopyButton, DEFAULT_TIME, EmptyDefaultImage, EmptyImage, ErrorBoundary, ExpandableSection, FilterButton, FiltersIcon, FiltersModal, FooterButtons, GoogleAutocomplete, GymIcon, HelperText, ImageGrid, ImageProvider, LazyLoadImage, LifestyleForm, ListHeader, Loader, MAX_TIME, MIN_TIME, MapTags, MapWrapper, ModalBase, ModalContainer, ModalFooter, ModalHeader, ModalsContext, ModalsProvider, Onboarding, OnboardingStepLayout, ParksIcon, PinIcon, Polygon, Popover, Powered, PropertiesList, PropertyCard, PropertyTag, PropertyTypeForm, PublicIcon, RentBuyForm, RestaurantsIcon, SchoolsIcon, SearchsmartlyLogo, ShopIcon, SlickCarousel, SliderChart, Snackbar, SortBy, SortIcon, StarIcon, StyledTextField, Table, Tag, TextField, ThemeProvider, Tooltip, TooltipTitle, Transition, WalkIcon, amenityTagConfig, currencyFormatterProperty, formatPrice, getAmenityTags, getBedroomsText, getDestination, getFormattedTime, iconsMap, minuteFormatter, pluralize, renderPlural, scrollIntoView, thresholds, titleCase, useClipboardFallback, useDimensions, useImages, useModal, useModalProvider, usePrevious, useResponsive, useWindowSize };
|
|
881
|
+
export type { Align, AmenityButtonProps, AutocompletePrediction, Block, Commute, CommuteFormProps, CommuteLocation, CommutePin, CommuteWithId, ComponentRestrictions, FetchType, FieldProps, GooglePlacesAutocompleteProps, LifestyleFormProps, MapProps, MethodType, ModalContainerProps, ModalsProps, PinFeature, PropertyCardType, PropertyTypeFormProps, RentBuyFormProps, Segment, SegmentCoordinates, SmartTableColumn, TableProps, TagProps };
|