@smg-automotive/components 25.11.0-chakra-v3.8 → 25.11.0-chakra-v3.9
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/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 +9 -9
- 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/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/index.js +1017 -1004
- package/dist/cjs/index.js.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/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 +9 -9
- 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/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/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/index.js +9 -9
- 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 +250 -195
- 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
|
|
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, 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,42 @@ 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
|
+
|
|
292
328
|
type CenterProps = Pick<CenterProps$1, 'children' | 'padding'>;
|
|
293
329
|
declare const Center: FC<CenterProps>;
|
|
294
330
|
|
|
@@ -362,6 +398,39 @@ interface CheckboxGroupProps extends CheckboxProps {
|
|
|
362
398
|
}
|
|
363
399
|
declare const CheckboxGroup: FC<CheckboxGroupProps>;
|
|
364
400
|
|
|
401
|
+
declare const chipRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
402
|
+
selected: {
|
|
403
|
+
false: {
|
|
404
|
+
_hover: {
|
|
405
|
+
bg: "white";
|
|
406
|
+
borderColor: "black";
|
|
407
|
+
_active: {
|
|
408
|
+
bg: "gray.100";
|
|
409
|
+
borderColor: "gray.200";
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
true: {
|
|
414
|
+
bg: "blue.100";
|
|
415
|
+
px: "md";
|
|
416
|
+
borderColor: "transparent";
|
|
417
|
+
_hover: {
|
|
418
|
+
bg: "blue.50";
|
|
419
|
+
_active: {
|
|
420
|
+
bg: "blue.200";
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
};
|
|
425
|
+
}>;
|
|
426
|
+
|
|
427
|
+
type ChipProps = {
|
|
428
|
+
onClick?: () => void;
|
|
429
|
+
href?: string;
|
|
430
|
+
'aria-label'?: string;
|
|
431
|
+
} & RecipeVariantProps<typeof chipRecipe>;
|
|
432
|
+
declare const Chip: FC<PropsWithChildren<ChipProps>>;
|
|
433
|
+
|
|
365
434
|
declare const countRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
366
435
|
variant: {
|
|
367
436
|
primary: {
|
|
@@ -1740,6 +1809,19 @@ type DialogProps = DialogRootProps & {
|
|
|
1740
1809
|
};
|
|
1741
1810
|
declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
1742
1811
|
|
|
1812
|
+
type DiscreteSliderMark<T> = {
|
|
1813
|
+
stepValue?: number;
|
|
1814
|
+
label: ReactNode;
|
|
1815
|
+
value: T;
|
|
1816
|
+
};
|
|
1817
|
+
type DiscreteSliderProps<T> = {
|
|
1818
|
+
applyIndentation?: boolean;
|
|
1819
|
+
marks: DiscreteSliderMark<T>[];
|
|
1820
|
+
value: T;
|
|
1821
|
+
onValueChanged: (arg: T) => void;
|
|
1822
|
+
};
|
|
1823
|
+
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
1824
|
+
|
|
1743
1825
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
1744
1826
|
|
|
1745
1827
|
interface Props$6 extends DrawerContentProps {
|
|
@@ -1801,16 +1883,26 @@ declare const EnergyLabel: FC<EnergyLabelProps>;
|
|
|
1801
1883
|
|
|
1802
1884
|
type ErrorStatusCode = 404 | 500 | 'clientSide' | 'UNVERIFIED_EMAIL' | 'INITIAL_UNVERIFIED_EMAIL' | 'USER_BLOCKED' | 'UNKNOWN_AUTH_ERROR' | 'EMAIL_CHANGE_VERIFICATION_ERROR';
|
|
1803
1885
|
|
|
1804
|
-
interface
|
|
1886
|
+
interface ErrorPageContentProps {
|
|
1805
1887
|
statusCode: ErrorStatusCode;
|
|
1806
1888
|
language: Language$1;
|
|
1807
1889
|
onButtonClick?: () => void;
|
|
1808
1890
|
}
|
|
1809
|
-
|
|
1891
|
+
|
|
1892
|
+
declare const ErrorPage: React.FC<ErrorPageContentProps>;
|
|
1810
1893
|
|
|
1811
1894
|
type FlexProps = Omit<FlexProps$1, 'gap' | 'columnGap' | 'rowGap'>;
|
|
1812
1895
|
declare const Flex: FC<FlexProps>;
|
|
1813
1896
|
|
|
1897
|
+
type BaseProps = {
|
|
1898
|
+
id: string;
|
|
1899
|
+
errorMessage?: string;
|
|
1900
|
+
label?: string;
|
|
1901
|
+
hint?: string;
|
|
1902
|
+
tooltip?: string;
|
|
1903
|
+
};
|
|
1904
|
+
declare const FormControlSection: FC<PropsWithChildren<BaseProps>>;
|
|
1905
|
+
|
|
1814
1906
|
declare const FullHeight: FC<PropsWithChildren>;
|
|
1815
1907
|
|
|
1816
1908
|
type Language = 'de' | 'fr' | 'it' | 'en';
|
|
@@ -1821,7 +1913,8 @@ interface GalleryHeaderProps {
|
|
|
1821
1913
|
onClose: () => void;
|
|
1822
1914
|
language: Language;
|
|
1823
1915
|
}
|
|
1824
|
-
|
|
1916
|
+
|
|
1917
|
+
declare const GalleryHeader: React.FC<PropsWithChildren<GalleryHeaderProps>>;
|
|
1825
1918
|
|
|
1826
1919
|
declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
|
|
1827
1920
|
declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2167,7 +2260,7 @@ declare const CollapseIcon: React__default.ForwardRefExoticComponent<_chakra_ui_
|
|
|
2167
2260
|
declare const ForwardIcon: React__default.ForwardRefExoticComponent<_chakra_ui_react.IconProps & React__default.RefAttributes<SVGSVGElement>>;
|
|
2168
2261
|
|
|
2169
2262
|
type InputVariantProps = RecipeVariantProps<typeof inputSlotRecipe>;
|
|
2170
|
-
type SharedProps$
|
|
2263
|
+
type SharedProps$1 = InputVariantProps & {
|
|
2171
2264
|
placeholder?: string;
|
|
2172
2265
|
disabled?: boolean;
|
|
2173
2266
|
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
@@ -2186,19 +2279,19 @@ type ControlledInputProps = {
|
|
|
2186
2279
|
value: string | number;
|
|
2187
2280
|
onChange: ChangeEventHandler<HTMLInputElement>;
|
|
2188
2281
|
setInputValue?: never;
|
|
2189
|
-
} & SharedProps$
|
|
2282
|
+
} & SharedProps$1;
|
|
2190
2283
|
type BaseInputPros = {
|
|
2191
2284
|
debounce?: false;
|
|
2192
2285
|
value?: never;
|
|
2193
2286
|
onChange?: ChangeEventHandler<HTMLInputElement>;
|
|
2194
2287
|
setInputValue?: never;
|
|
2195
|
-
} & SharedProps$
|
|
2288
|
+
} & SharedProps$1;
|
|
2196
2289
|
type DebouncedInputPros = {
|
|
2197
2290
|
value: string | number;
|
|
2198
2291
|
onChange?: never;
|
|
2199
2292
|
debounce: true;
|
|
2200
2293
|
setInputValue: (value: string) => void;
|
|
2201
|
-
} & SharedProps$
|
|
2294
|
+
} & SharedProps$1;
|
|
2202
2295
|
type InputProps = ControlledInputProps | BaseInputPros | DebouncedInputPros;
|
|
2203
2296
|
declare const Input: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
2204
2297
|
|
|
@@ -2259,9 +2352,62 @@ interface Props$4 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
|
2259
2352
|
}
|
|
2260
2353
|
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$4>>;
|
|
2261
2354
|
|
|
2355
|
+
declare const linkRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2356
|
+
variant: {
|
|
2357
|
+
baseLink: {
|
|
2358
|
+
_hover: {
|
|
2359
|
+
cursor: "pointer";
|
|
2360
|
+
textDecoration: "underline";
|
|
2361
|
+
};
|
|
2362
|
+
};
|
|
2363
|
+
navigationLink: {
|
|
2364
|
+
color: "gray.900";
|
|
2365
|
+
cursor: "pointer";
|
|
2366
|
+
fontSize: "base";
|
|
2367
|
+
_hover: {
|
|
2368
|
+
textDecoration: "none";
|
|
2369
|
+
color: "blue.700";
|
|
2370
|
+
};
|
|
2371
|
+
};
|
|
2372
|
+
subNavigationLink: {
|
|
2373
|
+
color: "gray.900";
|
|
2374
|
+
cursor: "pointer";
|
|
2375
|
+
fontSize: "base";
|
|
2376
|
+
_hover: {
|
|
2377
|
+
textDecoration: "underline";
|
|
2378
|
+
};
|
|
2379
|
+
_focusVisible: {
|
|
2380
|
+
outline: "none";
|
|
2381
|
+
};
|
|
2382
|
+
};
|
|
2383
|
+
footerLink: {
|
|
2384
|
+
color: "white";
|
|
2385
|
+
_hover: {
|
|
2386
|
+
textDecoration: "underline";
|
|
2387
|
+
};
|
|
2388
|
+
_active: {
|
|
2389
|
+
color: "gray.50";
|
|
2390
|
+
};
|
|
2391
|
+
_visited: {
|
|
2392
|
+
color: "white";
|
|
2393
|
+
};
|
|
2394
|
+
};
|
|
2395
|
+
};
|
|
2396
|
+
disabled: {
|
|
2397
|
+
true: {
|
|
2398
|
+
textDecoration: "none";
|
|
2399
|
+
pointerEvents: "none";
|
|
2400
|
+
color: "gray.500";
|
|
2401
|
+
_hover: {
|
|
2402
|
+
textDecoration: "none";
|
|
2403
|
+
};
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
}>;
|
|
2407
|
+
|
|
2262
2408
|
type LinkProps = LinkProps$2 & {
|
|
2263
2409
|
isExternal?: boolean;
|
|
2264
|
-
}
|
|
2410
|
+
} & RecipeVariantProps<typeof linkRecipe>;
|
|
2265
2411
|
declare const Link: FC<LinkProps>;
|
|
2266
2412
|
|
|
2267
2413
|
declare const Root$1: React.ForwardRefExoticComponent<List$1.RootProps & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -2271,38 +2417,51 @@ declare const List: {
|
|
|
2271
2417
|
Item: React.ForwardRefExoticComponent<List$1.ItemProps & React.RefAttributes<HTMLLIElement>>;
|
|
2272
2418
|
};
|
|
2273
2419
|
|
|
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
|
-
}>;
|
|
2420
|
+
type SearchFieldOptions = {
|
|
2421
|
+
placeholder?: string;
|
|
2422
|
+
onFocus?: () => void;
|
|
2423
|
+
onBlur?: () => void;
|
|
2424
|
+
autofocusOnDesktop?: boolean;
|
|
2425
|
+
autoComplete?: 'on' | 'off';
|
|
2426
|
+
};
|
|
2299
2427
|
|
|
2300
|
-
type
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2428
|
+
type CommonListItem = {
|
|
2429
|
+
label: string;
|
|
2430
|
+
value: string;
|
|
2431
|
+
facet?: string;
|
|
2432
|
+
isSelected: boolean;
|
|
2433
|
+
showChevron?: boolean;
|
|
2434
|
+
highlightIndices?: readonly RangeTuple[];
|
|
2435
|
+
isCheckbox?: boolean;
|
|
2436
|
+
paddingLeft?: ConditionalValue<'md' | '2xl'>;
|
|
2437
|
+
};
|
|
2438
|
+
type CheckboxListItem = {
|
|
2439
|
+
onClick: (details: CheckboxCheckedChangeDetails) => void;
|
|
2440
|
+
isCheckbox: true;
|
|
2441
|
+
isIndeterminate?: boolean;
|
|
2442
|
+
} & CommonListItem;
|
|
2443
|
+
type RadioButtonListItem = {
|
|
2444
|
+
onClick: React__default.MouseEventHandler<HTMLButtonElement>;
|
|
2445
|
+
isCheckbox?: false;
|
|
2446
|
+
} & CommonListItem;
|
|
2447
|
+
type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
2448
|
+
|
|
2449
|
+
type ListItemWithChildren = ListItemType & {
|
|
2450
|
+
children?: ListItemType[];
|
|
2451
|
+
};
|
|
2452
|
+
type Props$3 = {
|
|
2453
|
+
listItems: ListItemWithChildren[];
|
|
2454
|
+
NoResults?: FC;
|
|
2455
|
+
EmptyQueryPlaceholder?: FC;
|
|
2456
|
+
listAriaLabel?: string;
|
|
2457
|
+
searchFieldOptions?: SearchFieldOptions;
|
|
2458
|
+
listOptions?: {
|
|
2459
|
+
columns?: number;
|
|
2460
|
+
childrenSpacing?: 'md' | '2xl';
|
|
2461
|
+
};
|
|
2462
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
2463
|
+
};
|
|
2464
|
+
declare const SearchableList: FC<Props$3>;
|
|
2306
2465
|
|
|
2307
2466
|
interface MenuItem {
|
|
2308
2467
|
text: JSX.Element | string;
|
|
@@ -2382,6 +2541,33 @@ type PaginationProps = {
|
|
|
2382
2541
|
} & Pick<BoxProps, 'marginTop' | 'marginBottom'>;
|
|
2383
2542
|
declare const Pagination: FC<PaginationProps>;
|
|
2384
2543
|
|
|
2544
|
+
type RangeFilterInputField<Name> = {
|
|
2545
|
+
name: Name;
|
|
2546
|
+
value?: number | null;
|
|
2547
|
+
placeholder?: string;
|
|
2548
|
+
ariaLabel?: string;
|
|
2549
|
+
};
|
|
2550
|
+
type ChangeCallback<Name> = {
|
|
2551
|
+
value?: number | null;
|
|
2552
|
+
name: Name;
|
|
2553
|
+
};
|
|
2554
|
+
type PickedNumberInputProps = Pick<React__default.ComponentProps<typeof NumberInput.Root>, 'min' | 'max' | 'disabled' | 'onFocus'>;
|
|
2555
|
+
type RangeFilterInputProps<NameFrom extends string, NameTo extends string> = {
|
|
2556
|
+
from: RangeFilterInputField<NameFrom>;
|
|
2557
|
+
handleChange: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2558
|
+
onBlur?: (event: ChangeCallback<NameFrom | NameTo>) => void;
|
|
2559
|
+
to: RangeFilterInputField<NameTo>;
|
|
2560
|
+
unit?: string;
|
|
2561
|
+
} & PickedNumberInputProps;
|
|
2562
|
+
declare const RangeFilterInput: <NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>) => React__default.JSX.Element;
|
|
2563
|
+
|
|
2564
|
+
type SliderRootProps = Omit<React__default.ComponentProps<typeof Slider.Root>, 'onChange'>;
|
|
2565
|
+
type RangeSliderProps = SliderRootProps & {
|
|
2566
|
+
onChange?: (values: number[]) => void;
|
|
2567
|
+
onChangeEnd?: (values: number[]) => void;
|
|
2568
|
+
};
|
|
2569
|
+
declare const RangeSlider: React__default.FC<RangeSliderProps>;
|
|
2570
|
+
|
|
2385
2571
|
declare const ratingRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
2386
2572
|
size: {
|
|
2387
2573
|
sm: {
|
|
@@ -2461,8 +2647,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2461
2647
|
|
|
2462
2648
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2463
2649
|
|
|
2464
|
-
type Props$
|
|
2465
|
-
declare const SimpleGrid: FC<Props$
|
|
2650
|
+
type Props$2 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2651
|
+
declare const SimpleGrid: FC<Props$2>;
|
|
2466
2652
|
|
|
2467
2653
|
interface SimpleHeaderProps {
|
|
2468
2654
|
title: string;
|
|
@@ -2582,6 +2768,19 @@ declare const Table: {
|
|
|
2582
2768
|
ScrollArea: _chakra_ui_react.ChakraComponent<"div", {}>;
|
|
2583
2769
|
};
|
|
2584
2770
|
|
|
2771
|
+
type TenantSelectionState = {
|
|
2772
|
+
showSelection: boolean;
|
|
2773
|
+
persistSelection: boolean;
|
|
2774
|
+
selectedTenant: null | number;
|
|
2775
|
+
};
|
|
2776
|
+
type TenantSelectionProps = {
|
|
2777
|
+
user: EnrichedSessionUser | null;
|
|
2778
|
+
isLoading?: boolean;
|
|
2779
|
+
selectTenant: (sellerId: number | string) => void;
|
|
2780
|
+
language: Language$1;
|
|
2781
|
+
};
|
|
2782
|
+
declare const TenantSelection: FC<TenantSelectionProps>;
|
|
2783
|
+
|
|
2585
2784
|
declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
2586
2785
|
|
|
2587
2786
|
type HighlightedTextProps = {
|
|
@@ -2619,12 +2818,12 @@ declare const markedTextRecipe: _chakra_ui_react.SlotRecipeDefinition<"container
|
|
|
2619
2818
|
};
|
|
2620
2819
|
}>;
|
|
2621
2820
|
|
|
2622
|
-
type SharedProps
|
|
2623
|
-
type HighlightProps = SharedProps
|
|
2821
|
+
type SharedProps = Exclude<BoxProps, 'position' | 'width' | 'display' | 'alignItems'> & RecipeVariantProps<typeof markedTextRecipe>;
|
|
2822
|
+
type HighlightProps = SharedProps & {
|
|
2624
2823
|
variant?: 'highlight';
|
|
2625
2824
|
highlightColor?: 'white' | 'gray.100' | 'brand.primary';
|
|
2626
2825
|
};
|
|
2627
|
-
type UnderlineProps = SharedProps
|
|
2826
|
+
type UnderlineProps = SharedProps & {
|
|
2628
2827
|
variant: 'underline';
|
|
2629
2828
|
highlightColor?: never;
|
|
2630
2829
|
};
|
|
@@ -2639,160 +2838,16 @@ type ThemeProviderProps = {
|
|
|
2639
2838
|
};
|
|
2640
2839
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2641
2840
|
|
|
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
2841
|
type Props$1 = {
|
|
2668
2842
|
aspectRatio?: number;
|
|
2669
|
-
brand: Brand;
|
|
2670
2843
|
};
|
|
2671
|
-
declare const
|
|
2844
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$1>>;
|
|
2672
2845
|
|
|
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
|
-
};
|
|
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;
|
|
2766
|
-
|
|
2767
|
-
type ListItemWithChildren = ListItemType & {
|
|
2768
|
-
children?: ListItemType[];
|
|
2769
|
-
};
|
|
2770
2846
|
type Props = {
|
|
2771
|
-
|
|
2772
|
-
|
|
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;
|
|
2847
|
+
aspectRatio?: number;
|
|
2848
|
+
brand: Brand;
|
|
2794
2849
|
};
|
|
2795
|
-
declare const
|
|
2850
|
+
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2796
2851
|
|
|
2797
2852
|
declare const convertRemEmToPx: (value: string) => number;
|
|
2798
2853
|
|
|
@@ -2802,4 +2857,4 @@ declare class Logger {
|
|
|
2802
2857
|
declare const logger: Logger;
|
|
2803
2858
|
|
|
2804
2859
|
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,
|
|
2860
|
+
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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "25.11.0-chakra-v3.
|
|
3
|
+
"version": "25.11.0-chakra-v3.9",
|
|
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",
|