@orfium/ictinus 5.7.0 → 5.7.2

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 (77) hide show
  1. package/dist/index.js +2006 -2003
  2. package/dist/index.umd.cjs +33 -33
  3. package/dist/src/components/Avatar/Avatar.stories.d.ts +0 -1
  4. package/dist/src/components/Avatar/Avatar.style.d.ts +1 -1
  5. package/dist/src/components/Avatar/AvatarStack.stories.d.ts +0 -1
  6. package/dist/src/components/Box/Box.stories.d.ts +0 -1
  7. package/dist/src/components/Box/Box.style.d.ts +1 -2
  8. package/dist/src/components/Breadcrumb/BreadcrumbItem/BreadcrumbItem.style.d.ts +1 -1
  9. package/dist/src/components/Button/Button.d.ts +3 -3
  10. package/dist/src/components/Button/Button.stories.d.ts +2 -3
  11. package/dist/src/components/ButtonBase/ButtonBase.d.ts +1 -1
  12. package/dist/src/components/ButtonBase/ButtonBase.style.d.ts +2 -2
  13. package/dist/src/components/Card/Card.stories.d.ts +0 -1
  14. package/dist/src/components/Controls/CheckBox/CheckBox.stories.d.ts +0 -1
  15. package/dist/src/components/Controls/CheckBox/CheckBox.style.d.ts +1 -1
  16. package/dist/src/components/Controls/ControlLabel/ControlLabel.style.d.ts +1 -1
  17. package/dist/src/components/Controls/Radio/Radio.style.d.ts +1 -1
  18. package/dist/src/components/Controls/Switch/Switch.style.d.ts +1 -1
  19. package/dist/src/components/DatePicker/DatePickInput/DatePickInput.d.ts +1 -1
  20. package/dist/src/components/DatePicker/DatePicker.stories.d.ts +0 -1
  21. package/dist/src/components/DatePicker/Month/Month.utils.d.ts +1 -1
  22. package/dist/src/components/DatePicker/OverlayComponent/components/MonthWrapper/MonthWrapper.style.d.ts +1 -1
  23. package/dist/src/components/Drawer/Drawer.d.ts +2 -2
  24. package/dist/src/components/Drawer/Drawer.stories.d.ts +2 -3
  25. package/dist/src/components/Drawer/Drawer.style.d.ts +3 -3
  26. package/dist/src/components/Drawer/components/DrawerContent/hooks/useDrawerContentObserver.d.ts +0 -1
  27. package/dist/src/components/DropdownButton/DropdownButton.stories.d.ts +1 -2
  28. package/dist/src/components/Filter/components/FilterButton/FilterButton.style.d.ts +2 -2
  29. package/dist/src/components/Filter/hooks/useFilterWithSelectionUtils.d.ts +1 -1
  30. package/dist/src/components/Icon/Icon.stories.d.ts +0 -1
  31. package/dist/src/components/Icon/Icon.style.d.ts +2 -2
  32. package/dist/src/components/IconButton/IconButton.stories.d.ts +0 -1
  33. package/dist/src/components/Label/Label.style.d.ts +1 -1
  34. package/dist/src/components/Link/Link.d.ts +1 -1
  35. package/dist/src/components/Link/Link.stories.d.ts +1 -2
  36. package/dist/src/components/Link/Link.style.d.ts +1 -1
  37. package/dist/src/components/List/components/ListItemWrapper/ListItemWrapper.style.d.ts +1 -1
  38. package/dist/src/components/List/stories/List.stories.d.ts +0 -1
  39. package/dist/src/components/List/stories/ListItemText.stories.d.ts +0 -1
  40. package/dist/src/components/Menu/Menu.d.ts +4 -1
  41. package/dist/src/components/Menu/Menu.stories.d.ts +8 -0
  42. package/dist/src/components/Modal/Modal.style.d.ts +1 -1
  43. package/dist/src/components/Navigation/Navigation.stories.d.ts +0 -1
  44. package/dist/src/components/Notification/Notification.stories.d.ts +0 -1
  45. package/dist/src/components/NumberField/NumberField.stories.d.ts +0 -1
  46. package/dist/src/components/ProgressIndicator/ProgressIndicator.d.ts +1 -1
  47. package/dist/src/components/ProgressIndicator/ProgressIndicator.stories.d.ts +1 -2
  48. package/dist/src/components/ProgressIndicator/components/ProgressBar/ProgressBar.style.d.ts +3 -3
  49. package/dist/src/components/Search/Search.stories.d.ts +0 -1
  50. package/dist/src/components/Search/Search.style.d.ts +9 -9
  51. package/dist/src/components/Select/Select.stories.d.ts +0 -1
  52. package/dist/src/components/Select/components/SelectMenu/SelectMenu.style.d.ts +2 -2
  53. package/dist/src/components/Slider/Slider.stories.d.ts +0 -1
  54. package/dist/src/components/Slider/Slider.style.d.ts +3 -4
  55. package/dist/src/components/Slider/components/SliderMark/SliderMark.style.d.ts +2 -2
  56. package/dist/src/components/Slider/components/SliderThumb/SliderThumb.style.d.ts +1 -1
  57. package/dist/src/components/Slider/components/SliderTrack/SliderTrack.style.d.ts +1 -1
  58. package/dist/src/components/Table/Table.stories.d.ts +0 -1
  59. package/dist/src/components/Table/components/RenderRowOrNestedRow/RenderRowOrNestedRow.d.ts +2 -1
  60. package/dist/src/components/Table/components/TableCell/utils.d.ts +1 -1
  61. package/dist/src/components/Table/components/TableRowWrapper/TableRowWrapper.d.ts +2 -1
  62. package/dist/src/components/Tag/Tag.stories.d.ts +0 -1
  63. package/dist/src/components/Tag/Tag.style.d.ts +1 -1
  64. package/dist/src/components/Tag/hooks/useGetTagUtils.d.ts +1 -1
  65. package/dist/src/components/TextArea/TextArea.stories.d.ts +0 -1
  66. package/dist/src/components/TextArea/TextArea.style.d.ts +1 -1
  67. package/dist/src/components/TextField/TextField.stories.d.ts +0 -1
  68. package/dist/src/components/TextField/TextField.style.d.ts +1 -1
  69. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +0 -1
  70. package/dist/src/components/Tooltip/Tooltip.style.d.ts +1 -1
  71. package/dist/src/components/Tooltip/Tooltip.types.d.ts +0 -1
  72. package/dist/src/components/TopAppBar/TopAppBar.stories.d.ts +0 -1
  73. package/dist/src/components/TruncatedContent/TruncatedContent.style.d.ts +1 -2
  74. package/dist/src/components/Typography/Typography.stories.d.ts +0 -1
  75. package/dist/src/components/storyUtils/TooltipShowcase/TooltipShowcase.d.ts +1 -1
  76. package/dist/src/storybook/Tip/Tip.style.d.ts +1 -2
  77. package/package.json +4 -2
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Omit<import('./Avatar.types').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -2,7 +2,7 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { AvatarColors, AvatarProps, AvatarSizes } from './Avatar.types';
3
3
  import { Theme } from '../../theme';
4
4
 
5
- export declare const iconStyles: ({ size, color }: Pick<AvatarProps, 'size' | 'color'>) => (theme: Theme) => SerializedStyles;
5
+ export declare const iconStyles: ({ size, color }: Pick<AvatarProps, "size" | "color">) => (theme: Theme) => SerializedStyles;
6
6
  export declare const avatarStyle: ({ size, color }: {
7
7
  size: AvatarSizes;
8
8
  color: AvatarColors;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Omit<import('./Avatar.types').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<import('./Box.types').StyledBoxProps & import('react').HTMLAttributes<HTMLDivElement> & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
1
  export declare const BoxWrapper: import('@emotion/styled').StyledComponent<{
3
2
  theme?: import('@emotion/react').Theme;
4
- as?: import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>;
3
+ as?: React.ElementType;
5
4
  }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -3,4 +3,4 @@ import { BreadcrumbItemProps } from './BreadcrumbItem';
3
3
  import { Theme } from '../../../theme';
4
4
 
5
5
  export declare const breadcrumbListStyles: () => SerializedStyles;
6
- export declare const breadcrumbItemStyles: ({ isLastItem }: Pick<BreadcrumbItemProps, 'isLastItem'>) => (theme: Theme) => SerializedStyles;
6
+ export declare const breadcrumbItemStyles: ({ isLastItem }: Pick<BreadcrumbItemProps, "isLastItem">) => (theme: Theme) => SerializedStyles;
@@ -16,14 +16,14 @@ export type ButtonProps = ButtonBaseProps & TestProps & CommonButtonProps & {
16
16
  };
17
17
  };
18
18
  declare const Button: React.ForwardRefExoticComponent<{
19
- type?: import('./Button.types').ButtonTypes; /** An optional icon to put on the left of the button */
19
+ type?: import('./Button.types').ButtonTypes;
20
20
  size?: import('../../utils/types').ComponentSizes;
21
21
  isBlock?: boolean;
22
22
  isLoading?: boolean;
23
23
  isDisabled?: boolean;
24
24
  isIconButton?: boolean;
25
25
  shape?: import('../IconButton').IconButtonShape;
26
- htmlType?: "button" | "reset" | "submit";
26
+ htmlType?: "submit" | "reset" | "button";
27
27
  sx?: {
28
28
  container?: import('@emotion/serialize').CSSObject;
29
29
  };
@@ -33,7 +33,7 @@ declare const Button: React.ForwardRefExoticComponent<{
33
33
  /** An optional icon to put on the left of the button */
34
34
  iconLeftName?: AcceptedIconNames;
35
35
  /** An optional avatar to put on the left of the button */
36
- avatar?: Pick<AvatarProps, 'src' | 'color'> & {
36
+ avatar?: Pick<AvatarProps, "src" | "color"> & {
37
37
  label?: string;
38
38
  };
39
39
  } & React.RefAttributes<HTMLButtonElement>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<{
@@ -9,14 +8,14 @@ declare const _default: {
9
8
  isDisabled?: boolean;
10
9
  isIconButton?: boolean;
11
10
  shape?: import('../IconButton').IconButtonShape;
12
- htmlType?: "button" | "reset" | "submit";
11
+ htmlType?: "submit" | "reset" | "button";
13
12
  sx?: {
14
13
  container?: import('@emotion/serialize').CSSObject;
15
14
  };
16
15
  } & import('../..').TestProps & import('../ButtonBase').EventButtonProps & Partial<Omit<import('react').ButtonHTMLAttributes<HTMLButtonElement>, "type" | "disabled" | "onClick" | "onBlur" | "css" | "size">> & {
17
16
  iconRightName?: import('../Icon').AcceptedIconNames;
18
17
  iconLeftName?: import('../Icon').AcceptedIconNames;
19
- avatar?: Pick<import('../Avatar').AvatarProps, "color" | "src"> & {
18
+ avatar?: Pick<import('../Avatar').AvatarProps, "src" | "color"> & {
20
19
  label?: string;
21
20
  };
22
21
  } & import('react').RefAttributes<HTMLButtonElement>>;
@@ -48,7 +48,7 @@ declare const ButtonBase: React.ForwardRefExoticComponent<{
48
48
  /** Define the radius type of the icon button */
49
49
  shape?: IconButtonShape;
50
50
  /** Defines the button type */
51
- htmlType?: 'submit' | 'reset' | 'button';
51
+ htmlType?: "submit" | "reset" | "button";
52
52
  /** Sx prop to override specific properties */
53
53
  sx?: {
54
54
  container?: CSSObject;
@@ -2,8 +2,8 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { ButtonBaseProps } from './ButtonBase';
3
3
  import { Theme } from '../../theme';
4
4
 
5
- export declare const buttonWrapperStyle: ({ isBlock, }: Pick<ButtonBaseProps, 'isBlock'>) => SerializedStyles;
6
- export declare const buttonBaseStyle: ({ type, size, isBlock, isLoading, isDisabled, isIconButton, shape, sx, }: Omit<ButtonBaseProps, 'htmlType' | 'ref'>) => (theme: Theme) => SerializedStyles;
5
+ export declare const buttonWrapperStyle: ({ isBlock, }: Pick<ButtonBaseProps, "isBlock">) => SerializedStyles;
6
+ export declare const buttonBaseStyle: ({ type, size, isBlock, isLoading, isDisabled, isIconButton, shape, sx, }: Omit<ButtonBaseProps, "htmlType" | "ref">) => (theme: Theme) => SerializedStyles;
7
7
  export declare const buttonSpanStyle: () => () => {
8
8
  display: string;
9
9
  alignItems: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').FC<import('react').PropsWithChildren<import('./Card').CardProps>>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Partial<import('react-aria').CheckboxAria> & {
@@ -3,5 +3,5 @@ import { Theme } from 'theme';
3
3
  import { CheckBoxProps } from './CheckBox';
4
4
  import { LabelConfig } from '../Controls.types';
5
5
 
6
- export declare const checkboxWrapperStyles: ({ placement, sx, isDisabled, }: Pick<LabelConfig, 'placement' | 'sx'> & Pick<CheckBoxProps, 'isDisabled'>) => (theme: Theme) => SerializedStyles;
6
+ export declare const checkboxWrapperStyles: ({ placement, sx, isDisabled, }: Pick<LabelConfig, "placement" | "sx"> & Pick<CheckBoxProps, "isDisabled">) => (theme: Theme) => SerializedStyles;
7
7
  export declare const checkboxStyles: () => (theme: Theme) => SerializedStyles;
@@ -3,5 +3,5 @@ import { Theme } from 'theme';
3
3
  import { LabelConfig } from '../Controls.types';
4
4
 
5
5
  export declare const labelContainerStyles: () => (theme: Theme) => SerializedStyles;
6
- export declare const labelStyles: ({ size }: Pick<LabelConfig, 'size'>) => (theme: Theme) => SerializedStyles;
6
+ export declare const labelStyles: ({ size }: Pick<LabelConfig, "size">) => (theme: Theme) => SerializedStyles;
7
7
  export declare const helpTextStyles: () => (theme: Theme) => SerializedStyles;
@@ -2,6 +2,6 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { LabelConfig } from '../Controls.types';
4
4
 
5
- export declare const radioContainerStyles: ({ placement, sx, isFocusVisible, }: Pick<LabelConfig, 'placement' | 'sx'> & {
5
+ export declare const radioContainerStyles: ({ placement, sx, isFocusVisible, }: Pick<LabelConfig, "placement" | "sx"> & {
6
6
  isFocusVisible?: boolean;
7
7
  }) => (theme: Theme) => SerializedStyles;
@@ -2,4 +2,4 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { LabelConfig } from '../Controls.types';
4
4
 
5
- export declare const switchStyles: ({ placement, sx }: Pick<LabelConfig, 'placement' | 'sx'>) => (theme: Theme) => SerializedStyles;
5
+ export declare const switchStyles: ({ placement, sx }: Pick<LabelConfig, "placement" | "sx">) => (theme: Theme) => SerializedStyles;
@@ -31,7 +31,7 @@ declare const DatePickInput: React.ForwardRefExoticComponent<Pick<DatePickerProp
31
31
  /** The selected day */
32
32
  selectedDay: Range;
33
33
  /** Props for styling the input */
34
- inputProps?: Omit<TextFieldProps, 'size' | 'mask'>;
34
+ inputProps?: Omit<TextFieldProps, "size" | "mask">;
35
35
  /** Overrides the default date format */
36
36
  dateFormatOverride?: DateFormatType;
37
37
  /** Defines whether the component is open */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').NamedExoticComponent<import('./DatePicker.types').DatePickerProps & import('../..').TestProps>;
@@ -3,6 +3,6 @@ import { DisabledDates } from '../DatePicker.types';
3
3
 
4
4
  export declare const calculateDisabledDays: (day: number | undefined, month: number, year: number, disabledDates?: DisabledDates) => boolean;
5
5
  export declare const calculatedDayIsBetween: (day: number | undefined, month: number, year: number, from: Dayjs | undefined, to: Dayjs | undefined) => boolean;
6
- export declare const calculateSelectedDayPosition: (day: number | undefined, position: 'last' | 'first', month: number, year: number, from: Dayjs | undefined, to: Dayjs | undefined) => boolean;
6
+ export declare const calculateSelectedDayPosition: (day: number | undefined, position: "last" | "first", month: number, year: number, from: Dayjs | undefined, to: Dayjs | undefined) => boolean;
7
7
  export declare const calculateSelectedDay: (day: number, month: number, year: number, from: Dayjs | undefined, to: Dayjs | undefined) => boolean;
8
8
  export declare const getNumWeeksForMonth: (year: number, month: number) => number;
@@ -4,7 +4,7 @@ import { Theme } from 'theme';
4
4
  export declare const monthWrapperStyle: () => (theme: Theme) => SerializedStyles;
5
5
  export declare const monthHeaderWrapperStyle: () => () => SerializedStyles;
6
6
  export declare const monthHeaderNavigationIconWrapperStyle: ({ position }: {
7
- position: 'left' | 'right';
7
+ position: "left" | "right";
8
8
  }) => () => SerializedStyles;
9
9
  export declare const monthHeaderTitleWrapperStyle: () => SerializedStyles;
10
10
  export declare const monthHeaderTitleStyle: ({ isRangePicker }: {
@@ -7,8 +7,8 @@ declare const Drawer: React.ForwardRefExoticComponent<{
7
7
  size: number;
8
8
  isBackgroundActive?: boolean;
9
9
  hasFixedLayout?: boolean;
10
- parent?: HTMLElement;
10
+ parent?: HTMLElement | null;
11
11
  } & import('../..').TestProps & {
12
- children?: React.ReactNode;
12
+ children?: React.ReactNode | undefined;
13
13
  } & React.RefAttributes<HTMLDivElement>>;
14
14
  export default Drawer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<{
@@ -8,9 +7,9 @@ declare const _default: {
8
7
  size: number;
9
8
  isBackgroundActive?: boolean;
10
9
  hasFixedLayout?: boolean;
11
- parent?: HTMLElement;
10
+ parent?: HTMLElement | null;
12
11
  } & import('../..').TestProps & {
13
- children?: import('react').ReactNode;
12
+ children?: import('react').ReactNode | undefined;
14
13
  } & import('react').RefAttributes<HTMLDivElement>>;
15
14
  parameters: {
16
15
  design: {
@@ -2,13 +2,13 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { DrawerProps } from './Drawer.types';
4
4
 
5
- export declare const backdropStyle: ({ isOpen, anchor, size, isBackgroundActive, }: Pick<DrawerProps, 'isOpen' | 'anchor' | 'size' | 'isBackgroundActive'>) => () => SerializedStyles;
6
- export declare const anchorStyle: ({ anchor, size, isBackgroundActive, }: Pick<DrawerProps, 'anchor' | 'size' | 'isBackgroundActive'>) => {
5
+ export declare const backdropStyle: ({ isOpen, anchor, size, isBackgroundActive, }: Pick<DrawerProps, "isOpen" | "anchor" | "size" | "isBackgroundActive">) => () => SerializedStyles;
6
+ export declare const anchorStyle: ({ anchor, size, isBackgroundActive, }: Pick<DrawerProps, "anchor" | "size" | "isBackgroundActive">) => {
7
7
  display: string;
8
8
  height: string;
9
9
  width: string;
10
10
  };
11
- export declare const overlayStyle: ({ isOpen, anchor, hasFixedLayout }: Pick<DrawerProps, 'isOpen' | 'anchor' | 'hasFixedLayout'>) => (theme: Theme) => SerializedStyles;
11
+ export declare const overlayStyle: ({ isOpen, anchor, hasFixedLayout }: Pick<DrawerProps, "isOpen" | "anchor" | "hasFixedLayout">) => (theme: Theme) => SerializedStyles;
12
12
  export declare const closeIconContainer: () => (theme: Theme) => SerializedStyles;
13
13
  export declare const headerStyle: ({ isFixed, hasBoxShadow }: {
14
14
  isFixed?: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const useDrawerContentObserver: () => {
3
2
  contentTopRef: import('react').MutableRefObject<undefined>;
4
3
  contentBottomRef: import('react').MutableRefObject<undefined>;
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<import('../..').TestProps & {
5
4
  size?: import('../../utils/types').ComponentSizes;
6
5
  onOptionSelect: (option: string | number) => void;
7
6
  type?: import('../Button/Button.types').PrimitiveButtonTypes;
8
- onButtonClick?: (event: import('react').MouseEvent<HTMLButtonElement, MouseEvent>) => void;
7
+ onButtonClick?: (event: import('../../hooks/useLoading').ClickEvent) => void;
9
8
  items?: string[];
10
9
  iconButtonName?: import('../Icon').AcceptedIconNames;
11
10
  menuPosition?: import('../utils/DropdownOptions').MenuPositionAllowed;
@@ -2,5 +2,5 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { FilterButtonProps } from './FilterButton';
4
4
 
5
- export declare const buttonStyles: ({ isActive, isPopulated, isMulti, isDisabled, }: Pick<FilterButtonProps, 'isActive' | 'isPopulated' | 'isMulti' | 'isDisabled'>) => (theme: Theme) => SerializedStyles;
6
- export declare const iconStyles: ({ isActive }: Pick<FilterButtonProps, 'isActive'>) => () => SerializedStyles;
5
+ export declare const buttonStyles: ({ isActive, isPopulated, isMulti, isDisabled, }: Pick<FilterButtonProps, "isActive" | "isPopulated" | "isMulti" | "isDisabled">) => (theme: Theme) => SerializedStyles;
6
+ export declare const iconStyles: ({ isActive }: Pick<FilterButtonProps, "isActive">) => () => SerializedStyles;
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { FilterOption, FilterProps, MultiFilterProps, SingleFilterProps } from '../Filter.types';
3
3
 
4
- declare const useFilterWithSelectionUtils: ({ isMulti, setIsOpen, isSearchable, onChange, selectedFilter, onAsyncSearch, isAsync, minCharactersToSearch, items, onClear, }: Pick<FilterProps, 'isSearchable' | 'onAsyncSearch' | 'isAsync' | 'minCharactersToSearch' | 'items' | 'onClear'> & {
4
+ declare const useFilterWithSelectionUtils: ({ isMulti, setIsOpen, isSearchable, onChange, selectedFilter, onAsyncSearch, isAsync, minCharactersToSearch, items, onClear, }: Pick<FilterProps, "isSearchable" | "onAsyncSearch" | "isAsync" | "minCharactersToSearch" | "items" | "onClear"> & {
5
5
  setIsOpen: any;
6
6
  } & (SingleFilterProps | MultiFilterProps)) => {
7
7
  searchValue: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Omit<import('./Icon').IconProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,7 @@
1
1
  import { IconProps } from './Icon';
2
2
  import { Theme } from '../../theme';
3
3
 
4
- export declare const iconContainerStyles: ({ hasHover, isInteractive, size, }: Pick<IconProps, 'hasHover' | 'size'> & {
4
+ export declare const iconContainerStyles: ({ hasHover, isInteractive, size, }: Pick<IconProps, "hasHover" | "size"> & {
5
5
  isInteractive?: boolean;
6
6
  }) => (theme: Theme) => import('@emotion/react').SerializedStyles;
7
- export declare const iconStyles: ({ color, size }: Pick<IconProps, 'color' | 'size'>) => () => import('@emotion/react').SerializedStyles;
7
+ export declare const iconStyles: ({ color, size }: Pick<IconProps, "color" | "size">) => () => import('@emotion/react').SerializedStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Omit<import('../ButtonBase').ButtonBaseProps, "type" | "isLoading" | "isBlock" | "isIconButton"> & {
@@ -3,4 +3,4 @@ import { Theme } from 'theme';
3
3
  import { LabelProps } from './Label';
4
4
 
5
5
  export declare const LABEL_TRANSFORM_LEFT_SPACING: string;
6
- export declare const labelStyle: ({ isAnimated, hasError, size, }: Pick<LabelProps, 'isAnimated' | 'hasError' | 'size'>) => (theme: Theme) => SerializedStyles;
6
+ export declare const labelStyle: ({ isAnimated, hasError, size, }: Pick<LabelProps, "isAnimated" | "hasError" | "size">) => (theme: Theme) => SerializedStyles;
@@ -2,7 +2,7 @@ import { default as React } from 'react';
2
2
 
3
3
  declare const Link: React.ForwardRefExoticComponent<React.AnchorHTMLAttributes<HTMLAnchorElement> & {
4
4
  type?: "primary" | "inverted";
5
- placement?: "inline" | "block";
5
+ placement?: "block" | "inline";
6
6
  size?: import('./Link.types').LinkSizes;
7
7
  iconName?: import('../Icon').AcceptedIconNames;
8
8
  isDisabled?: boolean;
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<import('react').AnchorHTMLAttributes<HTMLAnchorElement> & {
5
4
  type?: "primary" | "inverted";
6
- placement?: "inline" | "block";
5
+ placement?: "block" | "inline";
7
6
  size?: import('./Link.types').LinkSizes;
8
7
  iconName?: import('../Icon').AcceptedIconNames;
9
8
  isDisabled?: boolean;
@@ -2,4 +2,4 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { LinkProps } from './Link.types';
4
4
 
5
- export declare const linkContainer: ({ placement, type, size, isDisabled, }: Pick<LinkProps, 'placement' | 'type' | 'size' | 'isDisabled'>) => (theme: Theme) => SerializedStyles;
5
+ export declare const linkContainer: ({ placement, type, size, isDisabled, }: Pick<LinkProps, "placement" | "type" | "size" | "isDisabled">) => (theme: Theme) => SerializedStyles;
@@ -2,7 +2,7 @@ import { ListRowSize } from '../../types';
2
2
 
3
3
  export declare const ListItemWrapperStyled: import('@emotion/styled').StyledComponent<{
4
4
  theme?: import('@emotion/react').Theme;
5
- as?: import('react').ElementType<any, keyof import("react").JSX.IntrinsicElements>;
5
+ as?: import('react').ElementType;
6
6
  } & {
7
7
  rowSize?: ListRowSize;
8
8
  isDisabled: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<{
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').FC<import('react').PropsWithChildren<import('../components/ListItemText').ListItemTextProps>>;
@@ -1,5 +1,5 @@
1
1
  import { TestProps } from '../../utils/types';
2
- import { ListRowSize } from '../List';
2
+ import { ListProps, ListRowSize } from '../List';
3
3
  import * as React from 'react';
4
4
  export type MenuProps = {
5
5
  children?: React.ReactElement[] | React.ReactElement;
@@ -21,6 +21,9 @@ export type MenuProps = {
21
21
  onAction?: (item: string) => any;
22
22
  /** The selection mode of the menu */
23
23
  selectionMode?: 'single' | 'multiple';
24
+ sx?: {
25
+ listProps?: Pick<ListProps, 'height' | 'width'>;
26
+ };
24
27
  } & TestProps;
25
28
  declare const Menu: React.FC<MenuProps>;
26
29
  export default Menu;
@@ -49,3 +49,11 @@ export declare const MenuDisabledKeys: {
49
49
  canvasElement: HTMLElement;
50
50
  }) => Promise<void>;
51
51
  };
52
+ export declare const MenuWithCustomListWidthAndHeight: {
53
+ render: () => import("@emotion/react/jsx-runtime").JSX.Element;
54
+ name: string;
55
+ autoplay: boolean;
56
+ play: ({ canvasElement }: {
57
+ canvasElement: HTMLElement;
58
+ }) => Promise<void>;
59
+ };
@@ -4,5 +4,5 @@ import { Theme } from '../../theme';
4
4
 
5
5
  export declare const backgroundContainer: (theme: Theme) => SerializedStyles;
6
6
  export declare const cardSizing: SerializedStyles;
7
- export declare const modalContainer: ({ isContentPadded }: Pick<ModalProps, 'isContentPadded'>) => (theme: Theme) => SerializedStyles;
7
+ export declare const modalContainer: ({ isContentPadded }: Pick<ModalProps, "isContentPadded">) => (theme: Theme) => SerializedStyles;
8
8
  export declare const closeContainer: (theme: Theme) => SerializedStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').FC<import('./Navigation').NavigationProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').FC<import('./InlineNotification/InlineNotification').InlineNotificationProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<Omit<import('../TextField').TextFieldProps, "value" | "mask" | "onChange" | "size" | "isMulti" | "onMultiValueDelete" | "onMultiValueClearAll" | "maskChar"> & {
@@ -3,7 +3,7 @@ import { default as React } from 'react';
3
3
  declare const ProgressIndicator: React.ForwardRefExoticComponent<{
4
4
  type?: "linear" | "circular";
5
5
  value?: number;
6
- status?: "error" | "normal";
6
+ status?: "normal" | "error";
7
7
  isBlock?: boolean;
8
8
  } & import('../..').TestProps & React.RefAttributes<HTMLDivElement>>;
9
9
  export default ProgressIndicator;
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').ForwardRefExoticComponent<{
5
4
  type?: "linear" | "circular";
6
5
  value?: number;
7
- status?: "error" | "normal";
6
+ status?: "normal" | "error";
8
7
  isBlock?: boolean;
9
8
  } & import('../..').TestProps & import('react').RefAttributes<HTMLDivElement>>;
10
9
  parameters: {
@@ -2,6 +2,6 @@ import { SerializedStyles } from '@emotion/react';
2
2
  import { Theme } from 'theme';
3
3
  import { ProgressIndicatorProps } from '../../ProgressIndicator.types';
4
4
 
5
- export declare const progressBarContainer: ({ isBlock }: Pick<ProgressIndicatorProps, 'isBlock'>) => (theme: Theme) => SerializedStyles;
6
- export declare const barStyles: ({ isBlock }: Pick<ProgressIndicatorProps, 'isBlock'>) => (theme: Theme) => SerializedStyles;
7
- export declare const fillStyles: ({ status, value, isBlock }: Pick<ProgressIndicatorProps, 'status' | 'value' | 'isBlock'>) => (theme: Theme) => SerializedStyles;
5
+ export declare const progressBarContainer: ({ isBlock }: Pick<ProgressIndicatorProps, "isBlock">) => (theme: Theme) => SerializedStyles;
6
+ export declare const barStyles: ({ isBlock }: Pick<ProgressIndicatorProps, "isBlock">) => (theme: Theme) => SerializedStyles;
7
+ export declare const fillStyles: ({ status, value, isBlock }: Pick<ProgressIndicatorProps, "status" | "value" | "isBlock">) => (theme: Theme) => SerializedStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const _default: {
3
2
  title: string;
4
3
  component: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<{
@@ -7,7 +7,7 @@ export declare const searchInputStyles: () => (theme: Theme) => SerializedStyles
7
7
  export declare const filterStyles: () => (theme: Theme) => SerializedStyles;
8
8
  export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
9
9
  hasFilter: boolean;
10
- } & Pick<SearchProps, 'isDisabled' | 'sx'>) => (theme: Theme) => {
10
+ } & Pick<SearchProps, "isDisabled" | "sx">) => (theme: Theme) => {
11
11
  wrapper: {
12
12
  accentColor?: readonly string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
13
13
  alignContent?: readonly string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
@@ -385,7 +385,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
385
385
  zIndex: number | "inherit" | (string & {}) | "initial" | "unset" | "auto" | "-moz-initial" | "revert" | "revert-layer" | readonly NonNullable<import("csstype").Property.ZIndex>[];
386
386
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[] | readonly ("normal" | (string & {}) | "reset" | import('csstype').Globals)[];
387
387
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals>[] | readonly import('csstype').Globals[];
388
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
388
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
389
389
  animationRange?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[];
390
390
  background: string | number | readonly NonNullable<import("csstype").Property.Background<string | number>>[];
391
391
  backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
@@ -672,7 +672,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
672
672
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
673
673
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
674
674
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
675
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
675
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
676
676
  MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
677
677
  MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
678
678
  MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
@@ -684,7 +684,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
684
684
  msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
685
685
  msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
686
686
  msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
687
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
687
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
688
688
  WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
689
689
  WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
690
690
  WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
@@ -774,7 +774,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
774
774
  MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
775
775
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
776
776
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
777
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
777
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
778
778
  OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
779
779
  OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
780
780
  OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
@@ -1352,7 +1352,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
1352
1352
  zIndex?: readonly ((string & {}) | "auto" | import('csstype').Globals)[] | import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex>[];
1353
1353
  zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom>[] | readonly ("normal" | (string & {}) | "reset" | import('csstype').Globals)[];
1354
1354
  all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals>[] | readonly import('csstype').Globals[];
1355
- animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1355
+ animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1356
1356
  animationRange?: readonly (string | (string & {}))[] | import("csstype").Property.AnimationRange<string | number> | readonly NonNullable<import("csstype").Property.AnimationRange<string | number>>[];
1357
1357
  background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | readonly NonNullable<import("csstype").Property.Background<string | number>>[];
1358
1358
  backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | readonly NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
@@ -1639,7 +1639,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
1639
1639
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
1640
1640
  WebkitUserSelect?: import("csstype").Property.UserSelect | readonly NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1641
1641
  WebkitWritingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1642
- MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1642
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1643
1643
  MozBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1644
1644
  MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | readonly NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1645
1645
  MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | readonly NonNullable<import("csstype").Property.Columns<string | number>>[];
@@ -1651,7 +1651,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
1651
1651
  msScrollSnapX?: readonly string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
1652
1652
  msScrollSnapY?: readonly string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
1653
1653
  msTransition?: readonly string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1654
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1654
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1655
1655
  WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | readonly NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
1656
1656
  WebkitBorderImage?: import("csstype").Property.BorderImage | readonly NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | "stretch" | import('csstype').Globals | "round" | "space")[];
1657
1657
  WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | readonly NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
@@ -1741,7 +1741,7 @@ export declare const getSX: ({ hasFilter, isDisabled, sx, }: {
1741
1741
  MozTransitionTimingFunction?: readonly string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1742
1742
  MozUserInput?: import("csstype").Property.MozUserInput | readonly NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
1743
1743
  msImeMode?: import("csstype").Property.ImeMode | readonly NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1744
- OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | (string & {}) | "reverse" | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1744
+ OAnimation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly ("none" | "normal" | "reverse" | (string & {}) | "both" | "auto" | import('csstype').Globals | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused" | "running")[];
1745
1745
  OAnimationDelay?: readonly string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1746
1746
  OAnimationDirection?: readonly string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1747
1747
  OAnimationDuration?: readonly string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];