design-system-silkhaus 2.2.0-beta.travel-list.4 → 2.2.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.d.ts CHANGED
@@ -485,6 +485,7 @@ export declare interface PriceRangeSliderProps {
485
485
  onPriceRangeChange?: (value: [number | '', number | '']) => void;
486
486
  currency?: string;
487
487
  value?: [number | '', number | ''];
488
+ disabled?: boolean;
488
489
  }
489
490
 
490
491
  export declare const PromoDialog: default_2.ForwardRefExoticComponent<PromoDialogProps & default_2.RefAttributes<HTMLDivElement>>;