@smg-automotive/components 25.11.0-migrate-searchable-list.1 → 25.11.0-talamcol-migrate-collapse.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/alert/index.d.ts +2 -2
- package/dist/cjs/components/alert/index.d.ts.map +1 -1
- package/dist/cjs/components/carousel/DotsPagination.d.ts +8 -0
- package/dist/cjs/components/carousel/DotsPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts +7 -0
- package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NavigationButton.d.ts +11 -0
- package/dist/cjs/components/carousel/NavigationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NumbersPagination.d.ts +10 -0
- package/dist/cjs/components/carousel/NumbersPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts +10 -0
- package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/Slide.d.ts +13 -0
- package/dist/cjs/components/carousel/Slide.d.ts.map +1 -0
- package/dist/cjs/components/carousel/Thumbnail.d.ts +10 -0
- package/dist/cjs/components/carousel/Thumbnail.d.ts.map +1 -0
- package/dist/cjs/components/carousel/ThumbnailNavigationButton.d.ts +9 -0
- package/dist/cjs/components/carousel/ThumbnailNavigationButton.d.ts.map +1 -0
- package/dist/cjs/components/carousel/ThumbnailPagination.d.ts +12 -0
- package/dist/cjs/components/carousel/ThumbnailPagination.d.ts.map +1 -0
- package/dist/cjs/components/carousel/index.d.ts +36 -0
- package/dist/cjs/components/carousel/index.d.ts.map +1 -0
- package/dist/cjs/components/closeButton/index.d.ts +2 -2
- package/dist/cjs/components/closeButton/index.d.ts.map +1 -1
- package/dist/cjs/components/collapse/index.d.ts +9 -0
- package/dist/cjs/components/collapse/index.d.ts.map +1 -0
- package/dist/cjs/components/colorPicker/index.d.ts +8 -0
- package/dist/cjs/components/colorPicker/index.d.ts.map +1 -0
- package/dist/cjs/components/errorPage/content/index.d.ts +10 -0
- package/dist/cjs/components/errorPage/content/index.d.ts.map +1 -0
- package/dist/cjs/components/errorPage/index.d.ts +2 -9
- package/dist/cjs/components/errorPage/index.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/ActionButton.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/Heading.d.ts +2 -9
- package/dist/cjs/components/filterPatterns/Heading.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/HeadingContent.d.ts +10 -0
- package/dist/cjs/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/dialog/Content.d.ts +4 -0
- package/dist/cjs/components/filterPatterns/dialog/Content.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/dialog/index.d.ts +1 -2
- package/dist/cjs/components/filterPatterns/dialog/index.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/popover/Content.d.ts +4 -0
- package/dist/cjs/components/filterPatterns/popover/Content.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/popover/index.d.ts +1 -2
- package/dist/cjs/components/filterPatterns/popover/index.d.ts.map +1 -1
- package/dist/cjs/components/galleryHeader/Content.d.ts +10 -0
- package/dist/cjs/components/galleryHeader/Content.d.ts.map +1 -0
- package/dist/cjs/components/galleryHeader/index.d.ts +3 -9
- package/dist/cjs/components/galleryHeader/index.d.ts.map +1 -1
- package/dist/cjs/components/index.d.ts +11 -8
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/link/index.d.ts +3 -2
- package/dist/cjs/components/link/index.d.ts.map +1 -1
- package/dist/cjs/components/list/SearchableList.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
- package/dist/cjs/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
- package/dist/cjs/components/skeleton/index.d.ts +1 -1
- package/dist/cjs/components/skeleton/index.d.ts.map +1 -1
- package/dist/cjs/components/tab/index.d.ts +4 -4
- package/dist/cjs/components/tab/index.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -1
- package/dist/cjs/components/text/index.d.ts +1 -1
- package/dist/cjs/components/text/index.d.ts.map +1 -1
- package/dist/cjs/components/translationProvider/index.d.ts.map +1 -1
- package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts +8 -0
- package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/Toast.d.ts +12 -0
- package/dist/cjs/hooks/useToast/Toast.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/TopRightToast.d.ts +4 -0
- package/dist/cjs/hooks/useToast/TopRightToast.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/TopToaster.d.ts +4 -0
- package/dist/cjs/hooks/useToast/TopToaster.d.ts.map +1 -0
- package/dist/cjs/hooks/useToast/index.d.ts +9 -0
- package/dist/cjs/hooks/useToast/index.d.ts.map +1 -0
- package/dist/cjs/index.js +1071 -528
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/themes/shared/index.d.ts +31 -0
- package/dist/cjs/themes/shared/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/alert.d.ts +16 -0
- package/dist/cjs/themes/shared/slotRecipes/alert.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts +16 -0
- package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts.map +1 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts +31 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/cjs/utilities/i18nInit.d.ts +18 -0
- package/dist/cjs/utilities/i18nInit.d.ts.map +1 -0
- package/dist/esm/components/alert/index.d.ts +2 -2
- package/dist/esm/components/alert/index.d.ts.map +1 -1
- package/dist/esm/components/carousel/DotsPagination.d.ts +8 -0
- package/dist/esm/components/carousel/DotsPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/DotsPagination.js +16 -0
- package/dist/esm/components/carousel/DotsPagination.js.map +1 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts +7 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts.map +1 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.js +12 -0
- package/dist/esm/components/carousel/DotsPaginationIndicator.js.map +1 -0
- package/dist/esm/components/carousel/NavigationButton.d.ts +11 -0
- package/dist/esm/components/carousel/NavigationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/NavigationButton.js +186 -0
- package/dist/esm/components/carousel/NavigationButton.js.map +1 -0
- package/dist/esm/components/carousel/NumbersPagination.d.ts +10 -0
- package/dist/esm/components/carousel/NumbersPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/NumbersPagination.js +19 -0
- package/dist/esm/components/carousel/NumbersPagination.js.map +1 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.d.ts +10 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.js +12 -0
- package/dist/esm/components/carousel/NumbersPaginationButton.js.map +1 -0
- package/dist/esm/components/carousel/Slide.d.ts +13 -0
- package/dist/esm/components/carousel/Slide.d.ts.map +1 -0
- package/dist/esm/components/carousel/Slide.js +29 -0
- package/dist/esm/components/carousel/Slide.js.map +1 -0
- package/dist/esm/components/carousel/Thumbnail.d.ts +10 -0
- package/dist/esm/components/carousel/Thumbnail.d.ts.map +1 -0
- package/dist/esm/components/carousel/Thumbnail.js +10 -0
- package/dist/esm/components/carousel/Thumbnail.js.map +1 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.d.ts +9 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.d.ts.map +1 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.js +186 -0
- package/dist/esm/components/carousel/ThumbnailNavigationButton.js.map +1 -0
- package/dist/esm/components/carousel/ThumbnailPagination.d.ts +12 -0
- package/dist/esm/components/carousel/ThumbnailPagination.d.ts.map +1 -0
- package/dist/esm/components/carousel/ThumbnailPagination.js +46 -0
- package/dist/esm/components/carousel/ThumbnailPagination.js.map +1 -0
- package/dist/esm/components/carousel/index.d.ts +36 -0
- package/dist/esm/components/carousel/index.d.ts.map +1 -0
- package/dist/esm/components/carousel/index.js +211 -0
- package/dist/esm/components/carousel/index.js.map +1 -0
- package/dist/esm/components/closeButton/index.d.ts +2 -2
- package/dist/esm/components/closeButton/index.d.ts.map +1 -1
- package/dist/esm/components/collapse/index.d.ts +9 -0
- package/dist/esm/components/collapse/index.d.ts.map +1 -0
- package/dist/esm/components/collapse/index.js +15 -0
- package/dist/esm/components/collapse/index.js.map +1 -0
- package/dist/esm/components/colorPicker/index.d.ts +8 -0
- package/dist/esm/components/colorPicker/index.d.ts.map +1 -0
- package/dist/esm/components/colorPicker/index.js +13 -0
- package/dist/esm/components/colorPicker/index.js.map +1 -0
- package/dist/esm/components/errorPage/content/EmailChangeVerification.js +1 -1
- package/dist/esm/components/errorPage/content/index.d.ts +10 -0
- package/dist/esm/components/errorPage/content/index.d.ts.map +1 -0
- package/dist/esm/components/errorPage/content/index.js +283 -0
- package/dist/esm/components/errorPage/content/index.js.map +1 -0
- package/dist/esm/components/errorPage/index.d.ts +2 -9
- package/dist/esm/components/errorPage/index.d.ts.map +1 -1
- package/dist/esm/components/errorPage/index.js +5 -283
- package/dist/esm/components/errorPage/index.js.map +1 -1
- package/dist/esm/components/filterPatterns/ActionButton.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/Heading.d.ts +2 -9
- package/dist/esm/components/filterPatterns/Heading.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts +10 -0
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/dialog/Content.d.ts +4 -0
- package/dist/esm/components/filterPatterns/dialog/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/dialog/index.d.ts +1 -2
- package/dist/esm/components/filterPatterns/dialog/index.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/popover/Content.d.ts +4 -0
- package/dist/esm/components/filterPatterns/popover/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/popover/index.d.ts +1 -2
- package/dist/esm/components/filterPatterns/popover/index.d.ts.map +1 -1
- package/dist/esm/components/galleryHeader/Content.d.ts +10 -0
- package/dist/esm/components/galleryHeader/Content.d.ts.map +1 -0
- package/dist/esm/components/galleryHeader/Content.js +196 -0
- package/dist/esm/components/galleryHeader/Content.js.map +1 -0
- package/dist/esm/components/galleryHeader/index.d.ts +3 -9
- package/dist/esm/components/galleryHeader/index.d.ts.map +1 -1
- package/dist/esm/components/galleryHeader/index.js +3 -196
- package/dist/esm/components/galleryHeader/index.js.map +1 -1
- package/dist/esm/components/index.d.ts +11 -8
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/link/index.d.ts +3 -2
- package/dist/esm/components/link/index.d.ts.map +1 -1
- package/dist/esm/components/link/index.js.map +1 -1
- package/dist/esm/components/list/SearchableList.d.ts.map +1 -1
- package/dist/esm/components/list/SearchableList.js +6 -1
- package/dist/esm/components/list/SearchableList.js.map +1 -1
- package/dist/esm/components/navigation/footer/Apps.js +1 -1
- package/dist/esm/components/navigation/footer/Copyright.js +1 -1
- package/dist/esm/components/navigation/footer/Link.js +1 -1
- package/dist/esm/components/navigation/footer/Sections.js +1 -1
- package/dist/esm/components/navigation/header/ComparisonItem.js +1 -1
- package/dist/esm/components/navigation/header/FavoritesItem.js +1 -1
- package/dist/esm/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/NavigationAvatar.js +1 -1
- package/dist/esm/components/navigation/header/NavigationItem.js +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.js +1 -1
- package/dist/esm/components/navigation/header/drawer/DrawerSections.js +1 -1
- package/dist/esm/components/navigation/header/drawer/index.js +1 -1
- package/dist/esm/components/navigation/header/drawer/index.js.map +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.js +1 -1
- package/dist/esm/components/navigation/header/links/NavigationLink.js.map +1 -1
- package/dist/esm/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
- package/dist/esm/components/navigation/header/navigationTenantMenu/index.js +1 -1
- package/dist/esm/components/skeleton/index.d.ts +1 -1
- package/dist/esm/components/skeleton/index.d.ts.map +1 -1
- package/dist/esm/components/tab/index.d.ts +4 -4
- package/dist/esm/components/tab/index.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/Overview.js +1 -1
- package/dist/esm/components/tenantSelection/Overview.js.map +1 -1
- package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -1
- package/dist/esm/components/tenantSelection/select/index.js +1 -1
- package/dist/esm/components/tenantSelection/select/index.js.map +1 -1
- package/dist/esm/components/text/index.d.ts +1 -1
- package/dist/esm/components/text/index.d.ts.map +1 -1
- package/dist/esm/components/themeProvider/index.js +1 -0
- package/dist/esm/components/themeProvider/index.js.map +1 -1
- package/dist/esm/components/translationProvider/index.d.ts.map +1 -1
- package/dist/esm/components/translationProvider/index.js +2 -1
- package/dist/esm/components/translationProvider/index.js.map +1 -1
- package/dist/esm/components/translationProvider/withTranslationProvider.d.ts +8 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.js +16 -0
- package/dist/esm/components/translationProvider/withTranslationProvider.js.map +1 -0
- package/dist/esm/hooks/useToast/Toast.d.ts +12 -0
- package/dist/esm/hooks/useToast/Toast.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/TopRightToast.d.ts +4 -0
- package/dist/esm/hooks/useToast/TopRightToast.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/TopToaster.d.ts +4 -0
- package/dist/esm/hooks/useToast/TopToaster.d.ts.map +1 -0
- package/dist/esm/hooks/useToast/index.d.ts +9 -0
- package/dist/esm/hooks/useToast/index.d.ts.map +1 -0
- package/dist/esm/index.js +12 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/themes/shared/index.d.ts +31 -0
- package/dist/esm/themes/shared/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/alert.d.ts +16 -0
- package/dist/esm/themes/shared/slotRecipes/alert.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/alert.js +19 -0
- package/dist/esm/themes/shared/slotRecipes/alert.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts +16 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.d.ts.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.js +233 -0
- package/dist/esm/themes/shared/slotRecipes/carousel.js.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts +31 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.js +2 -0
- package/dist/esm/themes/shared/slotRecipes/index.js.map +1 -1
- package/dist/esm/utilities/i18nInit.d.ts +18 -0
- package/dist/esm/utilities/i18nInit.d.ts.map +1 -0
- package/dist/esm/utilities/i18nInit.js +7 -0
- package/dist/esm/utilities/i18nInit.js.map +1 -0
- package/dist/index.d.ts +255 -153
- package/package.json +12 -12
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,
|
|
3
|
+
import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, InputProps as InputProps$1, CollapsibleRootProps, CenterProps as CenterProps$1, CheckboxCheckedChangeDetails, Switch as Switch$1, UseDialogProps, DrawerContentProps, DrawerBodyProps, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, ConditionalValue, MenuTriggerProps, MenuContentProps, MenuRootProps, Accordion as Accordion$1, NumberInput, Slider, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps } 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';
|
|
@@ -9,8 +9,8 @@ import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_sys
|
|
|
9
9
|
import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_prop_types_gen from 'node_modules/@chakra-ui/react/dist/types/styled-system/generated/prop-types.gen';
|
|
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
|
-
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
13
12
|
import { RangeTuple } from 'fuse.js';
|
|
13
|
+
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
14
14
|
|
|
15
15
|
declare const motoScout24Config: _chakra_ui_react.SystemConfig;
|
|
16
16
|
declare const _default$1: _chakra_ui_react.SystemContext;
|
|
@@ -289,6 +289,53 @@ declare const Card: {
|
|
|
289
289
|
Footer: React.ForwardRefExoticComponent<Card$1.FooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
290
290
|
};
|
|
291
291
|
|
|
292
|
+
type BreakpointKeys = keyof typeof breakpoints;
|
|
293
|
+
type ResponsiveValue<T> = Partial<Record<BreakpointKeys, T>>;
|
|
294
|
+
|
|
295
|
+
type SharedProps$2 = {
|
|
296
|
+
startIndex?: number;
|
|
297
|
+
onSlideClick?: (index: number) => void;
|
|
298
|
+
onSlideSelect?: (index: number) => void;
|
|
299
|
+
slidesPerView?: ResponsiveValue<number> | 1;
|
|
300
|
+
loop?: boolean;
|
|
301
|
+
slidesToScroll?: 'auto' | number;
|
|
302
|
+
};
|
|
303
|
+
type DefaultProps = {
|
|
304
|
+
fullScreen?: never;
|
|
305
|
+
children: ReactNode[];
|
|
306
|
+
paginationType?: Exclude<PaginationType, PaginationType.Thumbnail>;
|
|
307
|
+
} & SharedProps$2;
|
|
308
|
+
type FullScreenSlide = {
|
|
309
|
+
slide: ReactNode;
|
|
310
|
+
thumbnail: ReactNode;
|
|
311
|
+
onSlideEnter?: () => void;
|
|
312
|
+
onSlideLeave?: () => void;
|
|
313
|
+
};
|
|
314
|
+
type FullScreenProps = {
|
|
315
|
+
fullScreen: true;
|
|
316
|
+
paginationType?: never;
|
|
317
|
+
children: FullScreenSlide[];
|
|
318
|
+
} & SharedProps$2;
|
|
319
|
+
type CarouselProps = DefaultProps | FullScreenProps;
|
|
320
|
+
declare enum PaginationType {
|
|
321
|
+
Thumbnail = "thumbnail",
|
|
322
|
+
Number = "number",
|
|
323
|
+
None = "none",
|
|
324
|
+
Dot = "dot"
|
|
325
|
+
}
|
|
326
|
+
declare const Carousel: FC<CarouselProps>;
|
|
327
|
+
|
|
328
|
+
interface ColorPickerProps extends InputProps$1 {
|
|
329
|
+
invalid?: boolean;
|
|
330
|
+
}
|
|
331
|
+
declare const ColorPicker: React__default.ForwardRefExoticComponent<ColorPickerProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
332
|
+
|
|
333
|
+
type CollapseProps = {
|
|
334
|
+
in: boolean;
|
|
335
|
+
animateOpacity: boolean;
|
|
336
|
+
} & Omit<CollapsibleRootProps, 'open'>;
|
|
337
|
+
declare const Collapse: FC<CollapseProps>;
|
|
338
|
+
|
|
292
339
|
type CenterProps = Pick<CenterProps$1, 'children' | 'padding'>;
|
|
293
340
|
declare const Center: FC<CenterProps>;
|
|
294
341
|
|
|
@@ -362,6 +409,39 @@ interface CheckboxGroupProps extends CheckboxProps {
|
|
|
362
409
|
}
|
|
363
410
|
declare const CheckboxGroup: FC<CheckboxGroupProps>;
|
|
364
411
|
|
|
412
|
+
declare const chipRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
413
|
+
selected: {
|
|
414
|
+
false: {
|
|
415
|
+
_hover: {
|
|
416
|
+
bg: "white";
|
|
417
|
+
borderColor: "black";
|
|
418
|
+
_active: {
|
|
419
|
+
bg: "gray.100";
|
|
420
|
+
borderColor: "gray.200";
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
true: {
|
|
425
|
+
bg: "blue.100";
|
|
426
|
+
px: "md";
|
|
427
|
+
borderColor: "transparent";
|
|
428
|
+
_hover: {
|
|
429
|
+
bg: "blue.50";
|
|
430
|
+
_active: {
|
|
431
|
+
bg: "blue.200";
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
}>;
|
|
437
|
+
|
|
438
|
+
type ChipProps = {
|
|
439
|
+
onClick?: () => void;
|
|
440
|
+
href?: string;
|
|
441
|
+
'aria-label'?: string;
|
|
442
|
+
} & RecipeVariantProps<typeof chipRecipe>;
|
|
443
|
+
declare const Chip: FC<PropsWithChildren<ChipProps>>;
|
|
444
|
+
|
|
365
445
|
declare const countRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
366
446
|
variant: {
|
|
367
447
|
primary: {
|
|
@@ -1740,6 +1820,19 @@ type DialogProps = DialogRootProps & {
|
|
|
1740
1820
|
};
|
|
1741
1821
|
declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
1742
1822
|
|
|
1823
|
+
type DiscreteSliderMark<T> = {
|
|
1824
|
+
stepValue?: number;
|
|
1825
|
+
label: ReactNode;
|
|
1826
|
+
value: T;
|
|
1827
|
+
};
|
|
1828
|
+
type DiscreteSliderProps<T> = {
|
|
1829
|
+
applyIndentation?: boolean;
|
|
1830
|
+
marks: DiscreteSliderMark<T>[];
|
|
1831
|
+
value: T;
|
|
1832
|
+
onValueChanged: (arg: T) => void;
|
|
1833
|
+
};
|
|
1834
|
+
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
1835
|
+
|
|
1743
1836
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1744
1837
|
|
|
1745
1838
|
interface Props$6 extends DrawerContentProps {
|
|
@@ -1801,16 +1894,26 @@ declare const EnergyLabel: FC<EnergyLabelProps>;
|
|
|
1801
1894
|
|
|
1802
1895
|
type ErrorStatusCode = 404 | 500 | 'clientSide' | 'UNVERIFIED_EMAIL' | 'INITIAL_UNVERIFIED_EMAIL' | 'USER_BLOCKED' | 'UNKNOWN_AUTH_ERROR' | 'EMAIL_CHANGE_VERIFICATION_ERROR';
|
|
1803
1896
|
|
|
1804
|
-
interface
|
|
1897
|
+
interface ErrorPageContentProps {
|
|
1805
1898
|
statusCode: ErrorStatusCode;
|
|
1806
1899
|
language: Language$1;
|
|
1807
1900
|
onButtonClick?: () => void;
|
|
1808
1901
|
}
|
|
1809
|
-
|
|
1902
|
+
|
|
1903
|
+
declare const ErrorPage: React.FC<ErrorPageContentProps>;
|
|
1810
1904
|
|
|
1811
1905
|
type FlexProps = Omit<FlexProps$1, 'gap' | 'columnGap' | 'rowGap'>;
|
|
1812
1906
|
declare const Flex: FC<FlexProps>;
|
|
1813
1907
|
|
|
1908
|
+
type BaseProps = {
|
|
1909
|
+
id: string;
|
|
1910
|
+
errorMessage?: string;
|
|
1911
|
+
label?: string;
|
|
1912
|
+
hint?: string;
|
|
1913
|
+
tooltip?: string;
|
|
1914
|
+
};
|
|
1915
|
+
declare const FormControlSection: FC<PropsWithChildren<BaseProps>>;
|
|
1916
|
+
|
|
1814
1917
|
declare const FullHeight: FC<PropsWithChildren>;
|
|
1815
1918
|
|
|
1816
1919
|
type Language = 'de' | 'fr' | 'it' | 'en';
|
|
@@ -1821,7 +1924,8 @@ interface GalleryHeaderProps {
|
|
|
1821
1924
|
onClose: () => void;
|
|
1822
1925
|
language: Language;
|
|
1823
1926
|
}
|
|
1824
|
-
|
|
1927
|
+
|
|
1928
|
+
declare const GalleryHeader: React.FC<PropsWithChildren<GalleryHeaderProps>>;
|
|
1825
1929
|
|
|
1826
1930
|
declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
|
|
1827
1931
|
declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2259,9 +2363,62 @@ interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
|
2259
2363
|
}
|
|
2260
2364
|
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2261
2365
|
|
|
2366
|
+
declare const linkRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2367
|
+
variant: {
|
|
2368
|
+
baseLink: {
|
|
2369
|
+
_hover: {
|
|
2370
|
+
cursor: "pointer";
|
|
2371
|
+
textDecoration: "underline";
|
|
2372
|
+
};
|
|
2373
|
+
};
|
|
2374
|
+
navigationLink: {
|
|
2375
|
+
color: "gray.900";
|
|
2376
|
+
cursor: "pointer";
|
|
2377
|
+
fontSize: "base";
|
|
2378
|
+
_hover: {
|
|
2379
|
+
textDecoration: "none";
|
|
2380
|
+
color: "blue.700";
|
|
2381
|
+
};
|
|
2382
|
+
};
|
|
2383
|
+
subNavigationLink: {
|
|
2384
|
+
color: "gray.900";
|
|
2385
|
+
cursor: "pointer";
|
|
2386
|
+
fontSize: "base";
|
|
2387
|
+
_hover: {
|
|
2388
|
+
textDecoration: "underline";
|
|
2389
|
+
};
|
|
2390
|
+
_focusVisible: {
|
|
2391
|
+
outline: "none";
|
|
2392
|
+
};
|
|
2393
|
+
};
|
|
2394
|
+
footerLink: {
|
|
2395
|
+
color: "white";
|
|
2396
|
+
_hover: {
|
|
2397
|
+
textDecoration: "underline";
|
|
2398
|
+
};
|
|
2399
|
+
_active: {
|
|
2400
|
+
color: "gray.50";
|
|
2401
|
+
};
|
|
2402
|
+
_visited: {
|
|
2403
|
+
color: "white";
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2407
|
+
disabled: {
|
|
2408
|
+
true: {
|
|
2409
|
+
textDecoration: "none";
|
|
2410
|
+
pointerEvents: "none";
|
|
2411
|
+
color: "gray.500";
|
|
2412
|
+
_hover: {
|
|
2413
|
+
textDecoration: "none";
|
|
2414
|
+
};
|
|
2415
|
+
};
|
|
2416
|
+
};
|
|
2417
|
+
}>;
|
|
2418
|
+
|
|
2262
2419
|
type LinkProps = LinkProps$2 & {
|
|
2263
2420
|
isExternal?: boolean;
|
|
2264
|
-
}
|
|
2421
|
+
} & RecipeVariantProps<typeof linkRecipe>;
|
|
2265
2422
|
declare const Link: FC<LinkProps>;
|
|
2266
2423
|
|
|
2267
2424
|
declare const Root$1: React.ForwardRefExoticComponent<List$1.RootProps & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -2271,38 +2428,51 @@ declare const List: {
|
|
|
2271
2428
|
Item: React.ForwardRefExoticComponent<List$1.ItemProps & React.RefAttributes<HTMLLIElement>>;
|
|
2272
2429
|
};
|
|
2273
2430
|
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
bg: "gray.100";
|
|
2282
|
-
borderColor: "gray.200";
|
|
2283
|
-
};
|
|
2284
|
-
};
|
|
2285
|
-
};
|
|
2286
|
-
true: {
|
|
2287
|
-
bg: "blue.100";
|
|
2288
|
-
px: "md";
|
|
2289
|
-
borderColor: "transparent";
|
|
2290
|
-
_hover: {
|
|
2291
|
-
bg: "blue.50";
|
|
2292
|
-
_active: {
|
|
2293
|
-
bg: "blue.200";
|
|
2294
|
-
};
|
|
2295
|
-
};
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
}>;
|
|
2431
|
+
type SearchFieldOptions = {
|
|
2432
|
+
placeholder?: string;
|
|
2433
|
+
onFocus?: () => void;
|
|
2434
|
+
onBlur?: () => void;
|
|
2435
|
+
autofocusOnDesktop?: boolean;
|
|
2436
|
+
autoComplete?: 'on' | 'off';
|
|
2437
|
+
};
|
|
2299
2438
|
|
|
2300
|
-
type
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2439
|
+
type CommonListItem = {
|
|
2440
|
+
label: string;
|
|
2441
|
+
value: string;
|
|
2442
|
+
facet?: string;
|
|
2443
|
+
isSelected: boolean;
|
|
2444
|
+
showChevron?: boolean;
|
|
2445
|
+
highlightIndices?: readonly RangeTuple[];
|
|
2446
|
+
isCheckbox?: boolean;
|
|
2447
|
+
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2448
|
+
};
|
|
2449
|
+
type CheckboxListItem = {
|
|
2450
|
+
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2451
|
+
isCheckbox: true;
|
|
2452
|
+
isIndeterminate?: boolean;
|
|
2453
|
+
} & CommonListItem;
|
|
2454
|
+
type RadioButtonListItem = {
|
|
2455
|
+
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2456
|
+
isCheckbox?: false;
|
|
2457
|
+
} & CommonListItem;
|
|
2458
|
+
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2459
|
+
|
|
2460
|
+
type ListItemWithChildren = ListItemType & {
|
|
2461
|
+
children?: ListItemType[];
|
|
2462
|
+
};
|
|
2463
|
+
type Props$3 = {
|
|
2464
|
+
listItems: ListItemWithChildren[];
|
|
2465
|
+
NoResults?: FC;
|
|
2466
|
+
EmptyQueryPlaceholder?: FC;
|
|
2467
|
+
listAriaLabel?: string;
|
|
2468
|
+
searchFieldOptions?: SearchFieldOptions;
|
|
2469
|
+
listOptions?: {
|
|
2470
|
+
columns?: number;
|
|
2471
|
+
childrenSpacing?: 'md' | '2xl';
|
|
2472
|
+
};
|
|
2473
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2474
|
+
};
|
|
2475
|
+
declare const SearchableList: FC<Props$3>;
|
|
2306
2476
|
|
|
2307
2477
|
interface MenuItem {
|
|
2308
2478
|
text: JSX.Element | string;
|
|
@@ -2382,6 +2552,33 @@ type PaginationProps = {
|
|
|
2382
2552
|
} & Pick<BoxProps, 'marginTop' | 'marginBottom'>;
|
|
2383
2553
|
declare const Pagination: FC<PaginationProps>;
|
|
2384
2554
|
|
|
2555
|
+
type RangeFilterInputField<Name> = {
|
|
2556
|
+
name: Name;
|
|
2557
|
+
value?: number | null;
|
|
2558
|
+
placeholder?: string;
|
|
2559
|
+
ariaLabel?: string;
|
|
2560
|
+
};
|
|
2561
|
+
type ChangeCallback<Name> = {
|
|
2562
|
+
value?: number | null;
|
|
2563
|
+
name: Name;
|
|
2564
|
+
};
|
|
2565
|
+
type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
|
|
2566
|
+
type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
2567
|
+
from: RangeFilterInputField<NameFrom>;
|
|
2568
|
+
handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2569
|
+
onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2570
|
+
to: RangeFilterInputField<NameTo>;
|
|
2571
|
+
unit?: string;
|
|
2572
|
+
} & PickedNumberInputProps;
|
|
2573
|
+
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2574
|
+
|
|
2575
|
+
type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
|
|
2576
|
+
type RangeSliderProps = SliderRootProps & {
|
|
2577
|
+
onChange?: (values: number[]) => void;
|
|
2578
|
+
onChangeEnd?: (values: number[]) => void;
|
|
2579
|
+
};
|
|
2580
|
+
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2581
|
+
|
|
2385
2582
|
declare const ratingRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2386
2583
|
size: {
|
|
2387
2584
|
sm: {
|
|
@@ -2461,8 +2658,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2461
2658
|
|
|
2462
2659
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2463
2660
|
|
|
2464
|
-
type Props$
|
|
2465
|
-
declare const SimpleGrid: FC<Props$
|
|
2661
|
+
type Props$2 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2662
|
+
declare const SimpleGrid: FC<Props$2>;
|
|
2466
2663
|
|
|
2467
2664
|
interface SimpleHeaderProps {
|
|
2468
2665
|
title: string;
|
|
@@ -2582,6 +2779,19 @@ declare const Table: {
|
|
|
2582
2779
|
ScrollArea: _chakra_ui_react.ChakraComponent<"div", {}>;
|
|
2583
2780
|
};
|
|
2584
2781
|
|
|
2782
|
+
type TenantSelectionState = {
|
|
2783
|
+
showSelection: boolean;
|
|
2784
|
+
persistSelection: boolean;
|
|
2785
|
+
selectedTenant: null | number;
|
|
2786
|
+
};
|
|
2787
|
+
type TenantSelectionProps = {
|
|
2788
|
+
user: EnrichedSessionUser | null;
|
|
2789
|
+
isLoading?: boolean;
|
|
2790
|
+
selectTenant: (sellerId: number | string) => void;
|
|
2791
|
+
language: Language$1;
|
|
2792
|
+
};
|
|
2793
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2794
|
+
|
|
2585
2795
|
declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
2586
2796
|
|
|
2587
2797
|
type HighlightedTextProps = {
|
|
@@ -2639,124 +2849,16 @@ type ThemeProviderProps = {
|
|
|
2639
2849
|
};
|
|
2640
2850
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2641
2851
|
|
|
2642
|
-
type Props$2 = {
|
|
2643
|
-
aspectRatio?: number;
|
|
2644
|
-
};
|
|
2645
|
-
declare const TopListingBadge: FC<PropsWithChildren<Props$2>>;
|
|
2646
|
-
|
|
2647
|
-
type RangeFilterInputField<Name> = {
|
|
2648
|
-
name: Name;
|
|
2649
|
-
value?: number | null;
|
|
2650
|
-
placeholder?: string;
|
|
2651
|
-
ariaLabel?: string;
|
|
2652
|
-
};
|
|
2653
|
-
type ChangeCallback<Name> = {
|
|
2654
|
-
value?: number | null;
|
|
2655
|
-
name: Name;
|
|
2656
|
-
};
|
|
2657
|
-
type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
|
|
2658
|
-
type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
2659
|
-
from: RangeFilterInputField<NameFrom>;
|
|
2660
|
-
handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2661
|
-
onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2662
|
-
to: RangeFilterInputField<NameTo>;
|
|
2663
|
-
unit?: string;
|
|
2664
|
-
} & PickedNumberInputProps;
|
|
2665
|
-
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2666
|
-
|
|
2667
2852
|
type Props$1 = {
|
|
2668
2853
|
aspectRatio?: number;
|
|
2669
|
-
brand: Brand;
|
|
2670
|
-
};
|
|
2671
|
-
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props$1>>;
|
|
2672
|
-
|
|
2673
|
-
type DiscreteSliderMark<T> = {
|
|
2674
|
-
stepValue?: number;
|
|
2675
|
-
label: ReactNode;
|
|
2676
|
-
value: T;
|
|
2677
2854
|
};
|
|
2678
|
-
|
|
2679
|
-
applyIndentation?: boolean;
|
|
2680
|
-
marks: DiscreteSliderMark<T>[];
|
|
2681
|
-
value: T;
|
|
2682
|
-
onValueChanged: (arg: T) => void;
|
|
2683
|
-
};
|
|
2684
|
-
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
2685
|
-
|
|
2686
|
-
type BaseProps = {
|
|
2687
|
-
id: string;
|
|
2688
|
-
errorMessage?: string;
|
|
2689
|
-
label?: string;
|
|
2690
|
-
hint?: string;
|
|
2691
|
-
tooltip?: string;
|
|
2692
|
-
};
|
|
2693
|
-
declare const FormControlSection: FC<PropsWithChildren<BaseProps>>;
|
|
2694
|
-
|
|
2695
|
-
type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
|
|
2696
|
-
type RangeSliderProps = SliderRootProps & {
|
|
2697
|
-
onChange?: (values: number[]) => void;
|
|
2698
|
-
onChangeEnd?: (values: number[]) => void;
|
|
2699
|
-
};
|
|
2700
|
-
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
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;
|
|
2855
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$1>>;
|
|
2730
2856
|
|
|
2731
|
-
type ListItemWithChildren = ListItemType & {
|
|
2732
|
-
children?: ListItemType[];
|
|
2733
|
-
};
|
|
2734
2857
|
type Props = {
|
|
2735
|
-
|
|
2736
|
-
|
|
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;
|
|
2858
|
+
aspectRatio?: number;
|
|
2859
|
+
brand: Brand;
|
|
2758
2860
|
};
|
|
2759
|
-
declare const
|
|
2861
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2760
2862
|
|
|
2761
2863
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2762
2864
|
|
|
@@ -2765,5 +2867,5 @@ declare class Logger {
|
|
|
2765
2867
|
}
|
|
2766
2868
|
declare const logger: Logger;
|
|
2767
2869
|
|
|
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,
|
|
2870
|
+
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, Carousel, 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, Collapse, CollapseIcon, ColorPicker, 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, PaginationType, 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 };
|
|
2871
|
+
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CollapseProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DrawerProps, EnergyLabelProps, FlexProps, BaseProps as FormControlSectionProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, Option, PaginationProps, PickedNumberInputProps, Props$2 as Props, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "25.11.0-migrate-
|
|
3
|
+
"version": "25.11.0-talamcol-migrate-collapse.1",
|
|
4
4
|
"description": "SMG Automotive components library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"homepage": "https://github.com/smg-automotive/components-pkg#readme",
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@smg-automotive/auth": "^8.
|
|
60
|
+
"@smg-automotive/auth": "^8.5.0",
|
|
61
61
|
"react": "^19.0.0",
|
|
62
62
|
"react-dom": "^19.0.0"
|
|
63
63
|
},
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"@smg-automotive/auth": "8.2.7",
|
|
74
74
|
"@smg-automotive/eslint-config": "5.2.5",
|
|
75
75
|
"@storybook/addon-actions": "8.6.14",
|
|
76
|
-
"@storybook/addon-docs": "8.6.
|
|
77
|
-
"@storybook/addon-essentials": "8.6.
|
|
78
|
-
"@storybook/addon-interactions": "8.6.
|
|
76
|
+
"@storybook/addon-docs": "8.6.15",
|
|
77
|
+
"@storybook/addon-essentials": "8.6.15",
|
|
78
|
+
"@storybook/addon-interactions": "8.6.15",
|
|
79
79
|
"@storybook/addon-links": "8.6.14",
|
|
80
80
|
"@storybook/addon-webpack5-compiler-babel": "3.0.6",
|
|
81
81
|
"@storybook/blocks": "8.6.14",
|
|
82
82
|
"@storybook/components": "8.6.14",
|
|
83
|
-
"@storybook/core": "8.6.
|
|
83
|
+
"@storybook/core": "8.6.15",
|
|
84
84
|
"@storybook/manager-api": "8.6.14",
|
|
85
85
|
"@storybook/preview-api": "8.6.14",
|
|
86
|
-
"@storybook/react": "8.6.
|
|
87
|
-
"@storybook/react-webpack5": "8.6.
|
|
88
|
-
"@storybook/test": "8.6.
|
|
86
|
+
"@storybook/react": "8.6.15",
|
|
87
|
+
"@storybook/react-webpack5": "8.6.15",
|
|
88
|
+
"@storybook/test": "8.6.15",
|
|
89
89
|
"@storybook/theming": "8.6.14",
|
|
90
90
|
"@testing-library/jest-dom": "6.9.1",
|
|
91
91
|
"@testing-library/react": "16.3.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
120
120
|
"semantic-release": "25.0.2",
|
|
121
121
|
"space-separated-tokens": "2.0.2",
|
|
122
|
-
"storybook": "8.6.
|
|
122
|
+
"storybook": "8.6.15",
|
|
123
123
|
"stream-http": "3.2.0",
|
|
124
124
|
"ts-jest": "29.4.5",
|
|
125
125
|
"ts-node": "10.9.2",
|
|
@@ -131,12 +131,12 @@
|
|
|
131
131
|
"@chakra-ui/cli": "3.27.1",
|
|
132
132
|
"@chakra-ui/react": "3.27.1",
|
|
133
133
|
"@emotion/react": "11.14.0",
|
|
134
|
-
"@smg-automotive/i18n-pkg": "
|
|
134
|
+
"@smg-automotive/i18n-pkg": "3.0.0",
|
|
135
135
|
"@smg-automotive/phrase-pkg": "1.0.2",
|
|
136
136
|
"@types/fs-extra": "11.0.4",
|
|
137
137
|
"embla-carousel-react": "8.6.0",
|
|
138
138
|
"framer-motion": "12.23.24",
|
|
139
|
-
"fs-extra": "11.3.
|
|
139
|
+
"fs-extra": "11.3.3",
|
|
140
140
|
"fuse.js": "7.1.0",
|
|
141
141
|
"globals": "16.5.0",
|
|
142
142
|
"merge-json-file": "1.0.1",
|