sag_components 2.0.0-beta228 → 2.0.0-beta229
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.
|
@@ -12,6 +12,7 @@ export const CommentIconWrapper: import("styled-components/dist/types").IStyledC
|
|
|
12
12
|
export const DisabledTrashIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
13
|
export const StatusCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
14
|
export const StatusCellCircle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
|
+
export const DotIndicatorWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
16
|
export const TagContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
17
|
export const TagChipTextWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
17
18
|
export const TagChip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -386,6 +386,7 @@ export const supplierData: ({
|
|
|
386
386
|
Priority: {
|
|
387
387
|
show: boolean;
|
|
388
388
|
color: string;
|
|
389
|
+
tooltip: string;
|
|
389
390
|
};
|
|
390
391
|
Tags: string[];
|
|
391
392
|
} | {
|
|
@@ -407,6 +408,7 @@ export const supplierData: ({
|
|
|
407
408
|
Priority: {
|
|
408
409
|
show: boolean;
|
|
409
410
|
color: string;
|
|
411
|
+
tooltip: string;
|
|
410
412
|
};
|
|
411
413
|
Tags: string;
|
|
412
414
|
PromoPrice?: undefined;
|
|
@@ -430,6 +432,7 @@ export const supplierData: ({
|
|
|
430
432
|
Priority: {
|
|
431
433
|
show: boolean;
|
|
432
434
|
color: string;
|
|
435
|
+
tooltip: string;
|
|
433
436
|
};
|
|
434
437
|
Tags: string;
|
|
435
438
|
})[];
|