react-magma-dom 3.7.0 → 3.8.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 (53) hide show
  1. package/dist/components/AlertBase/index.d.ts +2 -1
  2. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +8 -8
  3. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +16 -16
  4. package/dist/components/Checkbox/index.d.ts +5 -0
  5. package/dist/components/Combobox/ComboboxInput.d.ts +3 -3
  6. package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
  7. package/dist/components/DatePicker/DatePicker.stories.d.ts +10 -0
  8. package/dist/components/DatePicker/utils.d.ts +1 -0
  9. package/dist/components/Dropdown/DropdownMenuItem.d.ts +2 -1
  10. package/dist/components/Grid/Grid.d.ts +2 -2
  11. package/dist/components/IconButton/IconButton.stories.d.ts +4 -4
  12. package/dist/components/IndeterminateCheckbox/index.d.ts +4 -0
  13. package/dist/components/Input/Input.stories.d.ts +27 -27
  14. package/dist/components/InputBase/index.d.ts +2 -2
  15. package/dist/components/Modal/Modal.d.ts +5 -0
  16. package/dist/components/Modal/Modal.stories.d.ts +1 -0
  17. package/dist/components/Pagination/Pagination.d.ts +1 -1
  18. package/dist/components/Select/shared.d.ts +10 -9
  19. package/dist/components/Table/Table.d.ts +3 -2
  20. package/dist/components/Table/Table.stories.d.ts +48 -48
  21. package/dist/components/Tabs/TabScrollSpyPanel.d.ts +10 -0
  22. package/dist/components/Tabs/Tabs.stories.d.ts +2 -0
  23. package/dist/components/Tabs/TabsScrollSpyContainer.d.ts +9 -0
  24. package/dist/components/Tabs/index.d.ts +2 -0
  25. package/dist/components/Tabs/utils.d.ts +3 -0
  26. package/dist/components/Tag/Tag.stories.d.ts +16 -16
  27. package/dist/components/Textarea/Textarea.stories.d.ts +8 -8
  28. package/dist/components/TimePicker/TimePicker.stories.d.ts +2 -0
  29. package/dist/components/TimePicker/useTimePicker.d.ts +2 -2
  30. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +32 -32
  31. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +16 -16
  32. package/dist/components/Tooltip/index.d.ts +4 -3
  33. package/dist/components/TreeView/TreeItem.d.ts +5 -0
  34. package/dist/components/TreeView/TreeItemContext.d.ts +15 -0
  35. package/dist/components/TreeView/TreeView.d.ts +5 -0
  36. package/dist/components/TreeView/TreeView.stories.d.ts +88 -0
  37. package/dist/components/TreeView/TreeViewContext.d.ts +28 -0
  38. package/dist/components/TreeView/index.d.ts +5 -0
  39. package/dist/components/TreeView/useTreeItem.d.ts +84 -0
  40. package/dist/components/TreeView/useTreeView.d.ts +75 -0
  41. package/dist/components/TreeView/utils.d.ts +44 -0
  42. package/dist/components/Typography/index.d.ts +1 -1
  43. package/dist/esm/index.js +2748 -653
  44. package/dist/esm/index.js.map +1 -1
  45. package/dist/index.d.ts +4 -0
  46. package/dist/properties.json +824 -98
  47. package/dist/react-magma-dom.cjs.development.js +2633 -609
  48. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  49. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  50. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  51. package/dist/theme/styled.d.ts +1 -1
  52. package/dist/utils/index.d.ts +1 -0
  53. package/package.json +3 -3
@@ -1,5 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from 'react-magma-icons';
3
+ import { ThemeInterface } from '../../theme/magma';
3
4
  export declare const VARIANT_ICON: {
4
5
  [name: string]: React.FunctionComponent<IconProps>;
5
6
  };
@@ -35,5 +36,5 @@ export declare function buildAlertBorder(props: any): any;
35
36
  export declare function buildAlertColor(props: any): any;
36
37
  export declare function buildLinkColor(props: any): any;
37
38
  export declare function buildLinkHoverColor(props: any): any;
38
- export declare const AdditionalContentWrapper: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "color" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, import("../..").ThemeInterface>;
39
+ export declare const AdditionalContentWrapper: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "color" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, ThemeInterface>;
39
40
  export declare const AlertBase: React.ForwardRefExoticComponent<AlertBaseProps & React.RefAttributes<HTMLDivElement>>;
@@ -23,7 +23,7 @@ export declare const SmallBreakpoint: {
23
23
  suppressHydrationWarning?: boolean;
24
24
  accessKey?: string;
25
25
  className?: string;
26
- contentEditable?: boolean | "inherit" | "true" | "false";
26
+ contentEditable?: boolean | "true" | "false" | "inherit";
27
27
  contextMenu?: string;
28
28
  dir?: string;
29
29
  draggable?: boolean | "true" | "false";
@@ -58,27 +58,27 @@ export declare const SmallBreakpoint: {
58
58
  results?: number;
59
59
  security?: string;
60
60
  unselectable?: "on" | "off";
61
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
61
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
62
62
  is?: string;
63
63
  'aria-activedescendant'?: string;
64
64
  'aria-atomic'?: boolean | "true" | "false";
65
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
65
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
66
66
  'aria-busy'?: boolean | "true" | "false";
67
67
  'aria-checked'?: boolean | "true" | "false" | "mixed";
68
68
  'aria-colcount'?: number;
69
69
  'aria-colindex'?: number;
70
70
  'aria-colspan'?: number;
71
71
  'aria-controls'?: string;
72
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
72
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
73
73
  'aria-describedby'?: string;
74
74
  'aria-details'?: string;
75
75
  'aria-disabled'?: boolean | "true" | "false";
76
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
76
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
77
77
  'aria-errormessage'?: string;
78
78
  'aria-expanded'?: boolean | "true" | "false";
79
79
  'aria-flowto'?: string;
80
80
  'aria-grabbed'?: boolean | "true" | "false";
81
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
81
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
82
82
  'aria-hidden'?: boolean | "true" | "false";
83
83
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
84
84
  'aria-keyshortcuts'?: string;
@@ -95,7 +95,7 @@ export declare const SmallBreakpoint: {
95
95
  'aria-posinset'?: number;
96
96
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
97
97
  'aria-readonly'?: boolean | "true" | "false";
98
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
98
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
99
99
  'aria-required'?: boolean | "true" | "false";
100
100
  'aria-roledescription'?: string;
101
101
  'aria-rowcount'?: number;
@@ -103,7 +103,7 @@ export declare const SmallBreakpoint: {
103
103
  'aria-rowspan'?: number;
104
104
  'aria-selected'?: boolean | "true" | "false";
105
105
  'aria-setsize'?: number;
106
- 'aria-sort'?: "none" | "other" | "ascending" | "descending";
106
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other";
107
107
  'aria-valuemax'?: number;
108
108
  'aria-valuemin'?: number;
109
109
  'aria-valuenow'?: number;
@@ -19,7 +19,7 @@ export declare const WithChildren: {
19
19
  suppressHydrationWarning?: boolean;
20
20
  accessKey?: string;
21
21
  className?: string;
22
- contentEditable?: boolean | "inherit" | "true" | "false";
22
+ contentEditable?: boolean | "true" | "false" | "inherit";
23
23
  contextMenu?: string;
24
24
  dir?: string;
25
25
  draggable?: boolean | "true" | "false";
@@ -54,27 +54,27 @@ export declare const WithChildren: {
54
54
  results?: number;
55
55
  security?: string;
56
56
  unselectable?: "on" | "off";
57
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
57
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
58
58
  is?: string;
59
59
  'aria-activedescendant'?: string;
60
60
  'aria-atomic'?: boolean | "true" | "false";
61
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
61
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
62
62
  'aria-busy'?: boolean | "true" | "false";
63
63
  'aria-checked'?: boolean | "true" | "false" | "mixed";
64
64
  'aria-colcount'?: number;
65
65
  'aria-colindex'?: number;
66
66
  'aria-colspan'?: number;
67
67
  'aria-controls'?: string;
68
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
68
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
69
69
  'aria-describedby'?: string;
70
70
  'aria-details'?: string;
71
71
  'aria-disabled'?: boolean | "true" | "false";
72
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
72
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
73
73
  'aria-errormessage'?: string;
74
74
  'aria-expanded'?: boolean | "true" | "false";
75
75
  'aria-flowto'?: string;
76
76
  'aria-grabbed'?: boolean | "true" | "false";
77
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
77
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
78
78
  'aria-hidden'?: boolean | "true" | "false";
79
79
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
80
80
  'aria-keyshortcuts'?: string;
@@ -91,7 +91,7 @@ export declare const WithChildren: {
91
91
  'aria-posinset'?: number;
92
92
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
93
93
  'aria-readonly'?: boolean | "true" | "false";
94
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
94
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
95
95
  'aria-required'?: boolean | "true" | "false";
96
96
  'aria-roledescription'?: string;
97
97
  'aria-rowcount'?: number;
@@ -99,7 +99,7 @@ export declare const WithChildren: {
99
99
  'aria-rowspan'?: number;
100
100
  'aria-selected'?: boolean | "true" | "false";
101
101
  'aria-setsize'?: number;
102
- 'aria-sort'?: "none" | "other" | "ascending" | "descending";
102
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other";
103
103
  'aria-valuemax'?: number;
104
104
  'aria-valuemin'?: number;
105
105
  'aria-valuenow'?: number;
@@ -287,7 +287,7 @@ export declare const TextArea: {
287
287
  suppressHydrationWarning?: boolean;
288
288
  accessKey?: string;
289
289
  className?: string;
290
- contentEditable?: boolean | "inherit" | "true" | "false";
290
+ contentEditable?: boolean | "true" | "false" | "inherit";
291
291
  contextMenu?: string;
292
292
  dir?: string;
293
293
  draggable?: boolean | "true" | "false";
@@ -322,27 +322,27 @@ export declare const TextArea: {
322
322
  results?: number;
323
323
  security?: string;
324
324
  unselectable?: "on" | "off";
325
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
325
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
326
326
  is?: string;
327
327
  'aria-activedescendant'?: string;
328
328
  'aria-atomic'?: boolean | "true" | "false";
329
- 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
329
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
330
330
  'aria-busy'?: boolean | "true" | "false";
331
331
  'aria-checked'?: boolean | "true" | "false" | "mixed";
332
332
  'aria-colcount'?: number;
333
333
  'aria-colindex'?: number;
334
334
  'aria-colspan'?: number;
335
335
  'aria-controls'?: string;
336
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
336
+ 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
337
337
  'aria-describedby'?: string;
338
338
  'aria-details'?: string;
339
339
  'aria-disabled'?: boolean | "true" | "false";
340
- 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
340
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
341
341
  'aria-errormessage'?: string;
342
342
  'aria-expanded'?: boolean | "true" | "false";
343
343
  'aria-flowto'?: string;
344
344
  'aria-grabbed'?: boolean | "true" | "false";
345
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
345
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
346
346
  'aria-hidden'?: boolean | "true" | "false";
347
347
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
348
348
  'aria-keyshortcuts'?: string;
@@ -359,7 +359,7 @@ export declare const TextArea: {
359
359
  'aria-posinset'?: number;
360
360
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
361
361
  'aria-readonly'?: boolean | "true" | "false";
362
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
362
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
363
363
  'aria-required'?: boolean | "true" | "false";
364
364
  'aria-roledescription'?: string;
365
365
  'aria-rowcount'?: number;
@@ -367,7 +367,7 @@ export declare const TextArea: {
367
367
  'aria-rowspan'?: number;
368
368
  'aria-selected'?: boolean | "true" | "false";
369
369
  'aria-setsize'?: number;
370
- 'aria-sort'?: "none" | "other" | "ascending" | "descending";
370
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other";
371
371
  'aria-valuemax'?: number;
372
372
  'aria-valuemin'?: number;
373
373
  'aria-valuenow'?: number;
@@ -63,6 +63,10 @@ export interface CheckboxProps extends React.InputHTMLAttributes<HTMLInputElemen
63
63
  * @default CheckboxTextPosition.right
64
64
  */
65
65
  textPosition?: CheckboxTextPosition;
66
+ /**
67
+ * @internal
68
+ */
69
+ hideFocus?: boolean;
66
70
  }
67
71
  export declare const HiddenLabelText: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "color" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css">, object>;
68
72
  export declare const HiddenInput: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "color" | "height" | "translate" | "width" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "form" | "list" | "step" | "accept" | "alt" | "autoComplete" | "autoFocus" | "capture" | "checked" | "crossOrigin" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "pattern" | "readOnly" | "required" | "size" | "src" | "type" | "value">, object>;
@@ -73,6 +77,7 @@ export declare const StyledFakeInput: import("@emotion/styled-base").StyledCompo
73
77
  isIndeterminate?: boolean;
74
78
  isInverse?: boolean;
75
79
  hasError?: boolean;
80
+ hideFocus?: boolean;
76
81
  textPosition?: CheckboxTextPosition;
77
82
  theme?: any;
78
83
  }, object>;
@@ -17,9 +17,9 @@ interface ComboboxInputProps<T> {
17
17
  isTypeahead?: boolean;
18
18
  onInputBlur?: (event: React.FocusEvent) => void;
19
19
  onInputFocus?: (event: React.FocusEvent) => void;
20
- onInputKeyDown?: (event: React.KeyboardEvent) => void;
21
- onInputKeyPress?: (event: React.KeyboardEvent) => void;
22
- onInputKeyUp?: (event: React.KeyboardEvent) => void;
20
+ onInputKeyDown?: (event: any) => void;
21
+ onInputKeyPress?: (event: any) => void;
22
+ onInputKeyUp?: (event: any) => void;
23
23
  placeholder?: string;
24
24
  selectedItems?: React.ReactNode;
25
25
  toggleButtonRef?: React.Ref<HTMLButtonElement>;