gantri-components 2.119.3 → 2.120.0

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.
Files changed (73) hide show
  1. package/dist/components/aspect-ratio/aspect-ratio.styles.d.ts +6 -3
  2. package/dist/components/badge/badge.styles.d.ts +3 -1
  3. package/dist/components/box/box.adapters.d.ts +1 -0
  4. package/dist/components/box/box.styles.d.ts +3 -1
  5. package/dist/components/breadcrumbs/breadcrumbs.styles.d.ts +6 -1
  6. package/dist/components/button/button.styles.d.ts +5 -2
  7. package/dist/components/button-menu/button-menu.styles.d.ts +2 -1
  8. package/dist/components/cell/cell.styles.d.ts +4 -1
  9. package/dist/components/checkbox/checkbox.styles.d.ts +13 -3
  10. package/dist/components/circular-progress/circular-progress.styles.d.ts +4 -1
  11. package/dist/components/color-picker/color-picker.styles.d.ts +3 -2
  12. package/dist/components/color-picker/components/color-picker-item/color-picker-item.styles.d.ts +1131 -2
  13. package/dist/components/confirmation-modal/confirmationModal.types.d.ts +2 -1
  14. package/dist/components/dropdown/dropdown.styles.d.ts +23 -4
  15. package/dist/components/dropdown-menu/dropdown-menu.styles.d.ts +16 -3
  16. package/dist/components/filter-button/filter-button.styles.d.ts +2 -1
  17. package/dist/components/flex/flex.styles.d.ts +5 -1
  18. package/dist/components/grid/grid.styles.d.ts +4 -1
  19. package/dist/components/icon/icon.styles.d.ts +12 -1
  20. package/dist/components/image/image.styles.d.ts +8 -4
  21. package/dist/components/image/image.types.d.ts +1 -1
  22. package/dist/components/index.d.ts +1 -0
  23. package/dist/components/input-group/input-group.styles.d.ts +7 -2
  24. package/dist/components/line/line.styles.d.ts +3 -1
  25. package/dist/components/linear-progress/linear-progress.styles.d.ts +8 -2
  26. package/dist/components/max-width/max-width.styles.d.ts +9 -2
  27. package/dist/components/modal/modal.styles.d.ts +33 -9
  28. package/dist/components/multi-select-list/multi-select-list.styles.d.ts +4 -1
  29. package/dist/components/overlay/overlay.styles.d.ts +8 -4
  30. package/dist/components/pills/components/pill/pill.styles.d.ts +4 -1
  31. package/dist/components/pills/pills.styles.d.ts +2 -1
  32. package/dist/components/quantity/quantity.styles.d.ts +2 -1
  33. package/dist/components/radio/radio.styles.d.ts +13 -5
  34. package/dist/components/radio-list/radio-list.styles.d.ts +6 -1
  35. package/dist/components/search-field/search-field.styles.d.ts +3 -2
  36. package/dist/components/slider/slider.styles.styles.d.ts +5 -3
  37. 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
  38. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.styles.d.ts +2 -1
  39. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.styles.d.ts +2 -1
  40. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +10 -5
  41. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +4 -1
  42. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +4 -1
  43. package/dist/components/table/components/table-actions-wrapper/components/clear-selected-rows/clear-selected-rows.styles.d.ts +6 -1
  44. package/dist/components/table/components/table-actions-wrapper/components/paging/paging.styles.d.ts +5 -2
  45. package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +5 -1
  46. package/dist/components/table/components/table-actions-wrapper/components/sort/sort.styles.d.ts +4 -1
  47. package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.styles.d.ts +6 -1
  48. package/dist/components/table/components/table-header/table-header.styles.d.ts +8 -2
  49. package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +24 -24
  50. package/dist/components/table/components/table-row-cells/components/selectable-row-cell-wrapper/selectable-row-cell-wrapper.styles.d.ts +4 -1
  51. package/dist/components/table/components/table-row-cells/table-row-cells.styles.d.ts +3 -1
  52. package/dist/components/table/components/table-row-overlay/table-row-overlay.styles.d.ts +2 -1
  53. package/dist/components/table/table.styles.d.ts +19 -8
  54. package/dist/components/tabs/components/tab/tab.styled.d.ts +5 -1
  55. package/dist/components/tabs/components/tab-panel/tab-panel.styles.d.ts +2 -1
  56. package/dist/components/tabs/components/tabs-list/tabs-list.styles.d.ts +9 -2
  57. package/dist/components/text-area/text-area.styles.d.ts +6 -4
  58. package/dist/components/text-field/text-field.styles.d.ts +5 -3
  59. package/dist/components/toggle/toggle.styles.styles.d.ts +10 -3
  60. package/dist/components/tooltip/tooltip.styles.d.ts +8 -1
  61. package/dist/components/typography/typography.styles.d.ts +7 -2
  62. package/dist/components/video/video.presets.d.ts +1 -2
  63. package/dist/components/video/video.styles.d.ts +18 -3
  64. package/dist/components/video/video.types.d.ts +24 -23
  65. package/dist/helpers/layout.helpers.d.ts +1 -1
  66. package/dist/index.cjs.js +1 -1
  67. package/dist/index.esm.js +1 -1
  68. package/dist/index.umd.js +1 -1
  69. package/dist/styles/animations.d.ts +1 -1
  70. package/dist/styles/base.d.ts +6 -1
  71. package/dist/styles/hooks/use-theme-defaults.d.ts +2 -1
  72. package/dist/styles/theme.d.ts +40 -40
  73. package/package.json +6 -6
@@ -1 +1,2 @@
1
- export declare const StyledConfirmationModalBody: any;
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;
@@ -1,4 +1,23 @@
1
- export declare const StyledOption: any;
2
- export declare const StyledSelect: any;
3
- export declare const StyledCustomPlaceholderContainer: any;
4
- export declare const StyledTextField: any;
1
+ /// <reference types="react" />
2
+ import { Property } from 'csstype';
3
+ import { TextFieldSize } from '../text-field';
4
+ import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
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>, {
13
+ $maxWidth?: Property.Width<string | number> | undefined;
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>, {
16
+ $hasLeftIcon?: boolean | undefined;
17
+ $hasTopPadding: boolean;
18
+ $size?: ResolutionAwareProp<TextFieldSize> | undefined;
19
+ disabled: boolean | undefined;
20
+ }>> & string;
21
+ export declare const StyledTextField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../text-field").TextFieldProps, {
22
+ $transparentInputText: boolean;
23
+ }>> & string & Omit<import("react").FC<import("../text-field").TextFieldProps>, keyof import("react").Component<any, {}, any>>;
@@ -1,3 +1,16 @@
1
- export declare const StyledContainer: any;
2
- export declare const StyledHeader: any;
3
- export declare const StyledItem: any;
1
+ /// <reference types="react" />
2
+ import { Property } from 'csstype';
3
+ import { Color } from '../../styles';
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>, {
5
+ $borderColor: Color | undefined;
6
+ $hasHeader?: boolean | undefined;
7
+ $noShadow: boolean;
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>, {
11
+ $basic: boolean;
12
+ $disabled?: boolean | undefined;
13
+ $isHeading?: boolean | undefined;
14
+ $justifyContent: Property.JustifyContent | undefined;
15
+ $selected?: boolean | undefined;
16
+ }>> & string;
@@ -1 +1,2 @@
1
- export declare const StyledModalContent: any;
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 +1,5 @@
1
- export declare const StyledFlexContainer: any;
1
+ /// <reference types="react" />
2
+ import { FlexProps } from './flex.types';
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 +1,4 @@
1
- export declare const StyledGrid: any;
1
+ /// <reference types="react" />
2
+ import { GridProps } from './grid.types';
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 +1,12 @@
1
- export declare const StyledSvgIcon: any;
1
+ /// <reference types="react" />
2
+ import { IconProps } from './icon.types';
3
+ export declare const StyledSvgIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, {
4
+ $height?: IconProps['height'];
5
+ $width?: IconProps['width'];
6
+ bottom?: IconProps['bottom'];
7
+ cursor?: IconProps['cursor'];
8
+ left?: IconProps['left'];
9
+ right?: IconProps['right'];
10
+ size?: IconProps['width'];
11
+ top?: IconProps['top'];
12
+ }>> & string;
@@ -1,4 +1,8 @@
1
- export declare const StyledImage: any;
2
- export declare const StyledImageOverlay: any;
3
- export declare const StyledImageContainer: any;
4
- export declare const StyledContent: any;
1
+ /// <reference types="react" />
2
+ import { StyledImageContainerProps, StyledImageProps } from './image.types';
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;
@@ -83,4 +83,4 @@ export interface StyledImageContainerProps extends Pick<ImageProps, 'containerAs
83
83
  }
84
84
  export interface StyledImageProps extends Pick<ImageProps, 'objectFit' | 'objectPosition'> {
85
85
  }
86
- export type TransformationType = 'image' | 'video';
86
+ export type TransformationType = 'image' | 'video' | 'video-poster';
@@ -41,4 +41,5 @@ export * from './text-field';
41
41
  export * from './toggle';
42
42
  export * from './tooltip';
43
43
  export * from './typography';
44
+ export * from './video';
44
45
  export * from './components.types';
@@ -1,2 +1,7 @@
1
- export declare const StyledButton: any;
2
- export declare const StyledInputGroupContainer: any;
1
+ /// <reference types="react" />
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
+ $disabled?: boolean | undefined;
5
+ $size?: string | undefined;
6
+ $withErrors?: boolean | undefined;
7
+ }>> & string;
@@ -1 +1,3 @@
1
- export declare const StyledLine: any;
1
+ /// <reference types="react" />
2
+ import { LineProps } from './line.types';
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,2 +1,8 @@
1
- export declare const StyledLinearProgressWrapper: any;
2
- export declare const StyledLinearProgressContainer: any;
1
+ /// <reference types="react" />
2
+ import { Property } from 'csstype';
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>, {
4
+ $width?: Property.Width<0 | (string & {})> | undefined;
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>, {
7
+ $percent: number;
8
+ }>> & string;
@@ -1,2 +1,9 @@
1
- export declare const StyledContainer: any;
2
- export declare const StyledContent: any;
1
+ /// <reference types="react" />
2
+ import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
3
+ import { Divider } from './max-width.types';
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>, {
5
+ $backgroundColor?: ResolutionAwareProp<string> | undefined;
6
+ $borderBottom?: Divider | undefined;
7
+ $borderTop?: Divider | undefined;
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;
@@ -1,13 +1,37 @@
1
+ /// <reference types="react" />
1
2
  import { DefaultTheme } from 'styled-components';
2
- export declare const StyledModal: any;
3
- export declare const StyledModalBody: any;
4
- export declare const StyledModalContent: any;
3
+ import { Property } from 'csstype';
4
+ import { ModalProps } from './modal.types';
5
+ import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
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
+ isFullScreen?: boolean | undefined;
9
+ noTopSpacing?: boolean | undefined;
10
+ } & {
11
+ $height?: ResolutionAwareProp<Property.Height<0 | (string & {})>> | undefined;
12
+ $width?: ResolutionAwareProp<Property.Width<0 | (string & {})>> | undefined;
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
+ }, {
17
+ isFullScreen?: boolean | undefined;
18
+ noTopSpacing?: boolean | undefined;
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>>;
5
20
  export declare const getModalDetailsPanelBackgroundColor: ({ theme, isFullScreen, }: {
6
21
  isFullScreen: boolean | undefined;
7
22
  theme: DefaultTheme;
8
- }) => any;
9
- export declare const StyledDetailsPanelContainer: any;
10
- export declare const StyledModalHeader: any;
11
- export declare const StyledModalFooter: any;
12
- export declare const StyledModalBackdrop: any;
13
- export declare const StyledModalCloseButtonContainer: any;
23
+ }) => string;
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
+ }, {
27
+ isFullScreen?: boolean | undefined;
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>, {
30
+ $closeable?: boolean | undefined;
31
+ isFullScreen?: boolean | undefined;
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>, {
34
+ $hasBorder: boolean;
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 +1,4 @@
1
- export declare const StyledFlexItem: any;
1
+ /// <reference types="react" />
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,4 +1,8 @@
1
- export declare const StyledContainerWrapper: any;
2
- export declare const StyledContainer: any;
3
- export declare const StyledContent: any;
4
- export declare const StyledBackdrop: any;
1
+ /// <reference types="react" />
2
+ import { OverlayTriggerEvent } from './overlay.types';
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>, {
5
+ triggerEvent: OverlayTriggerEvent | undefined;
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 +1,4 @@
1
- export declare const StyledPill: any;
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>, {
3
+ $selected?: boolean | undefined;
4
+ }>> & string;
@@ -1 +1,2 @@
1
- export declare const StyledPills: any;
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
- export declare const StyledContainer: any;
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,5 +1,13 @@
1
- export declare const StyledRadioWrapper: any;
2
- export declare const StyledRadioContainer: any;
3
- export declare const StyledRadio: any;
4
- export declare const StyledRadioInput: any;
5
- export declare const StyledRadioMarker: any;
1
+ /// <reference types="react" />
2
+ import { RadioVariant } from './radio.types';
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>, {
5
+ $disabled?: boolean | undefined;
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>, {
8
+ $checked?: boolean | undefined;
9
+ $disabled?: boolean | undefined;
10
+ $variant?: RadioVariant | undefined;
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 +1,6 @@
1
- export declare const StyledRadioItem: any;
1
+ /// <reference types="react" />
2
+ import { StyledRadioItemProps } from './radio-list.types';
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
+ (props: import("../radio/radio.types").RadioProps): import("react").JSX.Element;
5
+ defaultProps: import("../radio/radio.types").RadioProps;
6
+ }, keyof import("react").Component<any, {}, any>>;
@@ -1,2 +1,3 @@
1
- export declare const StyledSelect: any;
2
- export declare const StyledLoadingContainer: any;
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,3 +1,5 @@
1
- export declare const StyledStepList: any;
2
- export declare const StyledLine: any;
3
- export declare const StyledSliderContainer: any;
1
+ /// <reference types="react" />
2
+ import { StyledSliderContainerProps } from './slider.types';
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
- export declare const StyledDragHandle: any;
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
- export declare const StyledContainer: any;
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
- export declare const StyledContainer: any;
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,5 +1,10 @@
1
- export declare const StyledPreferencesPopUp: any;
2
- export declare const StyledHeading: any;
3
- export declare const StyledClickableIcon: any;
4
- export declare const StyledContent: any;
5
- export declare const StyledFooter: any;
1
+ /// <reference types="react" />
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 +1,4 @@
1
- export declare const StyledButton: any;
1
+ /// <reference types="react" />
2
+ export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("../../../../../button/button.types").ButtonProps, {
3
+ 'data-is-active': boolean;
4
+ }>> & string & Omit<import("react").FC<import("../../../../../button/button.types").ButtonProps>, keyof import("react").Component<any, {}, any>>;
@@ -1 +1,4 @@
1
- export declare const StyledToggleWrapper: any;
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>, {
3
+ isScrolling: boolean;
4
+ }>> & string;
@@ -1 +1,6 @@
1
- export declare const StyledPointerFlex: any;
1
+ /// <reference types="react" />
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
+ }, {
5
+ disabled?: boolean | undefined;
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,2 +1,5 @@
1
- export declare const StyledFlex: any;
2
- export declare const StyledPagingButton: any;
1
+ /// <reference types="react" />
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>>;
@@ -1 +1,5 @@
1
- export declare const StyledSearchInputWrapper: any;
1
+ /// <reference types="react" />
2
+ import { Property } from 'csstype';
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>, {
4
+ $maxWidth: Property.MaxWidth | undefined;
5
+ }>> & string;
@@ -1 +1,4 @@
1
- export declare const StyledDropdown: any;
1
+ /// <reference types="react" />
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>>;
@@ -1 +1,6 @@
1
- export declare const StyledBottomActionsFlex: any;
1
+ /// <reference types="react" />
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
+ }, {
5
+ showClearSelectedRows: boolean;
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,2 +1,8 @@
1
- export declare const StyledTH: any;
2
- export declare const StyledReorderWrapper: any;
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>, {
3
+ size: number;
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>, {
6
+ disabled: boolean;
7
+ isActive: boolean;
8
+ }>> & string;
@@ -13,16 +13,16 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
13
13
  suppressHydrationWarning?: boolean | undefined;
14
14
  accessKey?: string | undefined;
15
15
  autoFocus?: boolean | undefined;
16
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
16
+ contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
17
17
  contextMenu?: string | undefined;
18
18
  dir?: string | undefined;
19
- draggable?: (boolean | "true" | "false") | undefined;
19
+ draggable?: (boolean | "false" | "true") | undefined;
20
20
  hidden?: boolean | undefined;
21
21
  id?: string | undefined;
22
22
  lang?: string | undefined;
23
23
  nonce?: string | undefined;
24
24
  slot?: string | undefined;
25
- spellCheck?: (boolean | "true" | "false") | undefined;
25
+ spellCheck?: (boolean | "false" | "true") | undefined;
26
26
  style?: import("react").CSSProperties | undefined;
27
27
  tabIndex?: number | undefined;
28
28
  title?: string | undefined;
@@ -51,57 +51,57 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
51
51
  itemRef?: string | undefined;
52
52
  results?: number | undefined;
53
53
  security?: string | undefined;
54
- unselectable?: "on" | "off" | undefined;
54
+ unselectable?: "off" | "on" | undefined;
55
55
  inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
56
56
  is?: string | undefined;
57
57
  children?: import("react-i18next").ReactI18NextChild | Iterable<import("react-i18next").ReactI18NextChild>;
58
58
  "aria-activedescendant"?: string | undefined;
59
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
60
- "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
59
+ "aria-atomic"?: (boolean | "false" | "true") | undefined;
60
+ "aria-autocomplete"?: "none" | "both" | "inline" | "list" | undefined;
61
61
  "aria-braillelabel"?: string | undefined;
62
62
  "aria-brailleroledescription"?: string | undefined;
63
- "aria-busy"?: (boolean | "true" | "false") | undefined;
64
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
63
+ "aria-busy"?: (boolean | "false" | "true") | undefined;
64
+ "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
65
65
  "aria-colcount"?: number | undefined;
66
66
  "aria-colindex"?: number | undefined;
67
67
  "aria-colindextext"?: string | undefined;
68
68
  "aria-colspan"?: number | undefined;
69
69
  "aria-controls"?: string | undefined;
70
- "aria-current"?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location" | undefined;
70
+ "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
71
71
  "aria-describedby"?: string | undefined;
72
72
  "aria-description"?: string | undefined;
73
73
  "aria-details"?: string | undefined;
74
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
75
- "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
74
+ "aria-disabled"?: (boolean | "false" | "true") | undefined;
75
+ "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
76
76
  "aria-errormessage"?: string | undefined;
77
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
77
+ "aria-expanded"?: (boolean | "false" | "true") | undefined;
78
78
  "aria-flowto"?: string | undefined;
79
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
80
- "aria-haspopup"?: boolean | "menu" | "dialog" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
81
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
82
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
79
+ "aria-grabbed"?: (boolean | "false" | "true") | undefined;
80
+ "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
81
+ "aria-hidden"?: (boolean | "false" | "true") | undefined;
82
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
83
83
  "aria-keyshortcuts"?: string | undefined;
84
84
  "aria-label"?: string | undefined;
85
85
  "aria-labelledby"?: string | undefined;
86
86
  "aria-level"?: number | undefined;
87
87
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
88
- "aria-modal"?: (boolean | "true" | "false") | undefined;
89
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
90
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
88
+ "aria-modal"?: (boolean | "false" | "true") | undefined;
89
+ "aria-multiline"?: (boolean | "false" | "true") | undefined;
90
+ "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
91
91
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
92
92
  "aria-owns"?: string | undefined;
93
93
  "aria-placeholder"?: string | undefined;
94
94
  "aria-posinset"?: number | undefined;
95
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
96
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
97
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
98
- "aria-required"?: (boolean | "true" | "false") | undefined;
95
+ "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
96
+ "aria-readonly"?: (boolean | "false" | "true") | undefined;
97
+ "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
98
+ "aria-required"?: (boolean | "false" | "true") | undefined;
99
99
  "aria-roledescription"?: string | undefined;
100
100
  "aria-rowcount"?: number | undefined;
101
101
  "aria-rowindex"?: number | undefined;
102
102
  "aria-rowindextext"?: string | undefined;
103
103
  "aria-rowspan"?: number | undefined;
104
- "aria-selected"?: (boolean | "true" | "false") | undefined;
104
+ "aria-selected"?: (boolean | "false" | "true") | undefined;
105
105
  "aria-setsize"?: number | undefined;
106
106
  "aria-sort"?: "none" | "other" | "ascending" | "descending" | undefined;
107
107
  "aria-valuemax"?: number | undefined;
@@ -1 +1,4 @@
1
- export declare const StyledCheckboxCell: any;
1
+ /// <reference types="react" />
2
+ export declare const StyledCheckboxCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("../../../../../cell/cell.types").CellProps & import("react").RefAttributes<import("../../../../../cell/cell.types").CellProps>, "ref"> & {
3
+ ref?: ((instance: import("../../../../../cell/cell.types").CellProps | null) => void) | import("react").RefObject<import("../../../../../cell/cell.types").CellProps> | null | undefined;
4
+ }, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("../../../../../cell/cell.types").CellProps & import("react").RefAttributes<import("../../../../../cell/cell.types").CellProps>>, keyof import("react").Component<any, {}, any>>;
@@ -1 +1,3 @@
1
- export declare const StyledTd: any;
1
+ /// <reference types="react" />
2
+ import { CustomCellProps } from '../../table.types';
3
+ export declare const StyledTd: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, CustomCellProps>> & string;
@@ -1 +1,2 @@
1
- export declare const StyledRowOverlay: any;
1
+ /// <reference types="react" />
2
+ export declare const StyledRowOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;