@atlaskit/radio 5.4.3 → 5.4.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/radio
2
2
 
3
+ ## 5.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.4.3
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/radio.js CHANGED
@@ -29,7 +29,7 @@ var _styles = _interopRequireDefault(require("./styles"));
29
29
 
30
30
  var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"];
31
31
  var packageName = "@atlaskit/radio";
32
- var packageVersion = "5.4.3";
32
+ var packageVersion = "5.4.4";
33
33
  var fontFamily = (0, _constants.fontFamily)();
34
34
  var noop = _noop.default;
35
35
  var labelPaddingStyles = (0, _react2.css)({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "sideEffects": false
5
5
  }
@@ -10,7 +10,7 @@ import GlobalTheme from '@atlaskit/theme/components';
10
10
  import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
11
11
  import getRadioCustomProperties from './styles';
12
12
  const packageName = "@atlaskit/radio";
13
- const packageVersion = "5.4.3";
13
+ const packageVersion = "5.4.4";
14
14
  const fontFamily = getFontFamily();
15
15
  const noop = __noop;
16
16
  const labelPaddingStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "sideEffects": false
5
5
  }
package/dist/esm/radio.js CHANGED
@@ -12,7 +12,7 @@ import GlobalTheme from '@atlaskit/theme/components';
12
12
  import { fontFamily as getFontFamily } from '@atlaskit/theme/constants';
13
13
  import getRadioCustomProperties from './styles';
14
14
  var packageName = "@atlaskit/radio";
15
- var packageVersion = "5.4.3";
15
+ var packageVersion = "5.4.4";
16
16
  var fontFamily = getFontFamily();
17
17
  var noop = __noop;
18
18
  var labelPaddingStyles = css({
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/radio",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/analytics-next": "^8.0.0",
34
34
  "@atlaskit/ds-lib": "^2.1.0",
35
35
  "@atlaskit/theme": "^12.2.0",
36
- "@atlaskit/tokens": "^0.11.0",
36
+ "@atlaskit/tokens": "^0.12.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@emotion/react": "^11.7.1"
39
39
  },
@@ -41,10 +41,10 @@
41
41
  "react": "^16.8.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@atlaskit/button": "^16.4.0",
44
+ "@atlaskit/button": "^16.5.0",
45
45
  "@atlaskit/checkbox": "^12.4.0",
46
46
  "@atlaskit/docs": "^9.0.0",
47
- "@atlaskit/form": "^8.7.0",
47
+ "@atlaskit/form": "^8.8.0",
48
48
  "@atlaskit/section-message": "^6.3.0",
49
49
  "@atlaskit/ssr": "*",
50
50
  "@atlaskit/visual-regression": "*",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/radio"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
9
+
10
+ - [Main Entry Types](#main-entry-types)
4
11
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
12
+ ### Main Entry Types
8
13
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  /// <reference types="react" />
@@ -39,28 +44,10 @@ export const Radio: MemoExoticComponent<
39
44
  ForwardRefExoticComponent<
40
45
  Pick<
41
46
  Omit<
42
- Omit<
43
- InputHTMLAttributes<HTMLInputElement>,
44
- 'aria-label' | 'disabled' | 'required' | 'checked' | 'value'
45
- >,
46
- keyof {
47
- ariaLabel?: string | undefined;
48
- isDisabled?: boolean | undefined;
49
- isRequired?: boolean | undefined;
50
- isInvalid?: boolean | undefined;
51
- isChecked?: boolean | undefined;
52
- label?: ReactNode;
53
- onChange?:
54
- | ((
55
- e: ChangeEvent<HTMLInputElement>,
56
- analyticsEvent: UIAnalyticsEvent,
57
- ) => void)
58
- | undefined;
59
- value?: string | undefined;
60
- testId?: string | undefined;
61
- analyticsContext?: Record<string, any> | undefined;
62
- }
63
- > & {
47
+ InputHTMLAttributes<HTMLInputElement>,
48
+ 'aria-label' | 'checked' | 'disabled' | 'required' | 'value'
49
+ >,
50
+ keyof {
64
51
  ariaLabel?: string | undefined;
65
52
  isDisabled?: boolean | undefined;
66
53
  isRequired?: boolean | undefined;
@@ -76,307 +63,323 @@ export const Radio: MemoExoticComponent<
76
63
  value?: string | undefined;
77
64
  testId?: string | undefined;
78
65
  analyticsContext?: Record<string, any> | undefined;
79
- } & WithAnalyticsEventsProps,
80
- | 'accept'
81
- | 'alt'
82
- | 'autoComplete'
83
- | 'autoFocus'
84
- | 'capture'
85
- | 'crossOrigin'
86
- | 'form'
87
- | 'formAction'
88
- | 'formEncType'
89
- | 'formMethod'
90
- | 'formNoValidate'
91
- | 'formTarget'
92
- | 'height'
93
- | 'list'
94
- | 'max'
95
- | 'maxLength'
96
- | 'min'
97
- | 'minLength'
98
- | 'multiple'
99
- | 'name'
100
- | 'pattern'
101
- | 'placeholder'
102
- | 'readOnly'
103
- | 'size'
104
- | 'src'
105
- | 'step'
106
- | 'type'
107
- | 'width'
108
- | 'defaultChecked'
109
- | 'defaultValue'
110
- | 'suppressContentEditableWarning'
111
- | 'suppressHydrationWarning'
112
- | 'accessKey'
113
- | 'className'
114
- | 'contentEditable'
115
- | 'contextMenu'
116
- | 'dir'
117
- | 'draggable'
118
- | 'hidden'
119
- | 'id'
120
- | 'lang'
121
- | 'slot'
122
- | 'spellCheck'
123
- | 'style'
124
- | 'tabIndex'
125
- | 'title'
126
- | 'inputMode'
127
- | 'is'
128
- | 'radioGroup'
129
- | 'role'
130
- | 'about'
131
- | 'datatype'
132
- | 'inlist'
133
- | 'prefix'
134
- | 'property'
135
- | 'resource'
136
- | 'typeof'
137
- | 'vocab'
138
- | 'autoCapitalize'
139
- | 'autoCorrect'
140
- | 'autoSave'
141
- | 'color'
142
- | 'itemProp'
143
- | 'itemScope'
144
- | 'itemType'
145
- | 'itemID'
146
- | 'itemRef'
147
- | 'results'
148
- | 'security'
149
- | 'unselectable'
150
- | 'aria-activedescendant'
151
- | 'aria-atomic'
152
- | 'aria-autocomplete'
153
- | 'aria-busy'
154
- | 'aria-checked'
155
- | 'aria-colcount'
156
- | 'aria-colindex'
157
- | 'aria-colspan'
158
- | 'aria-controls'
159
- | 'aria-current'
160
- | 'aria-describedby'
161
- | 'aria-details'
162
- | 'aria-disabled'
163
- | 'aria-dropeffect'
164
- | 'aria-errormessage'
165
- | 'aria-expanded'
166
- | 'aria-flowto'
167
- | 'aria-grabbed'
168
- | 'aria-haspopup'
169
- | 'aria-hidden'
170
- | 'aria-invalid'
171
- | 'aria-keyshortcuts'
172
- | 'aria-labelledby'
173
- | 'aria-level'
174
- | 'aria-live'
175
- | 'aria-modal'
176
- | 'aria-multiline'
177
- | 'aria-multiselectable'
178
- | 'aria-orientation'
179
- | 'aria-owns'
180
- | 'aria-placeholder'
181
- | 'aria-posinset'
182
- | 'aria-pressed'
183
- | 'aria-readonly'
184
- | 'aria-relevant'
185
- | 'aria-required'
186
- | 'aria-roledescription'
187
- | 'aria-rowcount'
188
- | 'aria-rowindex'
189
- | 'aria-rowspan'
190
- | 'aria-selected'
191
- | 'aria-setsize'
192
- | 'aria-sort'
193
- | 'aria-valuemax'
194
- | 'aria-valuemin'
195
- | 'aria-valuenow'
196
- | 'aria-valuetext'
197
- | 'children'
198
- | 'dangerouslySetInnerHTML'
199
- | 'onCopy'
200
- | 'onCopyCapture'
201
- | 'onCut'
202
- | 'onCutCapture'
203
- | 'onPaste'
204
- | 'onPasteCapture'
205
- | 'onCompositionEnd'
206
- | 'onCompositionEndCapture'
207
- | 'onCompositionStart'
208
- | 'onCompositionStartCapture'
209
- | 'onCompositionUpdate'
210
- | 'onCompositionUpdateCapture'
211
- | 'onFocus'
212
- | 'onFocusCapture'
213
- | 'onBlur'
214
- | 'onBlurCapture'
215
- | 'onChangeCapture'
216
- | 'onBeforeInput'
217
- | 'onBeforeInputCapture'
218
- | 'onInput'
219
- | 'onInputCapture'
220
- | 'onReset'
221
- | 'onResetCapture'
222
- | 'onSubmit'
223
- | 'onSubmitCapture'
224
- | 'onInvalid'
225
- | 'onInvalidCapture'
226
- | 'onLoad'
227
- | 'onLoadCapture'
228
- | 'onError'
229
- | 'onErrorCapture'
230
- | 'onKeyDown'
231
- | 'onKeyDownCapture'
232
- | 'onKeyPress'
233
- | 'onKeyPressCapture'
234
- | 'onKeyUp'
235
- | 'onKeyUpCapture'
236
- | 'onAbort'
237
- | 'onAbortCapture'
238
- | 'onCanPlay'
239
- | 'onCanPlayCapture'
240
- | 'onCanPlayThrough'
241
- | 'onCanPlayThroughCapture'
242
- | 'onDurationChange'
243
- | 'onDurationChangeCapture'
244
- | 'onEmptied'
245
- | 'onEmptiedCapture'
246
- | 'onEncrypted'
247
- | 'onEncryptedCapture'
248
- | 'onEnded'
249
- | 'onEndedCapture'
250
- | 'onLoadedData'
251
- | 'onLoadedDataCapture'
252
- | 'onLoadedMetadata'
253
- | 'onLoadedMetadataCapture'
254
- | 'onLoadStart'
255
- | 'onLoadStartCapture'
256
- | 'onPause'
257
- | 'onPauseCapture'
258
- | 'onPlay'
259
- | 'onPlayCapture'
260
- | 'onPlaying'
261
- | 'onPlayingCapture'
262
- | 'onProgress'
263
- | 'onProgressCapture'
264
- | 'onRateChange'
265
- | 'onRateChangeCapture'
266
- | 'onSeeked'
267
- | 'onSeekedCapture'
268
- | 'onSeeking'
269
- | 'onSeekingCapture'
270
- | 'onStalled'
271
- | 'onStalledCapture'
272
- | 'onSuspend'
273
- | 'onSuspendCapture'
274
- | 'onTimeUpdate'
275
- | 'onTimeUpdateCapture'
276
- | 'onVolumeChange'
277
- | 'onVolumeChangeCapture'
278
- | 'onWaiting'
279
- | 'onWaitingCapture'
280
- | 'onAuxClick'
281
- | 'onAuxClickCapture'
282
- | 'onClick'
283
- | 'onClickCapture'
284
- | 'onContextMenu'
285
- | 'onContextMenuCapture'
286
- | 'onDoubleClick'
287
- | 'onDoubleClickCapture'
288
- | 'onDrag'
289
- | 'onDragCapture'
290
- | 'onDragEnd'
291
- | 'onDragEndCapture'
292
- | 'onDragEnter'
293
- | 'onDragEnterCapture'
294
- | 'onDragExit'
295
- | 'onDragExitCapture'
296
- | 'onDragLeave'
297
- | 'onDragLeaveCapture'
298
- | 'onDragOver'
299
- | 'onDragOverCapture'
300
- | 'onDragStart'
301
- | 'onDragStartCapture'
302
- | 'onDrop'
303
- | 'onDropCapture'
304
- | 'onMouseDown'
305
- | 'onMouseDownCapture'
306
- | 'onMouseEnter'
307
- | 'onMouseLeave'
308
- | 'onMouseMove'
309
- | 'onMouseMoveCapture'
310
- | 'onMouseOut'
311
- | 'onMouseOutCapture'
312
- | 'onMouseOver'
313
- | 'onMouseOverCapture'
314
- | 'onMouseUp'
315
- | 'onMouseUpCapture'
316
- | 'onSelect'
317
- | 'onSelectCapture'
318
- | 'onTouchCancel'
319
- | 'onTouchCancelCapture'
320
- | 'onTouchEnd'
321
- | 'onTouchEndCapture'
322
- | 'onTouchMove'
323
- | 'onTouchMoveCapture'
324
- | 'onTouchStart'
325
- | 'onTouchStartCapture'
326
- | 'onPointerDown'
327
- | 'onPointerDownCapture'
328
- | 'onPointerMove'
329
- | 'onPointerMoveCapture'
330
- | 'onPointerUp'
331
- | 'onPointerUpCapture'
332
- | 'onPointerCancel'
333
- | 'onPointerCancelCapture'
334
- | 'onPointerEnter'
335
- | 'onPointerEnterCapture'
336
- | 'onPointerLeave'
337
- | 'onPointerLeaveCapture'
338
- | 'onPointerOver'
339
- | 'onPointerOverCapture'
340
- | 'onPointerOut'
341
- | 'onPointerOutCapture'
342
- | 'onGotPointerCapture'
343
- | 'onGotPointerCaptureCapture'
344
- | 'onLostPointerCapture'
345
- | 'onLostPointerCaptureCapture'
346
- | 'onScroll'
347
- | 'onScrollCapture'
348
- | 'onWheel'
349
- | 'onWheelCapture'
350
- | 'onAnimationStart'
351
- | 'onAnimationStartCapture'
352
- | 'onAnimationEnd'
353
- | 'onAnimationEndCapture'
354
- | 'onAnimationIteration'
355
- | 'onAnimationIterationCapture'
356
- | 'onTransitionEnd'
357
- | 'onTransitionEndCapture'
358
- | keyof {
359
- ariaLabel?: string | undefined;
360
- isDisabled?: boolean | undefined;
361
- isRequired?: boolean | undefined;
362
- isInvalid?: boolean | undefined;
363
- isChecked?: boolean | undefined;
364
- label?: ReactNode;
365
- onChange?:
366
- | ((
367
- e: ChangeEvent<HTMLInputElement>,
368
- analyticsEvent: UIAnalyticsEvent,
369
- ) => void)
370
- | undefined;
371
- value?: string | undefined;
372
- testId?: string | undefined;
373
- analyticsContext?: Record<string, any> | undefined;
374
- }
375
- | 'createAnalyticsEvent'
376
- > &
377
- RefAttributes<HTMLInputElement>
378
- >
379
- >;
66
+ }
67
+ > & {
68
+ ariaLabel?: string | undefined;
69
+ isDisabled?: boolean | undefined;
70
+ isRequired?: boolean | undefined;
71
+ isInvalid?: boolean | undefined;
72
+ isChecked?: boolean | undefined;
73
+ label?: ReactNode;
74
+ onChange?:
75
+ | ((
76
+ e: ChangeEvent<HTMLInputElement>,
77
+ analyticsEvent: UIAnalyticsEvent,
78
+ ) => void)
79
+ | undefined;
80
+ value?: string | undefined;
81
+ testId?: string | undefined;
82
+ analyticsContext?: Record<string, any> | undefined;
83
+ } & WithAnalyticsEventsProps,
84
+ | 'about'
85
+ | 'accept'
86
+ | 'accessKey'
87
+ | 'alt'
88
+ | 'aria-activedescendant'
89
+ | 'aria-atomic'
90
+ | 'aria-autocomplete'
91
+ | 'aria-busy'
92
+ | 'aria-checked'
93
+ | 'aria-colcount'
94
+ | 'aria-colindex'
95
+ | 'aria-colspan'
96
+ | 'aria-controls'
97
+ | 'aria-current'
98
+ | 'aria-describedby'
99
+ | 'aria-details'
100
+ | 'aria-disabled'
101
+ | 'aria-dropeffect'
102
+ | 'aria-errormessage'
103
+ | 'aria-expanded'
104
+ | 'aria-flowto'
105
+ | 'aria-grabbed'
106
+ | 'aria-haspopup'
107
+ | 'aria-hidden'
108
+ | 'aria-invalid'
109
+ | 'aria-keyshortcuts'
110
+ | 'aria-labelledby'
111
+ | 'aria-level'
112
+ | 'aria-live'
113
+ | 'aria-modal'
114
+ | 'aria-multiline'
115
+ | 'aria-multiselectable'
116
+ | 'aria-orientation'
117
+ | 'aria-owns'
118
+ | 'aria-placeholder'
119
+ | 'aria-posinset'
120
+ | 'aria-pressed'
121
+ | 'aria-readonly'
122
+ | 'aria-relevant'
123
+ | 'aria-required'
124
+ | 'aria-roledescription'
125
+ | 'aria-rowcount'
126
+ | 'aria-rowindex'
127
+ | 'aria-rowspan'
128
+ | 'aria-selected'
129
+ | 'aria-setsize'
130
+ | 'aria-sort'
131
+ | 'aria-valuemax'
132
+ | 'aria-valuemin'
133
+ | 'aria-valuenow'
134
+ | 'aria-valuetext'
135
+ | 'autoCapitalize'
136
+ | 'autoComplete'
137
+ | 'autoCorrect'
138
+ | 'autoFocus'
139
+ | 'autoSave'
140
+ | 'capture'
141
+ | 'children'
142
+ | 'className'
143
+ | 'color'
144
+ | 'contentEditable'
145
+ | 'contextMenu'
146
+ | 'createAnalyticsEvent'
147
+ | 'crossOrigin'
148
+ | 'dangerouslySetInnerHTML'
149
+ | 'datatype'
150
+ | 'defaultChecked'
151
+ | 'defaultValue'
152
+ | 'dir'
153
+ | 'draggable'
154
+ | 'form'
155
+ | 'formAction'
156
+ | 'formEncType'
157
+ | 'formMethod'
158
+ | 'formNoValidate'
159
+ | 'formTarget'
160
+ | 'height'
161
+ | 'hidden'
162
+ | 'id'
163
+ | 'inlist'
164
+ | 'inputMode'
165
+ | 'is'
166
+ | 'itemID'
167
+ | 'itemProp'
168
+ | 'itemRef'
169
+ | 'itemScope'
170
+ | 'itemType'
171
+ | 'lang'
172
+ | 'list'
173
+ | 'max'
174
+ | 'maxLength'
175
+ | 'min'
176
+ | 'minLength'
177
+ | 'multiple'
178
+ | 'name'
179
+ | 'onAbort'
180
+ | 'onAbortCapture'
181
+ | 'onAnimationEnd'
182
+ | 'onAnimationEndCapture'
183
+ | 'onAnimationIteration'
184
+ | 'onAnimationIterationCapture'
185
+ | 'onAnimationStart'
186
+ | 'onAnimationStartCapture'
187
+ | 'onAuxClick'
188
+ | 'onAuxClickCapture'
189
+ | 'onBeforeInput'
190
+ | 'onBeforeInputCapture'
191
+ | 'onBlur'
192
+ | 'onBlurCapture'
193
+ | 'onCanPlay'
194
+ | 'onCanPlayCapture'
195
+ | 'onCanPlayThrough'
196
+ | 'onCanPlayThroughCapture'
197
+ | 'onChangeCapture'
198
+ | 'onClick'
199
+ | 'onClickCapture'
200
+ | 'onCompositionEnd'
201
+ | 'onCompositionEndCapture'
202
+ | 'onCompositionStart'
203
+ | 'onCompositionStartCapture'
204
+ | 'onCompositionUpdate'
205
+ | 'onCompositionUpdateCapture'
206
+ | 'onContextMenu'
207
+ | 'onContextMenuCapture'
208
+ | 'onCopy'
209
+ | 'onCopyCapture'
210
+ | 'onCut'
211
+ | 'onCutCapture'
212
+ | 'onDoubleClick'
213
+ | 'onDoubleClickCapture'
214
+ | 'onDrag'
215
+ | 'onDragCapture'
216
+ | 'onDragEnd'
217
+ | 'onDragEndCapture'
218
+ | 'onDragEnter'
219
+ | 'onDragEnterCapture'
220
+ | 'onDragExit'
221
+ | 'onDragExitCapture'
222
+ | 'onDragLeave'
223
+ | 'onDragLeaveCapture'
224
+ | 'onDragOver'
225
+ | 'onDragOverCapture'
226
+ | 'onDragStart'
227
+ | 'onDragStartCapture'
228
+ | 'onDrop'
229
+ | 'onDropCapture'
230
+ | 'onDurationChange'
231
+ | 'onDurationChangeCapture'
232
+ | 'onEmptied'
233
+ | 'onEmptiedCapture'
234
+ | 'onEncrypted'
235
+ | 'onEncryptedCapture'
236
+ | 'onEnded'
237
+ | 'onEndedCapture'
238
+ | 'onError'
239
+ | 'onErrorCapture'
240
+ | 'onFocus'
241
+ | 'onFocusCapture'
242
+ | 'onGotPointerCapture'
243
+ | 'onGotPointerCaptureCapture'
244
+ | 'onInput'
245
+ | 'onInputCapture'
246
+ | 'onInvalid'
247
+ | 'onInvalidCapture'
248
+ | 'onKeyDown'
249
+ | 'onKeyDownCapture'
250
+ | 'onKeyPress'
251
+ | 'onKeyPressCapture'
252
+ | 'onKeyUp'
253
+ | 'onKeyUpCapture'
254
+ | 'onLoad'
255
+ | 'onLoadCapture'
256
+ | 'onLoadStart'
257
+ | 'onLoadStartCapture'
258
+ | 'onLoadedData'
259
+ | 'onLoadedDataCapture'
260
+ | 'onLoadedMetadata'
261
+ | 'onLoadedMetadataCapture'
262
+ | 'onLostPointerCapture'
263
+ | 'onLostPointerCaptureCapture'
264
+ | 'onMouseDown'
265
+ | 'onMouseDownCapture'
266
+ | 'onMouseEnter'
267
+ | 'onMouseLeave'
268
+ | 'onMouseMove'
269
+ | 'onMouseMoveCapture'
270
+ | 'onMouseOut'
271
+ | 'onMouseOutCapture'
272
+ | 'onMouseOver'
273
+ | 'onMouseOverCapture'
274
+ | 'onMouseUp'
275
+ | 'onMouseUpCapture'
276
+ | 'onPaste'
277
+ | 'onPasteCapture'
278
+ | 'onPause'
279
+ | 'onPauseCapture'
280
+ | 'onPlay'
281
+ | 'onPlayCapture'
282
+ | 'onPlaying'
283
+ | 'onPlayingCapture'
284
+ | 'onPointerCancel'
285
+ | 'onPointerCancelCapture'
286
+ | 'onPointerDown'
287
+ | 'onPointerDownCapture'
288
+ | 'onPointerEnter'
289
+ | 'onPointerEnterCapture'
290
+ | 'onPointerLeave'
291
+ | 'onPointerLeaveCapture'
292
+ | 'onPointerMove'
293
+ | 'onPointerMoveCapture'
294
+ | 'onPointerOut'
295
+ | 'onPointerOutCapture'
296
+ | 'onPointerOver'
297
+ | 'onPointerOverCapture'
298
+ | 'onPointerUp'
299
+ | 'onPointerUpCapture'
300
+ | 'onProgress'
301
+ | 'onProgressCapture'
302
+ | 'onRateChange'
303
+ | 'onRateChangeCapture'
304
+ | 'onReset'
305
+ | 'onResetCapture'
306
+ | 'onScroll'
307
+ | 'onScrollCapture'
308
+ | 'onSeeked'
309
+ | 'onSeekedCapture'
310
+ | 'onSeeking'
311
+ | 'onSeekingCapture'
312
+ | 'onSelect'
313
+ | 'onSelectCapture'
314
+ | 'onStalled'
315
+ | 'onStalledCapture'
316
+ | 'onSubmit'
317
+ | 'onSubmitCapture'
318
+ | 'onSuspend'
319
+ | 'onSuspendCapture'
320
+ | 'onTimeUpdate'
321
+ | 'onTimeUpdateCapture'
322
+ | 'onTouchCancel'
323
+ | 'onTouchCancelCapture'
324
+ | 'onTouchEnd'
325
+ | 'onTouchEndCapture'
326
+ | 'onTouchMove'
327
+ | 'onTouchMoveCapture'
328
+ | 'onTouchStart'
329
+ | 'onTouchStartCapture'
330
+ | 'onTransitionEnd'
331
+ | 'onTransitionEndCapture'
332
+ | 'onVolumeChange'
333
+ | 'onVolumeChangeCapture'
334
+ | 'onWaiting'
335
+ | 'onWaitingCapture'
336
+ | 'onWheel'
337
+ | 'onWheelCapture'
338
+ | 'pattern'
339
+ | 'placeholder'
340
+ | 'prefix'
341
+ | 'property'
342
+ | 'radioGroup'
343
+ | 'readOnly'
344
+ | 'resource'
345
+ | 'results'
346
+ | 'role'
347
+ | 'security'
348
+ | 'size'
349
+ | 'slot'
350
+ | 'spellCheck'
351
+ | 'src'
352
+ | 'step'
353
+ | 'style'
354
+ | 'suppressContentEditableWarning'
355
+ | 'suppressHydrationWarning'
356
+ | 'tabIndex'
357
+ | 'title'
358
+ | 'type'
359
+ | 'typeof'
360
+ | 'unselectable'
361
+ | 'vocab'
362
+ | 'width'
363
+ | keyof {
364
+ ariaLabel?: string | undefined;
365
+ isDisabled?: boolean | undefined;
366
+ isRequired?: boolean | undefined;
367
+ isInvalid?: boolean | undefined;
368
+ isChecked?: boolean | undefined;
369
+ label?: ReactNode;
370
+ onChange?:
371
+ | ((
372
+ e: ChangeEvent<HTMLInputElement>,
373
+ analyticsEvent: UIAnalyticsEvent,
374
+ ) => void)
375
+ | undefined;
376
+ value?: string | undefined;
377
+ testId?: string | undefined;
378
+ analyticsContext?: Record<string, any> | undefined;
379
+ }
380
+ > &
381
+ RefAttributes<HTMLInputElement>
382
+ >>;
380
383
 
381
384
  // @public (undocumented)
382
385
  export function RadioGroup(props: RadioGroupProps): JSX.Element;
@@ -404,3 +407,5 @@ type RadioValue = string;
404
407
 
405
408
  // (No @packageDocumentation comment for this package)
406
409
  ```
410
+
411
+ <!--SECTION END: Main Entry Types-->