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,554 +0,0 @@
1
- import React from 'react';
2
- import { ToggleButtonGroupProps } from '.';
3
- import { ButtonSize } from '../Button';
4
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
5
- export default _default;
6
- export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, ToggleButtonGroupProps>;
7
- export declare const AlignmentExample: {
8
- (args: any): JSX.Element;
9
- args: {
10
- descriptionId?: string;
11
- enforced: boolean;
12
- exclusive: boolean;
13
- isInverse?: boolean;
14
- onChange?: (event: React.ChangeEvent<HTMLInputElement>, value?: string) => void;
15
- testId?: string;
16
- theme?: import("../..").ThemeInterface;
17
- value?: string;
18
- alignment?: import("../ButtonGroup").ButtonGroupAlignment;
19
- color?: import("../Button").ButtonColor;
20
- orientation?: import("../ButtonGroup").ButtonGroupOrientation;
21
- variant?: import("../Button").ButtonVariant;
22
- size?: ButtonSize;
23
- noSpace: boolean;
24
- textTransform?: import("../Button").ButtonTextTransform;
25
- defaultChecked?: boolean;
26
- defaultValue?: string | number | readonly string[];
27
- suppressContentEditableWarning?: boolean;
28
- suppressHydrationWarning?: boolean;
29
- accessKey?: string;
30
- className?: string;
31
- contentEditable?: boolean | "true" | "false" | "inherit";
32
- contextMenu?: string;
33
- dir?: string;
34
- draggable?: boolean | "true" | "false";
35
- hidden?: boolean;
36
- id?: string;
37
- lang?: string;
38
- placeholder?: string;
39
- slot?: string;
40
- spellCheck?: boolean | "true" | "false";
41
- style?: React.CSSProperties;
42
- tabIndex?: number;
43
- title?: string;
44
- translate?: "yes" | "no";
45
- radioGroup?: string;
46
- role?: React.AriaRole;
47
- about?: string;
48
- datatype?: string;
49
- inlist?: any;
50
- prefix?: string;
51
- property?: string;
52
- resource?: string;
53
- typeof?: string;
54
- vocab?: string;
55
- autoCapitalize?: string;
56
- autoCorrect?: string;
57
- autoSave?: string;
58
- itemProp?: string;
59
- itemScope?: boolean;
60
- itemType?: string;
61
- itemID?: string;
62
- itemRef?: string;
63
- results?: number;
64
- security?: string;
65
- unselectable?: "on" | "off";
66
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
67
- is?: string;
68
- 'aria-activedescendant'?: string;
69
- 'aria-atomic'?: boolean | "true" | "false";
70
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
71
- 'aria-busy'?: boolean | "true" | "false";
72
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
73
- 'aria-colcount'?: number;
74
- 'aria-colindex'?: number;
75
- 'aria-colspan'?: number;
76
- 'aria-controls'?: string;
77
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
78
- 'aria-describedby'?: string;
79
- 'aria-details'?: string;
80
- 'aria-disabled'?: boolean | "true" | "false";
81
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
82
- 'aria-errormessage'?: string;
83
- 'aria-expanded'?: boolean | "true" | "false";
84
- 'aria-flowto'?: string;
85
- 'aria-grabbed'?: boolean | "true" | "false";
86
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
87
- 'aria-hidden'?: boolean | "true" | "false";
88
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
89
- 'aria-keyshortcuts'?: string;
90
- 'aria-label'?: string;
91
- 'aria-labelledby'?: string;
92
- 'aria-level'?: number;
93
- 'aria-live'?: "off" | "assertive" | "polite";
94
- 'aria-modal'?: boolean | "true" | "false";
95
- 'aria-multiline'?: boolean | "true" | "false";
96
- 'aria-multiselectable'?: boolean | "true" | "false";
97
- 'aria-orientation'?: "horizontal" | "vertical";
98
- 'aria-owns'?: string;
99
- 'aria-placeholder'?: string;
100
- 'aria-posinset'?: number;
101
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
102
- 'aria-readonly'?: boolean | "true" | "false";
103
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
104
- 'aria-required'?: boolean | "true" | "false";
105
- 'aria-roledescription'?: string;
106
- 'aria-rowcount'?: number;
107
- 'aria-rowindex'?: number;
108
- 'aria-rowspan'?: number;
109
- 'aria-selected'?: boolean | "true" | "false";
110
- 'aria-setsize'?: number;
111
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
112
- 'aria-valuemax'?: number;
113
- 'aria-valuemin'?: number;
114
- 'aria-valuenow'?: number;
115
- 'aria-valuetext'?: string;
116
- children?: React.ReactNode;
117
- dangerouslySetInnerHTML?: {
118
- __html: string;
119
- };
120
- onCopy?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
121
- onCopyCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
122
- onCut?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
123
- onCutCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
124
- onPaste?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
125
- onPasteCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
126
- onCompositionEnd?: (event: React.CompositionEvent<HTMLDivElement>) => void;
127
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
128
- onCompositionStart?: (event: React.CompositionEvent<HTMLDivElement>) => void;
129
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
130
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLDivElement>) => void;
131
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
132
- onFocus?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
133
- onFocusCapture?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
134
- onBlur?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
135
- onBlurCapture?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
136
- onChangeCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
137
- onBeforeInput?: (event: React.FormEvent<HTMLDivElement>) => void;
138
- onBeforeInputCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
139
- onInput?: (event: React.FormEvent<HTMLDivElement>) => void;
140
- onInputCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
141
- onReset?: (event: React.FormEvent<HTMLDivElement>) => void;
142
- onResetCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
143
- onSubmit?: (event: React.FormEvent<HTMLDivElement>) => void;
144
- onSubmitCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
145
- onInvalid?: (event: React.FormEvent<HTMLDivElement>) => void;
146
- onInvalidCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
147
- onLoad?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
148
- onLoadCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
149
- onError?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
150
- onErrorCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
151
- onKeyDown?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
152
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
153
- onKeyPress?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
154
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
155
- onKeyUp?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
156
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
157
- onAbort?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
158
- onAbortCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
159
- onCanPlay?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
160
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
161
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
162
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
163
- onDurationChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
164
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
165
- onEmptied?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
166
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
167
- onEncrypted?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
168
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
169
- onEnded?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
170
- onEndedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
171
- onLoadedData?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
172
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
173
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
174
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
175
- onLoadStart?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
176
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
177
- onPause?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
178
- onPauseCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
179
- onPlay?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
180
- onPlayCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
181
- onPlaying?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
182
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
183
- onProgress?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
184
- onProgressCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
185
- onRateChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
186
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
187
- onSeeked?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
188
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
189
- onSeeking?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
190
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
191
- onStalled?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
192
- onStalledCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
193
- onSuspend?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
194
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
195
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
196
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
197
- onVolumeChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
198
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
199
- onWaiting?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
200
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
201
- onAuxClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
202
- onAuxClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
203
- onClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
204
- onClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
205
- onContextMenu?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
206
- onContextMenuCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
207
- onDoubleClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
208
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
209
- onDrag?: (event: React.DragEvent<HTMLDivElement>) => void;
210
- onDragCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
211
- onDragEnd?: (event: React.DragEvent<HTMLDivElement>) => void;
212
- onDragEndCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
213
- onDragEnter?: (event: React.DragEvent<HTMLDivElement>) => void;
214
- onDragEnterCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
215
- onDragExit?: (event: React.DragEvent<HTMLDivElement>) => void;
216
- onDragExitCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
217
- onDragLeave?: (event: React.DragEvent<HTMLDivElement>) => void;
218
- onDragLeaveCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
219
- onDragOver?: (event: React.DragEvent<HTMLDivElement>) => void;
220
- onDragOverCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
221
- onDragStart?: (event: React.DragEvent<HTMLDivElement>) => void;
222
- onDragStartCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
223
- onDrop?: (event: React.DragEvent<HTMLDivElement>) => void;
224
- onDropCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
225
- onMouseDown?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
226
- onMouseDownCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
227
- onMouseEnter?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
228
- onMouseLeave?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
229
- onMouseMove?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
230
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
231
- onMouseOut?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
232
- onMouseOutCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
233
- onMouseOver?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
234
- onMouseOverCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
235
- onMouseUp?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
236
- onMouseUpCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
237
- onSelect?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
238
- onSelectCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
239
- onTouchCancel?: (event: React.TouchEvent<HTMLDivElement>) => void;
240
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
241
- onTouchEnd?: (event: React.TouchEvent<HTMLDivElement>) => void;
242
- onTouchEndCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
243
- onTouchMove?: (event: React.TouchEvent<HTMLDivElement>) => void;
244
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
245
- onTouchStart?: (event: React.TouchEvent<HTMLDivElement>) => void;
246
- onTouchStartCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
247
- onPointerDown?: (event: React.PointerEvent<HTMLDivElement>) => void;
248
- onPointerDownCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
249
- onPointerMove?: (event: React.PointerEvent<HTMLDivElement>) => void;
250
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
251
- onPointerUp?: (event: React.PointerEvent<HTMLDivElement>) => void;
252
- onPointerUpCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
253
- onPointerCancel?: (event: React.PointerEvent<HTMLDivElement>) => void;
254
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
255
- onPointerEnter?: (event: React.PointerEvent<HTMLDivElement>) => void;
256
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
257
- onPointerLeave?: (event: React.PointerEvent<HTMLDivElement>) => void;
258
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
259
- onPointerOver?: (event: React.PointerEvent<HTMLDivElement>) => void;
260
- onPointerOverCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
261
- onPointerOut?: (event: React.PointerEvent<HTMLDivElement>) => void;
262
- onPointerOutCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
263
- onGotPointerCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
264
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
265
- onLostPointerCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
266
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
267
- onScroll?: (event: React.UIEvent<HTMLDivElement, UIEvent>) => void;
268
- onScrollCapture?: (event: React.UIEvent<HTMLDivElement, UIEvent>) => void;
269
- onWheel?: (event: React.WheelEvent<HTMLDivElement>) => void;
270
- onWheelCapture?: (event: React.WheelEvent<HTMLDivElement>) => void;
271
- onAnimationStart?: (event: React.AnimationEvent<HTMLDivElement>) => void;
272
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
273
- onAnimationEnd?: (event: React.AnimationEvent<HTMLDivElement>) => void;
274
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
275
- onAnimationIteration?: (event: React.AnimationEvent<HTMLDivElement>) => void;
276
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
277
- onTransitionEnd?: (event: React.TransitionEvent<HTMLDivElement>) => void;
278
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLDivElement>) => void;
279
- };
280
- };
281
- export declare const DifferentToggleButtons: {
282
- (args: any): JSX.Element;
283
- args: {
284
- descriptionId?: string;
285
- enforced?: boolean;
286
- exclusive?: boolean;
287
- isInverse?: boolean;
288
- onChange?: (event: React.ChangeEvent<HTMLInputElement>, value?: string) => void;
289
- testId?: string;
290
- theme?: import("../..").ThemeInterface;
291
- value?: string;
292
- alignment?: import("../ButtonGroup").ButtonGroupAlignment;
293
- color?: import("../Button").ButtonColor;
294
- orientation?: import("../ButtonGroup").ButtonGroupOrientation;
295
- variant?: import("../Button").ButtonVariant;
296
- size?: ButtonSize;
297
- noSpace: boolean;
298
- textTransform?: import("../Button").ButtonTextTransform;
299
- defaultChecked?: boolean;
300
- defaultValue?: string | number | readonly string[];
301
- suppressContentEditableWarning?: boolean;
302
- suppressHydrationWarning?: boolean;
303
- accessKey?: string;
304
- className?: string;
305
- contentEditable?: boolean | "true" | "false" | "inherit";
306
- contextMenu?: string;
307
- dir?: string;
308
- draggable?: boolean | "true" | "false";
309
- hidden?: boolean;
310
- id?: string;
311
- lang?: string;
312
- placeholder?: string;
313
- slot?: string;
314
- spellCheck?: boolean | "true" | "false";
315
- style?: React.CSSProperties;
316
- tabIndex?: number;
317
- title?: string;
318
- translate?: "yes" | "no";
319
- radioGroup?: string;
320
- role?: React.AriaRole;
321
- about?: string;
322
- datatype?: string;
323
- inlist?: any;
324
- prefix?: string;
325
- property?: string;
326
- resource?: string;
327
- typeof?: string;
328
- vocab?: string;
329
- autoCapitalize?: string;
330
- autoCorrect?: string;
331
- autoSave?: string;
332
- itemProp?: string;
333
- itemScope?: boolean;
334
- itemType?: string;
335
- itemID?: string;
336
- itemRef?: string;
337
- results?: number;
338
- security?: string;
339
- unselectable?: "on" | "off";
340
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
341
- is?: string;
342
- 'aria-activedescendant'?: string;
343
- 'aria-atomic'?: boolean | "true" | "false";
344
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
345
- 'aria-busy'?: boolean | "true" | "false";
346
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
347
- 'aria-colcount'?: number;
348
- 'aria-colindex'?: number;
349
- 'aria-colspan'?: number;
350
- 'aria-controls'?: string;
351
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
352
- 'aria-describedby'?: string;
353
- 'aria-details'?: string;
354
- 'aria-disabled'?: boolean | "true" | "false";
355
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
356
- 'aria-errormessage'?: string;
357
- 'aria-expanded'?: boolean | "true" | "false";
358
- 'aria-flowto'?: string;
359
- 'aria-grabbed'?: boolean | "true" | "false";
360
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
361
- 'aria-hidden'?: boolean | "true" | "false";
362
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
363
- 'aria-keyshortcuts'?: string;
364
- 'aria-label'?: string;
365
- 'aria-labelledby'?: string;
366
- 'aria-level'?: number;
367
- 'aria-live'?: "off" | "assertive" | "polite";
368
- 'aria-modal'?: boolean | "true" | "false";
369
- 'aria-multiline'?: boolean | "true" | "false";
370
- 'aria-multiselectable'?: boolean | "true" | "false";
371
- 'aria-orientation'?: "horizontal" | "vertical";
372
- 'aria-owns'?: string;
373
- 'aria-placeholder'?: string;
374
- 'aria-posinset'?: number;
375
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
376
- 'aria-readonly'?: boolean | "true" | "false";
377
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
378
- 'aria-required'?: boolean | "true" | "false";
379
- 'aria-roledescription'?: string;
380
- 'aria-rowcount'?: number;
381
- 'aria-rowindex'?: number;
382
- 'aria-rowspan'?: number;
383
- 'aria-selected'?: boolean | "true" | "false";
384
- 'aria-setsize'?: number;
385
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
386
- 'aria-valuemax'?: number;
387
- 'aria-valuemin'?: number;
388
- 'aria-valuenow'?: number;
389
- 'aria-valuetext'?: string;
390
- children?: React.ReactNode;
391
- dangerouslySetInnerHTML?: {
392
- __html: string;
393
- };
394
- onCopy?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
395
- onCopyCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
396
- onCut?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
397
- onCutCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
398
- onPaste?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
399
- onPasteCapture?: (event: React.ClipboardEvent<HTMLDivElement>) => void;
400
- onCompositionEnd?: (event: React.CompositionEvent<HTMLDivElement>) => void;
401
- onCompositionEndCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
402
- onCompositionStart?: (event: React.CompositionEvent<HTMLDivElement>) => void;
403
- onCompositionStartCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
404
- onCompositionUpdate?: (event: React.CompositionEvent<HTMLDivElement>) => void;
405
- onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLDivElement>) => void;
406
- onFocus?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
407
- onFocusCapture?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
408
- onBlur?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
409
- onBlurCapture?: (event: React.FocusEvent<HTMLDivElement, Element>) => void;
410
- onChangeCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
411
- onBeforeInput?: (event: React.FormEvent<HTMLDivElement>) => void;
412
- onBeforeInputCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
413
- onInput?: (event: React.FormEvent<HTMLDivElement>) => void;
414
- onInputCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
415
- onReset?: (event: React.FormEvent<HTMLDivElement>) => void;
416
- onResetCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
417
- onSubmit?: (event: React.FormEvent<HTMLDivElement>) => void;
418
- onSubmitCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
419
- onInvalid?: (event: React.FormEvent<HTMLDivElement>) => void;
420
- onInvalidCapture?: (event: React.FormEvent<HTMLDivElement>) => void;
421
- onLoad?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
422
- onLoadCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
423
- onError?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
424
- onErrorCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
425
- onKeyDown?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
426
- onKeyDownCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
427
- onKeyPress?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
428
- onKeyPressCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
429
- onKeyUp?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
430
- onKeyUpCapture?: (event: React.KeyboardEvent<HTMLDivElement>) => void;
431
- onAbort?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
432
- onAbortCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
433
- onCanPlay?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
434
- onCanPlayCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
435
- onCanPlayThrough?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
436
- onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
437
- onDurationChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
438
- onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
439
- onEmptied?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
440
- onEmptiedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
441
- onEncrypted?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
442
- onEncryptedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
443
- onEnded?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
444
- onEndedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
445
- onLoadedData?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
446
- onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
447
- onLoadedMetadata?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
448
- onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
449
- onLoadStart?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
450
- onLoadStartCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
451
- onPause?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
452
- onPauseCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
453
- onPlay?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
454
- onPlayCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
455
- onPlaying?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
456
- onPlayingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
457
- onProgress?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
458
- onProgressCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
459
- onRateChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
460
- onRateChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
461
- onSeeked?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
462
- onSeekedCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
463
- onSeeking?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
464
- onSeekingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
465
- onStalled?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
466
- onStalledCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
467
- onSuspend?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
468
- onSuspendCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
469
- onTimeUpdate?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
470
- onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
471
- onVolumeChange?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
472
- onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
473
- onWaiting?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
474
- onWaitingCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
475
- onAuxClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
476
- onAuxClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
477
- onClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
478
- onClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
479
- onContextMenu?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
480
- onContextMenuCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
481
- onDoubleClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
482
- onDoubleClickCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
483
- onDrag?: (event: React.DragEvent<HTMLDivElement>) => void;
484
- onDragCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
485
- onDragEnd?: (event: React.DragEvent<HTMLDivElement>) => void;
486
- onDragEndCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
487
- onDragEnter?: (event: React.DragEvent<HTMLDivElement>) => void;
488
- onDragEnterCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
489
- onDragExit?: (event: React.DragEvent<HTMLDivElement>) => void;
490
- onDragExitCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
491
- onDragLeave?: (event: React.DragEvent<HTMLDivElement>) => void;
492
- onDragLeaveCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
493
- onDragOver?: (event: React.DragEvent<HTMLDivElement>) => void;
494
- onDragOverCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
495
- onDragStart?: (event: React.DragEvent<HTMLDivElement>) => void;
496
- onDragStartCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
497
- onDrop?: (event: React.DragEvent<HTMLDivElement>) => void;
498
- onDropCapture?: (event: React.DragEvent<HTMLDivElement>) => void;
499
- onMouseDown?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
500
- onMouseDownCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
501
- onMouseEnter?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
502
- onMouseLeave?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
503
- onMouseMove?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
504
- onMouseMoveCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
505
- onMouseOut?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
506
- onMouseOutCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
507
- onMouseOver?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
508
- onMouseOverCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
509
- onMouseUp?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
510
- onMouseUpCapture?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
511
- onSelect?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
512
- onSelectCapture?: (event: React.SyntheticEvent<HTMLDivElement, Event>) => void;
513
- onTouchCancel?: (event: React.TouchEvent<HTMLDivElement>) => void;
514
- onTouchCancelCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
515
- onTouchEnd?: (event: React.TouchEvent<HTMLDivElement>) => void;
516
- onTouchEndCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
517
- onTouchMove?: (event: React.TouchEvent<HTMLDivElement>) => void;
518
- onTouchMoveCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
519
- onTouchStart?: (event: React.TouchEvent<HTMLDivElement>) => void;
520
- onTouchStartCapture?: (event: React.TouchEvent<HTMLDivElement>) => void;
521
- onPointerDown?: (event: React.PointerEvent<HTMLDivElement>) => void;
522
- onPointerDownCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
523
- onPointerMove?: (event: React.PointerEvent<HTMLDivElement>) => void;
524
- onPointerMoveCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
525
- onPointerUp?: (event: React.PointerEvent<HTMLDivElement>) => void;
526
- onPointerUpCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
527
- onPointerCancel?: (event: React.PointerEvent<HTMLDivElement>) => void;
528
- onPointerCancelCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
529
- onPointerEnter?: (event: React.PointerEvent<HTMLDivElement>) => void;
530
- onPointerEnterCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
531
- onPointerLeave?: (event: React.PointerEvent<HTMLDivElement>) => void;
532
- onPointerLeaveCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
533
- onPointerOver?: (event: React.PointerEvent<HTMLDivElement>) => void;
534
- onPointerOverCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
535
- onPointerOut?: (event: React.PointerEvent<HTMLDivElement>) => void;
536
- onPointerOutCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
537
- onGotPointerCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
538
- onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
539
- onLostPointerCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
540
- onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLDivElement>) => void;
541
- onScroll?: (event: React.UIEvent<HTMLDivElement, UIEvent>) => void;
542
- onScrollCapture?: (event: React.UIEvent<HTMLDivElement, UIEvent>) => void;
543
- onWheel?: (event: React.WheelEvent<HTMLDivElement>) => void;
544
- onWheelCapture?: (event: React.WheelEvent<HTMLDivElement>) => void;
545
- onAnimationStart?: (event: React.AnimationEvent<HTMLDivElement>) => void;
546
- onAnimationStartCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
547
- onAnimationEnd?: (event: React.AnimationEvent<HTMLDivElement>) => void;
548
- onAnimationEndCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
549
- onAnimationIteration?: (event: React.AnimationEvent<HTMLDivElement>) => void;
550
- onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLDivElement>) => void;
551
- onTransitionEnd?: (event: React.TransitionEvent<HTMLDivElement>) => void;
552
- onTransitionEndCapture?: (event: React.TransitionEvent<HTMLDivElement>) => void;
553
- };
554
- };
@@ -1,10 +0,0 @@
1
- import { TooltipProps } from './index';
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
- export default _default;
4
- export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
5
- export declare const Bottom: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
6
- export declare const Left: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
7
- export declare const Right: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
8
- export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
9
- export declare const Open: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TooltipProps>;
10
- export declare const Complex: () => JSX.Element;
@@ -1,79 +0,0 @@
1
- import React from 'react';
2
- declare const info: {
3
- component: React.ForwardRefExoticComponent<import("./Transition").TransitionProps & React.RefAttributes<HTMLDivElement>>;
4
- title: string;
5
- argTypes: {
6
- slideTop: {
7
- control: {
8
- type: string;
9
- };
10
- };
11
- slideBottom: {
12
- control: {
13
- type: string;
14
- };
15
- };
16
- slideRight: {
17
- control: {
18
- type: string;
19
- };
20
- };
21
- slideLeft: {
22
- control: {
23
- type: string;
24
- };
25
- };
26
- nudgeTop: {
27
- control: {
28
- type: string;
29
- };
30
- };
31
- nudgeBottom: {
32
- control: {
33
- type: string;
34
- };
35
- };
36
- nudgeRight: {
37
- control: {
38
- type: string;
39
- };
40
- };
41
- nudgeLeft: {
42
- control: {
43
- type: string;
44
- };
45
- };
46
- fade: {
47
- control: {
48
- type: string;
49
- };
50
- };
51
- scale: {
52
- control: {
53
- type: string;
54
- };
55
- };
56
- collapse: {
57
- control: {
58
- type: string;
59
- };
60
- };
61
- rotate45: {
62
- control: {
63
- type: string;
64
- };
65
- };
66
- rotate90: {
67
- control: {
68
- type: string;
69
- };
70
- };
71
- rotate180: {
72
- control: {
73
- type: string;
74
- };
75
- };
76
- };
77
- };
78
- export default info;
79
- export declare const Default: (args: any) => JSX.Element;