sag_components 2.0.0-beta14 → 2.0.0-beta15

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.
@@ -1,63 +1,2 @@
1
1
  export function OneColumnContainer(props: any): import("react/jsx-runtime").JSX.Element;
2
- export namespace OneColumnContainer {
3
- namespace propTypes {
4
- const children: PropTypes.Requireable<string>;
5
- const display: PropTypes.Requireable<string>;
6
- const isLoading: PropTypes.Requireable<boolean>;
7
- const gridTemplateColumns: PropTypes.Requireable<string>;
8
- const itemClass: PropTypes.Requireable<string>;
9
- const divStyle: PropTypes.Requireable<string>;
10
- const overStyle: PropTypes.Requireable<string>;
11
- const draggingStyle: PropTypes.Requireable<string>;
12
- const droppedStyle: PropTypes.Requireable<string>;
13
- const width: PropTypes.Requireable<string>;
14
- const height: PropTypes.Requireable<string>;
15
- const overflow: PropTypes.Requireable<string>;
16
- const infoTitle: PropTypes.Requireable<string>;
17
- const infoText: PropTypes.Requireable<string>;
18
- const disableInfo: PropTypes.Requireable<boolean>;
19
- const showViewByBannerButton: PropTypes.Requireable<boolean>;
20
- const onBannerClick: PropTypes.Requireable<(...args: any[]) => any>;
21
- const columnTitle: PropTypes.Requireable<string>;
22
- }
23
- namespace defaultProps {
24
- const children_1: string;
25
- export { children_1 as children };
26
- const display_1: string;
27
- export { display_1 as display };
28
- const isLoading_1: string;
29
- export { isLoading_1 as isLoading };
30
- const gridTemplateColumns_1: string;
31
- export { gridTemplateColumns_1 as gridTemplateColumns };
32
- const itemClass_1: string;
33
- export { itemClass_1 as itemClass };
34
- const divStyle_1: string;
35
- export { divStyle_1 as divStyle };
36
- const overStyle_1: string;
37
- export { overStyle_1 as overStyle };
38
- const draggingStyle_1: string;
39
- export { draggingStyle_1 as draggingStyle };
40
- const droppedStyle_1: string;
41
- export { droppedStyle_1 as droppedStyle };
42
- const width_1: string;
43
- export { width_1 as width };
44
- const height_1: string;
45
- export { height_1 as height };
46
- const overflow_1: string;
47
- export { overflow_1 as overflow };
48
- const infoTitle_1: string;
49
- export { infoTitle_1 as infoTitle };
50
- const infoText_1: string;
51
- export { infoText_1 as infoText };
52
- const disableInfo_1: boolean;
53
- export { disableInfo_1 as disableInfo };
54
- const showViewByBannerButton_1: boolean;
55
- export { showViewByBannerButton_1 as showViewByBannerButton };
56
- export function onBannerClick_1(): void;
57
- export { onBannerClick_1 as onBannerClick };
58
- const columnTitle_1: string;
59
- export { columnTitle_1 as columnTitle };
60
- }
61
- }
62
2
  export default OneColumnContainer;
63
- import PropTypes from "prop-types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta14",
3
+ "version": "2.0.0-beta15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",