gantri-components 2.119.1 → 2.119.3

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 +3 -5
  2. package/dist/components/badge/badge.styles.d.ts +1 -2
  3. package/dist/components/box/box.adapters.d.ts +0 -1
  4. package/dist/components/box/box.styles.d.ts +1 -4
  5. package/dist/components/box/box.types.d.ts +1 -1
  6. package/dist/components/breadcrumbs/breadcrumbs.styles.d.ts +1 -5
  7. package/dist/components/button/button.styles.d.ts +2 -5
  8. package/dist/components/button-menu/button-menu.styles.d.ts +1 -1
  9. package/dist/components/cell/cell.styles.d.ts +1 -4
  10. package/dist/components/checkbox/checkbox.styles.d.ts +3 -12
  11. package/dist/components/circular-progress/circular-progress.styles.d.ts +1 -2
  12. package/dist/components/color-picker/color-picker.styles.d.ts +2 -2
  13. package/dist/components/color-picker/components/color-picker-item/color-picker-item.styles.d.ts +2 -12
  14. package/dist/components/confirmation-modal/confirmationModal.types.d.ts +1 -1
  15. package/dist/components/dropdown/dropdown.styles.d.ts +4 -17
  16. package/dist/components/dropdown-menu/dropdown-menu.styles.d.ts +3 -15
  17. package/dist/components/filter-button/filter-button.styles.d.ts +1 -1
  18. package/dist/components/filter-button/filter-button.types.d.ts +0 -1
  19. package/dist/components/flex/flex.styles.d.ts +1 -3
  20. package/dist/components/grid/grid.styles.d.ts +1 -4
  21. package/dist/components/icon/icon.styles.d.ts +1 -11
  22. package/dist/components/image/image.styles.d.ts +4 -5
  23. package/dist/components/input-group/input-group.styles.d.ts +2 -7
  24. package/dist/components/line/line.styles.d.ts +1 -2
  25. package/dist/components/linear-progress/linear-progress.styles.d.ts +2 -7
  26. package/dist/components/max-width/max-width.styles.d.ts +2 -8
  27. package/dist/components/modal/modal.styles.d.ts +9 -29
  28. package/dist/components/multi-select-list/multi-select-list.styles.d.ts +1 -2
  29. package/dist/components/overlay/overlay.styles.d.ts +4 -7
  30. package/dist/components/pills/components/pill/pill.styles.d.ts +1 -3
  31. package/dist/components/pills/components/pill/pill.types.d.ts +0 -1
  32. package/dist/components/pills/pills.styles.d.ts +1 -1
  33. package/dist/components/quantity/quantity.styles.d.ts +1 -1
  34. package/dist/components/radio/radio.styles.d.ts +5 -12
  35. package/dist/components/radio-list/radio-list.styles.d.ts +1 -6
  36. package/dist/components/search-field/search-field.styles.d.ts +2 -2
  37. package/dist/components/slider/slider.styles.styles.d.ts +3 -4
  38. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-drag-handle/preference-item-drag-handle.styles.d.ts +1 -1
  39. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/preference-item-overlay/preference-item-overlay.styles.d.ts +1 -1
  40. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/sortable-preference-item/sortable-preference-item.styles.d.ts +1 -1
  41. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/components/user-preferences-modal/user-preferences-modal.styles.d.ts +5 -6
  42. package/dist/components/table/components/custom-columns-toggle/components/user-preferences-toggle/user-preferences-toggle.styles.d.ts +1 -4
  43. package/dist/components/table/components/custom-columns-toggle/custom-columns-toggle.styles.d.ts +1 -3
  44. package/dist/components/table/components/selectable-row-checkbox-wrapper/selectable-row-checkbox-wrapper.types.d.ts +0 -1
  45. package/dist/components/table/components/table-actions-wrapper/components/clear-selected-rows/clear-selected-rows.styles.d.ts +1 -4
  46. package/dist/components/table/components/table-actions-wrapper/components/paging/paging.styles.d.ts +2 -3
  47. package/dist/components/table/components/table-actions-wrapper/components/search/search.styles.d.ts +1 -4
  48. package/dist/components/table/components/table-actions-wrapper/components/sort/sort.styles.d.ts +1 -2
  49. package/dist/components/table/components/table-actions-wrapper/table-actions-wrapper.styles.d.ts +1 -4
  50. package/dist/components/table/components/table-header/table-header.styles.d.ts +2 -7
  51. package/dist/components/table/components/table-row/helpers/get-row-component-props/get-row-component-props.d.ts +15 -11
  52. package/dist/components/table/components/table-row-cells/components/selectable-row-cell-wrapper/selectable-row-cell-wrapper.styles.d.ts +1 -2
  53. package/dist/components/table/components/table-row-cells/table-row-cells.styles.d.ts +1 -2
  54. package/dist/components/table/components/table-row-overlay/table-row-overlay.styles.d.ts +1 -1
  55. package/dist/components/table/table.styles.d.ts +8 -18
  56. package/dist/components/tabs/components/tab/tab.styled.d.ts +1 -4
  57. package/dist/components/tabs/components/tab-panel/tab-panel.styles.d.ts +1 -1
  58. package/dist/components/tabs/components/tabs-list/tabs-list.styles.d.ts +2 -8
  59. package/dist/components/text-area/text-area.styles.d.ts +4 -6
  60. package/dist/components/text-field/text-field.styles.d.ts +3 -5
  61. package/dist/components/toggle/toggle.styles.styles.d.ts +3 -9
  62. package/dist/components/tooltip/tooltip.styles.d.ts +1 -7
  63. package/dist/components/typography/typography.d.ts +3 -1
  64. package/dist/components/typography/typography.styles.d.ts +2 -7
  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 +1 -5
  71. package/dist/styles/hooks/use-theme-defaults.d.ts +1 -2
  72. package/dist/styles/theme.d.ts +40 -40
  73. package/package.json +7 -8
@@ -1,7 +1,5 @@
1
1
  import { Property } from 'csstype';
2
2
  import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
3
- import { AspectRatioProps } from './aspect-ratio.types';
4
- import { PropsWithHidden } from '../box/box.types';
5
- export declare const populateAspectRatioStyles: (aspectRatio: ResolutionAwareProp<string>, height?: ResolutionAwareProp<Property.Height>) => import("styled-components").FlattenSimpleInterpolation;
6
- export declare const StyledAspectRatio: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, Partial<PropsWithHidden<AspectRatioProps>>, never>;
7
- export declare const StyledAspectRatioContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
+ export declare const populateAspectRatioStyles: (aspectRatio: ResolutionAwareProp<string>, height?: ResolutionAwareProp<Property.Height>) => any;
4
+ export declare const StyledAspectRatio: any;
5
+ export declare const StyledAspectRatioContent: any;
@@ -1,2 +1 @@
1
- import { BadgeProps } from './badge.types';
2
- export declare const StyledBadge: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, Pick<BadgeProps, "color" | "minWidth" | "width" | "variant" | "opacity" | "size" | "borderColor" | "textColor">, never>;
1
+ export declare const StyledBadge: any;
@@ -1,4 +1,3 @@
1
- import { DefaultTheme } from 'styled-components';
2
1
  import { ExtractStyleFromResolutionAwarePropEntry } from '../../types/layout';
3
2
  import { ElementSpacingProps } from './box.types';
4
3
  export declare const extractStylePropEntriesFromSpacingProps: (spacingArgs: ElementSpacingProps, theme: DefaultTheme) => ExtractStyleFromResolutionAwarePropEntry[];
@@ -1,4 +1 @@
1
- import { BoxProps } from './box.types';
2
- export declare const StyledBoxContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BoxProps & {
3
- $hidden?: import("../../types/resolution-aware-prop.type").ResolutionAwareProp<boolean> | undefined;
4
- }, never>;
1
+ export declare const StyledBoxContainer: any;
@@ -16,7 +16,7 @@ export interface ResolutionAwarePropBase<T> {
16
16
  md?: AllowedBoxDimension<T>;
17
17
  sm?: AllowedBoxDimension<T>;
18
18
  }
19
- export interface BaseProps extends Omit<HTMLAttributes<any>, 'hidden'> {
19
+ export interface BaseProps extends Omit<HTMLAttributes<any>, 'hidden' | 'contentEditable'> {
20
20
  children?: any;
21
21
  className?: string;
22
22
  }
@@ -1,5 +1 @@
1
- import { Property } from 'csstype';
2
- export declare const StyledBreadcrumb: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
3
- $gap?: Property.Gap<0 | (string & {})> | undefined;
4
- $separator?: string | undefined;
5
- }, never>;
1
+ export declare const StyledBreadcrumb: any;
@@ -1,5 +1,2 @@
1
- import { DefaultTheme } from 'styled-components';
2
- import { ButtonProps } from './button.types';
3
- import { PropsWithHidden } from '../box/box.types';
4
- export declare const StyledButton: import("styled-components").StyledComponent<"button", DefaultTheme, Partial<PropsWithHidden<ButtonProps>>, never>;
5
- export declare const StyledButtonContent: import("styled-components").StyledComponent<"div", DefaultTheme, ButtonProps, never>;
1
+ export declare const StyledButton: any;
2
+ export declare const StyledButtonContent: any;
@@ -1 +1 @@
1
- export declare const StyledButtonMenuWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledButtonMenuWrapper: any;
@@ -1,4 +1 @@
1
- import { CellProps } from './cell.types';
2
- export declare const StyledCell: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, CellProps & {
3
- $hidden?: import("../../types/resolution-aware-prop.type").ResolutionAwareProp<boolean> | undefined;
4
- }, never>;
1
+ export declare const StyledCell: any;
@@ -1,12 +1,3 @@
1
- import { CheckboxVariant } from './checkbox.types';
2
- export declare const StyledCheckboxWrapper: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {
3
- $hasError: boolean;
4
- }, never>;
5
- export declare const StyledCheckbox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
6
- $checked: boolean;
7
- $hasError?: boolean | undefined;
8
- $variant?: CheckboxVariant | undefined;
9
- }, never>;
10
- export declare const StyledCheckboxContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
11
- disabled: boolean;
12
- }, never>;
1
+ export declare const StyledCheckboxWrapper: any;
2
+ export declare const StyledCheckbox: any;
3
+ export declare const StyledCheckboxContainer: any;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledCircularProgressIcon: import("styled-components").StyledComponent<import("react").FC<import("../icon/icon.types").IconProps>, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledCircularProgressIcon: any;
@@ -1,2 +1,2 @@
1
- export declare const StyledColorPicker: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
- export declare const StyledColorList: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledColorPicker: any;
2
+ export declare const StyledColorList: any;
@@ -1,12 +1,2 @@
1
- import { CSSProperties } from 'styled-components';
2
- import { ColorPickerVariant } from '../../color-picker.types';
3
- import { ProductColorCode } from '../../../../styles/theme';
4
- export declare const StyledColorOutline: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
5
- $isClickable: boolean;
6
- $selected?: boolean | undefined;
7
- $size?: CSSProperties['width'];
8
- $variant?: ColorPickerVariant | undefined;
9
- }, never>;
10
- export declare const StyledColor: import("styled-components").StyledComponent<import("react-spring").AnimatedComponent<"span">, import("styled-components").DefaultTheme, {
11
- color: ProductColorCode;
12
- }, never>;
1
+ export declare const StyledColorOutline: any;
2
+ export declare const StyledColor: any;
@@ -1 +1 @@
1
- export declare const StyledConfirmationModalBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledConfirmationModalBody: any;
@@ -1,17 +1,4 @@
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").StyledComponent<import("react").ForwardRefExoticComponent<import("../typography").TypographyProps & import("react").RefAttributes<unknown>>, import("styled-components").DefaultTheme, {}, never>;
6
- export declare const StyledSelect: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
7
- $maxWidth?: Property.Width<string | number> | undefined;
8
- }, never>;
9
- export declare const StyledCustomPlaceholderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
10
- $hasLeftIcon?: boolean | undefined;
11
- $hasTopPadding: boolean;
12
- $size?: ResolutionAwareProp<TextFieldSize> | undefined;
13
- disabled: boolean | undefined;
14
- }, never>;
15
- export declare const StyledTextField: import("styled-components").StyledComponent<import("react").FC<import("../text-field").TextFieldProps>, import("styled-components").DefaultTheme, {
16
- $transparentInputText: boolean;
17
- }, never>;
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,15 +1,3 @@
1
- import { Property } from 'csstype';
2
- import { Color } from '../../styles';
3
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
- $borderColor: Color | undefined;
5
- $hasHeader?: boolean | undefined;
6
- $noShadow: boolean;
7
- }, never>;
8
- export declare const StyledHeader: import("styled-components").StyledComponent<"header", import("styled-components").DefaultTheme, {}, never>;
9
- export declare const StyledItem: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
10
- $basic: boolean;
11
- $disabled?: boolean | undefined;
12
- $isHeading?: boolean | undefined;
13
- $justifyContent: Property.JustifyContent | undefined;
14
- $selected?: boolean | undefined;
15
- }, never>;
1
+ export declare const StyledContainer: any;
2
+ export declare const StyledHeader: any;
3
+ export declare const StyledItem: any;
@@ -1 +1 @@
1
- export declare const StyledModalContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledModalContent: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
3
2
  import { ButtonSize } from '../button/button.types';
4
3
  export interface FilterButtonProps {
@@ -1,3 +1 @@
1
- /// <reference types="react" />
2
- import { FlexProps } from './flex.types';
3
- export declare const StyledFlexContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>>, import("styled-components").DefaultTheme, FlexProps, never>;
1
+ export declare const StyledFlexContainer: any;
@@ -1,4 +1 @@
1
- import { GridProps } from './grid.types';
2
- export declare const StyledGrid: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, GridProps & {
3
- $hidden?: import("../../types/resolution-aware-prop.type").ResolutionAwareProp<boolean> | undefined;
4
- }, never>;
1
+ export declare const StyledGrid: any;
@@ -1,11 +1 @@
1
- import { IconProps } from './icon.types';
2
- export declare const StyledSvgIcon: import("styled-components").StyledComponent<"svg", import("styled-components").DefaultTheme, {
3
- $height?: IconProps['height'];
4
- $width?: IconProps['width'];
5
- bottom?: IconProps['bottom'];
6
- cursor?: IconProps['cursor'];
7
- left?: IconProps['left'];
8
- right?: IconProps['right'];
9
- size?: IconProps['width'];
10
- top?: IconProps['top'];
11
- }, never>;
1
+ export declare const StyledSvgIcon: any;
@@ -1,5 +1,4 @@
1
- import { StyledImageContainerProps, StyledImageProps } from './image.types';
2
- export declare const StyledImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, StyledImageProps, never>;
3
- export declare const StyledImageOverlay: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, StyledImageProps, never>;
4
- export declare const StyledImageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyledImageContainerProps, never>;
5
- export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
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,7 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const StyledButton: import("styled-components").StyledComponent<import("react").FC<import("../button/button.types").ButtonProps>, import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledInputGroupContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
- $disabled?: boolean | undefined;
5
- $size?: string | undefined;
6
- $withErrors?: boolean | undefined;
7
- }, never>;
1
+ export declare const StyledButton: any;
2
+ export declare const StyledInputGroupContainer: any;
@@ -1,2 +1 @@
1
- import { LineProps } from './line.types';
2
- export declare const StyledLine: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, LineProps, never>;
1
+ export declare const StyledLine: any;
@@ -1,7 +1,2 @@
1
- import { Property } from 'csstype';
2
- export declare const StyledLinearProgressWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
3
- $width?: Property.Width<0 | (string & {})> | undefined;
4
- }, never>;
5
- export declare const StyledLinearProgressContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
6
- $percent: number;
7
- }, never>;
1
+ export declare const StyledLinearProgressWrapper: any;
2
+ export declare const StyledLinearProgressContainer: any;
@@ -1,8 +1,2 @@
1
- import { ResolutionAwareProp } from '../../types/resolution-aware-prop.type';
2
- import { Divider } from './max-width.types';
3
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
- $backgroundColor?: ResolutionAwareProp<string> | undefined;
5
- $borderBottom?: Divider | undefined;
6
- $borderTop?: Divider | undefined;
7
- }, never>;
8
- export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledContainer: any;
2
+ export declare const StyledContent: any;
@@ -1,33 +1,13 @@
1
- /// <reference types="react" />
2
1
  import { DefaultTheme } from 'styled-components';
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").StyledComponent<"div", DefaultTheme, {}, never>;
7
- export declare const StyledModalBody: import("styled-components").StyledComponent<"div", DefaultTheme, 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
- }, never>;
14
- export declare const StyledModalContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../stack/stack.types").StackProps & import("react").RefAttributes<import("../stack/stack.types").StackProps>>, DefaultTheme, {
15
- isFullScreen?: boolean | undefined;
16
- noTopSpacing?: boolean | undefined;
17
- }, never>;
2
+ export declare const StyledModal: any;
3
+ export declare const StyledModalBody: any;
4
+ export declare const StyledModalContent: any;
18
5
  export declare const getModalDetailsPanelBackgroundColor: ({ theme, isFullScreen, }: {
19
6
  isFullScreen: boolean | undefined;
20
7
  theme: DefaultTheme;
21
- }) => string;
22
- export declare const StyledDetailsPanelContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../box/box.types").BoxProps & import("react").RefAttributes<import("../box/box.types").BoxProps>>, DefaultTheme, {
23
- isFullScreen?: boolean | undefined;
24
- }, never>;
25
- export declare const StyledModalHeader: import("styled-components").StyledComponent<"header", DefaultTheme, {
26
- $closeable?: boolean | undefined;
27
- isFullScreen?: boolean | undefined;
28
- }, never>;
29
- export declare const StyledModalFooter: import("styled-components").StyledComponent<"footer", DefaultTheme, {
30
- $hasBorder: boolean;
31
- }, never>;
32
- export declare const StyledModalBackdrop: import("styled-components").StyledComponent<"div", DefaultTheme, {}, never>;
33
- export declare const StyledModalCloseButtonContainer: import("styled-components").StyledComponent<"span", DefaultTheme, {}, never>;
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;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledFlexItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../flex/flex.types").FlexProps & import("react").RefAttributes<import("../flex/flex.types").FlexProps>>, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledFlexItem: any;
@@ -1,7 +1,4 @@
1
- import { OverlayTriggerEvent } from './overlay.types';
2
- export declare const StyledContainerWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
- triggerEvent: OverlayTriggerEvent | undefined;
5
- }, never>;
6
- export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
7
- export declare const StyledBackdrop: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
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,3 +1 @@
1
- export declare const StyledPill: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
2
- $selected?: boolean | undefined;
3
- }, never>;
1
+ export declare const StyledPill: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface PillProps {
3
2
  icon?: JSX.Element;
4
3
  onSelected?: (value: string | number) => void;
@@ -1 +1 @@
1
- export declare const StyledPills: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledPills: any;
@@ -1 +1 @@
1
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledContainer: any;
@@ -1,12 +1,5 @@
1
- import { RadioVariant } from './radio.types';
2
- export declare const StyledRadioWrapper: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledRadioContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
- $disabled?: boolean | undefined;
5
- }, never>;
6
- export declare const StyledRadio: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
7
- $checked?: boolean | undefined;
8
- $disabled?: boolean | undefined;
9
- $variant?: RadioVariant | undefined;
10
- }, never>;
11
- export declare const StyledRadioInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;
12
- export declare const StyledRadioMarker: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
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,6 +1 @@
1
- /// <reference types="react" />
2
- import { StyledRadioItemProps } from './radio-list.types';
3
- export declare const StyledRadioItem: import("styled-components").StyledComponent<{
4
- (props: import("../radio/radio.types").RadioProps): import("react").JSX.Element;
5
- defaultProps: import("../radio/radio.types").RadioProps;
6
- }, import("styled-components").DefaultTheme, StyledRadioItemProps, never>;
1
+ export declare const StyledRadioItem: any;
@@ -1,2 +1,2 @@
1
- export declare const StyledSelect: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
2
- export declare const StyledLoadingContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledSelect: any;
2
+ export declare const StyledLoadingContainer: any;
@@ -1,4 +1,3 @@
1
- import { StyledSliderContainerProps } from './slider.types';
2
- export declare const StyledStepList: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledLine: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
4
- export declare const StyledSliderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StyledSliderContainerProps, never>;
1
+ export declare const StyledStepList: any;
2
+ export declare const StyledLine: any;
3
+ export declare const StyledSliderContainer: any;
@@ -1 +1 @@
1
- export declare const StyledDragHandle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledDragHandle: any;
@@ -1 +1 @@
1
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledContainer: any;
@@ -1 +1 @@
1
- export declare const StyledContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledContainer: any;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
- export declare const StyledPreferencesPopUp: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledHeading: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../../../grid/grid.types").GridProps & import("react").RefAttributes<import("../../../../../../../grid/grid.types").GridProps>>, import("styled-components").DefaultTheme, {}, never>;
4
- export declare const StyledClickableIcon: import("styled-components").StyledComponent<import("react").FC<import("../../../../../../../icon/icon.types").IconProps>, import("styled-components").DefaultTheme, {}, never>;
5
- export declare const StyledContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
6
- export declare const StyledFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
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,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledButton: import("styled-components").StyledComponent<import("react").FC<import("../../../../../button/button.types").ButtonProps>, import("styled-components").DefaultTheme, {
3
- 'data-is-active': boolean;
4
- }, never>;
1
+ export declare const StyledButton: any;
@@ -1,3 +1 @@
1
- export declare const StyledToggleWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
2
- isScrolling: boolean;
3
- }, never>;
1
+ export declare const StyledToggleWrapper: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface SelectableRowCheckboxWrapperProps {
3
2
  Component: JSX.Element;
4
3
  index: number;
@@ -1,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledPointerFlex: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>>, import("styled-components").DefaultTheme, {
3
- disabled?: boolean | undefined;
4
- }, never>;
1
+ export declare const StyledPointerFlex: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const StyledFlex: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../../../flex/flex.types").FlexProps>>, import("styled-components").DefaultTheme, {}, never>;
3
- export declare const StyledPagingButton: import("styled-components").StyledComponent<import("react").FC<import("../../../../../button/button.types").ButtonProps>, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledFlex: any;
2
+ export declare const StyledPagingButton: any;
@@ -1,4 +1 @@
1
- import { Property } from 'csstype';
2
- export declare const StyledSearchInputWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
3
- $maxWidth: Property.MaxWidth | undefined;
4
- }, never>;
1
+ export declare const StyledSearchInputWrapper: any;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledDropdown: import("styled-components").StyledComponent<import("react").FC<import("react").PropsWithChildren<import("../../../../../dropdown").DropdownProps<any>>>, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledDropdown: any;
@@ -1,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledBottomActionsFlex: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../flex/flex.types").FlexProps & import("react").RefAttributes<import("../../../flex/flex.types").FlexProps>>, import("styled-components").DefaultTheme, {
3
- showClearSelectedRows: boolean;
4
- }, never>;
1
+ export declare const StyledBottomActionsFlex: any;
@@ -1,7 +1,2 @@
1
- export declare const StyledTH: import("styled-components").StyledComponent<"th", import("styled-components").DefaultTheme, {
2
- size: number;
3
- }, never>;
4
- export declare const StyledReorderWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
5
- disabled: boolean;
6
- isActive: boolean;
7
- }, never>;
1
+ export declare const StyledTH: any;
2
+ export declare const StyledReorderWrapper: any;
@@ -13,7 +13,7 @@ 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") | undefined;
16
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
17
17
  contextMenu?: string | undefined;
18
18
  dir?: string | undefined;
19
19
  draggable?: (boolean | "true" | "false") | undefined;
@@ -21,13 +21,12 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
21
21
  id?: string | undefined;
22
22
  lang?: string | undefined;
23
23
  nonce?: string | undefined;
24
- placeholder?: string | undefined;
25
24
  slot?: string | undefined;
26
25
  spellCheck?: (boolean | "true" | "false") | undefined;
27
26
  style?: import("react").CSSProperties | undefined;
28
27
  tabIndex?: number | undefined;
29
28
  title?: string | undefined;
30
- translate?: "no" | "yes" | undefined;
29
+ translate?: "yes" | "no" | undefined;
31
30
  radioGroup?: string | undefined;
32
31
  role?: import("react").AriaRole | undefined;
33
32
  about?: string | undefined;
@@ -52,29 +51,33 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
52
51
  itemRef?: string | undefined;
53
52
  results?: number | undefined;
54
53
  security?: string | undefined;
55
- unselectable?: "off" | "on" | undefined;
56
- inputMode?: "text" | "none" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
54
+ unselectable?: "on" | "off" | undefined;
55
+ inputMode?: "none" | "text" | "search" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
57
56
  is?: string | undefined;
58
57
  children?: import("react-i18next").ReactI18NextChild | Iterable<import("react-i18next").ReactI18NextChild>;
59
58
  "aria-activedescendant"?: string | undefined;
60
59
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
61
60
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
61
+ "aria-braillelabel"?: string | undefined;
62
+ "aria-brailleroledescription"?: string | undefined;
62
63
  "aria-busy"?: (boolean | "true" | "false") | undefined;
63
64
  "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
64
65
  "aria-colcount"?: number | undefined;
65
66
  "aria-colindex"?: number | undefined;
67
+ "aria-colindextext"?: string | undefined;
66
68
  "aria-colspan"?: number | undefined;
67
69
  "aria-controls"?: string | undefined;
68
- "aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
70
+ "aria-current"?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location" | undefined;
69
71
  "aria-describedby"?: string | undefined;
72
+ "aria-description"?: string | undefined;
70
73
  "aria-details"?: string | undefined;
71
74
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
72
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
75
+ "aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
73
76
  "aria-errormessage"?: string | undefined;
74
77
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
75
78
  "aria-flowto"?: string | undefined;
76
79
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
77
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
80
+ "aria-haspopup"?: boolean | "menu" | "dialog" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
78
81
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
79
82
  "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
80
83
  "aria-keyshortcuts"?: string | undefined;
@@ -96,10 +99,11 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
96
99
  "aria-roledescription"?: string | undefined;
97
100
  "aria-rowcount"?: number | undefined;
98
101
  "aria-rowindex"?: number | undefined;
102
+ "aria-rowindextext"?: string | undefined;
99
103
  "aria-rowspan"?: number | undefined;
100
104
  "aria-selected"?: (boolean | "true" | "false") | undefined;
101
105
  "aria-setsize"?: number | undefined;
102
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
106
+ "aria-sort"?: "none" | "other" | "ascending" | "descending" | undefined;
103
107
  "aria-valuemax"?: number | undefined;
104
108
  "aria-valuemin"?: number | undefined;
105
109
  "aria-valuenow"?: number | undefined;
@@ -175,6 +179,8 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
175
179
  onProgressCapture?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
176
180
  onRateChange?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
177
181
  onRateChangeCapture?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
182
+ onResize?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
183
+ onResizeCapture?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
178
184
  onSeeked?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
179
185
  onSeekedCapture?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
180
186
  onSeeking?: import("react").ReactEventHandler<HTMLTableRowElement> | undefined;
@@ -243,9 +249,7 @@ export declare const getRowComponentProps: <TData extends RowData<import("../../
243
249
  onPointerCancel?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
244
250
  onPointerCancelCapture?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
245
251
  onPointerEnter?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
246
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
247
252
  onPointerLeave?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
248
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
249
253
  onPointerOver?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
250
254
  onPointerOverCapture?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
251
255
  onPointerOut?: import("react").PointerEventHandler<HTMLTableRowElement> | undefined;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledCheckboxCell: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("../../../../../cell/cell.types").CellProps & import("react").RefAttributes<import("../../../../../cell/cell.types").CellProps>>, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const StyledCheckboxCell: any;