react-magma-dom 4.7.0-next.2 → 4.7.0-next.21

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 (91) hide show
  1. package/dist/components/BlockQuote/BlockQuote.d.ts +2 -2
  2. package/dist/components/Button/index.d.ts +1 -0
  3. package/dist/components/Combobox/ComboboxInput.d.ts +3 -1
  4. package/dist/components/Combobox/index.d.ts +25 -12
  5. package/dist/components/DatePicker/index.d.ts +4 -0
  6. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  7. package/dist/components/InputBase/index.d.ts +13 -4
  8. package/dist/components/List/ListItem.d.ts +3 -3
  9. package/dist/components/Select/ItemsList.d.ts +6 -3
  10. package/dist/components/Select/SelectContainer.d.ts +1 -1
  11. package/dist/components/Select/SelectTriggerButton.d.ts +3 -1
  12. package/dist/components/Select/index.d.ts +22 -2
  13. package/dist/components/Select/shared.d.ts +2 -0
  14. package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
  15. package/dist/components/Stepper/Step.d.ts +5 -1
  16. package/dist/components/Stepper/Stepper.d.ts +13 -0
  17. package/dist/components/Stepper/index.d.ts +1 -0
  18. package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
  19. package/dist/components/TreeView/useTreeItem.d.ts +1 -0
  20. package/dist/components/TreeView/useTreeView.d.ts +7 -2
  21. package/dist/components/TreeView/utils.d.ts +14 -4
  22. package/dist/esm/index.js +3290 -564
  23. package/dist/esm/index.js.map +1 -1
  24. package/dist/i18n/interface.d.ts +3 -0
  25. package/dist/index.d.ts +2 -1
  26. package/dist/properties.json +268 -112
  27. package/dist/react-magma-dom.cjs.development.js +1036 -418
  28. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  29. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  30. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  31. package/package.json +2 -1
  32. package/dist/components/Accordion/Accordion.stories.d.ts +0 -16
  33. package/dist/components/Alert/Alert.stories.d.ts +0 -4
  34. package/dist/components/Announce/Announce.stories.d.ts +0 -3
  35. package/dist/components/AppBar/AppBar.stories.d.ts +0 -5
  36. package/dist/components/Badge/Badge.stories.d.ts +0 -4
  37. package/dist/components/Banner/Banner.stories.d.ts +0 -5
  38. package/dist/components/BlockQuote/BlockQuote.stories.d.ts +0 -5
  39. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -5
  40. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +0 -3
  41. package/dist/components/Button/Button.stories.d.ts +0 -9
  42. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -278
  43. package/dist/components/Card/Card.stories.d.ts +0 -12
  44. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -556
  45. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -4
  46. package/dist/components/Combobox/Combobox.stories.d.ts +0 -39
  47. package/dist/components/Container/Container.stories.d.ts +0 -7
  48. package/dist/components/Datagrid/Datagrid.stories.d.ts +0 -14
  49. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -33
  50. package/dist/components/Drawer/Drawer.stories.d.ts +0 -17
  51. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -17
  52. package/dist/components/Flex/Flex.stories.d.ts +0 -10
  53. package/dist/components/Form/Form.stories.d.ts +0 -5
  54. package/dist/components/FormGroup/FormGroup.stories.d.ts +0 -3
  55. package/dist/components/Grid/Grid.stories.d.ts +0 -4
  56. package/dist/components/Heading/Heading.stories.d.ts +0 -11
  57. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +0 -3
  58. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +0 -32
  59. package/dist/components/IconButton/IconButton.stories.d.ts +0 -18
  60. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +0 -5
  61. package/dist/components/Input/Input.stories.d.ts +0 -1009
  62. package/dist/components/InputBase/InputBase.stories.d.ts +0 -7
  63. package/dist/components/List/List.stories.d.ts +0 -64
  64. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -10
  65. package/dist/components/Modal/Modal.stories.d.ts +0 -16
  66. package/dist/components/NativeSelect/NativeSelect.stories.d.ts +0 -12
  67. package/dist/components/NavTabs/NavTabs.stories.d.ts +0 -7
  68. package/dist/components/Pagination/Pagination.stories.d.ts +0 -10
  69. package/dist/components/Paragraph/Paragraph.stories.d.ts +0 -3
  70. package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -7
  71. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -19
  72. package/dist/components/Radio/Radio.stories.d.ts +0 -4
  73. package/dist/components/Search/Search.stories.d.ts +0 -4
  74. package/dist/components/Select/Select.stories.d.ts +0 -12
  75. package/dist/components/SkipLink/SkipLink.stories.d.ts +0 -3
  76. package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
  77. package/dist/components/Spinner/Spinner.stories.d.ts +0 -4
  78. package/dist/components/Stepper/Stepper.stories.d.ts +0 -6
  79. package/dist/components/Table/Table.stories.d.ts +0 -1670
  80. package/dist/components/Tabs/Tabs.stories.d.ts +0 -11
  81. package/dist/components/Tag/Tag.stories.d.ts +0 -564
  82. package/dist/components/Textarea/Textarea.stories.d.ts +0 -298
  83. package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -7
  84. package/dist/components/Toast/Toast.stories.d.ts +0 -21
  85. package/dist/components/Toggle/Toggle.stories.d.ts +0 -4
  86. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -1131
  87. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -554
  88. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -10
  89. package/dist/components/Transition/Transition.stories.d.ts +0 -79
  90. package/dist/components/TreeView/TreeView.stories.d.ts +0 -104
  91. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -3
@@ -1,1131 +0,0 @@
1
- import React from 'react';
2
- import { ButtonSize } from '../Button';
3
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
4
- export default _default;
5
- export declare const Icon: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, ({} & import("./ToggleButton").ToggleButtonIconProps) | ({
6
- icon?: never;
7
- } & import("./ToggleButton").ToggleButtonTextProps)>;
8
- export declare const Text: {
9
- (args: any): JSX.Element;
10
- args: {
11
- 'aria-label'?: string;
12
- disabled?: boolean;
13
- icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
14
- isChecked?: boolean;
15
- isInverse?: boolean;
16
- size?: ButtonSize;
17
- value?: string;
18
- theme?: import("../..").ThemeInterface;
19
- testId?: string;
20
- type?: import("../Button").ButtonType;
21
- autoFocus?: boolean;
22
- form?: string;
23
- formAction?: string;
24
- formEncType?: string;
25
- formMethod?: string;
26
- formNoValidate?: boolean;
27
- formTarget?: string;
28
- name?: string;
29
- defaultChecked?: boolean;
30
- defaultValue?: string | number | readonly string[];
31
- suppressContentEditableWarning?: boolean;
32
- suppressHydrationWarning?: boolean;
33
- accessKey?: string;
34
- className?: string;
35
- contentEditable?: boolean | "true" | "false" | "inherit";
36
- contextMenu?: string;
37
- dir?: string;
38
- draggable?: boolean | "true" | "false";
39
- hidden?: boolean;
40
- id?: string;
41
- lang?: string;
42
- placeholder?: string;
43
- slot?: string;
44
- spellCheck?: boolean | "true" | "false";
45
- style?: React.CSSProperties;
46
- tabIndex?: number;
47
- title?: string;
48
- translate?: "yes" | "no";
49
- radioGroup?: string;
50
- role?: React.AriaRole;
51
- about?: string;
52
- datatype?: string;
53
- inlist?: any;
54
- prefix?: string;
55
- property?: string;
56
- resource?: string;
57
- typeof?: string;
58
- vocab?: string;
59
- autoCapitalize?: string;
60
- autoCorrect?: string;
61
- autoSave?: string;
62
- color?: import("../Button").ButtonColor;
63
- itemProp?: string;
64
- itemScope?: boolean;
65
- itemType?: string;
66
- itemID?: string;
67
- itemRef?: string;
68
- results?: number;
69
- security?: string;
70
- unselectable?: "on" | "off";
71
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
72
- is?: string;
73
- 'aria-activedescendant'?: string;
74
- 'aria-atomic'?: boolean | "true" | "false";
75
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
76
- 'aria-busy'?: boolean | "true" | "false";
77
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
78
- 'aria-colcount'?: number;
79
- 'aria-colindex'?: number;
80
- 'aria-colspan'?: number;
81
- 'aria-controls'?: string;
82
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
83
- 'aria-describedby'?: string;
84
- 'aria-details'?: string;
85
- 'aria-disabled'?: boolean | "true" | "false";
86
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
87
- 'aria-errormessage'?: string;
88
- 'aria-expanded'?: boolean | "true" | "false";
89
- 'aria-flowto'?: string;
90
- 'aria-grabbed'?: boolean | "true" | "false";
91
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
92
- 'aria-hidden'?: boolean | "true" | "false";
93
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
94
- 'aria-keyshortcuts'?: string;
95
- 'aria-labelledby'?: string;
96
- 'aria-level'?: number;
97
- 'aria-live'?: "off" | "assertive" | "polite";
98
- 'aria-modal'?: boolean | "true" | "false";
99
- 'aria-multiline'?: boolean | "true" | "false";
100
- 'aria-multiselectable'?: boolean | "true" | "false";
101
- 'aria-orientation'?: "horizontal" | "vertical";
102
- 'aria-owns'?: string;
103
- 'aria-placeholder'?: string;
104
- 'aria-posinset'?: number;
105
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
106
- 'aria-readonly'?: boolean | "true" | "false";
107
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
108
- 'aria-required'?: boolean | "true" | "false";
109
- 'aria-roledescription'?: string;
110
- 'aria-rowcount'?: number;
111
- 'aria-rowindex'?: number;
112
- 'aria-rowspan'?: number;
113
- 'aria-selected'?: boolean | "true" | "false";
114
- 'aria-setsize'?: number;
115
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
116
- 'aria-valuemax'?: number;
117
- 'aria-valuemin'?: number;
118
- 'aria-valuenow'?: number;
119
- 'aria-valuetext'?: string;
120
- children?: React.ReactNode;
121
- dangerouslySetInnerHTML?: {
122
- __html: string;
123
- };
124
- onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
125
- onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
126
- onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
127
- onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
128
- onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
129
- onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
130
- onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
131
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
132
- onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
133
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
134
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
135
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
136
- onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
137
- onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
138
- onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
139
- onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
140
- onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
141
- onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
142
- onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
143
- onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
144
- onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
145
- onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
146
- onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
147
- onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
148
- onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
149
- onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
150
- onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
151
- onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
152
- onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
153
- onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
154
- onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
155
- onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
156
- onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
157
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
158
- onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
159
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
160
- onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
161
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
162
- onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
163
- onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
164
- onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
165
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
166
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
167
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
168
- onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
169
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
170
- onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
171
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
172
- onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
173
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
174
- onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
175
- onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
176
- onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
177
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
178
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
179
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
180
- onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
181
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
182
- onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
183
- onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
184
- onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
185
- onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
186
- onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
187
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
188
- onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
189
- onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
190
- onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
191
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
192
- onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
193
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
194
- onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
195
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
196
- onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
197
- onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
198
- onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
199
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
200
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
201
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
202
- onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
203
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
204
- onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
205
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
206
- onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
207
- onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
208
- onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
209
- onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
210
- onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
211
- onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
212
- onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
213
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
214
- onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
215
- onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
216
- onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
217
- onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
218
- onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
219
- onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
220
- onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
221
- onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
222
- onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
223
- onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
224
- onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
225
- onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
226
- onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
227
- onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
228
- onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
229
- onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
230
- onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
231
- onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
232
- onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
233
- onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
234
- onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
235
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
236
- onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
237
- onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
238
- onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
239
- onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
240
- onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
241
- onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
242
- onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
243
- onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
244
- onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
245
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
246
- onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
247
- onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
248
- onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
249
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
250
- onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
251
- onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
252
- onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
253
- onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
254
- onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
255
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
256
- onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
257
- onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
258
- onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
259
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
260
- onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
261
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
262
- onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
263
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
264
- onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
265
- onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
266
- onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
267
- onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
268
- onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
269
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
270
- onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
271
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
272
- onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
273
- onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
274
- onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
275
- onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
276
- onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
277
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
278
- onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
279
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
280
- onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
281
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
282
- onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
283
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
284
- isFullWidth?: boolean;
285
- shape?: import("../Button").ButtonShape;
286
- isLoading?: boolean;
287
- textTransform?: import("../Button").ButtonTextTransform;
288
- variant?: import("../Button").ButtonVariant;
289
- } | {
290
- icon?: never;
291
- disabled?: boolean;
292
- isChecked?: boolean;
293
- isInverse?: boolean;
294
- size?: ButtonSize;
295
- value?: string;
296
- theme?: import("../..").ThemeInterface;
297
- testId?: string;
298
- type?: import("../Button").ButtonType;
299
- autoFocus?: boolean;
300
- form?: string;
301
- formAction?: string;
302
- formEncType?: string;
303
- formMethod?: string;
304
- formNoValidate?: boolean;
305
- formTarget?: string;
306
- name?: string;
307
- defaultChecked?: boolean;
308
- defaultValue?: string | number | readonly string[];
309
- suppressContentEditableWarning?: boolean;
310
- suppressHydrationWarning?: boolean;
311
- accessKey?: string;
312
- className?: string;
313
- contentEditable?: boolean | "true" | "false" | "inherit";
314
- contextMenu?: string;
315
- dir?: string;
316
- draggable?: boolean | "true" | "false";
317
- hidden?: boolean;
318
- id?: string;
319
- lang?: string;
320
- placeholder?: string;
321
- slot?: string;
322
- spellCheck?: boolean | "true" | "false";
323
- style?: React.CSSProperties;
324
- tabIndex?: number;
325
- title?: string;
326
- translate?: "yes" | "no";
327
- radioGroup?: string;
328
- role?: React.AriaRole;
329
- about?: string;
330
- datatype?: string;
331
- inlist?: any;
332
- prefix?: string;
333
- property?: string;
334
- resource?: string;
335
- typeof?: string;
336
- vocab?: string;
337
- autoCapitalize?: string;
338
- autoCorrect?: string;
339
- autoSave?: string;
340
- color?: import("../Button").ButtonColor;
341
- itemProp?: string;
342
- itemScope?: boolean;
343
- itemType?: string;
344
- itemID?: string;
345
- itemRef?: string;
346
- results?: number;
347
- security?: string;
348
- unselectable?: "on" | "off";
349
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
350
- is?: string;
351
- 'aria-activedescendant'?: string;
352
- 'aria-atomic'?: boolean | "true" | "false";
353
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
354
- 'aria-busy'?: boolean | "true" | "false";
355
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
356
- 'aria-colcount'?: number;
357
- 'aria-colindex'?: number;
358
- 'aria-colspan'?: number;
359
- 'aria-controls'?: string;
360
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
361
- 'aria-describedby'?: string;
362
- 'aria-details'?: string;
363
- 'aria-disabled'?: boolean | "true" | "false";
364
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
365
- 'aria-errormessage'?: string;
366
- 'aria-expanded'?: boolean | "true" | "false";
367
- 'aria-flowto'?: string;
368
- 'aria-grabbed'?: boolean | "true" | "false";
369
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
370
- 'aria-hidden'?: boolean | "true" | "false";
371
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
372
- 'aria-keyshortcuts'?: string;
373
- 'aria-label'?: string;
374
- 'aria-labelledby'?: string;
375
- 'aria-level'?: number;
376
- 'aria-live'?: "off" | "assertive" | "polite";
377
- 'aria-modal'?: boolean | "true" | "false";
378
- 'aria-multiline'?: boolean | "true" | "false";
379
- 'aria-multiselectable'?: boolean | "true" | "false";
380
- 'aria-orientation'?: "horizontal" | "vertical";
381
- 'aria-owns'?: string;
382
- 'aria-placeholder'?: string;
383
- 'aria-posinset'?: number;
384
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
385
- 'aria-readonly'?: boolean | "true" | "false";
386
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
387
- 'aria-required'?: boolean | "true" | "false";
388
- 'aria-roledescription'?: string;
389
- 'aria-rowcount'?: number;
390
- 'aria-rowindex'?: number;
391
- 'aria-rowspan'?: number;
392
- 'aria-selected'?: boolean | "true" | "false";
393
- 'aria-setsize'?: number;
394
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
395
- 'aria-valuemax'?: number;
396
- 'aria-valuemin'?: number;
397
- 'aria-valuenow'?: number;
398
- 'aria-valuetext'?: string;
399
- children?: React.ReactNode;
400
- dangerouslySetInnerHTML?: {
401
- __html: string;
402
- };
403
- onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
404
- onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
405
- onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
406
- onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
407
- onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
408
- onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
409
- onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
410
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
411
- onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
412
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
413
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
414
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
415
- onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
416
- onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
417
- onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
418
- onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
419
- onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
420
- onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
421
- onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
422
- onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
423
- onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
424
- onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
425
- onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
426
- onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
427
- onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
428
- onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
429
- onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
430
- onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
431
- onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
432
- onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
433
- onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
434
- onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
435
- onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
436
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
437
- onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
438
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
439
- onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
440
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
441
- onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
442
- onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
443
- onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
444
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
445
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
446
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
447
- onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
448
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
449
- onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
450
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
451
- onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
452
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
453
- onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
454
- onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
455
- onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
456
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
457
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
458
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
459
- onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
460
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
461
- onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
462
- onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
463
- onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
464
- onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
465
- onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
466
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
467
- onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
468
- onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
469
- onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
470
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
471
- onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
472
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
473
- onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
474
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
475
- onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
476
- onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
477
- onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
478
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
479
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
480
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
481
- onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
482
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
483
- onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
484
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
485
- onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
486
- onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
487
- onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
488
- onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
489
- onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
490
- onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
491
- onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
492
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
493
- onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
494
- onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
495
- onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
496
- onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
497
- onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
498
- onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
499
- onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
500
- onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
501
- onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
502
- onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
503
- onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
504
- onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
505
- onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
506
- onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
507
- onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
508
- onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
509
- onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
510
- onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
511
- onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
512
- onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
513
- onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
514
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
515
- onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
516
- onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
517
- onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
518
- onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
519
- onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
520
- onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
521
- onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
522
- onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
523
- onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
524
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
525
- onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
526
- onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
527
- onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
528
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
529
- onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
530
- onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
531
- onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
532
- onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
533
- onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
534
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
535
- onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
536
- onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
537
- onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
538
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
539
- onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
540
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
541
- onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
542
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
543
- onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
544
- onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
545
- onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
546
- onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
547
- onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
548
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
549
- onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
550
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
551
- onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
552
- onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
553
- onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
554
- onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
555
- onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
556
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
557
- onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
558
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
559
- onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
560
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
561
- onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
562
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
563
- isFullWidth?: boolean;
564
- shape?: import("../Button").ButtonShape;
565
- isLoading?: boolean;
566
- textTransform?: import("../Button").ButtonTextTransform;
567
- variant?: import("../Button").ButtonVariant;
568
- };
569
- };
570
- export declare const TextAndIcon: {
571
- (args: any): JSX.Element;
572
- args: {
573
- 'aria-label'?: string;
574
- disabled?: boolean;
575
- icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
576
- isChecked?: boolean;
577
- isInverse?: boolean;
578
- size?: ButtonSize;
579
- value?: string;
580
- theme?: import("../..").ThemeInterface;
581
- testId?: string;
582
- type?: import("../Button").ButtonType;
583
- autoFocus?: boolean;
584
- form?: string;
585
- formAction?: string;
586
- formEncType?: string;
587
- formMethod?: string;
588
- formNoValidate?: boolean;
589
- formTarget?: string;
590
- name?: string;
591
- defaultChecked?: boolean;
592
- defaultValue?: string | number | readonly string[];
593
- suppressContentEditableWarning?: boolean;
594
- suppressHydrationWarning?: boolean;
595
- accessKey?: string;
596
- className?: string;
597
- contentEditable?: boolean | "true" | "false" | "inherit";
598
- contextMenu?: string;
599
- dir?: string;
600
- draggable?: boolean | "true" | "false";
601
- hidden?: boolean;
602
- id?: string;
603
- lang?: string;
604
- placeholder?: string;
605
- slot?: string;
606
- spellCheck?: boolean | "true" | "false";
607
- style?: React.CSSProperties;
608
- tabIndex?: number;
609
- title?: string;
610
- translate?: "yes" | "no";
611
- radioGroup?: string;
612
- role?: React.AriaRole;
613
- about?: string;
614
- datatype?: string;
615
- inlist?: any;
616
- prefix?: string;
617
- property?: string;
618
- resource?: string;
619
- typeof?: string;
620
- vocab?: string;
621
- autoCapitalize?: string;
622
- autoCorrect?: string;
623
- autoSave?: string;
624
- color?: import("../Button").ButtonColor;
625
- itemProp?: string;
626
- itemScope?: boolean;
627
- itemType?: string;
628
- itemID?: string;
629
- itemRef?: string;
630
- results?: number;
631
- security?: string;
632
- unselectable?: "on" | "off";
633
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
634
- is?: string;
635
- 'aria-activedescendant'?: string;
636
- 'aria-atomic'?: boolean | "true" | "false";
637
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
638
- 'aria-busy'?: boolean | "true" | "false";
639
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
640
- 'aria-colcount'?: number;
641
- 'aria-colindex'?: number;
642
- 'aria-colspan'?: number;
643
- 'aria-controls'?: string;
644
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
645
- 'aria-describedby'?: string;
646
- 'aria-details'?: string;
647
- 'aria-disabled'?: boolean | "true" | "false";
648
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
649
- 'aria-errormessage'?: string;
650
- 'aria-expanded'?: boolean | "true" | "false";
651
- 'aria-flowto'?: string;
652
- 'aria-grabbed'?: boolean | "true" | "false";
653
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
654
- 'aria-hidden'?: boolean | "true" | "false";
655
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
656
- 'aria-keyshortcuts'?: string;
657
- 'aria-labelledby'?: string;
658
- 'aria-level'?: number;
659
- 'aria-live'?: "off" | "assertive" | "polite";
660
- 'aria-modal'?: boolean | "true" | "false";
661
- 'aria-multiline'?: boolean | "true" | "false";
662
- 'aria-multiselectable'?: boolean | "true" | "false";
663
- 'aria-orientation'?: "horizontal" | "vertical";
664
- 'aria-owns'?: string;
665
- 'aria-placeholder'?: string;
666
- 'aria-posinset'?: number;
667
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
668
- 'aria-readonly'?: boolean | "true" | "false";
669
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
670
- 'aria-required'?: boolean | "true" | "false";
671
- 'aria-roledescription'?: string;
672
- 'aria-rowcount'?: number;
673
- 'aria-rowindex'?: number;
674
- 'aria-rowspan'?: number;
675
- 'aria-selected'?: boolean | "true" | "false";
676
- 'aria-setsize'?: number;
677
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
678
- 'aria-valuemax'?: number;
679
- 'aria-valuemin'?: number;
680
- 'aria-valuenow'?: number;
681
- 'aria-valuetext'?: string;
682
- children?: React.ReactNode;
683
- dangerouslySetInnerHTML?: {
684
- __html: string;
685
- };
686
- onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
687
- onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
688
- onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
689
- onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
690
- onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
691
- onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
692
- onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
693
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
694
- onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
695
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
696
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
697
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
698
- onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
699
- onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
700
- onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
701
- onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
702
- onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
703
- onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
704
- onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
705
- onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
706
- onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
707
- onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
708
- onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
709
- onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
710
- onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
711
- onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
712
- onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
713
- onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
714
- onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
715
- onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
716
- onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
717
- onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
718
- onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
719
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
720
- onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
721
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
722
- onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
723
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
724
- onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
725
- onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
726
- onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
727
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
728
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
729
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
730
- onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
731
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
732
- onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
733
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
734
- onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
735
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
736
- onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
737
- onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
738
- onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
739
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
740
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
741
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
742
- onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
743
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
744
- onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
745
- onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
746
- onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
747
- onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
748
- onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
749
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
750
- onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
751
- onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
752
- onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
753
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
754
- onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
755
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
756
- onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
757
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
758
- onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
759
- onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
760
- onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
761
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
762
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
763
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
764
- onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
765
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
766
- onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
767
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
768
- onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
769
- onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
770
- onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
771
- onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
772
- onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
773
- onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
774
- onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
775
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
776
- onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
777
- onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
778
- onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
779
- onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
780
- onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
781
- onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
782
- onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
783
- onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
784
- onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
785
- onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
786
- onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
787
- onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
788
- onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
789
- onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
790
- onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
791
- onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
792
- onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
793
- onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
794
- onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
795
- onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
796
- onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
797
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
798
- onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
799
- onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
800
- onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
801
- onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
802
- onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
803
- onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
804
- onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
805
- onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
806
- onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
807
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
808
- onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
809
- onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
810
- onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
811
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
812
- onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
813
- onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
814
- onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
815
- onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
816
- onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
817
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
818
- onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
819
- onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
820
- onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
821
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
822
- onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
823
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
824
- onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
825
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
826
- onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
827
- onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
828
- onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
829
- onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
830
- onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
831
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
832
- onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
833
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
834
- onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
835
- onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
836
- onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
837
- onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
838
- onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
839
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
840
- onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
841
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
842
- onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
843
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
844
- onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
845
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
846
- isFullWidth?: boolean;
847
- shape?: import("../Button").ButtonShape;
848
- isLoading?: boolean;
849
- textTransform?: import("../Button").ButtonTextTransform;
850
- variant?: import("../Button").ButtonVariant;
851
- } | {
852
- icon?: never;
853
- disabled?: boolean;
854
- isChecked?: boolean;
855
- isInverse?: boolean;
856
- size?: ButtonSize;
857
- value?: string;
858
- theme?: import("../..").ThemeInterface;
859
- testId?: string;
860
- type?: import("../Button").ButtonType;
861
- autoFocus?: boolean;
862
- form?: string;
863
- formAction?: string;
864
- formEncType?: string;
865
- formMethod?: string;
866
- formNoValidate?: boolean;
867
- formTarget?: string;
868
- name?: string;
869
- defaultChecked?: boolean;
870
- defaultValue?: string | number | readonly string[];
871
- suppressContentEditableWarning?: boolean;
872
- suppressHydrationWarning?: boolean;
873
- accessKey?: string;
874
- className?: string;
875
- contentEditable?: boolean | "true" | "false" | "inherit";
876
- contextMenu?: string;
877
- dir?: string;
878
- draggable?: boolean | "true" | "false";
879
- hidden?: boolean;
880
- id?: string;
881
- lang?: string;
882
- placeholder?: string;
883
- slot?: string;
884
- spellCheck?: boolean | "true" | "false";
885
- style?: React.CSSProperties;
886
- tabIndex?: number;
887
- title?: string;
888
- translate?: "yes" | "no";
889
- radioGroup?: string;
890
- role?: React.AriaRole;
891
- about?: string;
892
- datatype?: string;
893
- inlist?: any;
894
- prefix?: string;
895
- property?: string;
896
- resource?: string;
897
- typeof?: string;
898
- vocab?: string;
899
- autoCapitalize?: string;
900
- autoCorrect?: string;
901
- autoSave?: string;
902
- color?: import("../Button").ButtonColor;
903
- itemProp?: string;
904
- itemScope?: boolean;
905
- itemType?: string;
906
- itemID?: string;
907
- itemRef?: string;
908
- results?: number;
909
- security?: string;
910
- unselectable?: "on" | "off";
911
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
912
- is?: string;
913
- 'aria-activedescendant'?: string;
914
- 'aria-atomic'?: boolean | "true" | "false";
915
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
916
- 'aria-busy'?: boolean | "true" | "false";
917
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
918
- 'aria-colcount'?: number;
919
- 'aria-colindex'?: number;
920
- 'aria-colspan'?: number;
921
- 'aria-controls'?: string;
922
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
923
- 'aria-describedby'?: string;
924
- 'aria-details'?: string;
925
- 'aria-disabled'?: boolean | "true" | "false";
926
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
927
- 'aria-errormessage'?: string;
928
- 'aria-expanded'?: boolean | "true" | "false";
929
- 'aria-flowto'?: string;
930
- 'aria-grabbed'?: boolean | "true" | "false";
931
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
932
- 'aria-hidden'?: boolean | "true" | "false";
933
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
934
- 'aria-keyshortcuts'?: string;
935
- 'aria-label'?: string;
936
- 'aria-labelledby'?: string;
937
- 'aria-level'?: number;
938
- 'aria-live'?: "off" | "assertive" | "polite";
939
- 'aria-modal'?: boolean | "true" | "false";
940
- 'aria-multiline'?: boolean | "true" | "false";
941
- 'aria-multiselectable'?: boolean | "true" | "false";
942
- 'aria-orientation'?: "horizontal" | "vertical";
943
- 'aria-owns'?: string;
944
- 'aria-placeholder'?: string;
945
- 'aria-posinset'?: number;
946
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
947
- 'aria-readonly'?: boolean | "true" | "false";
948
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
949
- 'aria-required'?: boolean | "true" | "false";
950
- 'aria-roledescription'?: string;
951
- 'aria-rowcount'?: number;
952
- 'aria-rowindex'?: number;
953
- 'aria-rowspan'?: number;
954
- 'aria-selected'?: boolean | "true" | "false";
955
- 'aria-setsize'?: number;
956
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
957
- 'aria-valuemax'?: number;
958
- 'aria-valuemin'?: number;
959
- 'aria-valuenow'?: number;
960
- 'aria-valuetext'?: string;
961
- children?: React.ReactNode;
962
- dangerouslySetInnerHTML?: {
963
- __html: string;
964
- };
965
- onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
966
- onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
967
- onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
968
- onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
969
- onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
970
- onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
971
- onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
972
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
973
- onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
974
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
975
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
976
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
977
- onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
978
- onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
979
- onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
980
- onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
981
- onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
982
- onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
983
- onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
984
- onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
985
- onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
986
- onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
987
- onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
988
- onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
989
- onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
990
- onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
991
- onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
992
- onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
993
- onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
994
- onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
995
- onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
996
- onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
997
- onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
998
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
999
- onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1000
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1001
- onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1002
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1003
- onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1004
- onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1005
- onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1006
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1007
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1008
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1009
- onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1010
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1011
- onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1012
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1013
- onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1014
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1015
- onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1016
- onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1017
- onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1018
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1019
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1020
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1021
- onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1022
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1023
- onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1024
- onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1025
- onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1026
- onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1027
- onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1028
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1029
- onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1030
- onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1031
- onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1032
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1033
- onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1034
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1035
- onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1036
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1037
- onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1038
- onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1039
- onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1040
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1041
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1042
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1043
- onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1044
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1045
- onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1046
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1047
- onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1048
- onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1049
- onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1050
- onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1051
- onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1052
- onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1053
- onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1054
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1055
- onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
1056
- onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1057
- onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
1058
- onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1059
- onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
1060
- onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1061
- onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
1062
- onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1063
- onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
1064
- onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1065
- onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
1066
- onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1067
- onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
1068
- onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1069
- onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
1070
- onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1071
- onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1072
- onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1073
- onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1074
- onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1075
- onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1076
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1077
- onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1078
- onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1079
- onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1080
- onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1081
- onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1082
- onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1083
- onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1084
- onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1085
- onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1086
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1087
- onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1088
- onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1089
- onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1090
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1091
- onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1092
- onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1093
- onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1094
- onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1095
- onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1096
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1097
- onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1098
- onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1099
- onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1100
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1101
- onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1102
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1103
- onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1104
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1105
- onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1106
- onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1107
- onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1108
- onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1109
- onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1110
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1111
- onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1112
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1113
- onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1114
- onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1115
- onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1116
- onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1117
- onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1118
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1119
- onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1120
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1121
- onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1122
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1123
- onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1124
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1125
- isFullWidth?: boolean;
1126
- shape?: import("../Button").ButtonShape;
1127
- isLoading?: boolean;
1128
- textTransform?: import("../Button").ButtonTextTransform;
1129
- variant?: import("../Button").ButtonVariant;
1130
- };
1131
- };