design-system-silkhaus 3.5.0-beta.preferences.1 → 3.5.1
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 +10 -1
- package/dist/index.js +2929 -2838
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -989,6 +989,10 @@ export declare type PaymentScheduleProps = {
|
|
|
989
989
|
paymentItems: PaymentScheduleItemProps[];
|
|
990
990
|
};
|
|
991
991
|
|
|
992
|
+
export declare const PdfIcon: FC<{
|
|
993
|
+
className?: string;
|
|
994
|
+
}>;
|
|
995
|
+
|
|
992
996
|
export declare const PencilIcon: FC<{
|
|
993
997
|
className?: string;
|
|
994
998
|
}>;
|
|
@@ -1085,7 +1089,7 @@ export declare const PriceCheckIcon: FC<{
|
|
|
1085
1089
|
className?: string;
|
|
1086
1090
|
}>;
|
|
1087
1091
|
|
|
1088
|
-
export declare const PriceRangeSlider: default_2.
|
|
1092
|
+
export declare const PriceRangeSlider: default_2.ForwardRefExoticComponent<PriceRangeSliderProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
1089
1093
|
|
|
1090
1094
|
export declare interface PriceRangeSliderProps {
|
|
1091
1095
|
className?: string;
|
|
@@ -1146,6 +1150,7 @@ export declare interface PromoDialogProps {
|
|
|
1146
1150
|
closeBtnTrackingId?: string;
|
|
1147
1151
|
className?: string;
|
|
1148
1152
|
open?: boolean;
|
|
1153
|
+
dir?: 'ltr' | 'rtl' | 'auto';
|
|
1149
1154
|
}
|
|
1150
1155
|
|
|
1151
1156
|
export declare const QuestionMarkIcon: FC<{
|
|
@@ -1587,6 +1592,10 @@ export declare const useDocumentSize: () => {
|
|
|
1587
1592
|
screenSize: "mobile" | "tablet" | "desktop";
|
|
1588
1593
|
};
|
|
1589
1594
|
|
|
1595
|
+
export declare const WarningHollowIcon: FC<{
|
|
1596
|
+
className?: string;
|
|
1597
|
+
}>;
|
|
1598
|
+
|
|
1590
1599
|
export declare const WarningIcon: FC<{
|
|
1591
1600
|
className?: string;
|
|
1592
1601
|
}>;
|