@smg-automotive/components 25.10.0-chakra-v3.6 → 25.10.0-feat-migrate-tab.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/cjs/components/galleryHeader/index.d.ts +10 -0
  2. package/dist/cjs/components/galleryHeader/index.d.ts.map +1 -0
  3. package/dist/cjs/components/index.d.ts +2 -0
  4. package/dist/cjs/components/index.d.ts.map +1 -1
  5. package/dist/cjs/components/tab/Tab.d.ts +6 -0
  6. package/dist/cjs/components/tab/Tab.d.ts.map +1 -0
  7. package/dist/cjs/components/tab/TabList.d.ts +6 -0
  8. package/dist/cjs/components/tab/TabList.d.ts.map +1 -0
  9. package/dist/cjs/components/tab/TabPanel.d.ts +6 -0
  10. package/dist/cjs/components/tab/TabPanel.d.ts.map +1 -0
  11. package/dist/cjs/components/tab/TabPanels.d.ts +6 -0
  12. package/dist/cjs/components/tab/TabPanels.d.ts.map +1 -0
  13. package/dist/cjs/components/tab/index.d.ts +10 -0
  14. package/dist/cjs/components/tab/index.d.ts.map +1 -0
  15. package/dist/cjs/index.js +247 -5
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/cjs/themes/shared/index.d.ts +69 -0
  18. package/dist/cjs/themes/shared/index.d.ts.map +1 -1
  19. package/dist/cjs/themes/shared/slotRecipes/galleryHeader.d.ts +2 -0
  20. package/dist/cjs/themes/shared/slotRecipes/galleryHeader.d.ts.map +1 -0
  21. package/dist/cjs/themes/shared/slotRecipes/index.d.ts +69 -0
  22. package/dist/cjs/themes/shared/slotRecipes/index.d.ts.map +1 -1
  23. package/dist/cjs/themes/shared/slotRecipes/tabs.d.ts +69 -0
  24. package/dist/cjs/themes/shared/slotRecipes/tabs.d.ts.map +1 -0
  25. package/dist/esm/components/galleryHeader/index.d.ts +10 -0
  26. package/dist/esm/components/galleryHeader/index.d.ts.map +1 -0
  27. package/dist/esm/components/galleryHeader/index.js +200 -0
  28. package/dist/esm/components/galleryHeader/index.js.map +1 -0
  29. package/dist/esm/components/index.d.ts +2 -0
  30. package/dist/esm/components/index.d.ts.map +1 -1
  31. package/dist/esm/components/tab/Tab.d.ts +6 -0
  32. package/dist/esm/components/tab/Tab.d.ts.map +1 -0
  33. package/dist/esm/components/tab/Tab.js +13 -0
  34. package/dist/esm/components/tab/Tab.js.map +1 -0
  35. package/dist/esm/components/tab/TabList.d.ts +6 -0
  36. package/dist/esm/components/tab/TabList.d.ts.map +1 -0
  37. package/dist/esm/components/tab/TabList.js +18 -0
  38. package/dist/esm/components/tab/TabList.js.map +1 -0
  39. package/dist/esm/components/tab/TabPanel.d.ts +6 -0
  40. package/dist/esm/components/tab/TabPanel.d.ts.map +1 -0
  41. package/dist/esm/components/tab/TabPanel.js +13 -0
  42. package/dist/esm/components/tab/TabPanel.js.map +1 -0
  43. package/dist/esm/components/tab/TabPanels.d.ts +6 -0
  44. package/dist/esm/components/tab/TabPanels.d.ts.map +1 -0
  45. package/dist/esm/components/tab/TabPanels.js +16 -0
  46. package/dist/esm/components/tab/TabPanels.js.map +1 -0
  47. package/dist/esm/components/tab/index.d.ts +10 -0
  48. package/dist/esm/components/tab/index.d.ts.map +1 -0
  49. package/dist/esm/components/tab/index.js +17 -0
  50. package/dist/esm/components/tab/index.js.map +1 -0
  51. package/dist/esm/components/themeProvider/index.js +2 -0
  52. package/dist/esm/components/themeProvider/index.js.map +1 -1
  53. package/dist/esm/index.js +8 -0
  54. package/dist/esm/index.js.map +1 -1
  55. package/dist/esm/themes/shared/index.d.ts +69 -0
  56. package/dist/esm/themes/shared/index.d.ts.map +1 -1
  57. package/dist/esm/themes/shared/slotRecipes/galleryHeader.d.ts +2 -0
  58. package/dist/esm/themes/shared/slotRecipes/galleryHeader.d.ts.map +1 -0
  59. package/dist/esm/themes/shared/slotRecipes/galleryHeader.js +49 -0
  60. package/dist/esm/themes/shared/slotRecipes/galleryHeader.js.map +1 -0
  61. package/dist/esm/themes/shared/slotRecipes/index.d.ts +69 -0
  62. package/dist/esm/themes/shared/slotRecipes/index.d.ts.map +1 -1
  63. package/dist/esm/themes/shared/slotRecipes/index.js +4 -0
  64. package/dist/esm/themes/shared/slotRecipes/index.js.map +1 -1
  65. package/dist/esm/themes/shared/slotRecipes/tabs.d.ts +69 -0
  66. package/dist/esm/themes/shared/slotRecipes/tabs.d.ts.map +1 -0
  67. package/dist/esm/themes/shared/slotRecipes/tabs.js +120 -0
  68. package/dist/esm/themes/shared/slotRecipes/tabs.js.map +1 -0
  69. package/dist/index.d.ts +98 -6
  70. package/package.json +1 -1
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, 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';
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, TabsTriggerProps, TabsListProps, TabsContentProps, TabsRootProps, Table as Table$1, TextProps, NumberInput } 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';
@@ -430,7 +430,7 @@ type DatePickerProps = Pick<InputProps$1, 'onFocus' | 'onBlur' | 'onChange'> & I
430
430
  value?: string;
431
431
  invalid?: boolean;
432
432
  };
433
- declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onFocus" | "onBlur" | "onChange"> & {
433
+ declare const DatePicker: React__default.ForwardRefExoticComponent<Pick<InputProps$1, "onChange" | "onBlur" | "onFocus"> & {
434
434
  variant?: _chakra_ui_react.ConditionalValue<"outline" | undefined>;
435
435
  size?: _chakra_ui_react.ConditionalValue<"md" | "lg" | undefined>;
436
436
  } & {
@@ -1793,6 +1793,16 @@ declare const Flex: FC<FlexProps>;
1793
1793
 
1794
1794
  declare const FullHeight: FC<PropsWithChildren>;
1795
1795
 
1796
+ type Language = 'de' | 'fr' | 'it' | 'en';
1797
+
1798
+ interface GalleryHeaderProps {
1799
+ currentSlide: number;
1800
+ slidesCount: number;
1801
+ onClose: () => void;
1802
+ language: Language;
1803
+ }
1804
+ declare const GalleryHeader: FC<PropsWithChildren<GalleryHeaderProps>>;
1805
+
1796
1806
  declare const Grid: React.ForwardRefExoticComponent<_chakra_ui_react.GridProps & React.RefAttributes<HTMLDivElement>>;
1797
1807
  declare const GridItem: React.ForwardRefExoticComponent<_chakra_ui_react.GridItemProps & React.RefAttributes<HTMLDivElement>>;
1798
1808
 
@@ -2300,8 +2310,6 @@ declare const MobileOnlyAccordion: FC<PropsWithChildren<MobileOnlyAccordionProps
2300
2310
 
2301
2311
  type Project = 'listings-web' | 'seller-web';
2302
2312
 
2303
- type Language = 'de' | 'fr' | 'it' | 'en';
2304
-
2305
2313
  type Environment = 'production' | 'preprod';
2306
2314
 
2307
2315
  interface FooterProps {
@@ -2417,6 +2425,90 @@ declare const SimpleHeader: FC<SimpleHeaderProps>;
2417
2425
  type StackProps = Pick<StackProps$1, 'align' | 'children' | 'direction' | 'justify' | 'gap' | 'wrap' | 'margin' | 'marginX' | 'marginY' | 'marginTop' | 'marginBottom' | 'marginLeft' | 'marginRight' | 'padding' | 'paddingX' | 'paddingY' | 'paddingTop' | 'paddingBottom' | 'paddingLeft' | 'paddingRight' | 'separator' | 'alignItems' | 'width'>;
2418
2426
  declare const Stack: FC<StackProps>;
2419
2427
 
2428
+ declare const tabsRecipe: _chakra_ui_react.SlotRecipeDefinition<"content" | "list" | "root" | "trigger" | "contentGroup", {
2429
+ variant: {
2430
+ default: {
2431
+ trigger: {
2432
+ _selected: {
2433
+ borderBottomColor: "currentColor";
2434
+ };
2435
+ };
2436
+ };
2437
+ spaceBetween: {
2438
+ list: {
2439
+ justifyContent: "space-between";
2440
+ };
2441
+ trigger: {
2442
+ _selected: {
2443
+ borderBottomColor: "currentColor";
2444
+ };
2445
+ };
2446
+ };
2447
+ spaceAround: {
2448
+ list: {
2449
+ justifyContent: "space-around";
2450
+ };
2451
+ trigger: {
2452
+ _selected: {
2453
+ borderBottomColor: "currentColor";
2454
+ };
2455
+ };
2456
+ };
2457
+ enclosed: {
2458
+ list: {
2459
+ borderBottom: "none";
2460
+ };
2461
+ trigger: {
2462
+ color: "gray.700";
2463
+ fontWeight: "bold";
2464
+ flexBasis: "full";
2465
+ border: "1px";
2466
+ borderColor: "blue.200";
2467
+ backgroundColor: "blue.50";
2468
+ borderRight: "none";
2469
+ '--tabs-border-width': "1px";
2470
+ _selected: {
2471
+ backgroundColor: "transparent";
2472
+ borderBottomColor: "transparent";
2473
+ };
2474
+ _last: {
2475
+ borderRight: "1px";
2476
+ borderRightColor: "blue.200";
2477
+ };
2478
+ };
2479
+ content: {
2480
+ m: "0";
2481
+ };
2482
+ };
2483
+ fullWidth: {
2484
+ trigger: {
2485
+ flex: number;
2486
+ _selected: {
2487
+ borderBottomColor: "currentColor";
2488
+ };
2489
+ };
2490
+ content: {
2491
+ m: "0";
2492
+ };
2493
+ };
2494
+ };
2495
+ }>;
2496
+
2497
+ type TabProps = Omit<TabsTriggerProps, 'variant'> & RecipeVariantProps<typeof tabsRecipe>;
2498
+ declare const Tab: FC<PropsWithChildren<TabProps>>;
2499
+
2500
+ type TabListProps = Omit<TabsListProps, 'variant'> & RecipeVariantProps<typeof tabsRecipe>;
2501
+ declare const TabList: FC<PropsWithChildren<TabListProps>>;
2502
+
2503
+ type TabPanelProps = Omit<TabsContentProps, 'variant'> & RecipeVariantProps<typeof tabsRecipe>;
2504
+ declare const TabPanel: FC<PropsWithChildren<TabPanelProps>>;
2505
+
2506
+ type TabPanelsProps = RecipeVariantProps<typeof tabsRecipe>;
2507
+ declare const TabPanels: FC<PropsWithChildren<TabPanelsProps>>;
2508
+
2509
+ type TabsProps = Omit<TabsRootProps, 'variant'> & RecipeVariantProps<typeof tabsRecipe>;
2510
+ declare const Tabs: FC<PropsWithChildren<TabsProps>>;
2511
+
2420
2512
  declare const Body: React.ForwardRefExoticComponent<Table$1.BodyProps & React.RefAttributes<HTMLTableSectionElement>>;
2421
2513
  declare const Caption: React.ForwardRefExoticComponent<Table$1.CaptionProps & React.RefAttributes<HTMLTableCaptionElement>>;
2422
2514
  declare const Cell: React.ForwardRefExoticComponent<Table$1.CellProps & React.RefAttributes<HTMLTableCellElement>>;
@@ -2554,5 +2646,5 @@ declare class Logger {
2554
2646
  }
2555
2647
  declare const logger: Logger;
2556
2648
 
2557
- 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, 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 };
2558
- 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, HeadingProps, HighlightedTextProps, InputProps, LinkProps, MarkedTextProps, MenuProps, MissingImageProps, MobileOnlyAccordionProps, Option, PaginationProps, PickedNumberInputProps, Props$1 as Props, RangeFilterInputField, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
2649
+ 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, 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, 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, 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 };
2650
+ 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$1 as Props, RangeFilterInputField, RatingProps, SectionProps, SelectProps, SimpleHeaderProps, StackProps, SwitchProps, TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, ThemeProviderProps, UnifiedButtonProps, VehicleReferenceProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smg-automotive/components",
3
- "version": "25.10.0-chakra-v3.6",
3
+ "version": "25.10.0-feat-migrate-tab.1",
4
4
  "description": "SMG Automotive components library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",