sag_components 2.0.0-beta318 → 2.0.0-beta319
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.
|
@@ -973,8 +973,6 @@ export namespace DisabledCheckboxWithTooltip {
|
|
|
973
973
|
export { showSideButton_12 as showSideButton };
|
|
974
974
|
const showHorizontalScroll_9: boolean;
|
|
975
975
|
export { showHorizontalScroll_9 as showHorizontalScroll };
|
|
976
|
-
const disableCheckboxTooltipText_2: string;
|
|
977
|
-
export { disableCheckboxTooltipText_2 as disableCheckboxTooltipText };
|
|
978
976
|
}
|
|
979
977
|
export { args_18 as args };
|
|
980
978
|
const decorators_8: ((Story: any, { args }: {
|
|
@@ -1011,8 +1009,8 @@ export namespace CombinedNewFeatures {
|
|
|
1011
1009
|
export { showHorizontalScroll_10 as showHorizontalScroll };
|
|
1012
1010
|
const expandable_2: boolean;
|
|
1013
1011
|
export { expandable_2 as expandable };
|
|
1014
|
-
const
|
|
1015
|
-
export {
|
|
1012
|
+
const disableCheckboxTooltipText_2: string;
|
|
1013
|
+
export { disableCheckboxTooltipText_2 as disableCheckboxTooltipText };
|
|
1016
1014
|
}
|
|
1017
1015
|
export { args_19 as args };
|
|
1018
1016
|
const decorators_9: ((Story: any, { args }: {
|
|
@@ -31,6 +31,8 @@ export const DropdownButton: import("styled-components/dist/types").IStyledCompo
|
|
|
31
31
|
export const DropdownIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
32
32
|
export const DropdownMenu: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
33
33
|
export const DropdownOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
34
|
+
export const CheckboxWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
35
|
+
export const CellContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
34
36
|
export const CheckboxInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
35
37
|
export const HeroButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
36
38
|
export const EditableCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|