sag_components 2.0.0-beta285 → 2.0.0-beta286

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.
@@ -7,6 +7,8 @@ declare namespace DownloadProgress {
7
7
  const failedMessage: PropTypes.Requireable<string>;
8
8
  const downloadStatus: PropTypes.Requireable<string>;
9
9
  const showShadow: PropTypes.Requireable<boolean>;
10
+ const showCloseButton: PropTypes.Requireable<boolean>;
11
+ const onCloseClick: PropTypes.Requireable<(...args: any[]) => any>;
10
12
  const progressPercent: PropTypes.Requireable<number>;
11
13
  const refreshInterval: PropTypes.Requireable<number>;
12
14
  const progressBarColor: PropTypes.Requireable<string>;
@@ -24,6 +26,10 @@ declare namespace DownloadProgress {
24
26
  export { downloadStatus_1 as downloadStatus };
25
27
  const showShadow_1: boolean;
26
28
  export { showShadow_1 as showShadow };
29
+ const showCloseButton_1: boolean;
30
+ export { showCloseButton_1 as showCloseButton };
31
+ export function onCloseClick_1(): void;
32
+ export { onCloseClick_1 as onCloseClick };
27
33
  const progressPercent_1: number;
28
34
  export { progressPercent_1 as progressPercent };
29
35
  const refreshInterval_1: number;
@@ -48,36 +48,31 @@ declare namespace _default {
48
48
  const description_3: string;
49
49
  export { description_3 as description };
50
50
  }
51
- export namespace progressPercent {
51
+ export namespace showCloseButton {
52
52
  const name_4: string;
53
53
  export { name_4 as name };
54
54
  export namespace control_4 {
55
55
  const type_4: string;
56
56
  export { type_4 as type };
57
- export const min: number;
58
- export const max: number;
59
57
  }
60
58
  export { control_4 as control };
61
59
  const description_4: string;
62
60
  export { description_4 as description };
63
61
  }
64
- export namespace refreshInterval {
62
+ export namespace progressPercent {
65
63
  const name_5: string;
66
64
  export { name_5 as name };
67
65
  export namespace control_5 {
68
66
  const type_5: string;
69
67
  export { type_5 as type };
68
+ export const min: number;
69
+ export const max: number;
70
70
  }
71
71
  export { control_5 as control };
72
72
  const description_5: string;
73
73
  export { description_5 as description };
74
74
  }
75
- export namespace onTryAgainClick {
76
- export const action: string;
77
- const description_6: string;
78
- export { description_6 as description };
79
- }
80
- export namespace className {
75
+ export namespace refreshInterval {
81
76
  const name_6: string;
82
77
  export { name_6 as name };
83
78
  export namespace control_6 {
@@ -85,8 +80,24 @@ declare namespace _default {
85
80
  export { type_6 as type };
86
81
  }
87
82
  export { control_6 as control };
83
+ const description_6: string;
84
+ export { description_6 as description };
85
+ }
86
+ export namespace onTryAgainClick {
87
+ export const action: string;
88
88
  const description_7: string;
89
89
  export { description_7 as description };
90
+ }
91
+ export namespace className {
92
+ const name_7: string;
93
+ export { name_7 as name };
94
+ export namespace control_7 {
95
+ const type_7: string;
96
+ export { type_7 as type };
97
+ }
98
+ export { control_7 as control };
99
+ const description_8: string;
100
+ export { description_8 as description };
90
101
  const defaultValue_2: string;
91
102
  export { defaultValue_2 as defaultValue };
92
103
  }
@@ -2,3 +2,4 @@ export const DownloadProgressMainContainer: import("styled-components/dist/types
2
2
  export const DownloadProgressContentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
3
  export const DownloadProgressTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
4
4
  export const DownloadProgressStatusMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
5
+ export const CloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta285",
3
+ "version": "2.0.0-beta286",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",