@make-software/csprclick-ui 2.0.0-beta.5 → 2.0.0-beta.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.
@@ -25,11 +25,20 @@ export declare const topModalStyles: {
25
25
  borderRadius: string;
26
26
  padding: string;
27
27
  };
28
+ export declare const mobileFillModalStyle: {
29
+ top: string;
30
+ left: string;
31
+ right: string;
32
+ bottom: string;
33
+ border: string;
34
+ borderRadius: string;
35
+ padding: string;
36
+ };
28
37
  export declare const ModalContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@make-software/cspr-design").FlexColumnProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, ModalPositionProps, never>;
29
- export declare const ModalHeaderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
38
+ export declare const ModalHeaderContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@make-software/cspr-design").FlexRowProps & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
30
39
  export declare const IframeContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
31
- width: string;
32
- height: string;
40
+ setWidth: string;
41
+ setHeight: string;
33
42
  }, never>;
34
43
  export declare const LoadingText: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
35
44
  export declare const StyledIframe: import("styled-components").StyledComponent<"iframe", import("styled-components").DefaultTheme, {