searchsmartly-ui 0.0.69 → 0.0.71
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
|
@@ -395,12 +395,6 @@ type PinFeature = {
|
|
|
395
395
|
url?: string;
|
|
396
396
|
icon: string;
|
|
397
397
|
};
|
|
398
|
-
type CommutePinFeature = {
|
|
399
|
-
id: string;
|
|
400
|
-
name?: string;
|
|
401
|
-
icon: string;
|
|
402
|
-
commutePin: boolean;
|
|
403
|
-
};
|
|
404
398
|
declare const MapWrapper: FC<MapProps>;
|
|
405
399
|
|
|
406
400
|
type PolygonType = {
|
|
@@ -472,4 +466,4 @@ declare const getBedroomsText: ({ bedrooms, isShared, disablePlural, isShort }:
|
|
|
472
466
|
|
|
473
467
|
declare const getFormattedTime: (time?: number, shortText?: boolean) => string;
|
|
474
468
|
|
|
475
|
-
export { AmenityTags, BaseLayout, BeachesIcon, BedIcon, BedroomsForm, BikeIcon, BudgetForm, BusIcon, BusTagIcon, Button, COMMUTE_METHODS, CarIcon, CardImage, type Commute, CommuteIcon, type CommuteLocation, CommuteMethod, type
|
|
469
|
+
export { AmenityTags, BaseLayout, BeachesIcon, BedIcon, BedroomsForm, BikeIcon, BudgetForm, BusIcon, BusTagIcon, Button, COMMUTE_METHODS, CarIcon, CardImage, type Commute, CommuteIcon, type CommuteLocation, CommuteMethod, type CommutePin, EmptyDefaultImage, ErrorBoundary, FilterButton, FiltersIcon, FiltersModal, FooterButtons, GymIcon, LazyLoadImage, LifestyleForm, type LifestyleFormProps, ListHeader, Loader, type MapProps, MapTags, MapWrapper, type MethodType, ModalBase, ModalsContext, ModalsProvider, Onboarding, OnboardingStepLayout, ParksIcon, type PinFeature, PinIcon, Polygon, Powered, PropertiesList, PropertyCard, type PropertyCardType, PropertyTag, PropertyTypeForm, type PropertyTypeFormProps, RentBuyForm, type RentBuyFormProps, RestaurantsIcon, SchoolsIcon, SearchsmartlyLogo, ShopIcon, SlickCarousel, Snackbar, StarIcon, Tag, type TagProps, ThemeProvider, Transition, WalkIcon, amenityTagConfig, currencyFormatterProperty, formatPrice, getAmenityTags, getBedroomsText, getFormattedTime, pluralize, renderPlural, thresholds, useModal, useResponsive };
|