design-system-silkhaus 3.3.0-beta.listing-card-rtl.9 → 3.3.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 CHANGED
@@ -1100,6 +1100,14 @@ export declare interface PriceRangeSliderProps {
1100
1100
  currency?: string;
1101
1101
  value?: [number | '', number | ''];
1102
1102
  disabled?: boolean;
1103
+ /**
1104
+ * @default 'From'
1105
+ */
1106
+ fromLabel?: string;
1107
+ /**
1108
+ * @default 'Up to'
1109
+ */
1110
+ uptoLabel?: string;
1103
1111
  }
1104
1112
 
1105
1113
  export declare const ProgressBar: default_2.FC<ProgressBarProps>;