sag_components 2.0.0-beta110 → 2.0.0-beta111
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.esm.js +44 -31
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +44 -31
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +5 -25
- package/dist/types/components/Table/TableBody.styles.d.ts +1 -0
- package/package.json +1 -1
|
@@ -44,43 +44,23 @@ declare namespace _default {
|
|
|
44
44
|
const defaultValue_3: boolean;
|
|
45
45
|
export { defaultValue_3 as defaultValue };
|
|
46
46
|
}
|
|
47
|
-
namespace
|
|
47
|
+
namespace itemAndPackage {
|
|
48
48
|
const name_4: string;
|
|
49
49
|
export { name_4 as name };
|
|
50
50
|
const control_4: string;
|
|
51
51
|
export { control_4 as control };
|
|
52
52
|
const description_4: string;
|
|
53
53
|
export { description_4 as description };
|
|
54
|
-
const defaultValue_4:
|
|
54
|
+
const defaultValue_4: any[];
|
|
55
55
|
export { defaultValue_4 as defaultValue };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace onDelete {
|
|
58
58
|
const name_5: string;
|
|
59
59
|
export { name_5 as name };
|
|
60
|
-
const control_5: string;
|
|
61
|
-
export { control_5 as control };
|
|
62
|
-
const description_5: string;
|
|
63
|
-
export { description_5 as description };
|
|
64
|
-
const defaultValue_5: boolean;
|
|
65
|
-
export { defaultValue_5 as defaultValue };
|
|
66
|
-
}
|
|
67
|
-
namespace itemAndPackage {
|
|
68
|
-
const name_6: string;
|
|
69
|
-
export { name_6 as name };
|
|
70
|
-
const control_6: string;
|
|
71
|
-
export { control_6 as control };
|
|
72
|
-
const description_6: string;
|
|
73
|
-
export { description_6 as description };
|
|
74
|
-
const defaultValue_6: any[];
|
|
75
|
-
export { defaultValue_6 as defaultValue };
|
|
76
|
-
}
|
|
77
|
-
namespace onDelete {
|
|
78
|
-
const name_7: string;
|
|
79
|
-
export { name_7 as name };
|
|
80
60
|
const action_1: string;
|
|
81
61
|
export { action_1 as action };
|
|
82
|
-
const
|
|
83
|
-
export {
|
|
62
|
+
const description_5: string;
|
|
63
|
+
export { description_5 as description };
|
|
84
64
|
}
|
|
85
65
|
}
|
|
86
66
|
}
|
|
@@ -5,6 +5,7 @@ export const TableCell: import("styled-components/dist/types").IStyledComponentB
|
|
|
5
5
|
export const SkeletonCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
6
6
|
export const SkeletonBar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
7
|
export const PackageStatusContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
9
|
export const SentStatus: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
10
|
export const TrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
11
|
export const DisabledTrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|