design-system-silkhaus 3.5.0-beta.preferences.1 → 3.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 +2 -1
- package/dist/index.js +2023 -2008
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1085,7 +1085,7 @@ export declare const PriceCheckIcon: FC<{
|
|
|
1085
1085
|
className?: string;
|
|
1086
1086
|
}>;
|
|
1087
1087
|
|
|
1088
|
-
export declare const PriceRangeSlider: default_2.
|
|
1088
|
+
export declare const PriceRangeSlider: default_2.ForwardRefExoticComponent<PriceRangeSliderProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
1089
1089
|
|
|
1090
1090
|
export declare interface PriceRangeSliderProps {
|
|
1091
1091
|
className?: string;
|
|
@@ -1146,6 +1146,7 @@ export declare interface PromoDialogProps {
|
|
|
1146
1146
|
closeBtnTrackingId?: string;
|
|
1147
1147
|
className?: string;
|
|
1148
1148
|
open?: boolean;
|
|
1149
|
+
dir?: 'ltr' | 'rtl' | 'auto';
|
|
1149
1150
|
}
|
|
1150
1151
|
|
|
1151
1152
|
export declare const QuestionMarkIcon: FC<{
|