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 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, HTMLAttributes } from 'react';
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 CopyButton = {
35
+ type CopyButtonProps = {
36
36
  onClick: (val: (text: string) => void) => void;
37
37
  };
38
- declare const CopyButton: FC<CopyButton>;
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 { type Align, AmenityButton, type AmenityButtonProps, AmenityPublicIcon, AmenityTags, AreasForm, AsyncAutocomplete, type AutocompletePrediction, BaseLayout, BeachesIcon, BedIcon, BedroomsForm, BikeIcon, type Block, BudgetForm, BusIcon, BusTagIcon, Button, COMMUTE_METHODS, CarIcon, CardImage, type Commute, CommuteForm, type CommuteFormProps, CommuteIcon, type CommuteLocation, CommuteMethod, type CommutePin, type CommuteWithId, type ComponentRestrictions, CopyButton, DEFAULT_TIME, EmptyDefaultImage, EmptyImage, ErrorBoundary, ExpandableSection, type FetchType, type FieldProps, FilterButton, FiltersIcon, FiltersModal, FooterButtons, GoogleAutocomplete, type GooglePlacesAutocompleteProps, GymIcon, HelperText, ImageGrid, ImageProvider, LazyLoadImage, LifestyleForm, type LifestyleFormProps, ListHeader, Loader, MAX_TIME, MIN_TIME, type MapProps, MapTags, MapWrapper, type MethodType, ModalBase, ModalContainer, type ModalContainerProps, ModalFooter, ModalHeader, ModalsContext, type ModalsProps, ModalsProvider, Onboarding, OnboardingStepLayout, ParksIcon, type PinFeature, PinIcon, Polygon, Popover, Powered, PropertiesList, PropertyCard, type PropertyCardType, PropertyTag, PropertyTypeForm, type PropertyTypeFormProps, PublicIcon, RentBuyForm, type RentBuyFormProps, RestaurantsIcon, SchoolsIcon, SearchsmartlyLogo, type Segment, type SegmentCoordinates, ShopIcon, SlickCarousel, SliderChart, type SmartTableColumn, Snackbar, SortBy, SortIcon, StarIcon, StyledTextField, Table, type TableProps, Tag, type TagProps, 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 };
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 };