@smg-automotive/components 25.11.0-migrate-v3-header-full.4 → 25.11.0-migrate-searchable-list.1
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/cjs/components/index.d.ts +2 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableList.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts +2 -1
- package/dist/cjs/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/Container.d.ts +6 -0
- package/dist/cjs/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/cjs/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/cjs/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/index.d.ts +16 -0
- package/dist/cjs/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/cjs/index.js +108 -29
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/index.d.ts +2 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.js +4 -4
- package/dist/esm/components/list/SearchableList.js.map +1 -1
- package/dist/esm/components/list/SearchableListItem.d.ts +2 -1
- package/dist/esm/components/list/SearchableListItem.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItem.js +2 -5
- package/dist/esm/components/list/SearchableListItem.js.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableListItemLabel.js +2 -2
- package/dist/esm/components/list/SearchableListItemLabel.js.map +1 -1
- package/dist/esm/components/tenantSelection/Container.d.ts +6 -0
- package/dist/esm/components/tenantSelection/Container.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Container.js +12 -0
- package/dist/esm/components/tenantSelection/Container.js.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts +3 -0
- package/dist/esm/components/tenantSelection/Loading.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Loading.js +13 -0
- package/dist/esm/components/tenantSelection/Loading.js.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts +3 -0
- package/dist/esm/components/tenantSelection/ModalLayout.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js +12 -0
- package/dist/esm/components/tenantSelection/ModalLayout.js.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts +12 -0
- package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/Overview.js +40 -0
- package/dist/esm/components/tenantSelection/Overview.js.map +1 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts +2 -0
- package/dist/esm/components/tenantSelection/__tests__/createTenantLabel.test.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.d.ts +16 -0
- package/dist/esm/components/tenantSelection/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/index.js +29 -0
- package/dist/esm/components/tenantSelection/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts +11 -0
- package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -0
- package/dist/esm/components/tenantSelection/select/index.js +20 -0
- package/dist/esm/components/tenantSelection/select/index.js.map +1 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js +4 -0
- package/dist/esm/components/tenantSelection/tenantSelectionIllustration.png.js.map +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +75 -15
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { keyframes } from '@emotion/react';
|
|
2
2
|
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
3
|
-
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider } from '@chakra-ui/react';
|
|
3
|
+
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, InputProps as InputProps$1, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput, Slider, ConditionalValue } from '@chakra-ui/react';
|
|
4
4
|
export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, GridItemProps, GridProps, ListItemProps, ListRootProps, SeparatorProps, StackSeparator, TableBodyProps, TableCaptionProps, TableCellProps, TableColumnGroupProps, TableColumnHeaderProps, TableColumnProps, TableFooterProps, TableHeaderProps, TableRootProps, TableRowProps, TableScrollAreaProps, TextProps, useBreakpointValue, useChakraContext, useDisclosure } from '@chakra-ui/react';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default, { FocusEventHandler, ChangeEventHandler, FC, PropsWithChildren, ReactNode, ReactElement, ElementType, ComponentProps, JSX } from 'react';
|
|
@@ -10,6 +10,7 @@ import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_pro
|
|
|
10
10
|
import * as node_modules__chakra_ui_react_dist_types_styled_system_css_types from 'node_modules/@chakra-ui/react/dist/types/styled-system/css.types';
|
|
11
11
|
import { Language as Language$1 } from '@smg-automotive/i18n-pkg';
|
|
12
12
|
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
13
|
+
import { RangeTuple } from 'fuse.js';
|
|
13
14
|
|
|
14
15
|
declare const motoScout24Config: _chakra_ui_react.SystemConfig;
|
|
15
16
|
declare const _default$1: _chakra_ui_react.SystemContext;
|
|
@@ -1741,10 +1742,10 @@ declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
|
1741
1742
|
|
|
1742
1743
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1743
1744
|
|
|
1744
|
-
interface Props$
|
|
1745
|
+
interface Props$6 extends DrawerContentProps {
|
|
1745
1746
|
withCloseButton?: boolean;
|
|
1746
1747
|
}
|
|
1747
|
-
declare const DrawerContent: FC<PropsWithChildren<Props$
|
|
1748
|
+
declare const DrawerContent: FC<PropsWithChildren<Props$6>>;
|
|
1748
1749
|
|
|
1749
1750
|
declare const DrawerBody: FC<PropsWithChildren<DrawerBodyProps>>;
|
|
1750
1751
|
|
|
@@ -2203,14 +2204,14 @@ declare const Input: React__default.ForwardRefExoticComponent<InputProps & React
|
|
|
2203
2204
|
|
|
2204
2205
|
declare const repeatArea: (count: number, area: string) => string;
|
|
2205
2206
|
|
|
2206
|
-
interface Props$
|
|
2207
|
+
interface Props$5 {
|
|
2207
2208
|
header?: ReactNode;
|
|
2208
2209
|
maxContentWidth: keyof typeof sizes.container;
|
|
2209
2210
|
skyScraperAd?: ReactNode;
|
|
2210
2211
|
heroAd?: ReactNode;
|
|
2211
2212
|
footer?: ReactNode;
|
|
2212
2213
|
}
|
|
2213
|
-
declare const PageLayout: FC<PropsWithChildren<Props$
|
|
2214
|
+
declare const PageLayout: FC<PropsWithChildren<Props$5>>;
|
|
2214
2215
|
|
|
2215
2216
|
type SingleColumnCenteredLayoutProps = PropsWithChildren<{
|
|
2216
2217
|
maxContentWidth?: keyof (typeof sizes)['container'];
|
|
@@ -2251,12 +2252,12 @@ type VehicleReferenceProps = VehicleReferenceVariantProps & {
|
|
|
2251
2252
|
};
|
|
2252
2253
|
declare const VehicleReference: FC<VehicleReferenceProps>;
|
|
2253
2254
|
|
|
2254
|
-
interface Props$
|
|
2255
|
+
interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
2255
2256
|
vehicle: VehicleReferenceProps;
|
|
2256
2257
|
leftColumnSize?: ColumnSize;
|
|
2257
2258
|
rightColumnSize?: ColumnSize;
|
|
2258
2259
|
}
|
|
2259
|
-
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$
|
|
2260
|
+
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2260
2261
|
|
|
2261
2262
|
type LinkProps = LinkProps$2 & {
|
|
2262
2263
|
isExternal?: boolean;
|
|
@@ -2460,8 +2461,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2460
2461
|
|
|
2461
2462
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2462
2463
|
|
|
2463
|
-
type Props$
|
|
2464
|
-
declare const SimpleGrid: FC<Props$
|
|
2464
|
+
type Props$3 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2465
|
+
declare const SimpleGrid: FC<Props$3>;
|
|
2465
2466
|
|
|
2466
2467
|
interface SimpleHeaderProps {
|
|
2467
2468
|
title: string;
|
|
@@ -2638,10 +2639,10 @@ type ThemeProviderProps = {
|
|
|
2638
2639
|
};
|
|
2639
2640
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2640
2641
|
|
|
2641
|
-
type Props$
|
|
2642
|
+
type Props$2 = {
|
|
2642
2643
|
aspectRatio?: number;
|
|
2643
2644
|
};
|
|
2644
|
-
declare const TopListingBadge: FC<PropsWithChildren<Props$
|
|
2645
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$2>>;
|
|
2645
2646
|
|
|
2646
2647
|
type RangeFilterInputField<Name> = {
|
|
2647
2648
|
name: Name;
|
|
@@ -2663,11 +2664,11 @@ type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
|
2663
2664
|
} & PickedNumberInputProps;
|
|
2664
2665
|
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2665
2666
|
|
|
2666
|
-
type Props = {
|
|
2667
|
+
type Props$1 = {
|
|
2667
2668
|
aspectRatio?: number;
|
|
2668
2669
|
brand: Brand;
|
|
2669
2670
|
};
|
|
2670
|
-
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2671
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props$1>>;
|
|
2671
2672
|
|
|
2672
2673
|
type DiscreteSliderMark<T> = {
|
|
2673
2674
|
stepValue?: number;
|
|
@@ -2698,6 +2699,65 @@ type RangeSliderProps = SliderRootProps & {
|
|
|
2698
2699
|
};
|
|
2699
2700
|
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2700
2701
|
|
|
2702
|
+
type SearchFieldOptions = {
|
|
2703
|
+
placeholder?: string;
|
|
2704
|
+
onFocus?: () => void;
|
|
2705
|
+
onBlur?: () => void;
|
|
2706
|
+
autofocusOnDesktop?: boolean;
|
|
2707
|
+
autoComplete?: 'on' | 'off';
|
|
2708
|
+
};
|
|
2709
|
+
|
|
2710
|
+
type CommonListItem = {
|
|
2711
|
+
label: string;
|
|
2712
|
+
value: string;
|
|
2713
|
+
facet?: string;
|
|
2714
|
+
isSelected: boolean;
|
|
2715
|
+
showChevron?: boolean;
|
|
2716
|
+
highlightIndices?: readonly RangeTuple[];
|
|
2717
|
+
isCheckbox?: boolean;
|
|
2718
|
+
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2719
|
+
};
|
|
2720
|
+
type CheckboxListItem = {
|
|
2721
|
+
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2722
|
+
isCheckbox: true;
|
|
2723
|
+
isIndeterminate?: boolean;
|
|
2724
|
+
} & CommonListItem;
|
|
2725
|
+
type RadioButtonListItem = {
|
|
2726
|
+
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2727
|
+
isCheckbox?: false;
|
|
2728
|
+
} & CommonListItem;
|
|
2729
|
+
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2730
|
+
|
|
2731
|
+
type ListItemWithChildren = ListItemType & {
|
|
2732
|
+
children?: ListItemType[];
|
|
2733
|
+
};
|
|
2734
|
+
type Props = {
|
|
2735
|
+
listItems: ListItemWithChildren[];
|
|
2736
|
+
NoResults?: FC;
|
|
2737
|
+
EmptyQueryPlaceholder?: FC;
|
|
2738
|
+
listAriaLabel?: string;
|
|
2739
|
+
searchFieldOptions?: SearchFieldOptions;
|
|
2740
|
+
listOptions?: {
|
|
2741
|
+
columns?: number;
|
|
2742
|
+
childrenSpacing?: 'md' | '2xl';
|
|
2743
|
+
};
|
|
2744
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2745
|
+
};
|
|
2746
|
+
declare const SearchableList: FC<Props>;
|
|
2747
|
+
|
|
2748
|
+
type TenantSelectionState = {
|
|
2749
|
+
showSelection: boolean;
|
|
2750
|
+
persistSelection: boolean;
|
|
2751
|
+
selectedTenant: null | number;
|
|
2752
|
+
};
|
|
2753
|
+
type TenantSelectionProps = {
|
|
2754
|
+
user: EnrichedSessionUser | null;
|
|
2755
|
+
isLoading?: boolean;
|
|
2756
|
+
selectTenant: (sellerId: number | string) => void;
|
|
2757
|
+
language: Language$1;
|
|
2758
|
+
};
|
|
2759
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2760
|
+
|
|
2701
2761
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2702
2762
|
|
|
2703
2763
|
declare class Logger {
|
|
@@ -2705,5 +2765,5 @@ declare class Logger {
|
|
|
2705
2765
|
}
|
|
2706
2766
|
declare const logger: Logger;
|
|
2707
2767
|
|
|
2708
|
-
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2709
|
-
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$
|
|
2768
|
+
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, DrawerBody, DrawerContent, DrawerOverlay, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, HeartIcon, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, Item as ListItem, Root$1 as ListRoot, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, MobileOnlyAccordion, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, Navigation, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchableList, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Table, Body as TableBody, Caption as TableCaption, Cell as TableCell, Column as TableColumn, ColumnGroup as TableColumnGroup, ColumnHeader as TableColumnHeader, Footer as TableFooter, Header as TableHeader, Root as TableRoot, Row as TableRow, ScrollArea as TableScrollArea, Tabs, TenantSelection, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Config, _default as autoScout24System, breakpoints, convertRemEmToPx, logger, motoScout24Config, _default$1 as motoScout24System, repeatArea, useDebouncedOnChange, useMediaQuery, useToken };
|
|
2769
|
+
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$3 as Props, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|
package/package.json
CHANGED