@tactics/lokaal-loket 0.0.256 → 0.0.258

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -30,7 +30,7 @@ interface IOpeningHoursSelect {
30
30
  onChange: (value: OpeningHoursSelectHours) => void;
31
31
  }
32
32
 
33
- declare const OpeningHoursSelect: ({ selected, onChange, }: IOpeningHoursSelect) => react_jsx_runtime.JSX.Element;
33
+ declare const OpeningHoursSelect: ({ selected, onChange }: IOpeningHoursSelect) => react_jsx_runtime.JSX.Element;
34
34
 
35
35
  interface IToggle {
36
36
  onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
@@ -42,7 +42,7 @@ interface IToggle {
42
42
  defaultChecked?: boolean;
43
43
  }
44
44
 
45
- declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange, }: IToggle) => react_jsx_runtime.JSX.Element;
45
+ declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
46
46
 
47
47
  interface OpeninghoursI {
48
48
  hours: React$1.ReactElement<IOpeningHoursSelect>;
@@ -389,7 +389,7 @@ interface ICheckbox extends ICheckboxBase {
389
389
  context?: CheckboxContext;
390
390
  }
391
391
 
392
- declare const Checkbox: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, }: ICheckbox) => react_jsx_runtime.JSX.Element;
392
+ declare const Checkbox: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked }: ICheckbox) => react_jsx_runtime.JSX.Element;
393
393
 
394
394
  declare enum ChoiceContext {
395
395
  STANDARD = "STANDARD",
@@ -411,7 +411,7 @@ interface IChoice extends IChoiceBase {
411
411
  context?: ChoiceContext;
412
412
  }
413
413
 
414
- declare const Choice: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon, }: IChoice) => react_jsx_runtime.JSX.Element;
414
+ declare const Choice: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon }: IChoice) => react_jsx_runtime.JSX.Element;
415
415
 
416
416
  interface IFeature {
417
417
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -469,7 +469,7 @@ interface IInformation {
469
469
  background?: InformationBackground;
470
470
  }
471
471
 
472
- declare const Information: ({ text, frame, variant, background, }: IInformation) => react_jsx_runtime.JSX.Element;
472
+ declare const Information: ({ text, frame, variant, background }: IInformation) => react_jsx_runtime.JSX.Element;
473
473
 
474
474
  declare enum InputContext {
475
475
  DISABLED = "DISABLED",
@@ -569,7 +569,7 @@ interface IPick extends IPickBase {
569
569
  context?: PickContext;
570
570
  }
571
571
 
572
- declare const Pick: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon, }: IPick) => react_jsx_runtime.JSX.Element;
572
+ declare const Pick: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon }: IPick) => react_jsx_runtime.JSX.Element;
573
573
 
574
574
  interface IPill {
575
575
  label: string;
@@ -578,20 +578,6 @@ interface IPill {
578
578
 
579
579
  declare const Pill: ({ withIconBefore, label }: IPill) => react_jsx_runtime.JSX.Element;
580
580
 
581
- declare enum PinType {
582
- DAYCARE = "DAYCARE",
583
- CHILDMINDER = "CHILDMINDER",
584
- COOPERATIVE = "COOPERATIVE",
585
- OUT_OF_RANGE = "OUT_OF_RANGE"
586
- }
587
-
588
- interface IPinBase {
589
- type: PinType;
590
- lifted?: boolean;
591
- }
592
-
593
- declare const Pin: ({ type, lifted }: IPinBase) => react_jsx_runtime.JSX.Element;
594
-
595
581
  declare const PlainText: ({ children, size, font, fontWeight, textDecoration, textAlignment, textColor, }: IPlainText) => react_jsx_runtime.JSX.Element;
596
582
 
597
583
  declare enum RadioContext {
@@ -613,7 +599,7 @@ interface IRadio extends IRadioBase {
613
599
  context?: RadioContext;
614
600
  }
615
601
 
616
- declare const Radio: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, }: IRadio) => react_jsx_runtime.JSX.Element;
602
+ declare const Radio: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked }: IRadio) => react_jsx_runtime.JSX.Element;
617
603
 
618
604
  interface IRecord {
619
605
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -1013,7 +999,7 @@ interface IColoredBox {
1013
999
  actions?: React.ReactNode;
1014
1000
  }
1015
1001
 
1016
- declare const ColoredBox: ({ title, description, image, actions, }: IColoredBox) => react_jsx_runtime.JSX.Element;
1002
+ declare const ColoredBox: ({ title, description, image, actions }: IColoredBox) => react_jsx_runtime.JSX.Element;
1017
1003
 
1018
1004
  interface INoResults {
1019
1005
  title: string;
@@ -1074,8 +1060,8 @@ interface ICompactNavigationItem {
1074
1060
  }
1075
1061
 
1076
1062
  declare const CompactNavigation: {
1077
- ({ children, context, toggleLabel, footer, }: ICompactNavigation): react_jsx_runtime.JSX.Element;
1078
- Item: ({ label, onClick, isActive, href, icon, }: ICompactNavigationItem) => react_jsx_runtime.JSX.Element;
1063
+ ({ children, context, toggleLabel, footer }: ICompactNavigation): react_jsx_runtime.JSX.Element;
1064
+ Item: ({ label, onClick, isActive, href, icon }: ICompactNavigationItem) => react_jsx_runtime.JSX.Element;
1079
1065
  };
1080
1066
 
1081
1067
  interface ICompactFooter extends ICompactFooterBase {
@@ -1086,7 +1072,7 @@ interface ICompactFooterBase {
1086
1072
  description?: string;
1087
1073
  }
1088
1074
 
1089
- declare const CompactFooter: ({ children, title, description, }: ICompactFooter) => react_jsx_runtime.JSX.Element;
1075
+ declare const CompactFooter: ({ children, title, description }: ICompactFooter) => react_jsx_runtime.JSX.Element;
1090
1076
 
1091
1077
  interface IDetailsBase {
1092
1078
  children?: React$1.ReactNode;
@@ -1156,7 +1142,7 @@ interface ICategoryLink {
1156
1142
  action: () => void;
1157
1143
  }
1158
1144
 
1159
- declare const CategoryLink: ({ figure, title, description, label, action, }: ICategoryLink) => react_jsx_runtime.JSX.Element;
1145
+ declare const CategoryLink: ({ figure, title, description, label, action }: ICategoryLink) => react_jsx_runtime.JSX.Element;
1160
1146
 
1161
1147
  interface IQuote {
1162
1148
  quote: string;
@@ -1190,7 +1176,7 @@ interface IPlaceholderPhoto {
1190
1176
  height: string;
1191
1177
  }
1192
1178
 
1193
- declare const PlaceholderPhoto: ({ figure, type, height, }: IPlaceholderPhoto) => react_jsx_runtime.JSX.Element;
1179
+ declare const PlaceholderPhoto: ({ figure, type, height }: IPlaceholderPhoto) => react_jsx_runtime.JSX.Element;
1194
1180
 
1195
1181
  interface INavigation extends INavigationBase {
1196
1182
  }
@@ -1208,7 +1194,7 @@ interface INavigationItem {
1208
1194
 
1209
1195
  declare const Navigation: {
1210
1196
  ({ children, logo }: INavigation): react_jsx_runtime.JSX.Element;
1211
- Item: ({ label, onClick, isActive, href, icon, }: INavigationItem) => react_jsx_runtime.JSX.Element;
1197
+ Item: ({ label, onClick, isActive, href, icon }: INavigationItem) => react_jsx_runtime.JSX.Element;
1212
1198
  };
1213
1199
 
1214
1200
  declare enum ItemType {
@@ -1265,7 +1251,7 @@ interface ITopNavigationItemBase {
1265
1251
 
1266
1252
  declare const TopNavigation: {
1267
1253
  ({ children }: ITopNavigation): react_jsx_runtime.JSX.Element;
1268
- Item: ({ onClick, label, icon, href, }: ITopNavigationItemBase) => react_jsx_runtime.JSX.Element;
1254
+ Item: ({ onClick, label, icon, href }: ITopNavigationItemBase) => react_jsx_runtime.JSX.Element;
1269
1255
  };
1270
1256
 
1271
1257
  interface IOnboarding {
@@ -1409,6 +1395,7 @@ interface IPin {
1409
1395
  key: string;
1410
1396
  name: string;
1411
1397
  address: string;
1398
+ showsExactLocation: boolean;
1412
1399
  type: PointType;
1413
1400
  overlay: React$1.ReactNode;
1414
1401
  }
@@ -1444,10 +1431,11 @@ interface IMapLegendItem {
1444
1431
  label: string;
1445
1432
  }
1446
1433
  interface ILocationBasedMap {
1434
+ interaction?: boolean;
1447
1435
  points?: IPoints;
1448
1436
  showLoader: boolean;
1449
1437
  loader?: React$1.ReactNode;
1450
- origin?: IOrigin;
1438
+ origin: IOrigin;
1451
1439
  legend?: React$1.ReactElement<IMapLegendItem>[];
1452
1440
  legendToggle?: React$1.ReactElement<IMapLegendLabel>;
1453
1441
  onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
@@ -1478,7 +1466,7 @@ declare const MapLegendItem: ({ pin, label }: IMapLegendItem) => react_jsx_runti
1478
1466
 
1479
1467
  declare const Map: {
1480
1468
  (props: IMap): react_jsx_runtime.JSX.Element;
1481
- Location: ({ points, showLoader, loader, origin, onAreaChange, legend, legendToggle, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
1469
+ Location: ({ interaction, points, showLoader, loader, origin, onAreaChange, legend, legendToggle, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
1482
1470
  Direction: ({ routes, activeRoute, origin, destination, deviation, activeTravelMode, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, legend, legendToggle, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
1483
1471
  Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
1484
1472
  Loading: ({ loader }: {
@@ -1550,7 +1538,7 @@ interface ISearchFiltersItem {
1550
1538
  filter: React$1.ReactNode;
1551
1539
  }
1552
1540
 
1553
- declare const SearchFiltersLabel: ({ label, description, icon, }: ISearchFiltersLabel) => react_jsx_runtime.JSX.Element;
1541
+ declare const SearchFiltersLabel: ({ label, description, icon }: ISearchFiltersLabel) => react_jsx_runtime.JSX.Element;
1554
1542
 
1555
1543
  declare const SearchFiltersItem: (props: ISearchFiltersItem) => null;
1556
1544
 
@@ -1558,7 +1546,7 @@ declare const SearchFiltersOverlay: (props: ISearchFiltersOverlay) => null;
1558
1546
 
1559
1547
  declare const SearchFiltersModal: (props: ISearchFiltersModal) => null;
1560
1548
 
1561
- declare const SearchFilters: ({ filters, activeFilterCount, label, submit, clear, modal, overlay, }: ISearchFilters) => react_jsx_runtime.JSX.Element;
1549
+ declare const SearchFilters: ({ filters, activeFilterCount, label, submit, clear, modal, overlay }: ISearchFilters) => react_jsx_runtime.JSX.Element;
1562
1550
 
1563
1551
  type SearchInputTypes = "location" | "route" | "name";
1564
1552
  interface ISearchInputsShared {
@@ -1610,13 +1598,13 @@ interface ISearchInputsLabelWithIcon {
1610
1598
 
1611
1599
  declare const SearchInputsOverlay: (props: ISearchInputsOverlay) => null;
1612
1600
 
1613
- declare const SearchInputsOverlayInput: ({ label, description, }: ISearchInputsOverlayInput) => react_jsx_runtime.JSX.Element;
1601
+ declare const SearchInputsOverlayInput: ({ label, description }: ISearchInputsOverlayInput) => react_jsx_runtime.JSX.Element;
1614
1602
 
1615
1603
  declare const SearchInputsElement: ({}: ISearchInputsElement) => null;
1616
1604
 
1617
- declare const SearchInputsLabel: ({ label, description, figure, }: ISearchInputsLabel) => react_jsx_runtime.JSX.Element;
1605
+ declare const SearchInputsLabel: ({ label, description, figure }: ISearchInputsLabel) => react_jsx_runtime.JSX.Element;
1618
1606
 
1619
- declare const SearchInputsLabelWithIcon: ({ label, description, icon, prominent, }: ISearchInputsLabelWithIcon) => react_jsx_runtime.JSX.Element;
1607
+ declare const SearchInputsLabelWithIcon: ({ label, description, icon, prominent }: ISearchInputsLabelWithIcon) => react_jsx_runtime.JSX.Element;
1620
1608
 
1621
1609
  declare const SearchInputs: ({ location, route, name, overlay, onChanged, onInputOpen, activeInput, submit, }: ISearchInputs) => react_jsx_runtime.JSX.Element;
1622
1610
 
@@ -1656,7 +1644,7 @@ interface IListCard {
1656
1644
  actions: React$1.ReactElement<IButton>[] | React$1.ReactElement<IButton>;
1657
1645
  }
1658
1646
 
1659
- declare const ListCard: ({ badge, title, subtitle, info, labels, features, actions, }: IListCard) => react_jsx_runtime.JSX.Element;
1647
+ declare const ListCard: ({ badge, title, subtitle, info, labels, features, actions }: IListCard) => react_jsx_runtime.JSX.Element;
1660
1648
 
1661
1649
  interface IFlyoutArrangementSplit {
1662
1650
  top?: React$1.ReactElement;
@@ -1909,7 +1897,7 @@ interface IAccordeon extends IAccordeonBase {
1909
1897
  interface AccordeonThemeableProps extends IAccordeonBase {
1910
1898
  }
1911
1899
 
1912
- declare const AccordeonGroupProvider: ({ children, }: {
1900
+ declare const AccordeonGroupProvider: ({ children }: {
1913
1901
  children: ReactNode;
1914
1902
  }) => react_jsx_runtime.JSX.Element;
1915
1903
 
@@ -1937,7 +1925,7 @@ interface ICollapsable {
1937
1925
  withContentCollapse?: React$1.ReactNode;
1938
1926
  }
1939
1927
 
1940
- declare const Collapsable: ({ content, additional, withContentExpand, withContentCollapse, }: ICollapsable) => react_jsx_runtime.JSX.Element;
1928
+ declare const Collapsable: ({ content, additional, withContentExpand, withContentCollapse }: ICollapsable) => react_jsx_runtime.JSX.Element;
1941
1929
 
1942
1930
  declare enum DrawerSize {
1943
1931
  SMALL = "SMALL",
@@ -2128,7 +2116,7 @@ interface IModalProvider extends PropsWithChildren {
2128
2116
  size?: ModalSize;
2129
2117
  title?: string;
2130
2118
  }
2131
- declare const ModalProvider: ({ children, modal, size, title, }: IModalProvider) => react_jsx_runtime.JSX.Element;
2119
+ declare const ModalProvider: ({ children, modal, size, title }: IModalProvider) => react_jsx_runtime.JSX.Element;
2132
2120
 
2133
2121
  interface OverlayContextType {
2134
2122
  isOpen: boolean;
@@ -2142,7 +2130,7 @@ interface IOverlayProvider extends PropsWithChildren {
2142
2130
  header?: React$1.ReactNode;
2143
2131
  close?: React$1.ReactNode;
2144
2132
  }
2145
- declare const OverlayProvider: ({ children, header, close, overlay, }: IOverlayProvider) => react_jsx_runtime.JSX.Element;
2133
+ declare const OverlayProvider: ({ children, header, close, overlay }: IOverlayProvider) => react_jsx_runtime.JSX.Element;
2146
2134
 
2147
2135
  interface ProcessingContextType {
2148
2136
  isDone: boolean;
@@ -2159,7 +2147,7 @@ interface GoogleProcessingProviderProps extends PropsWithChildren {
2159
2147
  apiKey: string;
2160
2148
  mapId: string;
2161
2149
  }
2162
- declare const GoogleProcessingProvider: ({ children, apiKey, mapId, }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
2150
+ declare const GoogleProcessingProvider: ({ children, apiKey, mapId }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
2163
2151
 
2164
2152
  interface GooglePlacesI {
2165
2153
  autocomplete: google.maps.places.AutocompleteService;
@@ -2172,10 +2160,10 @@ declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geo
2172
2160
  declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2173
2161
 
2174
2162
  declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.DirectionsService>>;
2175
- declare const GoogleDirectionsServiceProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2163
+ declare const GoogleDirectionsServiceProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2176
2164
 
2177
2165
  declare const GoogleDirectionsRendererContext: React$1.Context<AsyncResult<google.maps.DirectionsRenderer>>;
2178
- declare const GoogleDirectionsRendererProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2166
+ declare const GoogleDirectionsRendererProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2179
2167
 
2180
2168
  declare const GoogleGeometryContext: React$1.Context<AsyncResult<google.maps.GeometryLibrary>>;
2181
2169
  declare const GoogleGeometryProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
@@ -2257,4 +2245,4 @@ declare const RouteLocationExample: ({ CompactAt, onChange, }: {
2257
2245
 
2258
2246
  declare const LocationExample: () => react_jsx_runtime.JSX.Element;
2259
2247
 
2260
- export { Accordeon, AccordeonContext, AccordeonGroupProvider, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, CategoryLink, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, ColoredBox, CompactFooter, CompactNavigation, CompactNavigationContext, Cta, CurrentLocation, CurrentLocationSize, DaySelect, Details, DetailsPage, DetailsSectionBack, DetailsSectionBasic, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Drawer, DrawerContext, DrawerProvider, DrawerSize, EmptySearchPage, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Feature, Features, Figure, FigureHeading, FigureSize, FigureType, FilterTag, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GooglePlacesContext, GooglePlacesProvider, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICategoryLink, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type IColoredBox, type ICompactFooter, type ICompactNavigation, type IContactData, type ICta, type ICurrentLocation, type IDaySelect, type IDestination, type IDetails, type IDetailsPage, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IEmptySearchPage, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFilterTag, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IGallery, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILink, type IList, type IListCard, type ILocationBasedMap, type ILogo, type IMap, type IMapCard, type IMapLegendItem, type IMapLegendLabel, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INoResults, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOpeningHoursSelect, type IOrigin, type IOverlay, type IOverlayProvider, type IPageHeader, type IPick, type IPill, type IPin, type IPinBase, type IPlaceholderPhoto, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IQuote, type IRadio, type IRecord, type IRecords, type IResultHeading, type IRoute, type IRouteLocation, type IRouteStep, type IRoutes, type IScrollableContentProps, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionResults, type ISearchSectionResultsWithMap, type ISearchWithMapPage, type ISelectBox, type ISelectBoxMenu, type ISelectBoxMenuItem, type ISelectBoxSelect, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type IStep, type ISurface, type ISwipe, type ISwipeable, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, Label, LabelSize, LabeledIcon, Link, LinkContext, List, ListCard, ListType, Location, LocationExample, type LocationHandle, type LocationI, Logo, LogoSize, Map, MapCard, MapLegendItem, MapLegendLabel, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Name, type NameHandle, type NameI, Navigation, NoResults, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeader, PageHeading, Pick, PickContext, Pill, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Quote, Radio, RadioContext, Record, Records, ResultHeading, Route, type RouteHandle, type RouteI, RouteLocation, RouteLocationExample, ScaledFigure, ScaledIcon, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionResults, SearchSectionResultsWithMap, SearchWithMapPage, type SelectBlurEvent, SelectBox, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Swipe, Swipeable, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, TableCellType, Term, Terminal, TextAlignment, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useIsGoogleProcessing, useIsProcessing, useProcessing };
2248
+ export { Accordeon, AccordeonContext, AccordeonGroupProvider, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, CategoryLink, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, ColoredBox, CompactFooter, CompactNavigation, CompactNavigationContext, Cta, CurrentLocation, CurrentLocationSize, DaySelect, Details, DetailsPage, DetailsSectionBack, DetailsSectionBasic, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Drawer, DrawerContext, DrawerProvider, DrawerSize, EmptySearchPage, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Feature, Features, Figure, FigureHeading, FigureSize, FigureType, FilterTag, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GooglePlacesContext, GooglePlacesProvider, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICategoryLink, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type IColoredBox, type ICompactFooter, type ICompactNavigation, type IContactData, type ICta, type ICurrentLocation, type IDaySelect, type IDestination, type IDetails, type IDetailsPage, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IEmptySearchPage, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFilterTag, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IGallery, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILink, type IList, type IListCard, type ILocationBasedMap, type ILogo, type IMap, type IMapCard, type IMapLegendItem, type IMapLegendLabel, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INoResults, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOpeningHoursSelect, type IOrigin, type IOverlay, type IOverlayProvider, type IPageHeader, type IPick, type IPill, type IPin, type IPlaceholderPhoto, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IQuote, type IRadio, type IRecord, type IRecords, type IResultHeading, type IRoute, type IRouteLocation, type IRouteStep, type IRoutes, type IScrollableContentProps, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionResults, type ISearchSectionResultsWithMap, type ISearchWithMapPage, type ISelectBox, type ISelectBoxMenu, type ISelectBoxMenuItem, type ISelectBoxSelect, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type IStep, type ISurface, type ISwipe, type ISwipeable, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, Label, LabelSize, LabeledIcon, Link, LinkContext, List, ListCard, ListType, Location, LocationExample, type LocationHandle, type LocationI, Logo, LogoSize, Map, MapCard, MapLegendItem, MapLegendLabel, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Name, type NameHandle, type NameI, Navigation, NoResults, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeader, PageHeading, Pick, PickContext, Pill, PlaceholderPhoto, PlaceholderPhotoType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Quote, Radio, RadioContext, Record, Records, ResultHeading, Route, type RouteHandle, type RouteI, RouteLocation, RouteLocationExample, ScaledFigure, ScaledIcon, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionResults, SearchSectionResultsWithMap, SearchWithMapPage, type SelectBlurEvent, SelectBox, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Swipe, Swipeable, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, TableCellType, Term, Terminal, TextAlignment, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useIsGoogleProcessing, useIsProcessing, useProcessing };
package/build/index.d.ts CHANGED
@@ -30,7 +30,7 @@ interface IOpeningHoursSelect {
30
30
  onChange: (value: OpeningHoursSelectHours) => void;
31
31
  }
32
32
 
33
- declare const OpeningHoursSelect: ({ selected, onChange, }: IOpeningHoursSelect) => react_jsx_runtime.JSX.Element;
33
+ declare const OpeningHoursSelect: ({ selected, onChange }: IOpeningHoursSelect) => react_jsx_runtime.JSX.Element;
34
34
 
35
35
  interface IToggle {
36
36
  onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
@@ -42,7 +42,7 @@ interface IToggle {
42
42
  defaultChecked?: boolean;
43
43
  }
44
44
 
45
- declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange, }: IToggle) => react_jsx_runtime.JSX.Element;
45
+ declare const Toggle: ({ label, name, value, ariaLabel, checked, defaultChecked, onChange }: IToggle) => react_jsx_runtime.JSX.Element;
46
46
 
47
47
  interface OpeninghoursI {
48
48
  hours: React$1.ReactElement<IOpeningHoursSelect>;
@@ -389,7 +389,7 @@ interface ICheckbox extends ICheckboxBase {
389
389
  context?: CheckboxContext;
390
390
  }
391
391
 
392
- declare const Checkbox: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, }: ICheckbox) => react_jsx_runtime.JSX.Element;
392
+ declare const Checkbox: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked }: ICheckbox) => react_jsx_runtime.JSX.Element;
393
393
 
394
394
  declare enum ChoiceContext {
395
395
  STANDARD = "STANDARD",
@@ -411,7 +411,7 @@ interface IChoice extends IChoiceBase {
411
411
  context?: ChoiceContext;
412
412
  }
413
413
 
414
- declare const Choice: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon, }: IChoice) => react_jsx_runtime.JSX.Element;
414
+ declare const Choice: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon }: IChoice) => react_jsx_runtime.JSX.Element;
415
415
 
416
416
  interface IFeature {
417
417
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -469,7 +469,7 @@ interface IInformation {
469
469
  background?: InformationBackground;
470
470
  }
471
471
 
472
- declare const Information: ({ text, frame, variant, background, }: IInformation) => react_jsx_runtime.JSX.Element;
472
+ declare const Information: ({ text, frame, variant, background }: IInformation) => react_jsx_runtime.JSX.Element;
473
473
 
474
474
  declare enum InputContext {
475
475
  DISABLED = "DISABLED",
@@ -569,7 +569,7 @@ interface IPick extends IPickBase {
569
569
  context?: PickContext;
570
570
  }
571
571
 
572
- declare const Pick: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon, }: IPick) => react_jsx_runtime.JSX.Element;
572
+ declare const Pick: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, icon }: IPick) => react_jsx_runtime.JSX.Element;
573
573
 
574
574
  interface IPill {
575
575
  label: string;
@@ -578,20 +578,6 @@ interface IPill {
578
578
 
579
579
  declare const Pill: ({ withIconBefore, label }: IPill) => react_jsx_runtime.JSX.Element;
580
580
 
581
- declare enum PinType {
582
- DAYCARE = "DAYCARE",
583
- CHILDMINDER = "CHILDMINDER",
584
- COOPERATIVE = "COOPERATIVE",
585
- OUT_OF_RANGE = "OUT_OF_RANGE"
586
- }
587
-
588
- interface IPinBase {
589
- type: PinType;
590
- lifted?: boolean;
591
- }
592
-
593
- declare const Pin: ({ type, lifted }: IPinBase) => react_jsx_runtime.JSX.Element;
594
-
595
581
  declare const PlainText: ({ children, size, font, fontWeight, textDecoration, textAlignment, textColor, }: IPlainText) => react_jsx_runtime.JSX.Element;
596
582
 
597
583
  declare enum RadioContext {
@@ -613,7 +599,7 @@ interface IRadio extends IRadioBase {
613
599
  context?: RadioContext;
614
600
  }
615
601
 
616
- declare const Radio: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked, }: IRadio) => react_jsx_runtime.JSX.Element;
602
+ declare const Radio: ({ context, onChange, value, ariaLabel, label, name, checked, defaultChecked }: IRadio) => react_jsx_runtime.JSX.Element;
617
603
 
618
604
  interface IRecord {
619
605
  withIconBefore?: React$1.ReactElement<IIcon>;
@@ -1013,7 +999,7 @@ interface IColoredBox {
1013
999
  actions?: React.ReactNode;
1014
1000
  }
1015
1001
 
1016
- declare const ColoredBox: ({ title, description, image, actions, }: IColoredBox) => react_jsx_runtime.JSX.Element;
1002
+ declare const ColoredBox: ({ title, description, image, actions }: IColoredBox) => react_jsx_runtime.JSX.Element;
1017
1003
 
1018
1004
  interface INoResults {
1019
1005
  title: string;
@@ -1074,8 +1060,8 @@ interface ICompactNavigationItem {
1074
1060
  }
1075
1061
 
1076
1062
  declare const CompactNavigation: {
1077
- ({ children, context, toggleLabel, footer, }: ICompactNavigation): react_jsx_runtime.JSX.Element;
1078
- Item: ({ label, onClick, isActive, href, icon, }: ICompactNavigationItem) => react_jsx_runtime.JSX.Element;
1063
+ ({ children, context, toggleLabel, footer }: ICompactNavigation): react_jsx_runtime.JSX.Element;
1064
+ Item: ({ label, onClick, isActive, href, icon }: ICompactNavigationItem) => react_jsx_runtime.JSX.Element;
1079
1065
  };
1080
1066
 
1081
1067
  interface ICompactFooter extends ICompactFooterBase {
@@ -1086,7 +1072,7 @@ interface ICompactFooterBase {
1086
1072
  description?: string;
1087
1073
  }
1088
1074
 
1089
- declare const CompactFooter: ({ children, title, description, }: ICompactFooter) => react_jsx_runtime.JSX.Element;
1075
+ declare const CompactFooter: ({ children, title, description }: ICompactFooter) => react_jsx_runtime.JSX.Element;
1090
1076
 
1091
1077
  interface IDetailsBase {
1092
1078
  children?: React$1.ReactNode;
@@ -1156,7 +1142,7 @@ interface ICategoryLink {
1156
1142
  action: () => void;
1157
1143
  }
1158
1144
 
1159
- declare const CategoryLink: ({ figure, title, description, label, action, }: ICategoryLink) => react_jsx_runtime.JSX.Element;
1145
+ declare const CategoryLink: ({ figure, title, description, label, action }: ICategoryLink) => react_jsx_runtime.JSX.Element;
1160
1146
 
1161
1147
  interface IQuote {
1162
1148
  quote: string;
@@ -1190,7 +1176,7 @@ interface IPlaceholderPhoto {
1190
1176
  height: string;
1191
1177
  }
1192
1178
 
1193
- declare const PlaceholderPhoto: ({ figure, type, height, }: IPlaceholderPhoto) => react_jsx_runtime.JSX.Element;
1179
+ declare const PlaceholderPhoto: ({ figure, type, height }: IPlaceholderPhoto) => react_jsx_runtime.JSX.Element;
1194
1180
 
1195
1181
  interface INavigation extends INavigationBase {
1196
1182
  }
@@ -1208,7 +1194,7 @@ interface INavigationItem {
1208
1194
 
1209
1195
  declare const Navigation: {
1210
1196
  ({ children, logo }: INavigation): react_jsx_runtime.JSX.Element;
1211
- Item: ({ label, onClick, isActive, href, icon, }: INavigationItem) => react_jsx_runtime.JSX.Element;
1197
+ Item: ({ label, onClick, isActive, href, icon }: INavigationItem) => react_jsx_runtime.JSX.Element;
1212
1198
  };
1213
1199
 
1214
1200
  declare enum ItemType {
@@ -1265,7 +1251,7 @@ interface ITopNavigationItemBase {
1265
1251
 
1266
1252
  declare const TopNavigation: {
1267
1253
  ({ children }: ITopNavigation): react_jsx_runtime.JSX.Element;
1268
- Item: ({ onClick, label, icon, href, }: ITopNavigationItemBase) => react_jsx_runtime.JSX.Element;
1254
+ Item: ({ onClick, label, icon, href }: ITopNavigationItemBase) => react_jsx_runtime.JSX.Element;
1269
1255
  };
1270
1256
 
1271
1257
  interface IOnboarding {
@@ -1409,6 +1395,7 @@ interface IPin {
1409
1395
  key: string;
1410
1396
  name: string;
1411
1397
  address: string;
1398
+ showsExactLocation: boolean;
1412
1399
  type: PointType;
1413
1400
  overlay: React$1.ReactNode;
1414
1401
  }
@@ -1444,10 +1431,11 @@ interface IMapLegendItem {
1444
1431
  label: string;
1445
1432
  }
1446
1433
  interface ILocationBasedMap {
1434
+ interaction?: boolean;
1447
1435
  points?: IPoints;
1448
1436
  showLoader: boolean;
1449
1437
  loader?: React$1.ReactNode;
1450
- origin?: IOrigin;
1438
+ origin: IOrigin;
1451
1439
  legend?: React$1.ReactElement<IMapLegendItem>[];
1452
1440
  legendToggle?: React$1.ReactElement<IMapLegendLabel>;
1453
1441
  onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
@@ -1478,7 +1466,7 @@ declare const MapLegendItem: ({ pin, label }: IMapLegendItem) => react_jsx_runti
1478
1466
 
1479
1467
  declare const Map: {
1480
1468
  (props: IMap): react_jsx_runtime.JSX.Element;
1481
- Location: ({ points, showLoader, loader, origin, onAreaChange, legend, legendToggle, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
1469
+ Location: ({ interaction, points, showLoader, loader, origin, onAreaChange, legend, legendToggle, }: ILocationBasedMap) => react_jsx_runtime.JSX.Element | null;
1482
1470
  Direction: ({ routes, activeRoute, origin, destination, deviation, activeTravelMode, points, showLoader, loader, onRouteChange, onAreaChange, onTravelModeChange, legend, legendToggle, }: IDirectionBasedMapBase) => react_jsx_runtime.JSX.Element | null;
1483
1471
  Failed: ({ message }: IFailureMap) => react_jsx_runtime.JSX.Element | null;
1484
1472
  Loading: ({ loader }: {
@@ -1550,7 +1538,7 @@ interface ISearchFiltersItem {
1550
1538
  filter: React$1.ReactNode;
1551
1539
  }
1552
1540
 
1553
- declare const SearchFiltersLabel: ({ label, description, icon, }: ISearchFiltersLabel) => react_jsx_runtime.JSX.Element;
1541
+ declare const SearchFiltersLabel: ({ label, description, icon }: ISearchFiltersLabel) => react_jsx_runtime.JSX.Element;
1554
1542
 
1555
1543
  declare const SearchFiltersItem: (props: ISearchFiltersItem) => null;
1556
1544
 
@@ -1558,7 +1546,7 @@ declare const SearchFiltersOverlay: (props: ISearchFiltersOverlay) => null;
1558
1546
 
1559
1547
  declare const SearchFiltersModal: (props: ISearchFiltersModal) => null;
1560
1548
 
1561
- declare const SearchFilters: ({ filters, activeFilterCount, label, submit, clear, modal, overlay, }: ISearchFilters) => react_jsx_runtime.JSX.Element;
1549
+ declare const SearchFilters: ({ filters, activeFilterCount, label, submit, clear, modal, overlay }: ISearchFilters) => react_jsx_runtime.JSX.Element;
1562
1550
 
1563
1551
  type SearchInputTypes = "location" | "route" | "name";
1564
1552
  interface ISearchInputsShared {
@@ -1610,13 +1598,13 @@ interface ISearchInputsLabelWithIcon {
1610
1598
 
1611
1599
  declare const SearchInputsOverlay: (props: ISearchInputsOverlay) => null;
1612
1600
 
1613
- declare const SearchInputsOverlayInput: ({ label, description, }: ISearchInputsOverlayInput) => react_jsx_runtime.JSX.Element;
1601
+ declare const SearchInputsOverlayInput: ({ label, description }: ISearchInputsOverlayInput) => react_jsx_runtime.JSX.Element;
1614
1602
 
1615
1603
  declare const SearchInputsElement: ({}: ISearchInputsElement) => null;
1616
1604
 
1617
- declare const SearchInputsLabel: ({ label, description, figure, }: ISearchInputsLabel) => react_jsx_runtime.JSX.Element;
1605
+ declare const SearchInputsLabel: ({ label, description, figure }: ISearchInputsLabel) => react_jsx_runtime.JSX.Element;
1618
1606
 
1619
- declare const SearchInputsLabelWithIcon: ({ label, description, icon, prominent, }: ISearchInputsLabelWithIcon) => react_jsx_runtime.JSX.Element;
1607
+ declare const SearchInputsLabelWithIcon: ({ label, description, icon, prominent }: ISearchInputsLabelWithIcon) => react_jsx_runtime.JSX.Element;
1620
1608
 
1621
1609
  declare const SearchInputs: ({ location, route, name, overlay, onChanged, onInputOpen, activeInput, submit, }: ISearchInputs) => react_jsx_runtime.JSX.Element;
1622
1610
 
@@ -1656,7 +1644,7 @@ interface IListCard {
1656
1644
  actions: React$1.ReactElement<IButton>[] | React$1.ReactElement<IButton>;
1657
1645
  }
1658
1646
 
1659
- declare const ListCard: ({ badge, title, subtitle, info, labels, features, actions, }: IListCard) => react_jsx_runtime.JSX.Element;
1647
+ declare const ListCard: ({ badge, title, subtitle, info, labels, features, actions }: IListCard) => react_jsx_runtime.JSX.Element;
1660
1648
 
1661
1649
  interface IFlyoutArrangementSplit {
1662
1650
  top?: React$1.ReactElement;
@@ -1909,7 +1897,7 @@ interface IAccordeon extends IAccordeonBase {
1909
1897
  interface AccordeonThemeableProps extends IAccordeonBase {
1910
1898
  }
1911
1899
 
1912
- declare const AccordeonGroupProvider: ({ children, }: {
1900
+ declare const AccordeonGroupProvider: ({ children }: {
1913
1901
  children: ReactNode;
1914
1902
  }) => react_jsx_runtime.JSX.Element;
1915
1903
 
@@ -1937,7 +1925,7 @@ interface ICollapsable {
1937
1925
  withContentCollapse?: React$1.ReactNode;
1938
1926
  }
1939
1927
 
1940
- declare const Collapsable: ({ content, additional, withContentExpand, withContentCollapse, }: ICollapsable) => react_jsx_runtime.JSX.Element;
1928
+ declare const Collapsable: ({ content, additional, withContentExpand, withContentCollapse }: ICollapsable) => react_jsx_runtime.JSX.Element;
1941
1929
 
1942
1930
  declare enum DrawerSize {
1943
1931
  SMALL = "SMALL",
@@ -2128,7 +2116,7 @@ interface IModalProvider extends PropsWithChildren {
2128
2116
  size?: ModalSize;
2129
2117
  title?: string;
2130
2118
  }
2131
- declare const ModalProvider: ({ children, modal, size, title, }: IModalProvider) => react_jsx_runtime.JSX.Element;
2119
+ declare const ModalProvider: ({ children, modal, size, title }: IModalProvider) => react_jsx_runtime.JSX.Element;
2132
2120
 
2133
2121
  interface OverlayContextType {
2134
2122
  isOpen: boolean;
@@ -2142,7 +2130,7 @@ interface IOverlayProvider extends PropsWithChildren {
2142
2130
  header?: React$1.ReactNode;
2143
2131
  close?: React$1.ReactNode;
2144
2132
  }
2145
- declare const OverlayProvider: ({ children, header, close, overlay, }: IOverlayProvider) => react_jsx_runtime.JSX.Element;
2133
+ declare const OverlayProvider: ({ children, header, close, overlay }: IOverlayProvider) => react_jsx_runtime.JSX.Element;
2146
2134
 
2147
2135
  interface ProcessingContextType {
2148
2136
  isDone: boolean;
@@ -2159,7 +2147,7 @@ interface GoogleProcessingProviderProps extends PropsWithChildren {
2159
2147
  apiKey: string;
2160
2148
  mapId: string;
2161
2149
  }
2162
- declare const GoogleProcessingProvider: ({ children, apiKey, mapId, }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
2150
+ declare const GoogleProcessingProvider: ({ children, apiKey, mapId }: GoogleProcessingProviderProps) => react_jsx_runtime.JSX.Element;
2163
2151
 
2164
2152
  interface GooglePlacesI {
2165
2153
  autocomplete: google.maps.places.AutocompleteService;
@@ -2172,10 +2160,10 @@ declare const GoogleGeocoderContext: React$1.Context<AsyncResult<google.maps.Geo
2172
2160
  declare const GoogleGeocoderProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2173
2161
 
2174
2162
  declare const GoogleDirectionsServiceContext: React$1.Context<AsyncResult<google.maps.DirectionsService>>;
2175
- declare const GoogleDirectionsServiceProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2163
+ declare const GoogleDirectionsServiceProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2176
2164
 
2177
2165
  declare const GoogleDirectionsRendererContext: React$1.Context<AsyncResult<google.maps.DirectionsRenderer>>;
2178
- declare const GoogleDirectionsRendererProvider: ({ children, }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2166
+ declare const GoogleDirectionsRendererProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
2179
2167
 
2180
2168
  declare const GoogleGeometryContext: React$1.Context<AsyncResult<google.maps.GeometryLibrary>>;
2181
2169
  declare const GoogleGeometryProvider: ({ children }: PropsWithChildren) => react_jsx_runtime.JSX.Element;
@@ -2257,4 +2245,4 @@ declare const RouteLocationExample: ({ CompactAt, onChange, }: {
2257
2245
 
2258
2246
  declare const LocationExample: () => react_jsx_runtime.JSX.Element;
2259
2247
 
2260
- export { Accordeon, AccordeonContext, AccordeonGroupProvider, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, CategoryLink, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, ColoredBox, CompactFooter, CompactNavigation, CompactNavigationContext, Cta, CurrentLocation, CurrentLocationSize, DaySelect, Details, DetailsPage, DetailsSectionBack, DetailsSectionBasic, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Drawer, DrawerContext, DrawerProvider, DrawerSize, EmptySearchPage, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Feature, Features, Figure, FigureHeading, FigureSize, FigureType, FilterTag, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GooglePlacesContext, GooglePlacesProvider, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICategoryLink, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type IColoredBox, type ICompactFooter, type ICompactNavigation, type IContactData, type ICta, type ICurrentLocation, type IDaySelect, type IDestination, type IDetails, type IDetailsPage, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IEmptySearchPage, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFilterTag, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IGallery, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILink, type IList, type IListCard, type ILocationBasedMap, type ILogo, type IMap, type IMapCard, type IMapLegendItem, type IMapLegendLabel, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INoResults, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOpeningHoursSelect, type IOrigin, type IOverlay, type IOverlayProvider, type IPageHeader, type IPick, type IPill, type IPin, type IPinBase, type IPlaceholderPhoto, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IQuote, type IRadio, type IRecord, type IRecords, type IResultHeading, type IRoute, type IRouteLocation, type IRouteStep, type IRoutes, type IScrollableContentProps, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionResults, type ISearchSectionResultsWithMap, type ISearchWithMapPage, type ISelectBox, type ISelectBoxMenu, type ISelectBoxMenuItem, type ISelectBoxSelect, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type IStep, type ISurface, type ISwipe, type ISwipeable, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, Label, LabelSize, LabeledIcon, Link, LinkContext, List, ListCard, ListType, Location, LocationExample, type LocationHandle, type LocationI, Logo, LogoSize, Map, MapCard, MapLegendItem, MapLegendLabel, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Name, type NameHandle, type NameI, Navigation, NoResults, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeader, PageHeading, Pick, PickContext, Pill, Pin, PinType, PlaceholderPhoto, PlaceholderPhotoType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Quote, Radio, RadioContext, Record, Records, ResultHeading, Route, type RouteHandle, type RouteI, RouteLocation, RouteLocationExample, ScaledFigure, ScaledIcon, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionResults, SearchSectionResultsWithMap, SearchWithMapPage, type SelectBlurEvent, SelectBox, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Swipe, Swipeable, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, TableCellType, Term, Terminal, TextAlignment, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useIsGoogleProcessing, useIsProcessing, useProcessing };
2248
+ export { Accordeon, AccordeonContext, AccordeonGroupProvider, type AutoCompleteContextType, type AutocompleteBlurEvent, type AutocompleteChangeEvent, type AutocompleteFocusEvent, type AutocompleteI, AutocompleteInput, type AutocompleteInputI, AutocompleteOption, type AutocompleteOptionNavigatedEvent, AutocompleteOptionSelected, AutocompleteOptions, type AutocompleteOptionsI, type AutocompleteSelectEvent, Backdrop, BackdropContext, BackdropProvider, Badge, BadgeSize, BadgeType, BasicPage, BigChoice, BigPick, Blur, BlurContext, BlurProvider, BottomNavigation, Brand, Breadcrumb, Button, ButtonContext, ButtonType, Card, CardChildminderExample, CardDaycareExample, CategoryLink, Checkbox, CheckboxContext, Choice, ChoiceContext, Close, type CloseI, Collapsable, Collapse, ColoredBox, CompactFooter, CompactNavigation, CompactNavigationContext, Cta, CurrentLocation, CurrentLocationSize, DaySelect, Details, DetailsPage, DetailsSectionBack, DetailsSectionBasic, DetailsSectionFacilities, DetailsSectionGallery, DetailsSectionGeneral, DetailsSectionHeader, DetailsSectionHours, DetailsSectionPrice, DetailsSectionQuote, DetailsSectionTitle, DetailsSectionVacation, Drawer, DrawerContext, DrawerProvider, DrawerSize, EmptySearchPage, Expand, Faq, FavoritesSectionConfirm, FavoritesSectionEmpty, FavoritesSectionHeader, FavoritesSectionList, Feature, Features, Figure, FigureHeading, FigureSize, FigureType, FilterTag, Flip, FlyoutArrangementFull, FlyoutArrangementSplit, FlyoutHeading, Footer, FooterNavigation, Gallery, GoogleDirectionsRendererContext, GoogleDirectionsRendererProvider, GoogleDirectionsServiceContext, GoogleDirectionsServiceProvider, GoogleGeocoderContext, GoogleGeocoderProvider, GoogleGeometryContext, GoogleGeometryProvider, GooglePlacesContext, GooglePlacesProvider, GoogleProcessingProvider, type GoogleProcessingProviderProps, Grid, type GridItemProps, type GridProps, HeaderAlternate, HeaderBottom, HeaderContext, HeaderTop, type HeadingArrangementI, HomeSectionCards, HomeSectionFaq, HomeSectionGettingStarted, HomeSectionLeftSplit, type IAccordeon, type IBackdrop, type IBackdropProvider, type IBadge, type IBasicPage, type IBigChoice, type IBigPick, type IBlur, type IBlurProvider, type IBottomNavigation, type IBrand, type IBreadcrumb, type IButton, type ICard, type ICategoryLink, type ICheckbox, type IChoice, type ICollapsable, type ICollapse, type IColoredBox, type ICompactFooter, type ICompactNavigation, type IContactData, type ICta, type ICurrentLocation, type IDaySelect, type IDestination, type IDetails, type IDetailsPage, type IDetailsSectionBack, type IDetailsSectionBasic, type IDetailsSectionFacilities, type IDetailsSectionGallery, type IDetailsSectionGeneral, type IDetailsSectionHeader, type IDetailsSectionHours, type IDetailsSectionPrice, type IDetailsSectionQuote, type IDetailsSectionTitle, type IDetailsSectionVacation, type IDirectionBasedMapBase, type IDrawer, type IDrawerProvider, type IEmptySearchPage, type IExpand, type IFaq, type IFavoritesSectionConfirm, type IFavoritesSectionEmpty, type IFavoritesSectionHeader, type IFavoritesSectionList, type IFeature, type IFeatures, type IFigure, type IFigureHeading, type IFilterTag, type IFlip, type IFlyoutArrangementFull, type IFlyoutArrangementSplit, type IFooter, type IFooterNavigation, type IGallery, type IHeaderBottom, type IHeaderTop, type IHomeSectionCards, type IHomeSectionFaq, type IHomeSectionGettingStarted, type IHomeSectionLeftSplit, type IIcon, type IInfoCard, type IInformation, type IInput, type IInstruction, type ILabel, type ILabeledIcon, type ILink, type IList, type IListCard, type ILocationBasedMap, type ILogo, type IMap, type IMapCard, type IMapLegendItem, type IMapLegendLabel, type IMaskedImage, type IModal, type IModalProvider, type INavigation, type INavigationItem, type INoResults, type INotification, type IOnboarding, type IOnboardingArrangementInformation, type IOnboardingArrangementIntroduction, type IOnboardingArrangementStep, type IOpeningHoursSelect, type IOrigin, type IOverlay, type IOverlayProvider, type IPageHeader, type IPick, type IPill, type IPin, type IPlaceholderPhoto, type IPlainText, type IPoint, type IPoints, type IProfileNavigation, type IQuickSearch, type IQuote, type IRadio, type IRecord, type IRecords, type IResultHeading, type IRoute, type IRouteLocation, type IRouteStep, type IRoutes, type IScrollableContentProps, type ISearchFilters, type ISearchFiltersItem, type ISearchFiltersModal, type ISearchFiltersOverlay, type ISearchInputs, type ISearchInputsElement, type ISearchInputsLabel, type ISearchInputsLabelWithIcon, type ISearchInputsOverlayInput, type ISearchPage, type ISearchProvider, type ISearchSectionEmpty, type ISearchSectionFilters, type ISearchSectionResults, type ISearchSectionResultsWithMap, type ISearchWithMapPage, type ISelectBox, type ISelectBoxMenu, type ISelectBoxMenuItem, type ISelectBoxSelect, type ISharedSectionFooter, type ISharedSectionHeader, type IStatus, type IStatusList, type IStep, type ISurface, type ISwipe, type ISwipeable, type ITable, type ITableBody, type ITableCell, type ITableHead, type ITableRow, type ITerm, type ITerminal, type IToggle, type ITopNavigation, type ITopNavigationItemBase, type IWave, type IWizard, type IWizardControls, type IWizardProvider, type IWizardStep, type IWizardStepProvider, type IYesNo, Icon, IconContext, IconSize, IconType, InfoCard, Information, InformationBackground, InformationVariant, InlineSelect, type InlineSelectI, InlineSelectIconAsOption, InlineSelectIconAsOptionSelected, InlineSelectLabelAsOption, InlineSelectLabelAsOptionSelected, type InlineSelectOptionI, Input, InputContext, Instruction, ItemType, Label, LabelSize, LabeledIcon, Link, LinkContext, List, ListCard, ListType, Location, LocationExample, type LocationHandle, type LocationI, Logo, LogoSize, Map, MapCard, MapLegendItem, MapLegendLabel, MaskType, MaskedImage, Modal, ModalContext, ModalProvider, Name, type NameHandle, type NameI, Navigation, NoResults, Notification, Onboarding, OnboardingArrangementInformation, OnboardingArrangementIntroduction, OnboardingArrangementStep, OnboardingButton, OpeningHoursSelect, type OpeningHoursSelectHours, Openinghours, type OpeninghoursI, Overlay, OverlayContext, OverlayHeading, OverlayProvider, PageHeader, PageHeading, Pick, PickContext, Pill, PlaceholderPhoto, PlaceholderPhotoType, PlainText, Position, ProcessingContext, type ProcessingContextType, ProcessingProvider, ProfileNavigation, type ProfileNavigationItemThemeableProps, type ProfileNavigationThemeableProps, type PropsForThemeModeProvider, QuickSearch, Quote, Radio, RadioContext, Record, Records, ResultHeading, Route, type RouteHandle, type RouteI, RouteLocation, RouteLocationExample, ScaledFigure, ScaledIcon, SearchContext, SearchFilters, SearchFiltersItem, SearchFiltersLabel, SearchFiltersModal, SearchFiltersOverlay, SearchInputs, SearchInputsElement, SearchInputsLabel, SearchInputsLabelWithIcon, SearchInputsOverlay, SearchInputsOverlayInput, SearchPage, SearchProvider, SearchSectionEmpty, SearchSectionFilters, SearchSectionResults, SearchSectionResultsWithMap, SearchWithMapPage, type SelectBlurEvent, SelectBox, type SelectChangeEvent, type SelectFocusEvent, SharedSectionFooter, SharedSectionHeader, Status, StatusCompact, StatusContext, StatusList, Surface, Swipe, Swipeable, Switch, type SwitchI, type SwitchItemContentI, type SwitchItemI, Table, TableCellType, Term, Terminal, TextAlignment, TextDecoration, ThemeModeContext, ThemeModeProvider, Toggle, TopNavigation, Wave, WavePosition, WaveType, Wizard, WizardContext, WizardControls, WizardProvider, WizardStep, WizardStepContext, WizardStepProvider, YesNo, YesNoContext, useGoogleApiKey, useGoogleDirections, useGoogleDirectionsRenderer, useGoogleGeocoder, useGoogleGeometry, useGoogleMapId, useGooglePlaces, useIsGoogleProcessing, useIsProcessing, useProcessing };