gantri-components 2.119.2 → 2.119.4
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/components/aspect-ratio/aspect-ratio.styles.d.ts +4 -3
- package/dist/components/badge/badge.styles.d.ts +2 -1
- package/dist/components/box/box.styles.d.ts +3 -4
- package/dist/components/box/box.types.d.ts +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.styles.d.ts +3 -2
- package/dist/components/button/button.styles.d.ts +3 -3
- package/dist/components/button-menu/button-menu.styles.d.ts +2 -1
- package/dist/components/cell/cell.styles.d.ts +3 -3
- package/dist/components/checkbox/checkbox.styles.d.ts +7 -6
- package/dist/components/circular-progress/circular-progress.styles.d.ts +3 -1
- package/dist/components/color-picker/color-picker.styles.d.ts +3 -2
- package/dist/components/color-picker/components/color-picker-item/color-picker-item.styles.d.ts +1123 -4
- package/dist/components/confirmation-modal/confirmationModal.types.d.ts +2 -1
- package/dist/components/dropdown/dropdown.styles.d.ts +13 -7
- package/dist/components/dropdown-menu/dropdown-menu.styles.d.ts +6 -5
- package/dist/components/filter-button/filter-button.styles.d.ts +2 -1
- package/dist/components/filter-button/filter-button.types.d.ts +0 -1
- package/dist/components/flex/flex.styles.d.ts +3 -1
- package/dist/components/grid/grid.styles.d.ts +3 -3
- package/dist/components/icon/icon.styles.d.ts +3 -2
- package/dist/components/image/image.styles.d.ts +7 -4
- package/dist/components/input-group/input-group.styles.d.ts +3 -3
- package/dist/components/line/line.styles.d.ts +2 -1
- package/dist/components/linear-progress/linear-progress.styles.d.ts +5 -4
- package/dist/components/max-width/max-width.styles.d.ts +4 -3
- package/dist/components/modal/modal.styles.d.ts +17 -13
- package/dist/components/multi-select-list/multi-select-list.styles.d.ts +3 -1
- package/dist/components/overlay/overlay.styles.d.ts +6 -5
- package/dist/components/pills/components/pill/pill.styles.d.ts +3 -2
- package/dist/components/pills/components/pill/pill.types.d.ts +0 -1
- package/dist/components/pills/pills.styles.d.ts +2 -1
- package/dist/components/quantity/quantity.styles.d.ts +2 -1
- package/dist/components/radio/radio.styles.d.ts +8 -7
- package/dist/components/radio-list/radio-list.styles.d.ts +2 -2
- package/dist/components/search-field/search-field.styles.d.ts +3 -2
- package/dist/components/slider/slider.styles.styles.d.ts +4 -3
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/preference-item-drag-handle.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.styles.d.ts +2 -1
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +9 -5
- package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +2 -2
- package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +3 -2
- package/dist/components/table/components/selectable-row-checkbox-wrapper/selectable-row-checkbox-wrapper.types.d.ts +0 -1
- package/dist/components/table/components/table-actions-wrapper/components/clear-selected-rows/clear-selected-rows.styles.d.ts +4 -2
- package/dist/components/table/components/table-actions-wrapper/components/paging/paging.styles.d.ts +4 -2
- package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +3 -2
- package/dist/components/table/components/table-actions-wrapper/components/sort/sort.styles.d.ts +3 -1
- package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.styles.d.ts +4 -2
- package/dist/components/table/components/table-header/table-header.styles.d.ts +5 -4
- package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +33 -29
- package/dist/components/table/components/table-row-cells/components/selectable-row-cell-wrapper/selectable-row-cell-wrapper.styles.d.ts +3 -1
- package/dist/components/table/components/table-row-cells/table-row-cells.styles.d.ts +2 -1
- package/dist/components/table/components/table-row-overlay/table-row-overlay.styles.d.ts +2 -1
- package/dist/components/table/table.styles.d.ts +4 -3
- package/dist/components/tabs/components/tab/tab.styled.d.ts +3 -2
- package/dist/components/tabs/components/tab-panel/tab-panel.styles.d.ts +2 -1
- package/dist/components/tabs/components/tabs-list/tabs-list.styles.d.ts +5 -4
- package/dist/components/text-area/text-area.styles.d.ts +5 -5
- package/dist/components/text-field/text-field.styles.d.ts +4 -4
- package/dist/components/toggle/toggle.styles.styles.d.ts +6 -5
- package/dist/components/tooltip/tooltip.styles.d.ts +3 -2
- package/dist/components/typography/typography.d.ts +3 -1
- package/dist/components/typography/typography.styles.d.ts +4 -4
- package/dist/helpers/layout.helpers.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/styles/animations.d.ts +1 -1
- package/dist/styles/base.d.ts +3 -2
- package/package.json +11 -12
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledConfirmationModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -2,16 +2,22 @@
|
|
|
2
2
|
import { Property } from 'csstype';
|
|
3
3
|
import { TextFieldSize } from '../text-field';
|
|
4
4
|
import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
|
|
5
|
-
export declare const StyledOption: import("styled-components").
|
|
6
|
-
|
|
5
|
+
export declare const StyledOption: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../typography").TypographyProps & {
|
|
6
|
+
children?: import("react").ReactNode;
|
|
7
|
+
} & import("react").RefAttributes<unknown>, "ref"> & {
|
|
8
|
+
ref?: ((instance: unknown) => void) | import("react").RefObject<unknown> | null | undefined;
|
|
9
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../typography").TypographyProps & {
|
|
10
|
+
children?: import("react").ReactNode;
|
|
11
|
+
} & import("react").RefAttributes<unknown>>, keyof import("react").Component<any, {}, any>>;
|
|
12
|
+
export declare const StyledSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
13
|
$maxWidth?: Property.Width<string | number> | undefined;
|
|
8
|
-
}
|
|
9
|
-
export declare const StyledCustomPlaceholderContainer: import("styled-components").
|
|
14
|
+
}>> & string;
|
|
15
|
+
export declare const StyledCustomPlaceholderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
10
16
|
$hasLeftIcon?: boolean | undefined;
|
|
11
17
|
$hasTopPadding: boolean;
|
|
12
18
|
$size?: ResolutionAwareProp<TextFieldSize> | undefined;
|
|
13
19
|
disabled: boolean | undefined;
|
|
14
|
-
}
|
|
15
|
-
export declare const StyledTextField: import("styled-components").
|
|
20
|
+
}>> & string;
|
|
21
|
+
export declare const StyledTextField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../text-field").TextFieldProps, {
|
|
16
22
|
$transparentInputText: boolean;
|
|
17
|
-
},
|
|
23
|
+
}>> & string & Omit<import("react").FC<import("../text-field").TextFieldProps>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Property } from 'csstype';
|
|
2
3
|
import { Color } from '../../styles';
|
|
3
|
-
export declare const StyledContainer: import("styled-components").
|
|
4
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
5
|
$borderColor: Color | undefined;
|
|
5
6
|
$hasHeader?: boolean | undefined;
|
|
6
7
|
$noShadow: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare const StyledHeader: import("styled-components").
|
|
9
|
-
export declare const StyledItem: import("styled-components").
|
|
8
|
+
}>> & string;
|
|
9
|
+
export declare const StyledHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
10
|
+
export declare const StyledItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
10
11
|
$basic: boolean;
|
|
11
12
|
$disabled?: boolean | undefined;
|
|
12
13
|
$isHeading?: boolean | undefined;
|
|
13
14
|
$justifyContent: Property.JustifyContent | undefined;
|
|
14
15
|
$selected?: boolean | undefined;
|
|
15
|
-
}
|
|
16
|
+
}>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FlexProps } from './flex.types';
|
|
3
|
-
export declare const StyledFlexContainer: import("styled-components").
|
|
3
|
+
export declare const StyledFlexContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>, "ref"> & {
|
|
4
|
+
ref?: ((instance: import("../box/box.types").BoxProps | null) => void) | import("react").RefObject<import("../box/box.types").BoxProps> | null | undefined;
|
|
5
|
+
}, FlexProps>> & string & Omit<import("react").ForwardRefExoticComponent<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { GridProps } from './grid.types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}, never>;
|
|
3
|
+
import { PropsWithHidden } from '../box/box.types';
|
|
4
|
+
export declare const StyledGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, PropsWithHidden<GridProps>>> & string;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IconProps } from './icon.types';
|
|
2
|
-
export declare const StyledSvgIcon: import("styled-components").
|
|
3
|
+
export declare const StyledSvgIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, {
|
|
3
4
|
$height?: IconProps['height'];
|
|
4
5
|
$width?: IconProps['width'];
|
|
5
6
|
bottom?: IconProps['bottom'];
|
|
@@ -8,4 +9,4 @@ export declare const StyledSvgIcon: import("styled-components").StyledComponent<
|
|
|
8
9
|
right?: IconProps['right'];
|
|
9
10
|
size?: IconProps['width'];
|
|
10
11
|
top?: IconProps['top'];
|
|
11
|
-
}
|
|
12
|
+
}>> & string;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { StyledImageContainerProps, StyledImageProps } from './image.types';
|
|
2
|
-
export declare const StyledImage: import("styled-components").
|
|
3
|
-
export declare const StyledImageOverlay: import("styled-components").
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
export declare const StyledImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, StyledImageProps>> & string;
|
|
4
|
+
export declare const StyledImageOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, keyof StyledImageProps> & StyledImageProps, "ref"> & {
|
|
5
|
+
ref?: ((instance: HTMLImageElement | null) => void) | import("react").RefObject<HTMLImageElement> | null | undefined;
|
|
6
|
+
}, never>> & string;
|
|
7
|
+
export declare const StyledImageContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledImageContainerProps>> & string;
|
|
8
|
+
export declare const StyledContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import("styled-components").
|
|
3
|
-
export declare const StyledInputGroupContainer: import("styled-components").
|
|
2
|
+
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../button/button.types").ButtonProps, never>> & string & Omit<import("react").FC<import("../button/button.types").ButtonProps>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledInputGroupContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
4
|
$disabled?: boolean | undefined;
|
|
5
5
|
$size?: string | undefined;
|
|
6
6
|
$withErrors?: boolean | undefined;
|
|
7
|
-
}
|
|
7
|
+
}>> & string;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { LineProps } from './line.types';
|
|
2
|
-
export declare const StyledLine: import("styled-components").
|
|
3
|
+
export declare const StyledLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, LineProps>> & string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Property } from 'csstype';
|
|
2
|
-
export declare const StyledLinearProgressWrapper: import("styled-components").
|
|
3
|
+
export declare const StyledLinearProgressWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
4
|
$width?: Property.Width<0 | (string & {})> | undefined;
|
|
4
|
-
}
|
|
5
|
-
export declare const StyledLinearProgressContainer: import("styled-components").
|
|
5
|
+
}>> & string;
|
|
6
|
+
export declare const StyledLinearProgressContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
7
|
$percent: number;
|
|
7
|
-
}
|
|
8
|
+
}>> & string;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
|
|
2
3
|
import { Divider } from './max-width.types';
|
|
3
|
-
export declare const StyledContainer: import("styled-components").
|
|
4
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
5
|
$backgroundColor?: ResolutionAwareProp<string> | undefined;
|
|
5
6
|
$borderBottom?: Divider | undefined;
|
|
6
7
|
$borderTop?: Divider | undefined;
|
|
7
|
-
}
|
|
8
|
-
export declare const StyledContent: import("styled-components").
|
|
8
|
+
}>> & string;
|
|
9
|
+
export declare const StyledContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -3,31 +3,35 @@ import { DefaultTheme } from 'styled-components';
|
|
|
3
3
|
import { Property } from 'csstype';
|
|
4
4
|
import { ModalProps } from './modal.types';
|
|
5
5
|
import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
|
|
6
|
-
export declare const StyledModal: import("styled-components").
|
|
7
|
-
export declare const StyledModalBody: import("styled-components").
|
|
6
|
+
export declare const StyledModal: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const StyledModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ModalProps & {
|
|
8
8
|
isFullScreen?: boolean | undefined;
|
|
9
9
|
noTopSpacing?: boolean | undefined;
|
|
10
10
|
} & {
|
|
11
11
|
$height?: ResolutionAwareProp<Property.Height<0 | (string & {})>> | undefined;
|
|
12
12
|
$width?: ResolutionAwareProp<Property.Width<0 | (string & {})>> | undefined;
|
|
13
|
-
}
|
|
14
|
-
export declare const StyledModalContent: import("styled-components").
|
|
13
|
+
}>> & string;
|
|
14
|
+
export declare const StyledModalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../stack/stack.types").StackProps & import("react").RefAttributes<import("../stack/stack.types").StackProps>, "ref"> & {
|
|
15
|
+
ref?: ((instance: import("../stack/stack.types").StackProps | null) => void) | import("react").RefObject<import("../stack/stack.types").StackProps> | null | undefined;
|
|
16
|
+
}, {
|
|
15
17
|
isFullScreen?: boolean | undefined;
|
|
16
18
|
noTopSpacing?: boolean | undefined;
|
|
17
|
-
},
|
|
19
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../stack/stack.types").StackProps & import("react").RefAttributes<import("../stack/stack.types").StackProps>>, keyof import("react").Component<any, {}, any>>;
|
|
18
20
|
export declare const getModalDetailsPanelBackgroundColor: ({ theme, isFullScreen, }: {
|
|
19
21
|
isFullScreen: boolean | undefined;
|
|
20
22
|
theme: DefaultTheme;
|
|
21
23
|
}) => string;
|
|
22
|
-
export declare const StyledDetailsPanelContainer: import("styled-components").
|
|
24
|
+
export declare const StyledDetailsPanelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>, "ref"> & {
|
|
25
|
+
ref?: ((instance: import("../box/box.types").BoxProps | null) => void) | import("react").RefObject<import("../box/box.types").BoxProps> | null | undefined;
|
|
26
|
+
}, {
|
|
23
27
|
isFullScreen?: boolean | undefined;
|
|
24
|
-
},
|
|
25
|
-
export declare const StyledModalHeader: import("styled-components").
|
|
28
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>>, keyof import("react").Component<any, {}, any>>;
|
|
29
|
+
export declare const StyledModalHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {
|
|
26
30
|
$closeable?: boolean | undefined;
|
|
27
31
|
isFullScreen?: boolean | undefined;
|
|
28
|
-
}
|
|
29
|
-
export declare const StyledModalFooter: import("styled-components").
|
|
32
|
+
}>> & string;
|
|
33
|
+
export declare const StyledModalFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {
|
|
30
34
|
$hasBorder: boolean;
|
|
31
|
-
}
|
|
32
|
-
export declare const StyledModalBackdrop: import("styled-components").
|
|
33
|
-
export declare const StyledModalCloseButtonContainer: import("styled-components").
|
|
35
|
+
}>> & string;
|
|
36
|
+
export declare const StyledModalBackdrop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
37
|
+
export declare const StyledModalCloseButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledFlexItem: import("styled-components").
|
|
2
|
+
export declare const StyledFlexItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../flex/flex.types").FlexProps & import("react").RefAttributes<import("../flex/flex.types").FlexProps>, "ref"> & {
|
|
3
|
+
ref?: ((instance: import("../flex/flex.types").FlexProps | null) => void) | import("react").RefObject<import("../flex/flex.types").FlexProps> | null | undefined;
|
|
4
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../flex/flex.types").FlexProps & import("react").RefAttributes<import("../flex/flex.types").FlexProps>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { OverlayTriggerEvent } from './overlay.types';
|
|
2
|
-
export declare const StyledContainerWrapper: import("styled-components").
|
|
3
|
-
export declare const StyledContainer: import("styled-components").
|
|
3
|
+
export declare const StyledContainerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
5
|
triggerEvent: OverlayTriggerEvent | undefined;
|
|
5
|
-
}
|
|
6
|
-
export declare const StyledContent: import("styled-components").
|
|
7
|
-
export declare const StyledBackdrop: import("styled-components").
|
|
6
|
+
}>> & string;
|
|
7
|
+
export declare const StyledContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export declare const StyledBackdrop: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledPill: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
3
|
$selected?: boolean | undefined;
|
|
3
|
-
}
|
|
4
|
+
}>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledPills: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { RadioVariant } from './radio.types';
|
|
2
|
-
export declare const StyledRadioWrapper: import("styled-components").
|
|
3
|
-
export declare const StyledRadioContainer: import("styled-components").
|
|
3
|
+
export declare const StyledRadioWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
4
|
+
export declare const StyledRadioContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
5
|
$disabled?: boolean | undefined;
|
|
5
|
-
}
|
|
6
|
-
export declare const StyledRadio: import("styled-components").
|
|
6
|
+
}>> & string;
|
|
7
|
+
export declare const StyledRadio: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
8
|
$checked?: boolean | undefined;
|
|
8
9
|
$disabled?: boolean | undefined;
|
|
9
10
|
$variant?: RadioVariant | undefined;
|
|
10
|
-
}
|
|
11
|
-
export declare const StyledRadioInput: import("styled-components").
|
|
12
|
-
export declare const StyledRadioMarker: import("styled-components").
|
|
11
|
+
}>> & string;
|
|
12
|
+
export declare const StyledRadioInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
13
|
+
export declare const StyledRadioMarker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { StyledRadioItemProps } from './radio-list.types';
|
|
3
|
-
export declare const StyledRadioItem: import("styled-components").
|
|
3
|
+
export declare const StyledRadioItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../radio/radio.types").RadioProps, StyledRadioItemProps>> & string & Omit<{
|
|
4
4
|
(props: import("../radio/radio.types").RadioProps): import("react").JSX.Element;
|
|
5
5
|
defaultProps: import("../radio/radio.types").RadioProps;
|
|
6
|
-
}, import("
|
|
6
|
+
}, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const StyledLoadingContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { StyledSliderContainerProps } from './slider.types';
|
|
2
|
-
export declare const StyledStepList: import("styled-components").
|
|
3
|
-
export declare const StyledLine: import("styled-components").
|
|
4
|
-
export declare const StyledSliderContainer: import("styled-components").
|
|
3
|
+
export declare const StyledStepList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
4
|
+
export declare const StyledLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const StyledSliderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledSliderContainerProps>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledDragHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledPreferencesPopUp: import("styled-components").
|
|
3
|
-
export declare const StyledHeading: import("styled-components").
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
2
|
+
export declare const StyledPreferencesPopUp: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const StyledHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../../../../../../grid/grid.types").GridProps & import("react").RefAttributes<import("../../../../../../../grid/grid.types").GridProps>, "ref"> & {
|
|
4
|
+
ref?: ((instance: import("../../../../../../../grid/grid.types").GridProps | null) => void) | import("react").RefObject<import("../../../../../../../grid/grid.types").GridProps> | null | undefined;
|
|
5
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../../../../grid/grid.types").GridProps & import("react").RefAttributes<import("../../../../../../../grid/grid.types").GridProps>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledClickableIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../../../../../../icon/icon.types").IconProps, "ref"> & {
|
|
7
|
+
ref?: ((instance: any) => void) | import("react").RefObject<any> | null | undefined;
|
|
8
|
+
}, never>> & string & Omit<import("react").FC<import("../../../../../../../icon/icon.types").IconProps>, keyof import("react").Component<any, {}, any>>;
|
|
9
|
+
export declare const StyledContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export declare const StyledFooter: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import("styled-components").
|
|
2
|
+
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../../../../../button/button.types").ButtonProps, {
|
|
3
3
|
'data-is-active': boolean;
|
|
4
|
-
},
|
|
4
|
+
}>> & string & Omit<import("react").FC<import("../../../../../button/button.types").ButtonProps>, keyof import("react").Component<any, {}, any>>;
|
package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledToggleWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
3
|
isScrolling: boolean;
|
|
3
|
-
}
|
|
4
|
+
}>> & string;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledPointerFlex: import("styled-components").
|
|
2
|
+
export declare const StyledPointerFlex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>, "ref"> & {
|
|
3
|
+
ref?: ((instance: import("../../../../../flex/flex.types").FlexProps | null) => void) | import("react").RefObject<import("../../../../../flex/flex.types").FlexProps> | null | undefined;
|
|
4
|
+
}, {
|
|
3
5
|
disabled?: boolean | undefined;
|
|
4
|
-
},
|
|
6
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>>, keyof import("react").Component<any, {}, any>>;
|
package/dist/components/table/components/table-actions-wrapper/components/paging/paging.styles.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledFlex: import("styled-components").
|
|
3
|
-
|
|
2
|
+
export declare const StyledFlex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>, "ref"> & {
|
|
3
|
+
ref?: ((instance: import("../../../../../flex/flex.types").FlexProps | null) => void) | import("react").RefObject<import("../../../../../flex/flex.types").FlexProps> | null | undefined;
|
|
4
|
+
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledPagingButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../../../../../button/button.types").ButtonProps, never>> & string & Omit<import("react").FC<import("../../../../../button/button.types").ButtonProps>, keyof import("react").Component<any, {}, any>>;
|
package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { Property } from 'csstype';
|
|
2
|
-
export declare const StyledSearchInputWrapper: import("styled-components").
|
|
3
|
+
export declare const StyledSearchInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
4
|
$maxWidth: Property.MaxWidth | undefined;
|
|
4
|
-
}
|
|
5
|
+
}>> & string;
|
package/dist/components/table/components/table-actions-wrapper/components/sort/sort.styles.d.ts
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDropdown: import("styled-components").
|
|
2
|
+
export declare const StyledDropdown: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../../../../../dropdown").DropdownProps<any> & {
|
|
3
|
+
children?: import("react").ReactNode;
|
|
4
|
+
}, never>> & string & Omit<import("react").FC<import("react").PropsWithChildren<import("../../../../../dropdown").DropdownProps<any>>>, keyof import("react").Component<any, {}, any>>;
|
package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.styles.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledBottomActionsFlex: import("styled-components").
|
|
2
|
+
export declare const StyledBottomActionsFlex: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../flex/flex.types").FlexProps>, "ref"> & {
|
|
3
|
+
ref?: ((instance: import("../../../flex/flex.types").FlexProps | null) => void) | import("react").RefObject<import("../../../flex/flex.types").FlexProps> | null | undefined;
|
|
4
|
+
}, {
|
|
3
5
|
showClearSelectedRows: boolean;
|
|
4
|
-
},
|
|
6
|
+
}>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../flex/flex.types").FlexProps>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const StyledTH: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {
|
|
2
3
|
size: number;
|
|
3
|
-
}
|
|
4
|
-
export declare const StyledReorderWrapper: import("styled-components").
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const StyledReorderWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
5
6
|
disabled: boolean;
|
|
6
7
|
isActive: boolean;
|
|
7
|
-
}
|
|
8
|
+
}>> & string;
|