design-system-silkhaus 0.0.87-beta.develop-long-term-pricing.0 → 0.0.87-beta.develop-long-term-pricing.2

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
@@ -60,7 +60,6 @@ export declare const AnimatedModal: ForwardRefExoticComponent<AnimatedModalProps
60
60
  export declare interface AnimatedModalProps extends HTMLAttributes<HTMLDivElement> {
61
61
  show: boolean;
62
62
  handleClose?: () => void;
63
- staticBackdrop?: boolean;
64
63
  animation?: 'slideUp' | 'slideDown' | 'fadeIn';
65
64
  marginTop?: string;
66
65
  maxWidth?: string;