design-system-silkhaus 0.0.87-beta.4 → 0.0.87-beta.calenderwithprices.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
@@ -1,11 +1,13 @@
1
1
  import { CalendarDayShape } from 'react-dates';
2
2
  import { ClassProp } from 'class-variance-authority/types';
3
+ import { ForwardRefExoticComponent } from 'react';
3
4
  import { HTMLAttributes } from 'react';
4
5
  import { ModifiersShape } from 'react-dates';
5
6
  import { Moment } from 'moment';
6
7
  import { default as React_2 } from 'react';
7
8
  import * as React_3 from 'react';
8
9
  import { ReactNode } from 'react';
10
+ import { RefAttributes } from 'react';
9
11
  import { VariantProps } from 'class-variance-authority';
10
12
 
11
13
  export declare const Accordion: React_2.ForwardRefExoticComponent<AccordionProps & React_2.RefAttributes<HTMLDivElement>>;
@@ -53,12 +55,11 @@ export declare interface AlertDialogProps {
53
55
  onSecondaryBtnClick?: () => void;
54
56
  }
55
57
 
56
- export declare const AnimatedModal: React_2.ForwardRefExoticComponent<AnimatedModalProps & React_2.RefAttributes<HTMLDivElement>>;
58
+ export declare const AnimatedModal: ForwardRefExoticComponent<AnimatedModalProps & RefAttributes<HTMLDivElement>>;
57
59
 
58
60
  export declare interface AnimatedModalProps extends HTMLAttributes<HTMLDivElement> {
59
61
  show: boolean;
60
62
  handleClose?: () => void;
61
- staticBackdrop?: boolean;
62
63
  animation?: 'slideUp' | 'slideDown' | 'fadeIn';
63
64
  marginTop?: string;
64
65
  maxWidth?: string;