react-magma-dom 2.5.9-next.0 → 2.5.9-next.3

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.
@@ -24,19 +24,10 @@ export interface ModalProps extends React.HTMLAttributes<HTMLDivElement> {
24
24
  * Style for the modal container
25
25
  */
26
26
  containerStyle?: React.CSSProperties;
27
- /**
28
- * Style for the modal content container
29
- */
30
- contentStyle?: React.CSSProperties;
31
27
  /**
32
28
  * The content of the modal header
33
29
  */
34
30
  header?: React.ReactNode;
35
- /**
36
- * If true, the modal background will be transparent
37
- * @default false
38
- */
39
- hiddenBackground?: boolean;
40
31
  /**
41
32
  * If true, clicking the backdrop will not dismiss the modal
42
33
  * @default false
@@ -1110,7 +1110,541 @@ export declare const OnDelete: {
1110
1110
  };
1111
1111
  export declare const OnDeleteWithIcon: {
1112
1112
  (args: any): JSX.Element;
1113
- args: {};
1113
+ args: {
1114
+ color: TagColor;
1115
+ isInverse: boolean;
1116
+ onDelete?: never;
1117
+ onClick?: () => void;
1118
+ size?: TagSize;
1119
+ labelText?: React.ReactNode;
1120
+ disabled?: boolean;
1121
+ testId?: string;
1122
+ icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
1123
+ isClickable?: boolean;
1124
+ theme?: import("../../theme/magma").ThemeInterface;
1125
+ defaultChecked?: boolean;
1126
+ defaultValue?: string | number | readonly string[];
1127
+ suppressContentEditableWarning?: boolean;
1128
+ suppressHydrationWarning?: boolean;
1129
+ accessKey?: string;
1130
+ className?: string;
1131
+ contentEditable?: boolean | "inherit" | "true" | "false";
1132
+ contextMenu?: string;
1133
+ dir?: string;
1134
+ draggable?: boolean | "true" | "false";
1135
+ hidden?: boolean;
1136
+ id?: string;
1137
+ lang?: string;
1138
+ placeholder?: string;
1139
+ slot?: string;
1140
+ spellCheck?: boolean | "true" | "false";
1141
+ style?: React.CSSProperties;
1142
+ tabIndex?: number;
1143
+ title?: string;
1144
+ translate?: "yes" | "no";
1145
+ radioGroup?: string;
1146
+ role?: React.AriaRole;
1147
+ about?: string;
1148
+ datatype?: string;
1149
+ inlist?: any;
1150
+ prefix?: string;
1151
+ property?: string;
1152
+ resource?: string;
1153
+ typeof?: string;
1154
+ vocab?: string;
1155
+ autoCapitalize?: string;
1156
+ autoCorrect?: string;
1157
+ autoSave?: string;
1158
+ itemProp?: string;
1159
+ itemScope?: boolean;
1160
+ itemType?: string;
1161
+ itemID?: string;
1162
+ itemRef?: string;
1163
+ results?: number;
1164
+ security?: string;
1165
+ unselectable?: "on" | "off";
1166
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1167
+ is?: string;
1168
+ 'aria-activedescendant'?: string;
1169
+ 'aria-atomic'?: boolean | "true" | "false";
1170
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1171
+ 'aria-busy'?: boolean | "true" | "false";
1172
+ 'aria-checked'?: boolean | "true" | "false" | "mixed";
1173
+ 'aria-colcount'?: number;
1174
+ 'aria-colindex'?: number;
1175
+ 'aria-colspan'?: number;
1176
+ 'aria-controls'?: string;
1177
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1178
+ 'aria-describedby'?: string;
1179
+ 'aria-details'?: string;
1180
+ 'aria-disabled'?: boolean | "true" | "false";
1181
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1182
+ 'aria-errormessage'?: string;
1183
+ 'aria-expanded'?: boolean | "true" | "false";
1184
+ 'aria-flowto'?: string;
1185
+ 'aria-grabbed'?: boolean | "true" | "false";
1186
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1187
+ 'aria-hidden'?: boolean | "true" | "false";
1188
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1189
+ 'aria-keyshortcuts'?: string;
1190
+ 'aria-label'?: string;
1191
+ 'aria-labelledby'?: string;
1192
+ 'aria-level'?: number;
1193
+ 'aria-live'?: "off" | "assertive" | "polite";
1194
+ 'aria-modal'?: boolean | "true" | "false";
1195
+ 'aria-multiline'?: boolean | "true" | "false";
1196
+ 'aria-multiselectable'?: boolean | "true" | "false";
1197
+ 'aria-orientation'?: "horizontal" | "vertical";
1198
+ 'aria-owns'?: string;
1199
+ 'aria-placeholder'?: string;
1200
+ 'aria-posinset'?: number;
1201
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed";
1202
+ 'aria-readonly'?: boolean | "true" | "false";
1203
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1204
+ 'aria-required'?: boolean | "true" | "false";
1205
+ 'aria-roledescription'?: string;
1206
+ 'aria-rowcount'?: number;
1207
+ 'aria-rowindex'?: number;
1208
+ 'aria-rowspan'?: number;
1209
+ 'aria-selected'?: boolean | "true" | "false";
1210
+ 'aria-setsize'?: number;
1211
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
1212
+ 'aria-valuemax'?: number;
1213
+ 'aria-valuemin'?: number;
1214
+ 'aria-valuenow'?: number;
1215
+ 'aria-valuetext'?: string;
1216
+ children?: React.ReactNode;
1217
+ dangerouslySetInnerHTML?: {
1218
+ __html: string;
1219
+ };
1220
+ onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1221
+ onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1222
+ onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1223
+ onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1224
+ onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1225
+ onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1226
+ onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1227
+ onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1228
+ onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1229
+ onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1230
+ onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1231
+ onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1232
+ onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1233
+ onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1234
+ onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1235
+ onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1236
+ onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
1237
+ onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1238
+ onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
1239
+ onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1240
+ onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
1241
+ onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1242
+ onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
1243
+ onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1244
+ onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
1245
+ onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1246
+ onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
1247
+ onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1248
+ onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1249
+ onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1250
+ onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1251
+ onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1252
+ onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1253
+ onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1254
+ onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1255
+ onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1256
+ onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1257
+ onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1258
+ onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1259
+ onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1260
+ onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1261
+ onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1262
+ onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1263
+ onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1264
+ onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1265
+ onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1266
+ onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1267
+ onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1268
+ onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1269
+ onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1270
+ onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1271
+ onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1272
+ onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1273
+ onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1274
+ onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1275
+ onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1276
+ onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1277
+ onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1278
+ onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1279
+ onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1280
+ onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1281
+ onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1282
+ onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1283
+ onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1284
+ onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1285
+ onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1286
+ onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1287
+ onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1288
+ onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1289
+ onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1290
+ onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1291
+ onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1292
+ onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1293
+ onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1294
+ onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1295
+ onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1296
+ onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1297
+ onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1298
+ onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1299
+ onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1300
+ onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1301
+ onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1302
+ onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1303
+ onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1304
+ onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1305
+ onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1306
+ onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1307
+ onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1308
+ onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1309
+ onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
1310
+ onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1311
+ onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
1312
+ onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1313
+ onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
1314
+ onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1315
+ onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
1316
+ onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1317
+ onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
1318
+ onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1319
+ onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
1320
+ onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1321
+ onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
1322
+ onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1323
+ onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
1324
+ onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1325
+ onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1326
+ onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1327
+ onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1328
+ onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1329
+ onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1330
+ onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1331
+ onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1332
+ onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1333
+ onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1334
+ onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1335
+ onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1336
+ onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1337
+ onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1338
+ onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1339
+ onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1340
+ onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1341
+ onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1342
+ onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1343
+ onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1344
+ onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1345
+ onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1346
+ onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1347
+ onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1348
+ onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1349
+ onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1350
+ onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1351
+ onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1352
+ onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1353
+ onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1354
+ onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1355
+ onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1356
+ onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1357
+ onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1358
+ onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1359
+ onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1360
+ onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1361
+ onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1362
+ onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1363
+ onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1364
+ onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1365
+ onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1366
+ onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1367
+ onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1368
+ onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1369
+ onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1370
+ onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1371
+ onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1372
+ onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1373
+ onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1374
+ onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1375
+ onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1376
+ onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1377
+ onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1378
+ onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1379
+ css?: import("@emotion/core").InterpolationWithTheme<any>;
1380
+ } | {
1381
+ color: TagColor;
1382
+ isInverse: boolean;
1383
+ onClick?: never;
1384
+ onDelete?: () => void;
1385
+ size?: TagSize;
1386
+ labelText?: React.ReactNode;
1387
+ disabled?: boolean;
1388
+ testId?: string;
1389
+ icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
1390
+ isClickable?: boolean;
1391
+ theme?: import("../../theme/magma").ThemeInterface;
1392
+ defaultChecked?: boolean;
1393
+ defaultValue?: string | number | readonly string[];
1394
+ suppressContentEditableWarning?: boolean;
1395
+ suppressHydrationWarning?: boolean;
1396
+ accessKey?: string;
1397
+ className?: string;
1398
+ contentEditable?: boolean | "inherit" | "true" | "false";
1399
+ contextMenu?: string;
1400
+ dir?: string;
1401
+ draggable?: boolean | "true" | "false";
1402
+ hidden?: boolean;
1403
+ id?: string;
1404
+ lang?: string;
1405
+ placeholder?: string;
1406
+ slot?: string;
1407
+ spellCheck?: boolean | "true" | "false";
1408
+ style?: React.CSSProperties;
1409
+ tabIndex?: number;
1410
+ title?: string;
1411
+ translate?: "yes" | "no";
1412
+ radioGroup?: string;
1413
+ role?: React.AriaRole;
1414
+ about?: string;
1415
+ datatype?: string;
1416
+ inlist?: any;
1417
+ prefix?: string;
1418
+ property?: string;
1419
+ resource?: string;
1420
+ typeof?: string;
1421
+ vocab?: string;
1422
+ autoCapitalize?: string;
1423
+ autoCorrect?: string;
1424
+ autoSave?: string;
1425
+ itemProp?: string;
1426
+ itemScope?: boolean;
1427
+ itemType?: string;
1428
+ itemID?: string;
1429
+ itemRef?: string;
1430
+ results?: number;
1431
+ security?: string;
1432
+ unselectable?: "on" | "off";
1433
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1434
+ is?: string;
1435
+ 'aria-activedescendant'?: string;
1436
+ 'aria-atomic'?: boolean | "true" | "false";
1437
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1438
+ 'aria-busy'?: boolean | "true" | "false";
1439
+ 'aria-checked'?: boolean | "true" | "false" | "mixed";
1440
+ 'aria-colcount'?: number;
1441
+ 'aria-colindex'?: number;
1442
+ 'aria-colspan'?: number;
1443
+ 'aria-controls'?: string;
1444
+ 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1445
+ 'aria-describedby'?: string;
1446
+ 'aria-details'?: string;
1447
+ 'aria-disabled'?: boolean | "true" | "false";
1448
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1449
+ 'aria-errormessage'?: string;
1450
+ 'aria-expanded'?: boolean | "true" | "false";
1451
+ 'aria-flowto'?: string;
1452
+ 'aria-grabbed'?: boolean | "true" | "false";
1453
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1454
+ 'aria-hidden'?: boolean | "true" | "false";
1455
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1456
+ 'aria-keyshortcuts'?: string;
1457
+ 'aria-label'?: string;
1458
+ 'aria-labelledby'?: string;
1459
+ 'aria-level'?: number;
1460
+ 'aria-live'?: "off" | "assertive" | "polite";
1461
+ 'aria-modal'?: boolean | "true" | "false";
1462
+ 'aria-multiline'?: boolean | "true" | "false";
1463
+ 'aria-multiselectable'?: boolean | "true" | "false";
1464
+ 'aria-orientation'?: "horizontal" | "vertical";
1465
+ 'aria-owns'?: string;
1466
+ 'aria-placeholder'?: string;
1467
+ 'aria-posinset'?: number;
1468
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed";
1469
+ 'aria-readonly'?: boolean | "true" | "false";
1470
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1471
+ 'aria-required'?: boolean | "true" | "false";
1472
+ 'aria-roledescription'?: string;
1473
+ 'aria-rowcount'?: number;
1474
+ 'aria-rowindex'?: number;
1475
+ 'aria-rowspan'?: number;
1476
+ 'aria-selected'?: boolean | "true" | "false";
1477
+ 'aria-setsize'?: number;
1478
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
1479
+ 'aria-valuemax'?: number;
1480
+ 'aria-valuemin'?: number;
1481
+ 'aria-valuenow'?: number;
1482
+ 'aria-valuetext'?: string;
1483
+ children?: React.ReactNode;
1484
+ dangerouslySetInnerHTML?: {
1485
+ __html: string;
1486
+ };
1487
+ onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1488
+ onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1489
+ onCut?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1490
+ onCutCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1491
+ onPaste?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1492
+ onPasteCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
1493
+ onCompositionEnd?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1494
+ onCompositionEndCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1495
+ onCompositionStart?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1496
+ onCompositionStartCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1497
+ onCompositionUpdate?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1498
+ onCompositionUpdateCapture?: (event: React.CompositionEvent<HTMLButtonElement>) => void;
1499
+ onFocus?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1500
+ onFocusCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1501
+ onBlur?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1502
+ onBlurCapture?: (event: React.FocusEvent<HTMLButtonElement, Element>) => void;
1503
+ onChange?: (event: React.FormEvent<HTMLButtonElement>) => void;
1504
+ onChangeCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1505
+ onBeforeInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
1506
+ onBeforeInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1507
+ onInput?: (event: React.FormEvent<HTMLButtonElement>) => void;
1508
+ onInputCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1509
+ onReset?: (event: React.FormEvent<HTMLButtonElement>) => void;
1510
+ onResetCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1511
+ onSubmit?: (event: React.FormEvent<HTMLButtonElement>) => void;
1512
+ onSubmitCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1513
+ onInvalid?: (event: React.FormEvent<HTMLButtonElement>) => void;
1514
+ onInvalidCapture?: (event: React.FormEvent<HTMLButtonElement>) => void;
1515
+ onLoad?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1516
+ onLoadCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1517
+ onError?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1518
+ onErrorCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1519
+ onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1520
+ onKeyDownCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1521
+ onKeyPress?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1522
+ onKeyPressCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1523
+ onKeyUp?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1524
+ onKeyUpCapture?: (event: React.KeyboardEvent<HTMLButtonElement>) => void;
1525
+ onAbort?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1526
+ onAbortCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1527
+ onCanPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1528
+ onCanPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1529
+ onCanPlayThrough?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1530
+ onCanPlayThroughCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1531
+ onDurationChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1532
+ onDurationChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1533
+ onEmptied?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1534
+ onEmptiedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1535
+ onEncrypted?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1536
+ onEncryptedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1537
+ onEnded?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1538
+ onEndedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1539
+ onLoadedData?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1540
+ onLoadedDataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1541
+ onLoadedMetadata?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1542
+ onLoadedMetadataCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1543
+ onLoadStart?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1544
+ onLoadStartCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1545
+ onPause?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1546
+ onPauseCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1547
+ onPlay?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1548
+ onPlayCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1549
+ onPlaying?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1550
+ onPlayingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1551
+ onProgress?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1552
+ onProgressCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1553
+ onRateChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1554
+ onRateChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1555
+ onSeeked?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1556
+ onSeekedCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1557
+ onSeeking?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1558
+ onSeekingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1559
+ onStalled?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1560
+ onStalledCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1561
+ onSuspend?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1562
+ onSuspendCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1563
+ onTimeUpdate?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1564
+ onTimeUpdateCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1565
+ onVolumeChange?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1566
+ onVolumeChangeCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1567
+ onWaiting?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1568
+ onWaitingCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1569
+ onAuxClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1570
+ onAuxClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1571
+ onClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1572
+ onContextMenu?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1573
+ onContextMenuCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1574
+ onDoubleClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1575
+ onDoubleClickCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1576
+ onDrag?: (event: React.DragEvent<HTMLButtonElement>) => void;
1577
+ onDragCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1578
+ onDragEnd?: (event: React.DragEvent<HTMLButtonElement>) => void;
1579
+ onDragEndCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1580
+ onDragEnter?: (event: React.DragEvent<HTMLButtonElement>) => void;
1581
+ onDragEnterCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1582
+ onDragExit?: (event: React.DragEvent<HTMLButtonElement>) => void;
1583
+ onDragExitCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1584
+ onDragLeave?: (event: React.DragEvent<HTMLButtonElement>) => void;
1585
+ onDragLeaveCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1586
+ onDragOver?: (event: React.DragEvent<HTMLButtonElement>) => void;
1587
+ onDragOverCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1588
+ onDragStart?: (event: React.DragEvent<HTMLButtonElement>) => void;
1589
+ onDragStartCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1590
+ onDrop?: (event: React.DragEvent<HTMLButtonElement>) => void;
1591
+ onDropCapture?: (event: React.DragEvent<HTMLButtonElement>) => void;
1592
+ onMouseDown?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1593
+ onMouseDownCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1594
+ onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1595
+ onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1596
+ onMouseMove?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1597
+ onMouseMoveCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1598
+ onMouseOut?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1599
+ onMouseOutCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1600
+ onMouseOver?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1601
+ onMouseOverCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1602
+ onMouseUp?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1603
+ onMouseUpCapture?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
1604
+ onSelect?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1605
+ onSelectCapture?: (event: React.SyntheticEvent<HTMLButtonElement, Event>) => void;
1606
+ onTouchCancel?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1607
+ onTouchCancelCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1608
+ onTouchEnd?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1609
+ onTouchEndCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1610
+ onTouchMove?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1611
+ onTouchMoveCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1612
+ onTouchStart?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1613
+ onTouchStartCapture?: (event: React.TouchEvent<HTMLButtonElement>) => void;
1614
+ onPointerDown?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1615
+ onPointerDownCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1616
+ onPointerMove?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1617
+ onPointerMoveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1618
+ onPointerUp?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1619
+ onPointerUpCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1620
+ onPointerCancel?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1621
+ onPointerCancelCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1622
+ onPointerEnter?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1623
+ onPointerEnterCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1624
+ onPointerLeave?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1625
+ onPointerLeaveCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1626
+ onPointerOver?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1627
+ onPointerOverCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1628
+ onPointerOut?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1629
+ onPointerOutCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1630
+ onGotPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1631
+ onGotPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1632
+ onLostPointerCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1633
+ onLostPointerCaptureCapture?: (event: React.PointerEvent<HTMLButtonElement>) => void;
1634
+ onScroll?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1635
+ onScrollCapture?: (event: React.UIEvent<HTMLButtonElement, UIEvent>) => void;
1636
+ onWheel?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1637
+ onWheelCapture?: (event: React.WheelEvent<HTMLButtonElement>) => void;
1638
+ onAnimationStart?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1639
+ onAnimationStartCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1640
+ onAnimationEnd?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1641
+ onAnimationEndCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1642
+ onAnimationIteration?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1643
+ onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
1644
+ onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1645
+ onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
1646
+ css?: import("@emotion/core").InterpolationWithTheme<any>;
1647
+ };
1114
1648
  };
1115
1649
  export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, ({
1116
1650
  onDelete?: never;