design-system-silkhaus 3.7.3 → 3.7.5-beta.fix-carousel-rtl

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/index.d.ts CHANGED
@@ -1285,7 +1285,7 @@ export declare type SelectOption = {
1285
1285
  value: string;
1286
1286
  };
1287
1287
 
1288
- export declare const SelectPopover: ForwardRefExoticComponent<SelectPopoverProps & RefAttributes<HTMLDivElement>>;
1288
+ export declare const SelectPopover: FC<SelectPopoverProps>;
1289
1289
 
1290
1290
  export declare interface SelectPopoverProps {
1291
1291
  showPopup?: boolean;
@@ -1551,9 +1551,9 @@ export declare const TrashIcon: FC<{
1551
1551
  className?: string;
1552
1552
  }>;
1553
1553
 
1554
- export declare const TravelList: default_2.ForwardRefExoticComponent<TravelListProps & default_2.RefAttributes<HTMLDivElement>>;
1554
+ export declare const TravelList: FC<TravelListProps>;
1555
1555
 
1556
- export declare const TravelListItem: default_2.ForwardRefExoticComponent<TravelListItemProps & default_2.RefAttributes<HTMLDivElement>>;
1556
+ export declare const TravelListItem: FC<TravelListItemProps>;
1557
1557
 
1558
1558
  export declare interface TravelListItemProps {
1559
1559
  title?: string;