design-system-silkhaus 2.5.0-beta.travel-list.4 → 2.5.0-beta.travel-list.6
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.cjs +39 -39
- package/dist/index.d.ts +12 -0
- package/dist/index.js +6164 -6055
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -644,6 +644,10 @@ export declare const PencilIcon: FC<{
|
|
|
644
644
|
className?: string;
|
|
645
645
|
}>;
|
|
646
646
|
|
|
647
|
+
export declare const PinIcon: FC<{
|
|
648
|
+
className?: string;
|
|
649
|
+
}>;
|
|
650
|
+
|
|
647
651
|
export declare const PlusCircleIcon: FC<{
|
|
648
652
|
className?: string;
|
|
649
653
|
}>;
|
|
@@ -768,6 +772,10 @@ export declare const ShareIcon: FC<{
|
|
|
768
772
|
className?: string;
|
|
769
773
|
}>;
|
|
770
774
|
|
|
775
|
+
export declare const SingleBuildingIcon: FC<{
|
|
776
|
+
className?: string;
|
|
777
|
+
}>;
|
|
778
|
+
|
|
771
779
|
export declare const SlickImageCarousel: default_2.ForwardRefExoticComponent<SlickImageCarouselProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
772
780
|
|
|
773
781
|
export declare type SlickImageCarouselProps = {
|
|
@@ -782,6 +790,10 @@ export declare const SotringIcon: FC<{
|
|
|
782
790
|
className?: string;
|
|
783
791
|
}>;
|
|
784
792
|
|
|
793
|
+
export declare const SparkleIcon: FC<{
|
|
794
|
+
className?: string;
|
|
795
|
+
}>;
|
|
796
|
+
|
|
785
797
|
export declare const StarLineIcon: FC<{
|
|
786
798
|
className?: string;
|
|
787
799
|
}>;
|