@smg-automotive/components 25.10.0-talamcol-menu.2 → 25.11.0-ST-1552-migrate-drawer.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/discreteSlider/index.d.ts +14 -0
- package/dist/cjs/components/discreteSlider/index.d.ts.map +1 -0
- package/dist/cjs/components/drawer/DrawerBody.d.ts +4 -0
- package/dist/cjs/components/drawer/DrawerBody.d.ts.map +1 -0
- package/dist/cjs/components/drawer/DrawerContent.d.ts +8 -0
- package/dist/cjs/components/drawer/DrawerContent.d.ts.map +1 -0
- package/dist/cjs/components/drawer/DrawerOverlay.d.ts +3 -0
- package/dist/cjs/components/drawer/DrawerOverlay.d.ts.map +1 -0
- package/dist/cjs/components/drawer/index.d.ts +5 -0
- package/dist/cjs/components/drawer/index.d.ts.map +1 -0
- package/dist/cjs/components/galleryHeader/index.d.ts +10 -0
- package/dist/cjs/components/galleryHeader/index.d.ts.map +1 -0
- package/dist/cjs/components/index.d.ts +4 -0
- package/dist/cjs/components/index.d.ts.map +1 -1
- package/dist/cjs/components/layout/Page.d.ts +1 -1
- package/dist/cjs/components/layout/Page.d.ts.map +1 -1
- package/dist/cjs/components/topListingBadge/index.d.ts +7 -0
- package/dist/cjs/components/topListingBadge/index.d.ts.map +1 -0
- package/dist/cjs/index.js +473 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/locales/index.d.ts +4 -0
- package/dist/cjs/locales/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/index.d.ts +56 -0
- package/dist/cjs/themes/shared/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/keyframes.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/drawer.d.ts +46 -0
- package/dist/cjs/themes/shared/slotRecipes/drawer.d.ts.map +1 -0
- package/dist/cjs/themes/shared/slotRecipes/galleryHeader.d.ts +2 -0
- package/dist/cjs/themes/shared/slotRecipes/galleryHeader.d.ts.map +1 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts +47 -0
- package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/cjs/themes/shared/slotRecipes/slider.d.ts +2 -0
- package/dist/cjs/themes/shared/slotRecipes/slider.d.ts.map +1 -0
- package/dist/cjs/themes/shared/tokens/animations.d.ts +3 -0
- package/dist/cjs/themes/shared/tokens/animations.d.ts.map +1 -1
- package/dist/cjs/themes/shared/tokens/durations.d.ts +3 -0
- package/dist/cjs/themes/shared/tokens/durations.d.ts.map +1 -1
- package/dist/cjs/themes/shared/tokens/sizes.d.ts +3 -0
- package/dist/cjs/themes/shared/tokens/sizes.d.ts.map +1 -1
- package/dist/cjs/types/entitlements.d.ts +2 -1
- package/dist/cjs/types/entitlements.d.ts.map +1 -1
- package/dist/esm/components/discreteSlider/index.d.ts +14 -0
- package/dist/esm/components/discreteSlider/index.d.ts.map +1 -0
- package/dist/esm/components/discreteSlider/index.js +46 -0
- package/dist/esm/components/discreteSlider/index.js.map +1 -0
- package/dist/esm/components/drawer/DrawerBody.d.ts +4 -0
- package/dist/esm/components/drawer/DrawerBody.d.ts.map +1 -0
- package/dist/esm/components/drawer/DrawerContent.d.ts +8 -0
- package/dist/esm/components/drawer/DrawerContent.d.ts.map +1 -0
- package/dist/esm/components/drawer/DrawerOverlay.d.ts +3 -0
- package/dist/esm/components/drawer/DrawerOverlay.d.ts.map +1 -0
- package/dist/esm/components/drawer/index.d.ts +5 -0
- package/dist/esm/components/drawer/index.d.ts.map +1 -0
- package/dist/esm/components/drawer/index.js +12 -0
- package/dist/esm/components/drawer/index.js.map +1 -0
- package/dist/esm/components/galleryHeader/index.d.ts +10 -0
- package/dist/esm/components/galleryHeader/index.d.ts.map +1 -0
- package/dist/esm/components/galleryHeader/index.js +200 -0
- package/dist/esm/components/galleryHeader/index.js.map +1 -0
- package/dist/esm/components/index.d.ts +4 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/layout/Page.d.ts +1 -1
- package/dist/esm/components/layout/Page.d.ts.map +1 -1
- package/dist/esm/components/themeProvider/index.js +3 -0
- package/dist/esm/components/themeProvider/index.js.map +1 -1
- package/dist/esm/components/topListingBadge/index.d.ts +7 -0
- package/dist/esm/components/topListingBadge/index.d.ts.map +1 -0
- package/dist/esm/components/topListingBadge/index.js +13 -0
- package/dist/esm/components/topListingBadge/index.js.map +1 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/locales/de/dict.json.js +1 -0
- package/dist/esm/locales/de/dict.json.js.map +1 -1
- package/dist/esm/locales/en/dict.json.js +1 -0
- package/dist/esm/locales/en/dict.json.js.map +1 -1
- package/dist/esm/locales/fr/dict.json.js +1 -0
- package/dist/esm/locales/fr/dict.json.js.map +1 -1
- package/dist/esm/locales/index.d.ts +4 -0
- package/dist/esm/locales/index.d.ts.map +1 -1
- package/dist/esm/locales/it/dict.json.js +1 -0
- package/dist/esm/locales/it/dict.json.js.map +1 -1
- package/dist/esm/themes/shared/index.d.ts +56 -0
- package/dist/esm/themes/shared/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/keyframes.d.ts.map +1 -1
- package/dist/esm/themes/shared/keyframes.js +32 -0
- package/dist/esm/themes/shared/keyframes.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/drawer.d.ts +46 -0
- package/dist/esm/themes/shared/slotRecipes/drawer.d.ts.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/drawer.js +250 -0
- package/dist/esm/themes/shared/slotRecipes/drawer.js.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/galleryHeader.d.ts +2 -0
- package/dist/esm/themes/shared/slotRecipes/galleryHeader.d.ts.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/galleryHeader.js +49 -0
- package/dist/esm/themes/shared/slotRecipes/galleryHeader.js.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts +47 -0
- package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/index.js +6 -0
- package/dist/esm/themes/shared/slotRecipes/index.js.map +1 -1
- package/dist/esm/themes/shared/slotRecipes/slider.d.ts +2 -0
- package/dist/esm/themes/shared/slotRecipes/slider.d.ts.map +1 -0
- package/dist/esm/themes/shared/slotRecipes/slider.js +54 -0
- package/dist/esm/themes/shared/slotRecipes/slider.js.map +1 -0
- package/dist/esm/themes/shared/tokens/animations.d.ts +3 -0
- package/dist/esm/themes/shared/tokens/animations.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/animations.js +1 -0
- package/dist/esm/themes/shared/tokens/animations.js.map +1 -1
- package/dist/esm/themes/shared/tokens/durations.d.ts +3 -0
- package/dist/esm/themes/shared/tokens/durations.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/durations.js +3 -0
- package/dist/esm/themes/shared/tokens/durations.js.map +1 -1
- package/dist/esm/themes/shared/tokens/sizes.d.ts +3 -0
- package/dist/esm/themes/shared/tokens/sizes.d.ts.map +1 -1
- package/dist/esm/themes/shared/tokens/sizes.js +1 -0
- package/dist/esm/themes/shared/tokens/sizes.js.map +1 -1
- package/dist/esm/types/entitlements.d.ts +2 -1
- package/dist/esm/types/entitlements.d.ts.map +1 -1
- package/dist/index.d.ts +44 -13
- package/package.json +6 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../../../../src/themes/shared/tokens/sizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sizes.js","sources":["../../../../../../src/themes/shared/tokens/sizes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;AACtC,IAAA,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE;AACjB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE;AAC7B,IAAA,SAAS,EAAE;AACT,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,KAAK,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AAC3B,KAAA;AACD,IAAA,aAAa,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACjC,IAAA,cAAc,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE;AACrC,IAAA,eAAe,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACpC,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"sizes.js","sources":["../../../../../../src/themes/shared/tokens/sizes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAEO,IAAM,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC;AACtC,IAAA,CAAC,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE;AACjB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE;AACxB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,EAAE,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACrB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACxB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACzB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE;AACtB,IAAA,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;AACvB,IAAA,GAAG,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE;AAC7B,IAAA,SAAS,EAAE;AACT,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACtB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,EAAE,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AACvB,QAAA,KAAK,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE;AAC3B,KAAA;AACD,IAAA,aAAa,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACjC,IAAA,cAAc,EAAE,EAAE,KAAK,EAAE,UAAU,EAAE;AACrC,IAAA,eAAe,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;AACpC,CAAA;;;;"}
|
|
@@ -5,6 +5,7 @@ export declare enum Entitlement {
|
|
|
5
5
|
AutoRadar = "auto-radar",
|
|
6
6
|
AutoRadarFast = "auto-radar-fast",
|
|
7
7
|
ListingVisibilityStandard = "listing-visibility-standard",
|
|
8
|
-
ListingVisibilityPremium = "listing-visibility-premium"
|
|
8
|
+
ListingVisibilityPremium = "listing-visibility-premium",
|
|
9
|
+
MarketPriceCheck = "market-price-check"
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=entitlements.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entitlements.d.ts","sourceRoot":"","sources":["../../../src/types/entitlements.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,aAAa,mBAAmB;IAChC,SAAS,cAAc;IACvB,YAAY,kBAAkB;IAC9B,SAAS,eAAe;IACxB,aAAa,oBAAoB;IACjC,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;
|
|
1
|
+
{"version":3,"file":"entitlements.d.ts","sourceRoot":"","sources":["../../../src/types/entitlements.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,aAAa,mBAAmB;IAChC,SAAS,cAAc;IACvB,YAAY,kBAAkB;IAC9B,SAAS,eAAe;IACxB,aAAa,oBAAoB;IACjC,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;IACvD,gBAAgB,uBAAuB;CACxC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, Table as Table$1, TextProps, NumberInput } from '@chakra-ui/react';
|
|
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';
|
|
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, DrawerRootProps, FlexProps as FlexProps$1, HeadingProps as HeadingProps$1, LinkProps as LinkProps$2, List as List$1, MenuTriggerProps, MenuRootProps, Accordion as Accordion$1, NativeSelectRootProps, NativeSelectFieldProps, SeparatorProps, SimpleGridProps, StackProps as StackProps$1, Table as Table$1, TextProps, NumberInput } from '@chakra-ui/react';
|
|
4
|
+
export { AspectRatioProps, Box, BoxProps, CardBodyProps, CardFooterProps, CardHeaderProps, DrawerRootProps as DrawerProps, 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';
|
|
7
7
|
export { PropsWithChildren as FullHeightProps } from 'react';
|
|
@@ -510,6 +510,9 @@ declare const sizes: {
|
|
|
510
510
|
'8xl': {
|
|
511
511
|
value: string;
|
|
512
512
|
};
|
|
513
|
+
half: {
|
|
514
|
+
value: string;
|
|
515
|
+
};
|
|
513
516
|
full: {
|
|
514
517
|
value: string;
|
|
515
518
|
};
|
|
@@ -1735,6 +1738,8 @@ type DialogProps = DialogRootProps & {
|
|
|
1735
1738
|
};
|
|
1736
1739
|
declare const Dialog: FC<PropsWithChildren<DialogProps>>;
|
|
1737
1740
|
|
|
1741
|
+
declare const Drawer: FC<PropsWithChildren<DrawerRootProps>>;
|
|
1742
|
+
|
|
1738
1743
|
declare const energyLabelRecipe: _chakra_ui_react.SlotRecipeDefinition<"text" | "root" | "triangle" | "textWrapper", {
|
|
1739
1744
|
efficiency: {
|
|
1740
1745
|
A: {
|
|
@@ -1793,6 +1798,16 @@ declare const Flex: FC<FlexProps>;
|
|
|
1793
1798
|
|
|
1794
1799
|
declare const FullHeight: FC<PropsWithChildren>;
|
|
1795
1800
|
|
|
1801
|
+
type Language = 'de' | 'fr' | 'it' | 'en';
|
|
1802
|
+
|
|
1803
|
+
interface GalleryHeaderProps {
|
|
1804
|
+
currentSlide: number;
|
|
1805
|
+
slidesCount: number;
|
|
1806
|
+
onClose: () => void;
|
|
1807
|
+
language: Language;
|
|
1808
|
+
}
|
|
1809
|
+
declare const GalleryHeader: FC<PropsWithChildren<GalleryHeaderProps>>;
|
|
1810
|
+
|
|
1796
1811
|
declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
|
|
1797
1812
|
declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
|
|
1798
1813
|
|
|
@@ -2174,14 +2189,14 @@ declare const Input: React__default.ForwardRefExoticComponent<InputProps & React
|
|
|
2174
2189
|
|
|
2175
2190
|
declare const repeatArea: (count: number, area: string) => string;
|
|
2176
2191
|
|
|
2177
|
-
interface Props$
|
|
2178
|
-
header
|
|
2192
|
+
interface Props$4 {
|
|
2193
|
+
header?: ReactNode;
|
|
2179
2194
|
maxContentWidth: keyof typeof sizes.container;
|
|
2180
2195
|
skyScraperAd?: ReactNode;
|
|
2181
2196
|
heroAd?: ReactNode;
|
|
2182
2197
|
footer?: ReactNode;
|
|
2183
2198
|
}
|
|
2184
|
-
declare const PageLayout: FC<PropsWithChildren<Props$
|
|
2199
|
+
declare const PageLayout: FC<PropsWithChildren<Props$4>>;
|
|
2185
2200
|
|
|
2186
2201
|
type SingleColumnCenteredLayoutProps = PropsWithChildren<{
|
|
2187
2202
|
maxContentWidth?: keyof (typeof sizes)['container'];
|
|
@@ -2222,12 +2237,12 @@ type VehicleReferenceProps = VehicleReferenceVariantProps & {
|
|
|
2222
2237
|
};
|
|
2223
2238
|
declare const VehicleReference: FC<VehicleReferenceProps>;
|
|
2224
2239
|
|
|
2225
|
-
interface Props$
|
|
2240
|
+
interface Props$3 extends Omit<TwoColumnsLayoutProps, 'left' | 'right'> {
|
|
2226
2241
|
vehicle: VehicleReferenceProps;
|
|
2227
2242
|
leftColumnSize?: ColumnSize;
|
|
2228
2243
|
rightColumnSize?: ColumnSize;
|
|
2229
2244
|
}
|
|
2230
|
-
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$
|
|
2245
|
+
declare const LayoutWithVehicleReference: FC<PropsWithChildren<Props$3>>;
|
|
2231
2246
|
|
|
2232
2247
|
type LinkProps = LinkProps$2 & {
|
|
2233
2248
|
isExternal?: boolean;
|
|
@@ -2300,8 +2315,6 @@ declare const MobileOnlyAccordion: FC<PropsWithChildren<MobileOnlyAccordionProps
|
|
|
2300
2315
|
|
|
2301
2316
|
type Project = 'listings-web' | 'seller-web';
|
|
2302
2317
|
|
|
2303
|
-
type Language = 'de' | 'fr' | 'it' | 'en';
|
|
2304
|
-
|
|
2305
2318
|
type Environment = 'production' | 'preprod';
|
|
2306
2319
|
|
|
2307
2320
|
interface FooterProps {
|
|
@@ -2405,8 +2418,8 @@ declare const Select: React__default.ForwardRefExoticComponent<SelectProps & Rea
|
|
|
2405
2418
|
|
|
2406
2419
|
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLSpanElement>>;
|
|
2407
2420
|
|
|
2408
|
-
type Props$
|
|
2409
|
-
declare const SimpleGrid: FC<Props$
|
|
2421
|
+
type Props$2 = Pick<SimpleGridProps, 'minChildWidth' | 'columns' | 'children' | 'alignItems' | 'width' | 'rowGap' | 'gap'>;
|
|
2422
|
+
declare const SimpleGrid: FC<Props$2>;
|
|
2410
2423
|
|
|
2411
2424
|
interface SimpleHeaderProps {
|
|
2412
2425
|
title: string;
|
|
@@ -2499,6 +2512,11 @@ type ThemeProviderProps = {
|
|
|
2499
2512
|
};
|
|
2500
2513
|
declare const ThemeProvider: FC<PropsWithChildren<ThemeProviderProps>>;
|
|
2501
2514
|
|
|
2515
|
+
type Props$1 = {
|
|
2516
|
+
aspectRatio?: number;
|
|
2517
|
+
};
|
|
2518
|
+
declare const TopListingBadge: FC<PropsWithChildren<Props$1>>;
|
|
2519
|
+
|
|
2502
2520
|
type RangeFilterInputField<Name> = {
|
|
2503
2521
|
name: Name;
|
|
2504
2522
|
value?: number | null;
|
|
@@ -2525,6 +2543,19 @@ type Props = {
|
|
|
2525
2543
|
};
|
|
2526
2544
|
declare const TopVehicleSharedBadge: FC<PropsWithChildren<Props>>;
|
|
2527
2545
|
|
|
2546
|
+
type DiscreteSliderMark<T> = {
|
|
2547
|
+
stepValue?: number;
|
|
2548
|
+
label: ReactNode;
|
|
2549
|
+
value: T;
|
|
2550
|
+
};
|
|
2551
|
+
type DiscreteSliderProps<T> = {
|
|
2552
|
+
applyIndentation?: boolean;
|
|
2553
|
+
marks: DiscreteSliderMark<T>[];
|
|
2554
|
+
value: T;
|
|
2555
|
+
onValueChanged: (arg: T) => void;
|
|
2556
|
+
};
|
|
2557
|
+
declare const DiscreteSlider: <T>({ marks, applyIndentation, onValueChanged, value, }: DiscreteSliderProps<T>) => React__default.JSX.Element;
|
|
2558
|
+
|
|
2528
2559
|
type BaseProps = {
|
|
2529
2560
|
id: string;
|
|
2530
2561
|
errorMessage?: string;
|
|
@@ -2541,5 +2572,5 @@ declare class Logger {
|
|
|
2541
2572
|
}
|
|
2542
2573
|
declare const logger: Logger;
|
|
2543
2574
|
|
|
2544
|
-
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, DriveSystemIcon, DriveSystemLargeIcon, DriveTypeIcon, EnergyLabel, EquipmentIcon, ErrorIcon, ErrorPage, ExchangeIcon, ExpandIcon, EyeCrossedIcon, EyeIcon, FacebookIcon, FlagIcon, FlameIcon, FlashIcon, Flex, Footer$1 as Footer, FormControlSection, ForwardIcon, FullHeight, 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, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, 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, Text, ThemeProvider, ThreeSixtyIcon, ThumbsDownIcon, ThumbsUpIcon, TiltedRectangleIcon, TimeIcon, TooltipIcon, 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 };
|
|
2545
|
-
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, Option, PaginationProps, PickedNumberInputProps, Props$
|
|
2575
|
+
export { Accordion, AddPhotoIcon, AdvancedSearchIcon, AndroidIcon, AppleIcon, ArrowCircleIcon, ArrowDiagonalIcon, ArrowDownCircleIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpCircleIcon, ArrowUpIcon, ArticleTeaser, AspectRatio, AutoScout24AppLogo, AutoScout24Icon, Avatar, AvatarIcon, AvatarWithNotificationIcon, Badge, BankNotesIcon, BatteryIcon, BookmarkIcon, Breadcrumbs, BulbIcon, Button, CabrioletIcon, CalculatorIcon, CalendarIcon, CallIcon, CamperIcon, CarConditionIcon, CarIcon, Card, Body$1 as CardBody, Footer$2 as CardFooter, Header$1 as CardHeader, Root$2 as CardRoot, CartIcon, CategoryAIcon, CategoryAMinusIcon, CategoryAOneIcon, Center, ChartIcon, ChatBubbleIcon, CheckShieldIcon, Checkbox, CheckboxGroup, CheckmarkCircleColorIcon, CheckmarkCircleIcon, CheckmarkIcon, ChevronDownLargeIcon, ChevronDownSmallIcon, ChevronLeftLargeIcon, ChevronLeftSmallIcon, ChevronRightLargeIcon, ChevronRightSmallIcon, ChevronRightTinyIcon, ChevronUpLargeIcon, ChevronUpSmallIcon, ChfCurrencyIcon, Chip, CloseIcon, CollapseIcon, CompareIcon, ConsumptionIcon, CopyIcon, Count, CoupeIcon, CreditCardIcon, CreditIcon, DatePicker, DaylightIcon, DeleteIcon, DevOverlay, Dialog, DigitalContractIcon, DiscreteSlider, DocumentCheckIcon, DocumentIcon, DoubleChevronDownIcon, DoubleChevronUpIcon, DoubleLineIcon, DownloadIcon, DragIcon, Drawer, 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, NoPhotoIcon, NotAvailableIcon, NotAvailableSquareIcon, OptimizerIcon, OverflowVerticalIcon, PageLayout, Pagination, PartialClockIcon, PenIcon, PickUpIcon, PlusCircleIcon, PlusIcon, PrintIcon, QualitySealIcon, RangeFilterInput, RangeIcon, Rating, RoadIcon, RocketIcon, RotateIcon, SafeNumberIcon, SaveSearchIcon, ScreenIcon, Section, SedanIcon, Select, Separator, ShareIcon, SimpleGrid, SimpleHeader, SingleColumnCenteredLayout, SmallCarIcon, SortIcon, SpeakerIcon, Stack, StarCircleIcon, StarIcon, SteeringWheelIcon, SuvIcon, SwissFlagIcon, Switch, 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, 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 };
|
|
2576
|
+
export type { AccordionProps, ArticleTeaserProps, AvatarProps, BadgeProps, BaseButtonProps, BaseProps, BreadcrumbsPropsExtended, ButtonSharedProps, CenterProps, ChangeCallback, CheckboxGroupProps, CheckboxProps, ChipProps, CountProps, DatePickerProps, DevOverlayProps, DevOverlayVariables, DialogProps, DiscreteSliderMark, DiscreteSliderProps, EnergyLabelProps, ErrorPageProps, FlexProps, BaseProps as FormControlSectionProps, GalleryHeaderProps, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, Option, PaginationProps, PickedNumberInputProps, Props$2 as Props, RangeFilterInputField, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smg-automotive/components",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.11.0-ST-1552-migrate-drawer.1",
|
|
4
4
|
"description": "SMG Automotive components library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"version": "npm run build",
|
|
39
39
|
"build": "rimraf dist && rollup -c",
|
|
40
40
|
"build:storybook": "storybook build",
|
|
41
|
-
"lint:i18n": "npx sort-
|
|
41
|
+
"lint:i18n": "npx sort-locales src/locales/de/dict.json src/locales/en/dict.json src/locales/fr/dict.json src/locales/it/dict.json",
|
|
42
42
|
"lint": "npm run lint:i18n && eslint .",
|
|
43
|
-
"format:i18n": "
|
|
43
|
+
"format:i18n": "npm run lint:i18n -- --fix",
|
|
44
44
|
"format": "npm run format:i18n && npm run lint -- --fix",
|
|
45
45
|
"typecheck": "tsc --noEmit",
|
|
46
46
|
"typegen": "THEME_PATH=`[ -d src ] && echo src/themes/autoScout24.ts || echo dist/esm/themes/autoScout24.js` && npx chakra typegen $THEME_PATH --clean",
|
|
@@ -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.3.0",
|
|
61
61
|
"react": "^19.0.0",
|
|
62
62
|
"react-dom": "^19.0.0"
|
|
63
63
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@rollup/plugin-node-resolve": "16.0.3",
|
|
72
72
|
"@rollup/plugin-typescript": "12.3.0",
|
|
73
73
|
"@smg-automotive/auth": "8.2.7",
|
|
74
|
-
"@smg-automotive/eslint-config": "5.2.
|
|
74
|
+
"@smg-automotive/eslint-config": "5.2.5",
|
|
75
75
|
"@storybook/addon-actions": "8.6.14",
|
|
76
76
|
"@storybook/addon-docs": "8.6.14",
|
|
77
77
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -118,7 +118,6 @@
|
|
|
118
118
|
"rollup-plugin-executable": "1.6.3",
|
|
119
119
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
120
120
|
"semantic-release": "25.0.2",
|
|
121
|
-
"sort-phraseapp-locales": "0.0.1",
|
|
122
121
|
"space-separated-tokens": "2.0.2",
|
|
123
122
|
"storybook": "8.6.14",
|
|
124
123
|
"stream-http": "3.2.0",
|
|
@@ -132,7 +131,7 @@
|
|
|
132
131
|
"@chakra-ui/cli": "3.27.1",
|
|
133
132
|
"@chakra-ui/react": "3.27.1",
|
|
134
133
|
"@emotion/react": "11.14.0",
|
|
135
|
-
"@smg-automotive/i18n-pkg": "2.
|
|
134
|
+
"@smg-automotive/i18n-pkg": "2.1.0",
|
|
136
135
|
"@smg-automotive/phrase-pkg": "1.0.2",
|
|
137
136
|
"@types/fs-extra": "11.0.4",
|
|
138
137
|
"embla-carousel-react": "8.6.0",
|