@smg-automotive/components 25.11.0-DM-5041-link-overlay.1 → 25.11.0-DM-5041-link-overlay.2

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 (52) hide show
  1. package/dist/cjs/components/index.d.ts +11 -0
  2. package/dist/cjs/components/index.d.ts.map +1 -1
  3. package/dist/cjs/components/radio/index.d.ts +1 -1
  4. package/dist/cjs/components/radio/index.d.ts.map +1 -1
  5. package/dist/cjs/components/timePicker/index.d.ts +17 -0
  6. package/dist/cjs/components/timePicker/index.d.ts.map +1 -0
  7. package/dist/cjs/hooks/index.d.ts +1 -0
  8. package/dist/cjs/hooks/index.d.ts.map +1 -1
  9. package/dist/cjs/hooks/useToast/index.d.ts +2 -1
  10. package/dist/cjs/hooks/useToast/index.d.ts.map +1 -1
  11. package/dist/cjs/index.js +167 -39
  12. package/dist/cjs/index.js.map +1 -1
  13. package/dist/esm/components/alert/Link.js +13 -0
  14. package/dist/esm/components/alert/Link.js.map +1 -0
  15. package/dist/esm/components/alert/index.js +27 -0
  16. package/dist/esm/components/alert/index.js.map +1 -0
  17. package/dist/esm/components/breadcrumbs/Item.js +10 -0
  18. package/dist/esm/components/breadcrumbs/Item.js.map +1 -0
  19. package/dist/esm/components/closeButton/index.js +12 -0
  20. package/dist/esm/components/closeButton/index.js.map +1 -0
  21. package/dist/esm/components/index.d.ts +11 -0
  22. package/dist/esm/components/index.d.ts.map +1 -1
  23. package/dist/esm/components/list/SearchableList.js +2 -0
  24. package/dist/esm/components/list/SearchableList.js.map +1 -1
  25. package/dist/esm/components/radio/index.d.ts +1 -1
  26. package/dist/esm/components/radio/index.d.ts.map +1 -1
  27. package/dist/esm/components/radio/index.js +29 -0
  28. package/dist/esm/components/radio/index.js.map +1 -0
  29. package/dist/esm/components/skeleton/index.js +7 -0
  30. package/dist/esm/components/skeleton/index.js.map +1 -0
  31. package/dist/esm/components/textarea/index.js +12 -0
  32. package/dist/esm/components/textarea/index.js.map +1 -0
  33. package/dist/esm/components/timePicker/index.d.ts +17 -0
  34. package/dist/esm/components/timePicker/index.d.ts.map +1 -0
  35. package/dist/esm/components/timePicker/index.js +15 -0
  36. package/dist/esm/components/timePicker/index.js.map +1 -0
  37. package/dist/esm/hooks/index.d.ts +1 -0
  38. package/dist/esm/hooks/index.d.ts.map +1 -1
  39. package/dist/esm/hooks/useToast/Toast.js +11 -0
  40. package/dist/esm/hooks/useToast/Toast.js.map +1 -0
  41. package/dist/esm/hooks/useToast/TopRightToast.js +9 -0
  42. package/dist/esm/hooks/useToast/TopRightToast.js.map +1 -0
  43. package/dist/esm/hooks/useToast/TopToaster.js +9 -0
  44. package/dist/esm/hooks/useToast/TopToaster.js.map +1 -0
  45. package/dist/esm/hooks/useToast/index.d.ts +2 -1
  46. package/dist/esm/hooks/useToast/index.d.ts.map +1 -1
  47. package/dist/esm/hooks/useToast/index.js +33 -0
  48. package/dist/esm/hooks/useToast/index.js.map +1 -0
  49. package/dist/esm/index.js +12 -0
  50. package/dist/esm/index.js.map +1 -1
  51. package/dist/index.d.ts +220 -10
  52. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
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, 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
- export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, GridItemProps, GridProps, LinkBox, LinkBoxProps, LinkOverlay, LinkOverlayProps, ListItemProps, ListRootProps, SeparatorProps, StackSeparator, TableBodyProps, TableCaptionProps, TableCellProps, TableColumnGroupProps, TableColumnHeaderProps, TableColumnProps, TableFooterProps, TableHeaderProps, TableRootProps, TableRowProps, TableScrollAreaProps, TextProps, useBreakpointValue, useChakraContext, useDisclosure } from '@chakra-ui/react';
3
+ import { UseMediaQueryOptions, RecipeVariantProps, AccordionRootProps, AccordionItemBodyProps, AccordionItemProps as AccordionItemProps$1, AccordionItemTriggerProps, 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, TooltipRootProps, TooltipContentProps, SkeletonProps, SpinnerProps as SpinnerProps$1 } from '@chakra-ui/react';
4
+ export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, GridItemProps, GridProps, LinkBox, LinkBoxProps, LinkOverlay, LinkOverlayProps, ListItemProps, ListRootProps, SeparatorProps, SkeletonProps, 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
- import React__default, { FocusEventHandler, ChangeEventHandler, FC, PropsWithChildren, ReactNode, ReactElement, ElementType, ComponentProps, JSX } from 'react';
6
+ import React__default, { FocusEventHandler, ChangeEventHandler, FC, PropsWithChildren, ReactNode, ReactElement, ElementType, ComponentProps, JSX, ChangeEvent } from 'react';
7
7
  export { PropsWithChildren as FullHeightProps } from 'react';
8
8
  import * as node_modules__chakra_ui_react_dist_types_styled_system_generated_system_gen from 'node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen';
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';
@@ -55,6 +55,95 @@ 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 alertRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "title" | "indicator" | "root" | "description", {
59
+ status: {
60
+ error: {
61
+ root: {
62
+ borderStartColor: "red.500";
63
+ bg: "red.100";
64
+ };
65
+ indicator: {
66
+ color: "red.500";
67
+ };
68
+ };
69
+ warning: {
70
+ root: {
71
+ borderStartColor: "orange.500";
72
+ bg: "orange.100";
73
+ };
74
+ indicator: {
75
+ color: "orange.500";
76
+ };
77
+ };
78
+ info: {
79
+ root: {
80
+ borderStartColor: "blue.700";
81
+ bg: "blue.100";
82
+ };
83
+ indicator: {
84
+ color: "blue.700";
85
+ };
86
+ };
87
+ success: {
88
+ root: {
89
+ borderStartColor: "green.500";
90
+ bg: "green.100";
91
+ };
92
+ indicator: {
93
+ color: "green.500";
94
+ };
95
+ };
96
+ };
97
+ variant: {
98
+ toast: {
99
+ root: {
100
+ translate: "var(--x) var(--y)";
101
+ scale: "var(--scale)";
102
+ width: "full";
103
+ position: "relative";
104
+ zIndex: "var(--z-index)";
105
+ height: "var(--height)";
106
+ opacity: "var(--opacity)";
107
+ willChange: "translate, opacity, scale";
108
+ transitionProperty: "common";
109
+ transitionDuration: "normal";
110
+ };
111
+ };
112
+ };
113
+ }>;
114
+
115
+ type SharedProps$3 = RecipeVariantProps<typeof alertRecipe> & {
116
+ description: string;
117
+ title?: string;
118
+ link?: {
119
+ as?: 'link' | 'button' | React__default.ElementType;
120
+ text: string;
121
+ url?: string;
122
+ isExternal?: boolean;
123
+ onClick?: () => void;
124
+ };
125
+ icon?: React__default.ReactNode;
126
+ type?: 'error' | 'warning' | 'info' | 'success';
127
+ };
128
+ type DismissibleProps = SharedProps$3 & {
129
+ onDismiss?: () => void;
130
+ dismissible?: true;
131
+ };
132
+ type NonDismissibleProps = SharedProps$3 & {
133
+ onDismiss?: never;
134
+ dismissible?: false;
135
+ };
136
+ type AlertProps = DismissibleProps | NonDismissibleProps;
137
+ declare const Alert: FC<AlertProps>;
138
+
139
+ type ToastOptions = {
140
+ position?: 'top' | 'top-right';
141
+ onClose?: () => void;
142
+ } & SharedProps$3;
143
+ declare const useToast: () => (options: ToastOptions) => {
144
+ closeToast: () => void;
145
+ };
146
+
58
147
  declare const accordionRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "body" | "button" | "item" | "indicator", {
59
148
  variant: {
60
149
  light: {
@@ -125,6 +214,17 @@ declare const accordionRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" |
125
214
  type AccordionProps = AccordionRootProps & RecipeVariantProps<typeof accordionRecipe>;
126
215
  declare const Accordion: FC<PropsWithChildren<AccordionProps>>;
127
216
 
217
+ type AccordionPanelProps = AccordionItemBodyProps & RecipeVariantProps<typeof accordionRecipe>;
218
+ declare const AccordionPanel: FC<PropsWithChildren<AccordionPanelProps>>;
219
+
220
+ type AccordionItemProps = AccordionItemProps$1 & RecipeVariantProps<typeof accordionRecipe>;
221
+ declare const AccordionItem: FC<PropsWithChildren<AccordionItemProps>>;
222
+
223
+ type AccordionButtonProps = AccordionItemTriggerProps & RecipeVariantProps<typeof accordionRecipe> & {
224
+ leftIcon?: React__default.ReactNode;
225
+ };
226
+ declare const AccordionButton: FC<PropsWithChildren<AccordionButtonProps>>;
227
+
128
228
  declare const articleTeaserRecipe: _chakra_ui_react.SlotRecipeDefinition<"title" | "text", _chakra_ui_react.SlotRecipeVariantRecord<"title" | "text">>;
129
229
 
130
230
  type ArticleTeaserVariantProps = RecipeVariantProps<typeof articleTeaserRecipe>;
@@ -155,6 +255,8 @@ interface BreadcrumbsPropsExtended extends BreadcrumbRootProps {
155
255
  }
156
256
  declare const Breadcrumbs: FC<PropsWithChildren<BreadcrumbsPropsExtended>>;
157
257
 
258
+ declare const BreadcrumbsItem: FC<PropsWithChildren>;
259
+
158
260
  declare const buttonRecipe: _chakra_ui_react.RecipeDefinition<{
159
261
  variant: {
160
262
  primary: {
@@ -506,13 +608,13 @@ declare const inputSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"icon" | "f
506
608
  };
507
609
  }>;
508
610
 
509
- type InputVariantProps$1 = RecipeVariantProps<typeof inputSlotRecipe>;
510
- type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & InputVariantProps$1 & {
611
+ type InputVariantProps$2 = RecipeVariantProps<typeof inputSlotRecipe>;
612
+ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & InputVariantProps$2 & {
511
613
  min?: Date;
512
614
  value?: string;
513
615
  invalid?: boolean;
514
616
  };
515
- declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onChange" | "onBlur" | "onFocus"> & {
617
+ declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
516
618
  variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
517
619
  size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
518
620
  } & {
@@ -2270,8 +2372,8 @@ declare const CollapseIcon: React__default.ForwardRefExoticComponent<_chakra_ui_
2270
2372
 
2271
2373
  declare const ForwardIcon: React__default.ForwardRefExoticComponent<_chakra_ui_react.IconProps & React__default.RefAttributes<SVGSVGElement>>;
2272
2374
 
2273
- type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
2274
- type SharedProps$1 = InputVariantProps & {
2375
+ type InputVariantProps$1 = RecipeVariantProps<typeof inputSlotRecipe>;
2376
+ type SharedProps$1 = InputVariantProps$1 & {
2275
2377
  placeholder?: string;
2276
2378
  disabled?: boolean;
2277
2379
  onBlur?: FocusEventHandler<HTMLInputElement>;
@@ -2596,6 +2698,71 @@ type RatingProps = RatingVariantProps & {
2596
2698
  };
2597
2699
  declare const Rating: FC<RatingProps>;
2598
2700
 
2701
+ declare const radioRecipe: _chakra_ui_react.SlotRecipeDefinition<"label" | "item" | "indicator" | "root" | "control", {
2702
+ variant: {
2703
+ fontRegular: {
2704
+ root: {};
2705
+ item: {};
2706
+ control: {};
2707
+ indicator: {};
2708
+ label: {
2709
+ fontWeight: "regular";
2710
+ };
2711
+ };
2712
+ fontBold: {
2713
+ root: {};
2714
+ item: {};
2715
+ control: {};
2716
+ indicator: {};
2717
+ label: {
2718
+ fontWeight: "bold";
2719
+ };
2720
+ };
2721
+ };
2722
+ size: {
2723
+ base: {
2724
+ root: {};
2725
+ item: {};
2726
+ control: {};
2727
+ indicator: {};
2728
+ label: {
2729
+ fontSize: "base";
2730
+ };
2731
+ };
2732
+ md: {
2733
+ root: {};
2734
+ item: {};
2735
+ control: {};
2736
+ indicator: {};
2737
+ label: {
2738
+ fontSize: "md";
2739
+ };
2740
+ };
2741
+ };
2742
+ }>;
2743
+
2744
+ type RadioProps = RecipeVariantProps<typeof radioRecipe> & {
2745
+ value: string;
2746
+ label?: string;
2747
+ name?: string;
2748
+ checked?: boolean;
2749
+ disabled?: boolean;
2750
+ invalid?: boolean;
2751
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
2752
+ };
2753
+ declare const Radio: React__default.ForwardRefExoticComponent<{
2754
+ variant?: _chakra_ui_react.ConditionalValue<"fontRegular" | "fontBold" | undefined>;
2755
+ size?: _chakra_ui_react.ConditionalValue<"base" | "md" | undefined>;
2756
+ } & {
2757
+ value: string;
2758
+ label?: string;
2759
+ name?: string;
2760
+ checked?: boolean;
2761
+ disabled?: boolean;
2762
+ invalid?: boolean;
2763
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
2764
+ } & React__default.RefAttributes<HTMLInputElement>>;
2765
+
2599
2766
  declare const sectionRecipe: _chakra_ui_react.SlotRecipeDefinition<"title" | "text" | "root" | "imageContainer" | "textContainer", {
2600
2767
  variant: {
2601
2768
  hero: {
@@ -2841,6 +3008,21 @@ type UnderlineProps = SharedProps & {
2841
3008
  type MarkedTextProps = HighlightProps | UnderlineProps;
2842
3009
  declare const MarkedText: FC<MarkedTextProps>;
2843
3010
 
3011
+ interface TextareaProps {
3012
+ name: string;
3013
+ value?: string;
3014
+ placeholder?: string;
3015
+ disabled?: boolean;
3016
+ autoFocus?: boolean;
3017
+ onBlur?: FocusEventHandler<HTMLTextAreaElement>;
3018
+ onFocus?: FocusEventHandler<HTMLTextAreaElement>;
3019
+ onChange?: ChangeEventHandler<HTMLTextAreaElement>;
3020
+ rows?: number;
3021
+ cols?: number;
3022
+ textStyle?: 'body' | 'body-small';
3023
+ }
3024
+ declare const Textarea: React__default.ForwardRefExoticComponent<TextareaProps & React__default.RefAttributes<HTMLTextAreaElement>>;
3025
+
2844
3026
  type ThemeProviderProps = {
2845
3027
  /**
2846
3028
  * The brand theme to use
@@ -2849,6 +3031,27 @@ type ThemeProviderProps = {
2849
3031
  };
2850
3032
  declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
2851
3033
 
3034
+ type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
3035
+ type TimePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & InputVariantProps & {
3036
+ value?: string;
3037
+ invalid?: boolean;
3038
+ };
3039
+ declare const TimePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
3040
+ variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
3041
+ size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
3042
+ } & {
3043
+ value?: string;
3044
+ invalid?: boolean;
3045
+ } & React__default.RefAttributes<HTMLInputElement>>;
3046
+
3047
+ type Placement = Exclude<Exclude<TooltipRootProps['positioning'], undefined>['placement'], undefined>;
3048
+ type Content = TooltipContentProps['content'];
3049
+ type TooltipProps = Pick<TooltipRootProps, 'children'> & Pick<TooltipContentProps, 'maxWidth'> & {
3050
+ placement?: Placement;
3051
+ label: Content;
3052
+ };
3053
+ declare const Tooltip: FC<TooltipProps>;
3054
+
2852
3055
  type Props$1 = {
2853
3056
  aspectRatio?: number;
2854
3057
  };
@@ -2860,6 +3063,13 @@ type Props = {
2860
3063
  };
2861
3064
  declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
2862
3065
 
3066
+ declare const Skeleton: React.ForwardRefExoticComponent<SkeletonProps & React.RefAttributes<HTMLDivElement>>;
3067
+
3068
+ type SpinnerProps = SpinnerProps$1 & {
3069
+ size?: 'xs' | 'sm' | 'md' | 'lg';
3070
+ };
3071
+ declare const Spinner: FC<SpinnerProps>;
3072
+
2863
3073
  declare const convertRemEmToPx: (value: string) => number;
2864
3074
 
2865
3075
  declare class Logger {
@@ -2867,5 +3077,5 @@ declare class Logger {
2867
3077
  }
2868
3078
  declare const logger: Logger;
2869
3079
 
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 };
3080
+ export { Accordion, AccordionButton, AccordionItem, AccordionPanel, AddPhotoIcon, AdvancedSearchIcon, Alert, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BreadcrumbsItem, 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, Radio, RangeFilterInput, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchableList, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, Skeleton, SmallCarIcon, SortIcon, SpeakerIcon, Spinner, 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, Textarea, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TimePicker, Tooltip, 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, useToast, useToken };
3081
+ export type { AccordionButtonProps, AccordionItemProps, AccordionPanelProps, AccordionProps, AlertProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CarouselProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CollapseProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, DismissibleProps, DrawerProps, EnergyLabelProps, FlexProps, BaseProps as FormControlSectionProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, ListItemWithChildren, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, NavigationProps, NonDismissibleProps, Option, PaginationProps, PickedNumberInputProps, Props$2 as Props, RadioProps, RangeFilterInputField, RangeSliderProps, RatingProps, SectionProps, SelectProps, SharedProps$3 as SharedProps, SimpleHeaderProps, SpinnerProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, TenantSelectionProps, TenantSelectionState, TextareaProps, ThemeProviderProps, TimePickerProps, TooltipProps, UnifiedButtonProps, VehicleReferenceProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smg-automotive/components",
3
- "version": "25.11.0-DM-5041-link-overlay.1",
3
+ "version": "25.11.0-DM-5041-link-overlay.2",
4
4
  "description": "SMG Automotive components library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",