sag_components 2.0.0-beta110 → 2.0.0-beta112
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.
|
@@ -293,6 +293,8 @@ export namespace EmptyState {
|
|
|
293
293
|
export { width_3 as width };
|
|
294
294
|
const height_3: string;
|
|
295
295
|
export { height_3 as height };
|
|
296
|
+
const tableBodyHeight_3: string;
|
|
297
|
+
export { tableBodyHeight_3 as tableBodyHeight };
|
|
296
298
|
const tableTitle_3: string;
|
|
297
299
|
export { tableTitle_3 as tableTitle };
|
|
298
300
|
const columns_2: any[];
|
|
@@ -310,6 +312,8 @@ export namespace NoDataInSearch {
|
|
|
310
312
|
export { width_4 as width };
|
|
311
313
|
const height_4: string;
|
|
312
314
|
export { height_4 as height };
|
|
315
|
+
const tableBodyHeight_4: string;
|
|
316
|
+
export { tableBodyHeight_4 as tableBodyHeight };
|
|
313
317
|
const tableTitle_4: string;
|
|
314
318
|
export { tableTitle_4 as tableTitle };
|
|
315
319
|
export { columns1 as columns };
|
|
@@ -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;
|