@smg-automotive/components 25.11.0-dgajin-vsst-4352-migrate-carousel.2 → 25.11.0-feat-migrate-color-picker.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.
Files changed (157) hide show
  1. package/dist/cjs/components/carousel/DotsPagination.d.ts +1 -1
  2. package/dist/cjs/components/carousel/DotsPagination.d.ts.map +1 -1
  3. package/dist/cjs/components/carousel/DotsPaginationIndicator.d.ts.map +1 -1
  4. package/dist/cjs/components/carousel/NumbersPaginationButton.d.ts.map +1 -1
  5. package/dist/cjs/components/colorPicker/index.d.ts +9 -0
  6. package/dist/cjs/components/colorPicker/index.d.ts.map +1 -0
  7. package/dist/cjs/components/errorPage/content/index.d.ts +10 -0
  8. package/dist/cjs/components/errorPage/content/index.d.ts.map +1 -0
  9. package/dist/cjs/components/errorPage/index.d.ts +2 -9
  10. package/dist/cjs/components/errorPage/index.d.ts.map +1 -1
  11. package/dist/cjs/components/filterPatterns/ActionButton.d.ts.map +1 -1
  12. package/dist/cjs/components/filterPatterns/Heading.d.ts +2 -9
  13. package/dist/cjs/components/filterPatterns/Heading.d.ts.map +1 -1
  14. package/dist/cjs/components/filterPatterns/HeadingContent.d.ts +10 -0
  15. package/dist/cjs/components/filterPatterns/HeadingContent.d.ts.map +1 -0
  16. package/dist/cjs/components/filterPatterns/dialog/Content.d.ts +4 -0
  17. package/dist/cjs/components/filterPatterns/dialog/Content.d.ts.map +1 -0
  18. package/dist/cjs/components/filterPatterns/dialog/index.d.ts +1 -2
  19. package/dist/cjs/components/filterPatterns/dialog/index.d.ts.map +1 -1
  20. package/dist/cjs/components/filterPatterns/popover/Content.d.ts +4 -0
  21. package/dist/cjs/components/filterPatterns/popover/Content.d.ts.map +1 -0
  22. package/dist/cjs/components/filterPatterns/popover/index.d.ts +1 -2
  23. package/dist/cjs/components/filterPatterns/popover/index.d.ts.map +1 -1
  24. package/dist/cjs/components/galleryHeader/Content.d.ts +10 -0
  25. package/dist/cjs/components/galleryHeader/Content.d.ts.map +1 -0
  26. package/dist/cjs/components/galleryHeader/index.d.ts +3 -9
  27. package/dist/cjs/components/galleryHeader/index.d.ts.map +1 -1
  28. package/dist/cjs/components/index.d.ts +10 -9
  29. package/dist/cjs/components/index.d.ts.map +1 -1
  30. package/dist/cjs/components/link/index.d.ts +3 -2
  31. package/dist/cjs/components/link/index.d.ts.map +1 -1
  32. package/dist/cjs/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
  33. package/dist/cjs/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
  34. package/dist/cjs/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
  35. package/dist/cjs/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
  36. package/dist/cjs/components/skeleton/index.d.ts +1 -1
  37. package/dist/cjs/components/skeleton/index.d.ts.map +1 -1
  38. package/dist/cjs/components/tab/index.d.ts +4 -4
  39. package/dist/cjs/components/tab/index.d.ts.map +1 -1
  40. package/dist/cjs/components/tenantSelection/Overview.d.ts.map +1 -1
  41. package/dist/cjs/components/tenantSelection/select/index.d.ts.map +1 -1
  42. package/dist/cjs/components/text/index.d.ts +1 -1
  43. package/dist/cjs/components/text/index.d.ts.map +1 -1
  44. package/dist/cjs/components/translationProvider/index.d.ts.map +1 -1
  45. package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts +8 -0
  46. package/dist/cjs/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
  47. package/dist/cjs/index.js +1020 -997
  48. package/dist/cjs/index.js.map +1 -1
  49. package/dist/cjs/themes/shared/index.d.ts +1 -1
  50. package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts +1 -1
  51. package/dist/cjs/themes/shared/slotRecipes/carousel.d.ts.map +1 -1
  52. package/dist/cjs/themes/shared/slotRecipes/index.d.ts +1 -1
  53. package/dist/cjs/utilities/i18nInit.d.ts +18 -0
  54. package/dist/cjs/utilities/i18nInit.d.ts.map +1 -0
  55. package/dist/esm/components/carousel/DotsPagination.d.ts +1 -1
  56. package/dist/esm/components/carousel/DotsPagination.d.ts.map +1 -1
  57. package/dist/esm/components/carousel/DotsPagination.js +2 -2
  58. package/dist/esm/components/carousel/DotsPagination.js.map +1 -1
  59. package/dist/esm/components/carousel/DotsPaginationIndicator.d.ts.map +1 -1
  60. package/dist/esm/components/carousel/DotsPaginationIndicator.js +1 -3
  61. package/dist/esm/components/carousel/DotsPaginationIndicator.js.map +1 -1
  62. package/dist/esm/components/carousel/NumbersPaginationButton.d.ts.map +1 -1
  63. package/dist/esm/components/carousel/NumbersPaginationButton.js +1 -3
  64. package/dist/esm/components/carousel/NumbersPaginationButton.js.map +1 -1
  65. package/dist/esm/components/carousel/index.js +2 -2
  66. package/dist/esm/components/carousel/index.js.map +1 -1
  67. package/dist/esm/components/colorPicker/index.d.ts +9 -0
  68. package/dist/esm/components/colorPicker/index.d.ts.map +1 -0
  69. package/dist/esm/components/colorPicker/index.js +14 -0
  70. package/dist/esm/components/colorPicker/index.js.map +1 -0
  71. package/dist/esm/components/errorPage/content/EmailChangeVerification.js +1 -1
  72. package/dist/esm/components/errorPage/content/index.d.ts +10 -0
  73. package/dist/esm/components/errorPage/content/index.d.ts.map +1 -0
  74. package/dist/esm/components/errorPage/content/index.js +283 -0
  75. package/dist/esm/components/errorPage/content/index.js.map +1 -0
  76. package/dist/esm/components/errorPage/index.d.ts +2 -9
  77. package/dist/esm/components/errorPage/index.d.ts.map +1 -1
  78. package/dist/esm/components/errorPage/index.js +5 -283
  79. package/dist/esm/components/errorPage/index.js.map +1 -1
  80. package/dist/esm/components/filterPatterns/ActionButton.d.ts.map +1 -1
  81. package/dist/esm/components/filterPatterns/Heading.d.ts +2 -9
  82. package/dist/esm/components/filterPatterns/Heading.d.ts.map +1 -1
  83. package/dist/esm/components/filterPatterns/HeadingContent.d.ts +10 -0
  84. package/dist/esm/components/filterPatterns/HeadingContent.d.ts.map +1 -0
  85. package/dist/esm/components/filterPatterns/dialog/Content.d.ts +4 -0
  86. package/dist/esm/components/filterPatterns/dialog/Content.d.ts.map +1 -0
  87. package/dist/esm/components/filterPatterns/dialog/index.d.ts +1 -2
  88. package/dist/esm/components/filterPatterns/dialog/index.d.ts.map +1 -1
  89. package/dist/esm/components/filterPatterns/popover/Content.d.ts +4 -0
  90. package/dist/esm/components/filterPatterns/popover/Content.d.ts.map +1 -0
  91. package/dist/esm/components/filterPatterns/popover/index.d.ts +1 -2
  92. package/dist/esm/components/filterPatterns/popover/index.d.ts.map +1 -1
  93. package/dist/esm/components/galleryHeader/Content.d.ts +10 -0
  94. package/dist/esm/components/galleryHeader/Content.d.ts.map +1 -0
  95. package/dist/esm/components/galleryHeader/Content.js +196 -0
  96. package/dist/esm/components/galleryHeader/Content.js.map +1 -0
  97. package/dist/esm/components/galleryHeader/index.d.ts +3 -9
  98. package/dist/esm/components/galleryHeader/index.d.ts.map +1 -1
  99. package/dist/esm/components/galleryHeader/index.js +3 -196
  100. package/dist/esm/components/galleryHeader/index.js.map +1 -1
  101. package/dist/esm/components/index.d.ts +10 -9
  102. package/dist/esm/components/index.d.ts.map +1 -1
  103. package/dist/esm/components/link/index.d.ts +3 -2
  104. package/dist/esm/components/link/index.d.ts.map +1 -1
  105. package/dist/esm/components/link/index.js.map +1 -1
  106. package/dist/esm/components/navigation/footer/Apps.js +1 -1
  107. package/dist/esm/components/navigation/footer/Copyright.js +1 -1
  108. package/dist/esm/components/navigation/footer/Link.js +1 -1
  109. package/dist/esm/components/navigation/footer/Sections.js +1 -1
  110. package/dist/esm/components/navigation/header/ComparisonItem.js +1 -1
  111. package/dist/esm/components/navigation/header/FavoritesItem.js +1 -1
  112. package/dist/esm/components/navigation/header/NavigationAvatar.d.ts.map +1 -1
  113. package/dist/esm/components/navigation/header/NavigationAvatar.js +1 -1
  114. package/dist/esm/components/navigation/header/NavigationItem.js +1 -1
  115. package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.d.ts.map +1 -1
  116. package/dist/esm/components/navigation/header/drawer/DrawerLoginToggle.js +1 -1
  117. package/dist/esm/components/navigation/header/drawer/DrawerSections.js +1 -1
  118. package/dist/esm/components/navigation/header/drawer/index.js +1 -1
  119. package/dist/esm/components/navigation/header/drawer/index.js.map +1 -1
  120. package/dist/esm/components/navigation/header/links/NavigationLink.d.ts.map +1 -1
  121. package/dist/esm/components/navigation/header/links/NavigationLink.js +1 -1
  122. package/dist/esm/components/navigation/header/links/NavigationLink.js.map +1 -1
  123. package/dist/esm/components/navigation/header/navigationTenantMenu/index.d.ts.map +1 -1
  124. package/dist/esm/components/navigation/header/navigationTenantMenu/index.js +1 -1
  125. package/dist/esm/components/skeleton/index.d.ts +1 -1
  126. package/dist/esm/components/skeleton/index.d.ts.map +1 -1
  127. package/dist/esm/components/tab/index.d.ts +4 -4
  128. package/dist/esm/components/tab/index.d.ts.map +1 -1
  129. package/dist/esm/components/tenantSelection/Overview.d.ts.map +1 -1
  130. package/dist/esm/components/tenantSelection/Overview.js +1 -1
  131. package/dist/esm/components/tenantSelection/Overview.js.map +1 -1
  132. package/dist/esm/components/tenantSelection/select/index.d.ts.map +1 -1
  133. package/dist/esm/components/tenantSelection/select/index.js +1 -1
  134. package/dist/esm/components/tenantSelection/select/index.js.map +1 -1
  135. package/dist/esm/components/text/index.d.ts +1 -1
  136. package/dist/esm/components/text/index.d.ts.map +1 -1
  137. package/dist/esm/components/translationProvider/index.d.ts.map +1 -1
  138. package/dist/esm/components/translationProvider/index.js +2 -1
  139. package/dist/esm/components/translationProvider/index.js.map +1 -1
  140. package/dist/esm/components/translationProvider/withTranslationProvider.d.ts +8 -0
  141. package/dist/esm/components/translationProvider/withTranslationProvider.d.ts.map +1 -0
  142. package/dist/esm/components/translationProvider/withTranslationProvider.js +16 -0
  143. package/dist/esm/components/translationProvider/withTranslationProvider.js.map +1 -0
  144. package/dist/esm/index.js +10 -9
  145. package/dist/esm/index.js.map +1 -1
  146. package/dist/esm/themes/shared/index.d.ts +1 -1
  147. package/dist/esm/themes/shared/slotRecipes/carousel.d.ts +1 -1
  148. package/dist/esm/themes/shared/slotRecipes/carousel.d.ts.map +1 -1
  149. package/dist/esm/themes/shared/slotRecipes/carousel.js +22 -18
  150. package/dist/esm/themes/shared/slotRecipes/carousel.js.map +1 -1
  151. package/dist/esm/themes/shared/slotRecipes/index.d.ts +1 -1
  152. package/dist/esm/utilities/i18nInit.d.ts +18 -0
  153. package/dist/esm/utilities/i18nInit.d.ts.map +1 -0
  154. package/dist/esm/utilities/i18nInit.js +7 -0
  155. package/dist/esm/utilities/i18nInit.js.map +1 -0
  156. package/dist/index.d.ts +262 -201
  157. 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, 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';
3
+ import { UseMediaQueryOptions, AccordionRootProps, RecipeVariantProps, BoxProps, BadgeProps as BadgeProps$1, BreadcrumbRootProps, ButtonProps, Card as Card$1, InputProps as InputProps$1, 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;
@@ -55,7 +55,7 @@ declare const useDebouncedOnChange: ({ onChange, onBlur, debounce, }: {
55
55
 
56
56
  declare const useToken: (scale: string, token: string[], fallback?: string[]) => string[];
57
57
 
58
- declare const accordionRecipe: _chakra_ui_react.SlotRecipeDefinition<"body" | "button" | "item" | "indicator" | "content", {
58
+ declare const accordionRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "body" | "button" | "item" | "indicator", {
59
59
  variant: {
60
60
  light: {
61
61
  item: {
@@ -289,10 +289,52 @@ 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
+ isInvalid?: boolean;
330
+ isDisabled?: boolean;
331
+ }
332
+ declare const ColorPicker: React__default.ForwardRefExoticComponent<ColorPickerProps & React__default.RefAttributes<HTMLInputElement>>;
333
+
292
334
  type CenterProps = Pick<CenterProps$1, 'children' | 'padding'>;
293
335
  declare const Center: FC<CenterProps>;
294
336
 
295
- declare const checkboxRecipe: _chakra_ui_react.SlotRecipeDefinition<"label" | "content" | "root" | "control", {
337
+ declare const checkboxRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "label" | "root" | "control", {
296
338
  variant: {
297
339
  alignCenter: {
298
340
  root: {
@@ -362,6 +404,39 @@ interface CheckboxGroupProps extends CheckboxProps {
362
404
  }
363
405
  declare const CheckboxGroup: FC<CheckboxGroupProps>;
364
406
 
407
+ declare const chipRecipe: _chakra_ui_react.RecipeDefinition<{
408
+ selected: {
409
+ false: {
410
+ _hover: {
411
+ bg: "white";
412
+ borderColor: "black";
413
+ _active: {
414
+ bg: "gray.100";
415
+ borderColor: "gray.200";
416
+ };
417
+ };
418
+ };
419
+ true: {
420
+ bg: "blue.100";
421
+ px: "md";
422
+ borderColor: "transparent";
423
+ _hover: {
424
+ bg: "blue.50";
425
+ _active: {
426
+ bg: "blue.200";
427
+ };
428
+ };
429
+ };
430
+ };
431
+ }>;
432
+
433
+ type ChipProps = {
434
+ onClick?: () => void;
435
+ href?: string;
436
+ 'aria-label'?: string;
437
+ } & RecipeVariantProps<typeof chipRecipe>;
438
+ declare const Chip: FC<PropsWithChildren<ChipProps>>;
439
+
365
440
  declare const countRecipe: _chakra_ui_react.RecipeDefinition<{
366
441
  variant: {
367
442
  primary: {
@@ -432,7 +507,7 @@ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & I
432
507
  value?: string;
433
508
  invalid?: boolean;
434
509
  };
435
- declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onChange" | "onBlur" | "onFocus"> & {
510
+ declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
436
511
  variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
437
512
  size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
438
513
  } & {
@@ -549,7 +624,7 @@ declare const sizes: {
549
624
  };
550
625
  };
551
626
 
552
- declare const dialogRecipe: _chakra_ui_react.SlotRecipeDefinition<"body" | "content" | "footer" | "header" | "backdrop" | "positioner" | "closeTrigger", {
627
+ declare const dialogRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "body" | "header" | "footer" | "backdrop" | "positioner" | "closeTrigger", {
553
628
  overlayColor: {
554
629
  gray: {
555
630
  backdrop: {
@@ -1740,6 +1815,19 @@ type DialogProps = DialogRootProps & {
1740
1815
  };
1741
1816
  declare const Dialog: FC<PropsWithChildren<DialogProps>>;
1742
1817
 
1818
+ type DiscreteSliderMark<T> = {
1819
+ stepValue?: number;
1820
+ label: ReactNode;
1821
+ value: T;
1822
+ };
1823
+ type DiscreteSliderProps<T> = {
1824
+ applyIndentation?: boolean;
1825
+ marks: DiscreteSliderMark<T>[];
1826
+ value: T;
1827
+ onValueChanged: (arg: T) => void;
1828
+ };
1829
+ declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
1830
+
1743
1831
  declare const DrawerOverlay: FC<PropsWithChildren>;
1744
1832
 
1745
1833
  interface Props$6 extends DrawerContentProps {
@@ -1801,16 +1889,26 @@ declare const EnergyLabel: FC<EnergyLabelProps>;
1801
1889
 
1802
1890
  type ErrorStatusCode = 404 | 500 | 'clientSide' | 'UNVERIFIED_EMAIL' | 'INITIAL_UNVERIFIED_EMAIL' | 'USER_BLOCKED' | 'UNKNOWN_AUTH_ERROR' | 'EMAIL_CHANGE_VERIFICATION_ERROR';
1803
1891
 
1804
- interface ErrorPageProps {
1892
+ interface ErrorPageContentProps {
1805
1893
  statusCode: ErrorStatusCode;
1806
1894
  language: Language$1;
1807
1895
  onButtonClick?: () => void;
1808
1896
  }
1809
- declare const ErrorPage: FC<ErrorPageProps>;
1897
+
1898
+ declare const ErrorPage: React.FC<ErrorPageContentProps>;
1810
1899
 
1811
1900
  type FlexProps = Omit<FlexProps$1, 'gap' | 'columnGap' | 'rowGap'>;
1812
1901
  declare const Flex: FC<FlexProps>;
1813
1902
 
1903
+ type BaseProps = {
1904
+ id: string;
1905
+ errorMessage?: string;
1906
+ label?: string;
1907
+ hint?: string;
1908
+ tooltip?: string;
1909
+ };
1910
+ declare const FormControlSection: FC<PropsWithChildren<BaseProps>>;
1911
+
1814
1912
  declare const FullHeight: FC<PropsWithChildren>;
1815
1913
 
1816
1914
  type Language = 'de' | 'fr' | 'it' | 'en';
@@ -1821,7 +1919,8 @@ interface GalleryHeaderProps {
1821
1919
  onClose: () => void;
1822
1920
  language: Language;
1823
1921
  }
1824
- declare const GalleryHeader: FC<PropsWithChildren<GalleryHeaderProps>>;
1922
+
1923
+ declare const GalleryHeader: React.FC<PropsWithChildren<GalleryHeaderProps>>;
1825
1924
 
1826
1925
  declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
1827
1926
  declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
@@ -2167,7 +2266,7 @@ declare const CollapseIcon: React__default.ForwardRefExoticComponent<_chakra_ui_
2167
2266
  declare const ForwardIcon: React__default.ForwardRefExoticComponent<_chakra_ui_react.IconProps & React__default.RefAttributes<SVGSVGElement>>;
2168
2267
 
2169
2268
  type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
2170
- type SharedProps$2 = InputVariantProps & {
2269
+ type SharedProps$1 = InputVariantProps & {
2171
2270
  placeholder?: string;
2172
2271
  disabled?: boolean;
2173
2272
  onBlur?: FocusEventHandler<HTMLInputElement>;
@@ -2186,19 +2285,19 @@ type ControlledInputProps = {
2186
2285
  value: string | number;
2187
2286
  onChange: ChangeEventHandler<HTMLInputElement>;
2188
2287
  setInputValue?: never;
2189
- } & SharedProps$2;
2288
+ } & SharedProps$1;
2190
2289
  type BaseInputPros = {
2191
2290
  debounce?: false;
2192
2291
  value?: never;
2193
2292
  onChange?: ChangeEventHandler<HTMLInputElement>;
2194
2293
  setInputValue?: never;
2195
- } & SharedProps$2;
2294
+ } & SharedProps$1;
2196
2295
  type DebouncedInputPros = {
2197
2296
  value: string | number;
2198
2297
  onChange?: never;
2199
2298
  debounce: true;
2200
2299
  setInputValue: (value: string) => void;
2201
- } & SharedProps$2;
2300
+ } & SharedProps$1;
2202
2301
  type InputProps = ControlledInputProps | BaseInputPros | DebouncedInputPros;
2203
2302
  declare const Input: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
2204
2303
 
@@ -2259,9 +2358,62 @@ interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
2259
2358
  }
2260
2359
  declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
2261
2360
 
2361
+ declare const linkRecipe: _chakra_ui_react.RecipeDefinition<{
2362
+ variant: {
2363
+ baseLink: {
2364
+ _hover: {
2365
+ cursor: "pointer";
2366
+ textDecoration: "underline";
2367
+ };
2368
+ };
2369
+ navigationLink: {
2370
+ color: "gray.900";
2371
+ cursor: "pointer";
2372
+ fontSize: "base";
2373
+ _hover: {
2374
+ textDecoration: "none";
2375
+ color: "blue.700";
2376
+ };
2377
+ };
2378
+ subNavigationLink: {
2379
+ color: "gray.900";
2380
+ cursor: "pointer";
2381
+ fontSize: "base";
2382
+ _hover: {
2383
+ textDecoration: "underline";
2384
+ };
2385
+ _focusVisible: {
2386
+ outline: "none";
2387
+ };
2388
+ };
2389
+ footerLink: {
2390
+ color: "white";
2391
+ _hover: {
2392
+ textDecoration: "underline";
2393
+ };
2394
+ _active: {
2395
+ color: "gray.50";
2396
+ };
2397
+ _visited: {
2398
+ color: "white";
2399
+ };
2400
+ };
2401
+ };
2402
+ disabled: {
2403
+ true: {
2404
+ textDecoration: "none";
2405
+ pointerEvents: "none";
2406
+ color: "gray.500";
2407
+ _hover: {
2408
+ textDecoration: "none";
2409
+ };
2410
+ };
2411
+ };
2412
+ }>;
2413
+
2262
2414
  type LinkProps = LinkProps$2 & {
2263
2415
  isExternal?: boolean;
2264
- };
2416
+ } & RecipeVariantProps<typeof linkRecipe>;
2265
2417
  declare const Link: FC<LinkProps>;
2266
2418
 
2267
2419
  declare const Root$1: React.ForwardRefExoticComponent<List$1.RootProps & React.RefAttributes<HTMLUListElement>>;
@@ -2271,38 +2423,51 @@ declare const List: {
2271
2423
  Item: React.ForwardRefExoticComponent<List$1.ItemProps & React.RefAttributes<HTMLLIElement>>;
2272
2424
  };
2273
2425
 
2274
- declare const chipRecipe: _chakra_ui_react.RecipeDefinition<{
2275
- selected: {
2276
- false: {
2277
- _hover: {
2278
- bg: "white";
2279
- borderColor: "black";
2280
- _active: {
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
- }>;
2426
+ type SearchFieldOptions = {
2427
+ placeholder?: string;
2428
+ onFocus?: () => void;
2429
+ onBlur?: () => void;
2430
+ autofocusOnDesktop?: boolean;
2431
+ autoComplete?: 'on' | 'off';
2432
+ };
2299
2433
 
2300
- type ChipProps = {
2301
- onClick?: () => void;
2302
- href?: string;
2303
- 'aria-label'?: string;
2304
- } & RecipeVariantProps<typeof chipRecipe>;
2305
- declare const Chip: FC<PropsWithChildren<ChipProps>>;
2434
+ type CommonListItem = {
2435
+ label: string;
2436
+ value: string;
2437
+ facet?: string;
2438
+ isSelected: boolean;
2439
+ showChevron?: boolean;
2440
+ highlightIndices?: readonly RangeTuple[];
2441
+ isCheckbox?: boolean;
2442
+ paddingLeft?: ConditionalValue<'md' | '2xl'>;
2443
+ };
2444
+ type CheckboxListItem = {
2445
+ onClick: (details: CheckboxCheckedChangeDetails) => void;
2446
+ isCheckbox: true;
2447
+ isIndeterminate?: boolean;
2448
+ } & CommonListItem;
2449
+ type RadioButtonListItem = {
2450
+ onClick: React__default.MouseEventHandler<HTMLButtonElement>;
2451
+ isCheckbox?: false;
2452
+ } & CommonListItem;
2453
+ type ListItemType = CheckboxListItem | RadioButtonListItem;
2454
+
2455
+ type ListItemWithChildren = ListItemType & {
2456
+ children?: ListItemType[];
2457
+ };
2458
+ type Props$3 = {
2459
+ listItems: ListItemWithChildren[];
2460
+ NoResults?: FC;
2461
+ EmptyQueryPlaceholder?: FC;
2462
+ listAriaLabel?: string;
2463
+ searchFieldOptions?: SearchFieldOptions;
2464
+ listOptions?: {
2465
+ columns?: number;
2466
+ childrenSpacing?: 'md' | '2xl';
2467
+ };
2468
+ listRef?: React__default.RefObject<HTMLUListElement | null>;
2469
+ };
2470
+ declare const SearchableList: FC<Props$3>;
2306
2471
 
2307
2472
  interface MenuItem {
2308
2473
  text: JSX.Element | string;
@@ -2382,6 +2547,33 @@ type PaginationProps = {
2382
2547
  } & Pick<BoxProps, 'marginTop' | 'marginBottom'>;
2383
2548
  declare const Pagination: FC<PaginationProps>;
2384
2549
 
2550
+ type RangeFilterInputField<Name> = {
2551
+ name: Name;
2552
+ value?: number | null;
2553
+ placeholder?: string;
2554
+ ariaLabel?: string;
2555
+ };
2556
+ type ChangeCallback<Name> = {
2557
+ value?: number | null;
2558
+ name: Name;
2559
+ };
2560
+ type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
2561
+ type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
2562
+ from: RangeFilterInputField<NameFrom>;
2563
+ handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
2564
+ onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
2565
+ to: RangeFilterInputField<NameTo>;
2566
+ unit?: string;
2567
+ } & PickedNumberInputProps;
2568
+ declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
2569
+
2570
+ type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
2571
+ type RangeSliderProps = SliderRootProps & {
2572
+ onChange?: (values: number[]) => void;
2573
+ onChangeEnd?: (values: number[]) => void;
2574
+ };
2575
+ declare const RangeSlider: React__default.FC<RangeSliderProps>;
2576
+
2385
2577
  declare const ratingRecipe: _chakra_ui_react.RecipeDefinition<{
2386
2578
  size: {
2387
2579
  sm: {
@@ -2429,7 +2621,7 @@ type SectionProps = SectionVariantProps & {
2429
2621
  };
2430
2622
  declare const Section: FC<SectionProps>;
2431
2623
 
2432
- declare const selectSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"indicator" | "field" | "root", {
2624
+ declare const selectSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"indicator" | "root" | "field", {
2433
2625
  variant: {
2434
2626
  outline: {
2435
2627
  field: _chakra_ui_react.SystemStyleObject;
@@ -2461,8 +2653,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
2461
2653
 
2462
2654
  declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
2463
2655
 
2464
- type Props$3 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
2465
- declare const SimpleGrid: FC<Props$3>;
2656
+ type Props$2 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
2657
+ declare const SimpleGrid: FC<Props$2>;
2466
2658
 
2467
2659
  interface SimpleHeaderProps {
2468
2660
  title: string;
@@ -2582,6 +2774,19 @@ declare const Table: {
2582
2774
  ScrollArea: _chakra_ui_react.ChakraComponent<"div", {}>;
2583
2775
  };
2584
2776
 
2777
+ type TenantSelectionState = {
2778
+ showSelection: boolean;
2779
+ persistSelection: boolean;
2780
+ selectedTenant: null | number;
2781
+ };
2782
+ type TenantSelectionProps = {
2783
+ user: EnrichedSessionUser | null;
2784
+ isLoading?: boolean;
2785
+ selectTenant: (sellerId: number | string) => void;
2786
+ language: Language$1;
2787
+ };
2788
+ declare const TenantSelection: FC<TenantSelectionProps>;
2789
+
2585
2790
  declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
2586
2791
 
2587
2792
  type HighlightedTextProps = {
@@ -2619,12 +2824,12 @@ declare const markedTextRecipe: _chakra_ui_react.SlotRecipeDefinition<"container
2619
2824
  };
2620
2825
  }>;
2621
2826
 
2622
- type SharedProps$1 = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
2623
- type HighlightProps = SharedProps$1 & {
2827
+ type SharedProps = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
2828
+ type HighlightProps = SharedProps & {
2624
2829
  variant?: 'highlight';
2625
2830
  highlightColor?: 'white' | 'gray.100' | 'brand.primary';
2626
2831
  };
2627
- type UnderlineProps = SharedProps$1 & {
2832
+ type UnderlineProps = SharedProps & {
2628
2833
  variant: 'underline';
2629
2834
  highlightColor?: never;
2630
2835
  };
@@ -2639,160 +2844,16 @@ type ThemeProviderProps = {
2639
2844
  };
2640
2845
  declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
2641
2846
 
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
2847
  type Props$1 = {
2668
2848
  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
- };
2678
- type DiscreteSliderProps<T> = {
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 BreakpointKeys = keyof typeof breakpoints;
2703
- type ResponsiveValue<T> = Partial<Record<BreakpointKeys, T>>;
2704
-
2705
- type SharedProps = {
2706
- startIndex?: number;
2707
- onSlideClick?: (index: number) => void;
2708
- onSlideSelect?: (index: number) => void;
2709
- slidesPerView?: ResponsiveValue<number> | 1;
2710
- loop?: boolean;
2711
- slidesToScroll?: 'auto' | number;
2712
- };
2713
- type DefaultProps = {
2714
- fullScreen?: never;
2715
- children: ReactNode[];
2716
- paginationType?: Exclude<PaginationType, PaginationType.Thumbnail>;
2717
- } & SharedProps;
2718
- type FullScreenSlide = {
2719
- slide: ReactNode;
2720
- thumbnail: ReactNode;
2721
- onSlideEnter?: () => void;
2722
- onSlideLeave?: () => void;
2723
- };
2724
- type FullScreenProps = {
2725
- fullScreen: true;
2726
- paginationType?: never;
2727
- children: FullScreenSlide[];
2728
- } & SharedProps;
2729
- type CarouselProps = DefaultProps | FullScreenProps;
2730
- declare enum PaginationType {
2731
- Thumbnail = "thumbnail",
2732
- Number = "number",
2733
- None = "none",
2734
- Dot = "dot"
2735
- }
2736
- declare const Carousel: FC<CarouselProps>;
2737
-
2738
- type SearchFieldOptions = {
2739
- placeholder?: string;
2740
- onFocus?: () => void;
2741
- onBlur?: () => void;
2742
- autofocusOnDesktop?: boolean;
2743
- autoComplete?: 'on' | 'off';
2744
- };
2745
-
2746
- type CommonListItem = {
2747
- label: string;
2748
- value: string;
2749
- facet?: string;
2750
- isSelected: boolean;
2751
- showChevron?: boolean;
2752
- highlightIndices?: readonly RangeTuple[];
2753
- isCheckbox?: boolean;
2754
- paddingLeft?: ConditionalValue<'md' | '2xl'>;
2755
2849
  };
2756
- type CheckboxListItem = {
2757
- onClick: (details: CheckboxCheckedChangeDetails) => void;
2758
- isCheckbox: true;
2759
- isIndeterminate?: boolean;
2760
- } & CommonListItem;
2761
- type RadioButtonListItem = {
2762
- onClick: React__default.MouseEventHandler<HTMLButtonElement>;
2763
- isCheckbox?: false;
2764
- } & CommonListItem;
2765
- type ListItemType = CheckboxListItem | RadioButtonListItem;
2850
+ declare const TopListingBadge: FC<PropsWithChildren<Props$1>>;
2766
2851
 
2767
- type ListItemWithChildren = ListItemType & {
2768
- children?: ListItemType[];
2769
- };
2770
2852
  type Props = {
2771
- listItems: ListItemWithChildren[];
2772
- NoResults?: FC;
2773
- EmptyQueryPlaceholder?: FC;
2774
- listAriaLabel?: string;
2775
- searchFieldOptions?: SearchFieldOptions;
2776
- listOptions?: {
2777
- columns?: number;
2778
- childrenSpacing?: 'md' | '2xl';
2779
- };
2780
- listRef?: React__default.RefObject<HTMLUListElement | null>;
2781
- };
2782
- declare const SearchableList: FC<Props>;
2783
-
2784
- type TenantSelectionState = {
2785
- showSelection: boolean;
2786
- persistSelection: boolean;
2787
- selectedTenant: null | number;
2788
- };
2789
- type TenantSelectionProps = {
2790
- user: EnrichedSessionUser | null;
2791
- isLoading?: boolean;
2792
- selectTenant: (sellerId: number | string) => void;
2793
- language: Language$1;
2853
+ aspectRatio?: number;
2854
+ brand: Brand;
2794
2855
  };
2795
- declare const TenantSelection: FC<TenantSelectionProps>;
2856
+ declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
2796
2857
 
2797
2858
  declare const convertRemEmToPx: (value: string) => number;
2798
2859
 
@@ -2801,5 +2862,5 @@ declare class Logger {
2801
2862
  }
2802
2863
  declare const logger: Logger;
2803
2864
 
2804
- 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, 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, 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 };
2805
- export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, 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 };
2865
+ 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, 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 };
2866
+ export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, 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 };