@smg-automotive/components 25.10.1 → 25.10.2-DM-4743-scopped-i18n.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/errorPage/content/index.d.ts +11 -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 +11 -0
- package/dist/cjs/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/modal/Content.d.ts +5 -0
- package/dist/cjs/components/filterPatterns/modal/Content.d.ts.map +1 -0
- package/dist/cjs/components/filterPatterns/modal/index.d.ts +1 -2
- package/dist/cjs/components/filterPatterns/modal/index.d.ts.map +1 -1
- package/dist/cjs/components/filterPatterns/popover/Content.d.ts +5 -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 +11 -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/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/tenantSelection/Overview.d.ts.map +1 -1
- package/dist/cjs/components/tenantSelection/select/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 +225 -214
- 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/checkboxFilter/CheckboxGroupCollapsibleWithChildren.js +1 -1
- package/dist/esm/components/errorPage/content/EmailChangeVerification.js +1 -1
- package/dist/esm/components/errorPage/content/index.d.ts +11 -0
- package/dist/esm/components/errorPage/content/index.d.ts.map +1 -0
- package/dist/esm/components/errorPage/content/index.js +282 -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 +3 -282
- 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/ActionButton.js +1 -1
- package/dist/esm/components/filterPatterns/ActionButton.js.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/Heading.js +3 -194
- package/dist/esm/components/filterPatterns/Heading.js.map +1 -1
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts +11 -0
- package/dist/esm/components/filterPatterns/HeadingContent.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/HeadingContent.js +194 -0
- package/dist/esm/components/filterPatterns/HeadingContent.js.map +1 -0
- package/dist/esm/components/filterPatterns/modal/Content.d.ts +5 -0
- package/dist/esm/components/filterPatterns/modal/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/modal/Content.js +29 -0
- package/dist/esm/components/filterPatterns/modal/Content.js.map +1 -0
- package/dist/esm/components/filterPatterns/modal/index.d.ts +1 -2
- package/dist/esm/components/filterPatterns/modal/index.d.ts.map +1 -1
- package/dist/esm/components/filterPatterns/modal/index.js +5 -27
- package/dist/esm/components/filterPatterns/modal/index.js.map +1 -1
- package/dist/esm/components/filterPatterns/popover/Content.d.ts +5 -0
- package/dist/esm/components/filterPatterns/popover/Content.d.ts.map +1 -0
- package/dist/esm/components/filterPatterns/popover/Content.js +231 -0
- package/dist/esm/components/filterPatterns/popover/Content.js.map +1 -0
- package/dist/esm/components/filterPatterns/popover/Popover.js +1 -1
- 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/filterPatterns/popover/index.js +5 -234
- package/dist/esm/components/filterPatterns/popover/index.js.map +1 -1
- package/dist/esm/components/galleryHeader/Content.d.ts +11 -0
- package/dist/esm/components/galleryHeader/Content.d.ts.map +1 -0
- package/dist/esm/components/galleryHeader/Content.js +201 -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 -201
- package/dist/esm/components/galleryHeader/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/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/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/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/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 +65 -61
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __assign } from '../../../node_modules/tslib/tslib.es6.js';
|
|
2
2
|
import React, { useCallback } from 'react';
|
|
3
|
-
import { useI18n } from '
|
|
3
|
+
import { useI18n } from '../../../utilities/i18nInit.js';
|
|
4
4
|
import { TenantSelectionModalLayout } from '../ModalLayout.js';
|
|
5
5
|
import { TenantSelectionSelectList } from './List.js';
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../src/components/tenantSelection/select/index.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../src/components/tenantSelection/select/index.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;AAkBO,IAAM,qBAAqB,GAA6B,UAAC,EAI/D,EAAA;AAHC,IAAA,IAAA,eAAe,qBAAA,EACf,kBAAkB,GAAA,EAAA,CAAA,kBAAA,EAClB,IAAI,GAAA,EAAA,CAAA,IAAA;AAEI,IAAA,IAAA,CAAC,GAAK,OAAO,EAAE,EAAd;AAET,IAAA,IAAM,cAAc,GAAG,WAAW,CAChC,UAAC,gBAAwB,EAAA;QACvB,kBAAkB,CAAC,UAAC,OAAO,EAAA;YACzB,OAAA,QAAA,CAAA,QAAA,CAAA,EAAA,EACK,OAAO,KACV,cAAc,EAAE,gBAAgB,EAChC,aAAa,EAAE,KAAK,EAAA,CAAA;AAExB,QAAA,CAAC,CAAC;AACJ,IAAA,CAAC,EACD,CAAC,kBAAkB,CAAC,CACrB;IAED,QACE,oBAAC,0BAA0B,EAAA,IAAA;QACzB,KAAA,CAAA,aAAA,CAAC,yBAAyB,EAAA,EACxB,KAAK,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAC/C,cAAc,EAAE,IAAI,CAAC,cAAc,EACnC,gBAAgB,EAAE,eAAe,CAAC,cAAc,EAChD,cAAc,EAAE,cAAc,EAAA,CAC9B,CACyB;AAEjC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/translationProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/translationProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,EAA0B,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAM5E,UAAU,KAAK;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAkBrD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { filterDictionaryScopes } from '@smg-automotive/i18n-pkg';
|
|
3
|
+
import { I18nProvider } from '../../utilities/i18nInit.js';
|
|
3
4
|
import { dictionaries } from '../../locales/index.js';
|
|
4
5
|
import logger from '../../lib/logger.js';
|
|
5
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../src/components/translationProvider/index.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../src/components/translationProvider/index.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;AAYA,IAAM,mBAAmB,GAAiC,UAAC,EAI1D,EAAA;AAHC,IAAA,IAAA,QAAQ,cAAA,EACR,MAAM,GAAA,EAAA,CAAA,MAAA,EACN,QAAQ,GAAA,EAAA,CAAA,QAAA;IAER,QACE,KAAA,CAAA,aAAA,CAAC,YAAY,EAAA,EACX,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,sBAAsB,CAAC;AAC9B,YAAA,YAAY,EAAE,YAAY;AAC1B,YAAA,QAAQ,EAAA,QAAA;AACR,YAAA,gBAAgB,EAAE,MAAM;SACzB,CAAC,EACF,oBAAoB,EAAE,MAAM,CAAC,oBAAoB,EAAA,EAEhD,QAAQ,CACI;AAEnB;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ComponentType, FC } from 'react';
|
|
2
|
+
import { Language } from '@smg-automotive/i18n-pkg';
|
|
3
|
+
type Props = {
|
|
4
|
+
language: Language;
|
|
5
|
+
};
|
|
6
|
+
export declare function withTranslationProvider<P extends Props>(scopes: string[]): (WrappedComponent: ComponentType<P>) => FC<P>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=withTranslationProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withTranslationProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/translationProvider/withTranslationProvider.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,aAAa,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAIpD,KAAK,KAAK,GAAG;IACX,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAEF,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAC/D,kBAAkB,aAAa,CAAC,CAAC,CAAC,KAAG,EAAE,CAAC,CAAC,CAAC,CAWnD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { __assign } from '../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import TranslationProvider from './index.js';
|
|
4
|
+
|
|
5
|
+
function withTranslationProvider(scopes) {
|
|
6
|
+
return function (WrappedComponent) {
|
|
7
|
+
return function (props) {
|
|
8
|
+
var language = props.language;
|
|
9
|
+
return (React.createElement(TranslationProvider, { language: language, scopes: scopes },
|
|
10
|
+
React.createElement(WrappedComponent, __assign({}, props))));
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export { withTranslationProvider };
|
|
16
|
+
//# sourceMappingURL=withTranslationProvider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withTranslationProvider.js","sources":["../../../../../src/components/translationProvider/withTranslationProvider.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;AAUM,SAAU,uBAAuB,CAAkB,MAAgB,EAAA;AACvE,IAAA,OAAO,UAAC,gBAAkC,EAAA;AACxC,QAAA,OAAO,UAAC,KAAK,EAAA;AACH,YAAA,IAAA,QAAQ,GAAK,KAAK,CAAA,QAAV;YAEhB,QACE,KAAA,CAAA,aAAA,CAAC,mBAAmB,EAAA,EAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAA;AACrD,gBAAA,KAAA,CAAA,aAAA,CAAC,gBAAgB,EAAA,QAAA,CAAA,EAAA,EAAK,KAAK,CAAA,CAAI,CACX;AAE1B,QAAA,CAAC;AACH,IAAA,CAAC;AACH;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const useI18n: () => {
|
|
2
|
+
t: <T = string>(key: string, params?: {
|
|
3
|
+
[key: string]: unknown;
|
|
4
|
+
count?: number | string;
|
|
5
|
+
ignoreMissingTranslation?: boolean;
|
|
6
|
+
}) => T;
|
|
7
|
+
language: import("@smg-automotive/i18n-pkg").Language;
|
|
8
|
+
displayTranslationKeys: boolean;
|
|
9
|
+
setDisplayTranslationKeys: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
10
|
+
}, I18nProvider: ({ children, language, lngDict, onMissingTranslation, }: React.PropsWithChildren<{
|
|
11
|
+
language: import("@smg-automotive/i18n-pkg").Language;
|
|
12
|
+
lngDict: import("@smg-automotive/i18n-pkg").Dictionary;
|
|
13
|
+
onMissingTranslation: import("@smg-automotive/i18n-pkg").OnMissing;
|
|
14
|
+
}>) => import("react/jsx-runtime").JSX.Element, Trans: ({ i18nKey, values, children, }: React.PropsWithChildren<{
|
|
15
|
+
i18nKey: string;
|
|
16
|
+
values?: Record<string, unknown>;
|
|
17
|
+
}>) => any;
|
|
18
|
+
//# sourceMappingURL=i18nInit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18nInit.d.ts","sourceRoot":"","sources":["../../../src/utilities/i18nInit.ts"],"names":[],"mappings":"AAEA,eAAO,MAAQ,OAAO;;;;;;;;;GAAE,YAAY;;;;gDAAE,KAAK;;;UAAsB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18nInit.js","sources":["../../../../src/utilities/i18nInit.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAEe,IAAA,OAAO,IAAT,KAAmC,eAAe,EAAE,EAAA,EAAA,CAAA,OAAA,CAA3C,CAAA,CAAE,YAAY,GAAA,EAAA,CAAA,YAAA,CAAA,CAAE,KAAK;;;;"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export { keyframes } from '@emotion/react';
|
|
2
2
|
import { ShowProps, UseMediaQueryOptions, ToastPosition, AccordionProps, AccordionButtonProps as AccordionButtonProps$1, AccordionPanelProps, AccordionItemProps, ResponsiveValue, BreadcrumbProps, BreadcrumbLinkProps, ButtonProps as ButtonProps$1, ResponsiveObject, CenterProps as CenterProps$1, CheckboxProps as CheckboxProps$1, FlexProps, InputProps, SwitchProps as SwitchProps$1, DrawerProps, ModalBodyProps, DrawerContentProps, FormLabelProps as FormLabelProps$1, ComponentWithAs, GridProps, GridItemProps, HideProps, BoxProps, LinkProps as LinkProps$1, ListProps as ListProps$1, MenuProps as MenuProps$1, PopoverProps as PopoverProps$1, IconProps as IconProps$1, UseRadioGroupProps, NumberInputProps, RangeSliderProps as RangeSliderProps$2, SelectProps, SimpleGridProps, StackProps, TextProps, TooltipProps, SkeletonProps, TabsProps, TabProps, TabListProps, ModalProps, ModalCloseButtonProps, HeadingProps } from '@chakra-ui/react';
|
|
3
3
|
export { AspectRatio, Box, BreadcrumbItem as BreadcrumbsItem, Card, CardBody, CardFooter, CardHeader, Collapse, Divider, LinkBox, LinkBoxProps, LinkOverlay, LinkOverlayProps, ListItem, RadioGroup, Slide, Table, TableCaption, TableContainer, Tbody, Td, Text, Tfoot, Th, Thead, Tr, useAccordionItemState, useBreakpointValue, useDisclosure, useTheme, useToken } from '@chakra-ui/react';
|
|
4
|
-
import
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import React__default, { FocusEventHandler, ChangeEventHandler, RefObject, ReactNode, ElementType, FC, PropsWithChildren, ReactElement, ChangeEvent, ComponentType, JSX, ComponentProps } from 'react';
|
|
5
6
|
import { Language as Language$1 } from '@smg-automotive/i18n-pkg';
|
|
6
7
|
import { RangeTuple } from 'fuse.js';
|
|
7
8
|
import { EnrichedSessionUser } from '@smg-automotive/auth';
|
|
@@ -116,7 +117,7 @@ declare const useToast: () => (options: ToastOptions) => {
|
|
|
116
117
|
declare const Accordion: FC<PropsWithChildren<AccordionProps>>;
|
|
117
118
|
|
|
118
119
|
interface AccordionButtonProps extends AccordionButtonProps$1 {
|
|
119
|
-
leftIcon?:
|
|
120
|
+
leftIcon?: React__default.ReactNode;
|
|
120
121
|
}
|
|
121
122
|
declare const AccordionButton: FC<PropsWithChildren<AccordionButtonProps>>;
|
|
122
123
|
|
|
@@ -124,14 +125,14 @@ declare const AccordionPanel: FC<PropsWithChildren<AccordionPanelProps>>;
|
|
|
124
125
|
|
|
125
126
|
declare const AccordionItem: FC<PropsWithChildren<AccordionItemProps>>;
|
|
126
127
|
|
|
127
|
-
type Props$
|
|
128
|
+
type Props$E = {
|
|
128
129
|
title: string;
|
|
129
130
|
text: string;
|
|
130
131
|
imageUrl: string;
|
|
131
132
|
url: string;
|
|
132
133
|
maxImgW?: ResponsiveValue<Sizes>;
|
|
133
134
|
};
|
|
134
|
-
declare const ArticleTeaser: FC<Props$
|
|
135
|
+
declare const ArticleTeaser: FC<Props$E>;
|
|
135
136
|
|
|
136
137
|
type SharedProps$4 = Omit<BareAlertProps, 'onClose'>;
|
|
137
138
|
type DismissibleProps = SharedProps$4 & {
|
|
@@ -192,8 +193,8 @@ type LinkProps = Overwrite<SharedProps$3, LinkButton & {
|
|
|
192
193
|
}>;
|
|
193
194
|
type IconProps = IconButton & Never<Pick<SharedProps$3, 'leftIcon' | 'rightIcon' | 'children'>>;
|
|
194
195
|
type IconButtonProps = Overwrite<ButtonType, IconProps> | Overwrite<SubmitType, IconProps> | Overwrite<LinkProps, IconProps>;
|
|
195
|
-
type Props$
|
|
196
|
-
declare const Button:
|
|
196
|
+
type Props$D = ButtonProps | IconButtonProps | LinkProps;
|
|
197
|
+
declare const Button: React__default.ForwardRefExoticComponent<Props$D & React__default.RefAttributes<HTMLLinkElement | HTMLButtonElement>>;
|
|
197
198
|
|
|
198
199
|
type SharedProps$2 = {
|
|
199
200
|
startIndex?: number;
|
|
@@ -219,14 +220,14 @@ type FullScreenProps = {
|
|
|
219
220
|
paginationType?: never;
|
|
220
221
|
children: FullScreenSlide[];
|
|
221
222
|
} & SharedProps$2;
|
|
222
|
-
type Props$
|
|
223
|
+
type Props$C = DefaultProps | FullScreenProps;
|
|
223
224
|
declare enum PaginationType {
|
|
224
225
|
Thumbnail = "thumbnail",
|
|
225
226
|
Number = "number",
|
|
226
227
|
None = "none",
|
|
227
228
|
Dot = "dot"
|
|
228
229
|
}
|
|
229
|
-
declare const Carousel: FC<Props$
|
|
230
|
+
declare const Carousel: FC<Props$C>;
|
|
230
231
|
|
|
231
232
|
type CenterProps = Pick<CenterProps$1, 'children' | 'padding'>;
|
|
232
233
|
declare const Center: FC<CenterProps>;
|
|
@@ -246,7 +247,7 @@ interface CheckboxProps {
|
|
|
246
247
|
readOnly?: boolean;
|
|
247
248
|
fullWidth?: boolean;
|
|
248
249
|
}
|
|
249
|
-
declare const Checkbox:
|
|
250
|
+
declare const Checkbox: React__default.ForwardRefExoticComponent<CheckboxProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
250
251
|
|
|
251
252
|
type Item<ItemKey, FilterName> = {
|
|
252
253
|
childCheckboxes?: Item<ItemKey, FilterName>[];
|
|
@@ -258,7 +259,7 @@ type Item<ItemKey, FilterName> = {
|
|
|
258
259
|
key: ItemKey;
|
|
259
260
|
label: string;
|
|
260
261
|
};
|
|
261
|
-
type Props$
|
|
262
|
+
type Props$B<ItemKey extends string, FilterName extends string> = {
|
|
262
263
|
alwaysExpanded?: boolean;
|
|
263
264
|
/**
|
|
264
265
|
* @template ItemKey
|
|
@@ -284,7 +285,7 @@ type Props$D<ItemKey extends string, FilterName extends string> = {
|
|
|
284
285
|
language: Language$1;
|
|
285
286
|
};
|
|
286
287
|
|
|
287
|
-
declare function CheckboxFilter<ItemKey extends string, FilterName extends string>({ alwaysExpanded, items, onApply, numberOfColumnsOnDesktop, onToggleCheckboxGroup, language, }: Props$
|
|
288
|
+
declare function CheckboxFilter<ItemKey extends string, FilterName extends string>({ alwaysExpanded, items, onApply, numberOfColumnsOnDesktop, onToggleCheckboxGroup, language, }: Props$B<ItemKey, FilterName>): React__default.JSX.Element;
|
|
288
289
|
|
|
289
290
|
interface CheckboxGroupProps extends CheckboxProps {
|
|
290
291
|
/**
|
|
@@ -305,27 +306,27 @@ type ChipProps = {
|
|
|
305
306
|
declare const Chip: FC<PropsWithChildren<ChipProps>>;
|
|
306
307
|
|
|
307
308
|
type CountVariant = 'primary' | 'inverted' | 'info' | 'success' | 'warning' | 'error';
|
|
308
|
-
interface Props$
|
|
309
|
+
interface Props$A {
|
|
309
310
|
variant?: CountVariant;
|
|
310
311
|
count: number;
|
|
311
312
|
ariaLabel?: string;
|
|
312
313
|
}
|
|
313
|
-
declare const Count: FC<Props$
|
|
314
|
+
declare const Count: FC<Props$A>;
|
|
314
315
|
|
|
315
|
-
interface Props$
|
|
316
|
+
interface Props$z extends Pick<InputProps, 'onFocus' | 'onBlur' | 'onChange'> {
|
|
316
317
|
size?: 'md' | 'lg';
|
|
317
318
|
min?: Date;
|
|
318
319
|
value?: string;
|
|
319
320
|
isInvalid?: boolean;
|
|
320
321
|
}
|
|
321
|
-
declare const DatePicker:
|
|
322
|
+
declare const DatePicker: React__default.ForwardRefExoticComponent<Props$z & React__default.RefAttributes<HTMLInputElement>>;
|
|
322
323
|
|
|
323
|
-
interface Props$
|
|
324
|
+
interface Props$y extends Pick<InputProps, 'onFocus' | 'onBlur' | 'onChange'> {
|
|
324
325
|
size?: 'md' | 'lg';
|
|
325
326
|
value?: string;
|
|
326
327
|
isInvalid?: boolean;
|
|
327
328
|
}
|
|
328
|
-
declare const TimePicker:
|
|
329
|
+
declare const TimePicker: React__default.ForwardRefExoticComponent<Props$y & React__default.RefAttributes<HTMLInputElement>>;
|
|
329
330
|
|
|
330
331
|
declare enum Brand {
|
|
331
332
|
AutoScout24 = "autoscout24",
|
|
@@ -353,31 +354,32 @@ declare const Drawer: FC<PropsWithChildren<DrawerProps>>;
|
|
|
353
354
|
|
|
354
355
|
declare const DrawerBody: FC<PropsWithChildren<ModalBodyProps>>;
|
|
355
356
|
|
|
356
|
-
interface Props$
|
|
357
|
+
interface Props$x extends DrawerContentProps {
|
|
357
358
|
withCloseButton?: boolean;
|
|
358
359
|
}
|
|
359
|
-
declare const DrawerContent: FC<PropsWithChildren<Props$
|
|
360
|
+
declare const DrawerContent: FC<PropsWithChildren<Props$x>>;
|
|
360
361
|
|
|
361
362
|
declare const DrawerOverlay: FC<PropsWithChildren>;
|
|
362
363
|
|
|
363
364
|
type Efficiency = 'A' | 'B' | 'C' | 'D' | 'E' | 'F' | 'G';
|
|
364
|
-
interface Props$
|
|
365
|
+
interface Props$w {
|
|
365
366
|
efficiency: Efficiency;
|
|
366
367
|
}
|
|
367
|
-
declare const EnergyLabel: FC<Props$
|
|
368
|
+
declare const EnergyLabel: FC<Props$w>;
|
|
368
369
|
|
|
369
370
|
type ErrorStatusCode = 404 | 500 | 'clientSide' | 'UNVERIFIED_EMAIL' | 'INITIAL_UNVERIFIED_EMAIL' | 'USER_BLOCKED' | 'UNKNOWN_AUTH_ERROR' | 'EMAIL_CHANGE_VERIFICATION_ERROR';
|
|
370
371
|
|
|
371
|
-
interface
|
|
372
|
+
interface ErrorPageContentProps {
|
|
372
373
|
statusCode: ErrorStatusCode;
|
|
373
374
|
language: Language$1;
|
|
374
375
|
onButtonClick?: () => void;
|
|
375
376
|
}
|
|
376
|
-
|
|
377
|
+
|
|
378
|
+
declare const ErrorPage: React.FC<ErrorPageContentProps>;
|
|
377
379
|
|
|
378
380
|
declare const Flex: FC<Omit<FlexProps, 'gap' | 'columnGap' | 'rowGap'>>;
|
|
379
381
|
|
|
380
|
-
type Props$
|
|
382
|
+
type Props$v = {
|
|
381
383
|
isDisabled?: boolean;
|
|
382
384
|
isRequired?: boolean;
|
|
383
385
|
errorMessage?: string;
|
|
@@ -389,7 +391,7 @@ type Props$w = {
|
|
|
389
391
|
labelButtonText?: string;
|
|
390
392
|
labelButtonOnClick?: () => void;
|
|
391
393
|
};
|
|
392
|
-
declare const FormControl: FC<PropsWithChildren<Props$
|
|
394
|
+
declare const FormControl: FC<PropsWithChildren<Props$v>>;
|
|
393
395
|
|
|
394
396
|
type FormLabelProps = {
|
|
395
397
|
size?: 'sm' | 'lg';
|
|
@@ -402,8 +404,8 @@ declare const Grid: ComponentWithAs<'div', GridProps>;
|
|
|
402
404
|
|
|
403
405
|
declare const GridItem: ComponentWithAs<'div', GridItemProps>;
|
|
404
406
|
|
|
405
|
-
type Props$
|
|
406
|
-
declare const Hide: FC<Props$
|
|
407
|
+
type Props$u = Omit<HideProps, 'ssr'> & Omit<BoxProps, 'sx'>;
|
|
408
|
+
declare const Hide: FC<Props$u>;
|
|
407
409
|
|
|
408
410
|
type SharedProps$1 = {
|
|
409
411
|
placeholder?: string;
|
|
@@ -439,10 +441,10 @@ type DebouncedInputPros = {
|
|
|
439
441
|
debounce: true;
|
|
440
442
|
setInputValue: (value: string) => void;
|
|
441
443
|
} & SharedProps$1;
|
|
442
|
-
type Props$
|
|
443
|
-
declare const Input:
|
|
444
|
+
type Props$t = ControlledInputProps | InputPros | DebouncedInputPros;
|
|
445
|
+
declare const Input: React__default.ForwardRefExoticComponent<Props$t & React__default.RefAttributes<HTMLInputElement>>;
|
|
444
446
|
|
|
445
|
-
interface Props$
|
|
447
|
+
interface Props$s extends Partial<Omit<LinkProps$1, 'href' | 'onClick'>> {
|
|
446
448
|
leftIcon?: ReactNode;
|
|
447
449
|
rightIcon?: ReactNode;
|
|
448
450
|
disabled?: boolean;
|
|
@@ -452,13 +454,13 @@ interface Props$t extends Partial<Omit<LinkProps$1, 'href' | 'onClick'>> {
|
|
|
452
454
|
replace?: boolean;
|
|
453
455
|
prefetch?: boolean;
|
|
454
456
|
}
|
|
455
|
-
declare const Link:
|
|
457
|
+
declare const Link: React__default.ForwardRefExoticComponent<Props$s & React__default.RefAttributes<HTMLAnchorElement>>;
|
|
456
458
|
|
|
457
|
-
declare const ColorPicker:
|
|
459
|
+
declare const ColorPicker: React__default.ForwardRefExoticComponent<InputProps & React__default.RefAttributes<HTMLInputElement>>;
|
|
458
460
|
|
|
459
|
-
declare const List:
|
|
460
|
-
children?:
|
|
461
|
-
} &
|
|
461
|
+
declare const List: React__default.ForwardRefExoticComponent<Omit<ListProps$1, "variant"> & {
|
|
462
|
+
children?: React__default.ReactNode | undefined;
|
|
463
|
+
} & React__default.RefAttributes<HTMLUListElement | null>>;
|
|
462
464
|
|
|
463
465
|
type ListProps = {
|
|
464
466
|
variant?: 'icon-inside' | 'icon-outside';
|
|
@@ -468,17 +470,17 @@ type ListProps = {
|
|
|
468
470
|
|
|
469
471
|
declare const styleTypes$1: readonly ["decimal", "lower-alpha", "lower-roman", "upper-alpha", "upper-roman"];
|
|
470
472
|
type StyleType$1 = (typeof styleTypes$1)[number];
|
|
471
|
-
type Props$
|
|
473
|
+
type Props$r = PropsWithChildren<ListProps & {
|
|
472
474
|
styleType?: StyleType$1;
|
|
473
475
|
}>;
|
|
474
|
-
declare const OrderedList: FC<Props$
|
|
476
|
+
declare const OrderedList: FC<Props$r>;
|
|
475
477
|
|
|
476
478
|
declare const styleTypes: readonly ["disc", "circle", "square", "initial"];
|
|
477
479
|
type StyleType = (typeof styleTypes)[number];
|
|
478
|
-
type Props$
|
|
480
|
+
type Props$q = PropsWithChildren<ListProps & {
|
|
479
481
|
styleType?: StyleType;
|
|
480
482
|
}>;
|
|
481
|
-
declare const UnorderedList: FC<Props$
|
|
483
|
+
declare const UnorderedList: FC<Props$q>;
|
|
482
484
|
|
|
483
485
|
type SearchFieldOptions = {
|
|
484
486
|
placeholder?: string;
|
|
@@ -487,12 +489,12 @@ type SearchFieldOptions = {
|
|
|
487
489
|
autofocusOnDesktop?: boolean;
|
|
488
490
|
autoComplete?: 'on' | 'off';
|
|
489
491
|
};
|
|
490
|
-
declare const SearchField:
|
|
492
|
+
declare const SearchField: React__default.ForwardRefExoticComponent<{
|
|
491
493
|
name: string;
|
|
492
494
|
ariaControls?: string;
|
|
493
495
|
searchQuery: string;
|
|
494
496
|
setSearchQuery: (newQuery: string) => void;
|
|
495
|
-
} & SearchFieldOptions &
|
|
497
|
+
} & SearchFieldOptions & React__default.RefAttributes<HTMLInputElement>>;
|
|
496
498
|
|
|
497
499
|
type CommonListItem = {
|
|
498
500
|
label: string;
|
|
@@ -517,7 +519,7 @@ type ListItemType = CheckboxListItem | RadioButtonListItem;
|
|
|
517
519
|
type ListItemWithChildren = ListItemType & {
|
|
518
520
|
children?: ListItemType[];
|
|
519
521
|
};
|
|
520
|
-
type Props$
|
|
522
|
+
type Props$p = {
|
|
521
523
|
listItems: ListItemWithChildren[];
|
|
522
524
|
NoResults?: FC;
|
|
523
525
|
EmptyQueryPlaceholder?: FC;
|
|
@@ -527,9 +529,9 @@ type Props$q = {
|
|
|
527
529
|
columns?: number;
|
|
528
530
|
childrenSpacing?: 'md' | '2xl';
|
|
529
531
|
};
|
|
530
|
-
listRef?:
|
|
532
|
+
listRef?: React__default.RefObject<HTMLUListElement | null>;
|
|
531
533
|
};
|
|
532
|
-
declare const SearchableList:
|
|
534
|
+
declare const SearchableList: React__default.ForwardRefExoticComponent<Props$p & React__default.RefAttributes<HTMLInputElement>>;
|
|
533
535
|
|
|
534
536
|
interface MenuItem {
|
|
535
537
|
text: JSX.Element | string;
|
|
@@ -550,12 +552,12 @@ declare const Menu: FC<MenuProps>;
|
|
|
550
552
|
|
|
551
553
|
declare const MissingImage: FC;
|
|
552
554
|
|
|
553
|
-
type Props$
|
|
555
|
+
type Props$o = {
|
|
554
556
|
totalPages: number;
|
|
555
557
|
currentPage: number;
|
|
556
558
|
onChange: (page: number) => void;
|
|
557
559
|
} & Pick<BoxProps, 'marginTop' | 'marginBottom'>;
|
|
558
|
-
declare const Pagination: FC<PropsWithChildren<Props$
|
|
560
|
+
declare const Pagination: FC<PropsWithChildren<Props$o>>;
|
|
559
561
|
|
|
560
562
|
type ContentPadding = '2xl' | 0;
|
|
561
563
|
type MaxWidth = '6xl' | '8xl';
|
|
@@ -636,12 +638,12 @@ type PopoverFilterProps = FilterPatternProps & Omit<ActionButtonProps, 'onClose'
|
|
|
636
638
|
zIndex?: string;
|
|
637
639
|
};
|
|
638
640
|
|
|
639
|
-
declare const PopoverFilter: FC<PopoverFilterProps>;
|
|
641
|
+
declare const PopoverFilter: React.FC<PopoverFilterProps>;
|
|
640
642
|
|
|
641
643
|
type OpenFilterButtonPaddingX = '0' | 'md';
|
|
642
644
|
type OpenFilterButtonDisplayType = 'default' | 'inline';
|
|
643
645
|
type Variant = 'sm' | 'md';
|
|
644
|
-
type Props$
|
|
646
|
+
type Props$n = Pick<FilterPatternProps, 'label' | 'displayValue' | 'Icon' | 'isApplied'> & Pick<ButtonProps$1, 'backgroundColor' | 'color'> & {
|
|
645
647
|
appliedLabel?: string;
|
|
646
648
|
onClick: () => void;
|
|
647
649
|
variant?: Variant;
|
|
@@ -653,7 +655,7 @@ type Props$o = Pick<FilterPatternProps, 'label' | 'displayValue' | 'Icon' | 'isA
|
|
|
653
655
|
onResetFilter?: () => void;
|
|
654
656
|
displayType?: OpenFilterButtonDisplayType;
|
|
655
657
|
};
|
|
656
|
-
declare const OpenFilterButton: FC<Props$
|
|
658
|
+
declare const OpenFilterButton: FC<Props$n>;
|
|
657
659
|
|
|
658
660
|
type ModalFilterProps = FilterPatternProps & Omit<ActionButtonProps, 'onClose'> & {
|
|
659
661
|
onModalOpen?: () => void;
|
|
@@ -668,14 +670,15 @@ type ModalFilterProps = FilterPatternProps & Omit<ActionButtonProps, 'onClose'>
|
|
|
668
670
|
appliedLabel?: string;
|
|
669
671
|
} & Pick<ButtonProps$1, 'backgroundColor' | 'color'>;
|
|
670
672
|
|
|
671
|
-
declare const ModalFilter: FC<ModalFilterProps>;
|
|
673
|
+
declare const ModalFilter: React.FC<ModalFilterProps>;
|
|
672
674
|
|
|
673
|
-
type
|
|
675
|
+
type FilterHeadingContentProps = {
|
|
674
676
|
onClose?: () => void;
|
|
675
677
|
language: Language$1;
|
|
676
678
|
contentRef?: RefObject<HTMLElement | null>;
|
|
677
679
|
} & Pick<FilterPatternProps, 'Icon' | 'isApplied' | 'label' | 'numberOfAppliedFilters' | 'onResetFilter'>;
|
|
678
|
-
|
|
680
|
+
|
|
681
|
+
declare const FilterHeading: React.FC<FilterHeadingContentProps>;
|
|
679
682
|
|
|
680
683
|
interface Props$m {
|
|
681
684
|
name?: string;
|
|
@@ -688,7 +691,7 @@ interface Props$m {
|
|
|
688
691
|
isDisabled?: boolean;
|
|
689
692
|
variant?: 'fontRegular' | 'fontBold';
|
|
690
693
|
}
|
|
691
|
-
declare const Radio:
|
|
694
|
+
declare const Radio: React__default.ForwardRefExoticComponent<Props$m & React__default.RefAttributes<HTMLInputElement>>;
|
|
692
695
|
|
|
693
696
|
type RadioListProps = {
|
|
694
697
|
options: JSX.Element[];
|
|
@@ -713,7 +716,7 @@ type RangeFilterInputProps<NameFrom, NameTo> = {
|
|
|
713
716
|
to: RangeFilterInputField<NameTo>;
|
|
714
717
|
unit?: string;
|
|
715
718
|
} & PickedNumberInputProps;
|
|
716
|
-
declare function RangeFilterInput<NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>):
|
|
719
|
+
declare function RangeFilterInput<NameFrom extends string, NameTo extends string>({ from, to, handleChange, unit, onBlur, ...rest }: RangeFilterInputProps<NameFrom, NameTo>): React__default.JSX.Element;
|
|
717
720
|
|
|
718
721
|
type RangeSliderProps$1 = RangeSliderProps$2;
|
|
719
722
|
declare const RangeSlider: FC<RangeSliderProps$1>;
|
|
@@ -729,7 +732,7 @@ type DiscreteSliderProps<T> = {
|
|
|
729
732
|
value: T;
|
|
730
733
|
onValueChanged: (arg: T) => void;
|
|
731
734
|
};
|
|
732
|
-
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) =>
|
|
735
|
+
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
733
736
|
|
|
734
737
|
type NumericMinMaxValue = {
|
|
735
738
|
min: number | null | undefined;
|
|
@@ -776,7 +779,7 @@ type Props$l<NameFrom, NameTo> = {
|
|
|
776
779
|
to: RangeFilterInputField<NameTo>;
|
|
777
780
|
unit?: string;
|
|
778
781
|
} & RangeSliderProps & PickedNumberInputProps;
|
|
779
|
-
declare function RangeFilterInputWithSlider<NameFrom extends string, NameTo extends string>({ rangeSliderScale, facets, unit, onChange, from, to, chartHeight, ...rest }: Props$l<NameFrom, NameTo>):
|
|
782
|
+
declare function RangeFilterInputWithSlider<NameFrom extends string, NameTo extends string>({ rangeSliderScale, facets, unit, onChange, from, to, chartHeight, ...rest }: Props$l<NameFrom, NameTo>): React__default.JSX.Element;
|
|
780
783
|
|
|
781
784
|
type Props$k = {
|
|
782
785
|
rating: number;
|
|
@@ -805,7 +808,7 @@ type Props$i = Pick<SelectProps, 'placeholder' | 'isInvalid' | 'isDisabled' | 'o
|
|
|
805
808
|
size?: 'md' | 'lg';
|
|
806
809
|
name: string;
|
|
807
810
|
} & (OptionsAndValue<string> | OptionsAndValue<number>);
|
|
808
|
-
declare const Select:
|
|
811
|
+
declare const Select: React__default.ForwardRefExoticComponent<Props$i & React__default.RefAttributes<HTMLSelectElement>>;
|
|
809
812
|
|
|
810
813
|
type Props$h = Omit<ShowProps, 'ssr'> & Omit<BoxProps, 'sx'> & {
|
|
811
814
|
showDisplay?: string;
|
|
@@ -861,10 +864,10 @@ interface Props$b {
|
|
|
861
864
|
cols?: number;
|
|
862
865
|
textStyle?: 'body' | 'body-small';
|
|
863
866
|
}
|
|
864
|
-
declare const Textarea:
|
|
867
|
+
declare const Textarea: React__default.ForwardRefExoticComponent<Props$b & React__default.RefAttributes<HTMLTextAreaElement>>;
|
|
865
868
|
|
|
866
869
|
type Props$a = {
|
|
867
|
-
children:
|
|
870
|
+
children: React__default.ReactNode;
|
|
868
871
|
} & Pick<TooltipProps, 'label' | 'placement' | 'maxWidth'>;
|
|
869
872
|
declare const Tooltip: FC<Props$a>;
|
|
870
873
|
|
|
@@ -966,7 +969,8 @@ interface GalleryHeaderProps {
|
|
|
966
969
|
onClose: () => void;
|
|
967
970
|
language: Language;
|
|
968
971
|
}
|
|
969
|
-
|
|
972
|
+
|
|
973
|
+
declare const GalleryHeader: React.FC<PropsWithChildren<GalleryHeaderProps>>;
|
|
970
974
|
|
|
971
975
|
interface MenuOption {
|
|
972
976
|
value: string;
|
|
@@ -1424,4 +1428,4 @@ declare class Logger {
|
|
|
1424
1428
|
declare const logger: Logger;
|
|
1425
1429
|
|
|
1426
1430
|
export { Accordion, AccordionButton, AccordionItem, AccordionPanel, AddPhotoIcon, AdvancedSearchIcon, Alert, AndroidIcon, AppLayout, AppLayoutContent, AppLayoutFooter, AppLayoutHeader, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AutoScout24AppLogo, AutoScout24Icon, AvatarIcon, AvatarWithNotificationIcon, Badge, BalanceIcon, BankNotesIcon, BatteryIcon, BookmarkIcon, BreadcrumbLink, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Carousel, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxFilter, 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, 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, FilterHeading, FlagIcon, FlameIcon, FlashIcon, Flex, FocusedHeader, Footer, FormControl, FormControlSection, FormLabel, ForwardIcon, FullHeight, GalleryHeader, GarageIcon, GasStationIcon, GlobeIcon, GoogleIcon, Grid, GridItem, H1, H2, H3, H4, H5, H6, HamburgerMenuIcon, Navigation as HeaderNavigation, HeartIcon, Hide, HighlightedText, HistoryClockIcon, HouseIcon, ImageIcon, InfinityCircleIcon, InfoIcon, InformationBubbleIcon, InformationIcon, Input, SingleColumnCenteredLayout as InsertionLayout, InstagramIcon, InteriorIcon, LabelIcon, LayoutWithVehicleReference, Link, LinkedinIcon, List, ListIcon, LocationPinIcon, LockIcon, LogoutIcon, MagnifierIcon, MagnifierLargeIcon, MarkedText, Menu, MessageIcon, MiniVanIcon, MinusIcon, MissingImage, MissingImageIcon, Modal, ModalCloseButton, ModalFilter, MotoScout24AppLogo, MotoScout24Icon, MotorcycleIcon, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OpenFilterButton, OptimizerIcon, OrderedList, OverflowVerticalIcon, PageLayout, Pagination, PaginationType, ParagraphIcon, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, Popover, PopoverFilter, PrintIcon, QualitySealIcon, Radio, RadioList, RangeFilterInput, RangeFilterInputWithSlider, RangeIcon, RangeSlider, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, SearchField, SearchableList, Section, SedanIcon, Select, SelectMenu, ShareIcon, Show, SimpleGrid, SimpleHeader, Skeleton, SmallCarIcon, SortIcon, SpeakerIcon, Spinner, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, Tab, TabList, TabPanel, TabPanels, Tabs, TenantSelection, Textarea, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TimePicker, Tooltip, TooltipIcon, TopListingBadge, TopListingIcon, TopVehicleSharedBadge, TrailerIcon, TransmissionIcon, TrashIcon, TriangleIcon, TruckIcon, TwitterIcon, TwoColumnsLayout, UnorderedList, UserTypeExternal, UtilityVehicleIcon, VanIcon, VehiclePowerIcon, VehicleReference, VehicleTypesMotorcycleIcon, VehicleTypesMotorcycleStarIcon, VideoCameraIcon, VideoIcon, ViewCarIcon, ViewMotorcycleIcon, WagonIcon, WarningIcon, WarrantyIcon, WhatsAppIcon, WindowsIcon, YoutubeIcon, autoScout24Theme, breakpoints, convertRemEmToPx, logger, motoScout24Theme, repeatArea, useDebouncedOnChange, useFocusWhenVisible, useMediaQuery, useToast };
|
|
1427
|
-
export type { Item as CheckboxFilterItem, CountVariant, ListItemWithChildren, Option, Props$
|
|
1431
|
+
export type { Item as CheckboxFilterItem, CountVariant, ListItemWithChildren, Option, Props$C as Props, SearchFieldOptions, TenantSelectionProps, Props$3 as ThemeProviderProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "25.10.1",
|
|
3
|
+
"version": "25.10.2-DM-4743-scopped-i18n.1",
|
|
4
4
|
"description": "SMG Automotive components library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^19.0.0",
|
|
58
58
|
"react-dom": "^19.0.0",
|
|
59
|
-
"@smg-automotive/auth": "^8.4.
|
|
59
|
+
"@smg-automotive/auth": "^8.4.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/preset-env": "7.28.5",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@chakra-ui/theme-tools": "2.2.6",
|
|
133
133
|
"@emotion/react": "11.14.0",
|
|
134
134
|
"@emotion/styled": "11.14.1",
|
|
135
|
-
"@smg-automotive/i18n-pkg": "
|
|
135
|
+
"@smg-automotive/i18n-pkg": "3.0.0",
|
|
136
136
|
"@smg-automotive/phrase-pkg": "1.0.2",
|
|
137
137
|
"@types/fs-extra": "11.0.4",
|
|
138
138
|
"embla-carousel-react": "8.6.0",
|