design-system-silkhaus 0.0.87-beta.develop-long-term-pricing.17 → 0.0.87-beta.develop-long-term-pricing.19

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
@@ -196,6 +196,7 @@ declare interface DateRangePickerProps {
196
196
  _daySize?: number;
197
197
  _mobileDaySize?: number;
198
198
  mobileBreakPoint?: number;
199
+ isAdjustHeightForViewport?: boolean;
199
200
  }
200
201
 
201
202
  export declare const DesktopTooltip: FC<PropsWithChildren<TooltipProps>>;