design-system-silkhaus 2.5.0-beta.travel-list.7 → 2.5.0

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
@@ -446,6 +446,7 @@ export declare type ListingCardProps = {
446
446
  selectable?: boolean;
447
447
  selectionState?: SelectionStateEnum;
448
448
  onViewListingClick?: () => void;
449
+ className?: string;
449
450
  };
450
451
 
451
452
  export declare const LocationIcon: FC<{