design-system-silkhaus 2.4.2 → 2.4.4
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 +32 -32
- package/dist/index.d.ts +12 -0
- package/dist/index.js +2484 -2398
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -549,6 +549,10 @@ export declare type PaymentScheduleProps = {
|
|
|
549
549
|
paymentItems: PaymentScheduleItemProps[];
|
|
550
550
|
};
|
|
551
551
|
|
|
552
|
+
export declare const PinIcon: FC<{
|
|
553
|
+
className?: string;
|
|
554
|
+
}>;
|
|
555
|
+
|
|
552
556
|
export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
|
|
553
557
|
|
|
554
558
|
export declare interface PriceRangeSliderProps {
|
|
@@ -638,6 +642,10 @@ export declare interface ScrollbarProps extends Props {
|
|
|
638
642
|
|
|
639
643
|
export declare const SECURITY_DEPOSIT_REFUND = "security_deposit_refund";
|
|
640
644
|
|
|
645
|
+
export declare const SingleBuildingIcon: FC<{
|
|
646
|
+
className?: string;
|
|
647
|
+
}>;
|
|
648
|
+
|
|
641
649
|
export declare const SlickImageCarousel: default_2.ForwardRefExoticComponent<SlickImageCarouselProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
642
650
|
|
|
643
651
|
export declare type SlickImageCarouselProps = {
|
|
@@ -652,6 +660,10 @@ export declare const SotringIcon: FC<{
|
|
|
652
660
|
className?: string;
|
|
653
661
|
}>;
|
|
654
662
|
|
|
663
|
+
export declare const SparkleIcon: FC<{
|
|
664
|
+
className?: string;
|
|
665
|
+
}>;
|
|
666
|
+
|
|
655
667
|
export declare const StarLineIcon: FC<{
|
|
656
668
|
className?: string;
|
|
657
669
|
}>;
|