design-system-silkhaus 2.5.0-beta.travel-list.3 → 2.5.0-beta.travel-list.5

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
@@ -575,8 +575,10 @@ export declare interface PaymentRadioInputProps {
575
575
  label: string | default_2.ReactNode;
576
576
  price: string | default_2.ReactNode;
577
577
  description?: string | default_2.ReactNode;
578
+ descriptionRight?: string | default_2.ReactNode;
578
579
  checked?: boolean;
579
580
  selectionContent?: default_2.ReactNode;
581
+ showDescription?: boolean;
580
582
  className?: string;
581
583
  onChange: (id: string) => void;
582
584
  }
@@ -642,6 +644,10 @@ export declare const PencilIcon: FC<{
642
644
  className?: string;
643
645
  }>;
644
646
 
647
+ export declare const PinIcon: FC<{
648
+ className?: string;
649
+ }>;
650
+
645
651
  export declare const PlusCircleIcon: FC<{
646
652
  className?: string;
647
653
  }>;
@@ -766,6 +772,10 @@ export declare const ShareIcon: FC<{
766
772
  className?: string;
767
773
  }>;
768
774
 
775
+ export declare const SingleBuildingIcon: FC<{
776
+ className?: string;
777
+ }>;
778
+
769
779
  export declare const SlickImageCarousel: default_2.ForwardRefExoticComponent<SlickImageCarouselProps & default_2.RefAttributes<HTMLDivElement>>;
770
780
 
771
781
  export declare type SlickImageCarouselProps = {
@@ -780,6 +790,10 @@ export declare const SotringIcon: FC<{
780
790
  className?: string;
781
791
  }>;
782
792
 
793
+ export declare const SparkleIcon: FC<{
794
+ className?: string;
795
+ }>;
796
+
783
797
  export declare const StarLineIcon: FC<{
784
798
  className?: string;
785
799
  }>;