carbon-react 126.10.1 → 127.0.1
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/esm/__internal__/checkable-input/checkable-input.component.js +362 -360
- package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/esm/__internal__/input/input-presentation.component.js +19 -17
- package/esm/__internal__/input/input.component.js +355 -353
- package/esm/__internal__/input/input.style.d.ts +1 -1
- package/esm/__internal__/input/input.style.js +1 -7
- package/esm/__spec_helper__/index.js +5 -1
- package/esm/components/accordion/accordion.component.js +338 -336
- package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/esm/components/box/box.component.js +3785 -3783
- package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/esm/components/button/button.component.js +688 -684
- package/esm/components/checkbox/checkbox.component.js +524 -522
- package/esm/components/date/date.component.js +722 -720
- package/esm/components/decimal/decimal.component.js +536 -534
- package/esm/components/dialog/dialog.component.js +56 -54
- package/esm/components/draggable/draggable-container.component.js +160 -158
- package/esm/components/draggable/draggable-item.component.js +162 -160
- package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/esm/components/file-input/file-input.component.js +191 -189
- package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/esm/components/grouped-character/grouped-character.component.js +538 -536
- package/esm/components/help/help.component.js +172 -170
- package/esm/components/hr/hr.component.js +159 -157
- package/esm/components/icon/icon.component.js +181 -179
- package/esm/components/icon-button/icon-button.component.js +321 -319
- package/esm/components/link/link.component.js +72 -70
- package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/esm/components/message/message.component.js +168 -166
- package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/esm/components/number/number.component.js +536 -534
- package/esm/components/pod/pod.component.js +178 -176
- package/esm/components/radio-button/radio-button.component.js +523 -521
- package/esm/components/search/search.component.js +183 -181
- package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
- package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
- package/esm/components/select/multi-select/multi-select.component.js +551 -549
- package/esm/components/select/option/option.component.js +402 -400
- package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
- package/esm/components/select/option-row/option-row.component.js +16 -14
- package/esm/components/select/select-list/select-list.component.js +34 -32
- package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
- package/esm/components/select/simple-select/simple-select.component.js +550 -548
- package/esm/components/sidebar/sidebar.component.js +297 -295
- package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/esm/components/step-flow/step-flow.component.js +170 -168
- package/esm/components/switch/switch.component.js +524 -522
- package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/esm/components/text-editor/text-editor.component.js +171 -169
- package/esm/components/textarea/textarea.component.js +532 -530
- package/esm/components/textbox/textbox.component.js +536 -534
- package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/esm/components/tile-select/tile-select.component.js +180 -178
- package/esm/components/time/time.component.js +202 -200
- package/esm/components/toast/toast.component.js +18 -16
- package/esm/components/tooltip/tooltip.component.js +23 -21
- package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
- package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
- package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
- package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
- package/lib/__internal__/input/input-presentation.component.js +19 -17
- package/lib/__internal__/input/input.component.js +355 -353
- package/lib/__internal__/input/input.style.d.ts +1 -1
- package/lib/__internal__/input/input.style.js +1 -7
- package/lib/__spec_helper__/index.js +5 -1
- package/lib/components/accordion/accordion.component.js +338 -336
- package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
- package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
- package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
- package/lib/components/box/box.component.js +3785 -3783
- package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
- package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
- package/lib/components/button/button.component.js +688 -684
- package/lib/components/checkbox/checkbox.component.js +524 -522
- package/lib/components/date/date.component.js +722 -720
- package/lib/components/decimal/decimal.component.js +536 -534
- package/lib/components/dialog/dialog.component.js +56 -54
- package/lib/components/draggable/draggable-container.component.js +160 -158
- package/lib/components/draggable/draggable-item.component.js +162 -160
- package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
- package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
- package/lib/components/file-input/file-input.component.js +191 -189
- package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
- package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
- package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
- package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
- package/lib/components/grouped-character/grouped-character.component.js +538 -536
- package/lib/components/help/help.component.js +172 -170
- package/lib/components/hr/hr.component.js +159 -157
- package/lib/components/icon/icon.component.js +181 -179
- package/lib/components/icon-button/icon-button.component.js +321 -319
- package/lib/components/link/link.component.js +72 -70
- package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
- package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
- package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
- package/lib/components/message/message.component.js +168 -166
- package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
- package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
- package/lib/components/number/number.component.js +536 -534
- package/lib/components/pod/pod.component.js +178 -176
- package/lib/components/radio-button/radio-button.component.js +523 -521
- package/lib/components/search/search.component.js +183 -181
- package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
- package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
- package/lib/components/select/multi-select/multi-select.component.js +551 -549
- package/lib/components/select/option/option.component.js +402 -400
- package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
- package/lib/components/select/option-row/option-row.component.js +16 -14
- package/lib/components/select/select-list/select-list.component.js +34 -32
- package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
- package/lib/components/select/simple-select/simple-select.component.js +550 -548
- package/lib/components/sidebar/sidebar.component.js +297 -295
- package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
- package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
- package/lib/components/step-flow/step-flow.component.js +170 -168
- package/lib/components/switch/switch.component.js +524 -522
- package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
- package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
- package/lib/components/text-editor/text-editor.component.js +171 -169
- package/lib/components/textarea/textarea.component.js +532 -530
- package/lib/components/textbox/textbox.component.js +536 -534
- package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
- package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
- package/lib/components/tile-select/tile-select.component.js +180 -178
- package/lib/components/time/time.component.js +202 -200
- package/lib/components/toast/toast.component.js +18 -16
- package/lib/components/tooltip/tooltip.component.js +23 -21
- package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
- package/package.json +1 -1
|
@@ -177,348 +177,350 @@ const Button = /*#__PURE__*/React.forwardRef(({
|
|
|
177
177
|
tooltipTarget: internalRef
|
|
178
178
|
}));
|
|
179
179
|
});
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
"
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
"
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
"
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
"
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
"
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
"
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
"
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
"
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
"
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
"
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
"
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
"
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
"
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
"
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
"
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
"
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
"
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
180
|
+
if (process.env.NODE_ENV !== "production") {
|
|
181
|
+
Button.propTypes = {
|
|
182
|
+
"aria-describedby": PropTypes.string,
|
|
183
|
+
"aria-label": PropTypes.string,
|
|
184
|
+
"aria-labelledby": PropTypes.string,
|
|
185
|
+
"buttonType": PropTypes.oneOf(["darkBackground", "dashed", "gradient-grey", "gradient-white", "primary", "secondary", "tertiary"]),
|
|
186
|
+
"children": PropTypes.node,
|
|
187
|
+
"data-component": PropTypes.string,
|
|
188
|
+
"data-element": PropTypes.string,
|
|
189
|
+
"data-role": PropTypes.string,
|
|
190
|
+
"destructive": PropTypes.bool,
|
|
191
|
+
"disabled": PropTypes.bool,
|
|
192
|
+
"forwardRef": PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
|
|
193
|
+
"current": PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.object]).isRequired
|
|
194
|
+
})]),
|
|
195
|
+
"fullWidth": PropTypes.bool,
|
|
196
|
+
"href": PropTypes.string,
|
|
197
|
+
"iconPosition": PropTypes.oneOf(["after", "before"]),
|
|
198
|
+
"iconTooltipMessage": PropTypes.string,
|
|
199
|
+
"iconTooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
200
|
+
"iconType": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
|
|
201
|
+
"id": PropTypes.string,
|
|
202
|
+
"m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
203
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
204
|
+
"description": PropTypes.string,
|
|
205
|
+
"toString": PropTypes.func.isRequired,
|
|
206
|
+
"valueOf": PropTypes.func.isRequired
|
|
207
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
208
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
209
|
+
"description": PropTypes.string,
|
|
210
|
+
"toString": PropTypes.func.isRequired,
|
|
211
|
+
"valueOf": PropTypes.func.isRequired
|
|
212
|
+
}), PropTypes.string]),
|
|
213
|
+
"margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
214
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
215
|
+
"description": PropTypes.string,
|
|
216
|
+
"toString": PropTypes.func.isRequired,
|
|
217
|
+
"valueOf": PropTypes.func.isRequired
|
|
218
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
219
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
220
|
+
"description": PropTypes.string,
|
|
221
|
+
"toString": PropTypes.func.isRequired,
|
|
222
|
+
"valueOf": PropTypes.func.isRequired
|
|
223
|
+
}), PropTypes.string]),
|
|
224
|
+
"marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
225
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
226
|
+
"description": PropTypes.string,
|
|
227
|
+
"toString": PropTypes.func.isRequired,
|
|
228
|
+
"valueOf": PropTypes.func.isRequired
|
|
229
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
230
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
231
|
+
"description": PropTypes.string,
|
|
232
|
+
"toString": PropTypes.func.isRequired,
|
|
233
|
+
"valueOf": PropTypes.func.isRequired
|
|
234
|
+
}), PropTypes.string]),
|
|
235
|
+
"marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
236
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
237
|
+
"description": PropTypes.string,
|
|
238
|
+
"toString": PropTypes.func.isRequired,
|
|
239
|
+
"valueOf": PropTypes.func.isRequired
|
|
240
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
241
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
242
|
+
"description": PropTypes.string,
|
|
243
|
+
"toString": PropTypes.func.isRequired,
|
|
244
|
+
"valueOf": PropTypes.func.isRequired
|
|
245
|
+
}), PropTypes.string]),
|
|
246
|
+
"marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
247
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
248
|
+
"description": PropTypes.string,
|
|
249
|
+
"toString": PropTypes.func.isRequired,
|
|
250
|
+
"valueOf": PropTypes.func.isRequired
|
|
251
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
252
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
253
|
+
"description": PropTypes.string,
|
|
254
|
+
"toString": PropTypes.func.isRequired,
|
|
255
|
+
"valueOf": PropTypes.func.isRequired
|
|
256
|
+
}), PropTypes.string]),
|
|
257
|
+
"marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
258
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
259
|
+
"description": PropTypes.string,
|
|
260
|
+
"toString": PropTypes.func.isRequired,
|
|
261
|
+
"valueOf": PropTypes.func.isRequired
|
|
262
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
263
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
264
|
+
"description": PropTypes.string,
|
|
265
|
+
"toString": PropTypes.func.isRequired,
|
|
266
|
+
"valueOf": PropTypes.func.isRequired
|
|
267
|
+
}), PropTypes.string]),
|
|
268
|
+
"marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
269
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
270
|
+
"description": PropTypes.string,
|
|
271
|
+
"toString": PropTypes.func.isRequired,
|
|
272
|
+
"valueOf": PropTypes.func.isRequired
|
|
273
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
274
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
275
|
+
"description": PropTypes.string,
|
|
276
|
+
"toString": PropTypes.func.isRequired,
|
|
277
|
+
"valueOf": PropTypes.func.isRequired
|
|
278
|
+
}), PropTypes.string]),
|
|
279
|
+
"marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
280
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
281
|
+
"description": PropTypes.string,
|
|
282
|
+
"toString": PropTypes.func.isRequired,
|
|
283
|
+
"valueOf": PropTypes.func.isRequired
|
|
284
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
285
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
286
|
+
"description": PropTypes.string,
|
|
287
|
+
"toString": PropTypes.func.isRequired,
|
|
288
|
+
"valueOf": PropTypes.func.isRequired
|
|
289
|
+
}), PropTypes.string]),
|
|
290
|
+
"mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
291
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
292
|
+
"description": PropTypes.string,
|
|
293
|
+
"toString": PropTypes.func.isRequired,
|
|
294
|
+
"valueOf": PropTypes.func.isRequired
|
|
295
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
296
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
297
|
+
"description": PropTypes.string,
|
|
298
|
+
"toString": PropTypes.func.isRequired,
|
|
299
|
+
"valueOf": PropTypes.func.isRequired
|
|
300
|
+
}), PropTypes.string]),
|
|
301
|
+
"ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
302
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
303
|
+
"description": PropTypes.string,
|
|
304
|
+
"toString": PropTypes.func.isRequired,
|
|
305
|
+
"valueOf": PropTypes.func.isRequired
|
|
306
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
307
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
308
|
+
"description": PropTypes.string,
|
|
309
|
+
"toString": PropTypes.func.isRequired,
|
|
310
|
+
"valueOf": PropTypes.func.isRequired
|
|
311
|
+
}), PropTypes.string]),
|
|
312
|
+
"mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
313
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
314
|
+
"description": PropTypes.string,
|
|
315
|
+
"toString": PropTypes.func.isRequired,
|
|
316
|
+
"valueOf": PropTypes.func.isRequired
|
|
317
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
318
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
319
|
+
"description": PropTypes.string,
|
|
320
|
+
"toString": PropTypes.func.isRequired,
|
|
321
|
+
"valueOf": PropTypes.func.isRequired
|
|
322
|
+
}), PropTypes.string]),
|
|
323
|
+
"mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
324
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
325
|
+
"description": PropTypes.string,
|
|
326
|
+
"toString": PropTypes.func.isRequired,
|
|
327
|
+
"valueOf": PropTypes.func.isRequired
|
|
328
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
329
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
330
|
+
"description": PropTypes.string,
|
|
331
|
+
"toString": PropTypes.func.isRequired,
|
|
332
|
+
"valueOf": PropTypes.func.isRequired
|
|
333
|
+
}), PropTypes.string]),
|
|
334
|
+
"mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
335
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
336
|
+
"description": PropTypes.string,
|
|
337
|
+
"toString": PropTypes.func.isRequired,
|
|
338
|
+
"valueOf": PropTypes.func.isRequired
|
|
339
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
340
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
341
|
+
"description": PropTypes.string,
|
|
342
|
+
"toString": PropTypes.func.isRequired,
|
|
343
|
+
"valueOf": PropTypes.func.isRequired
|
|
344
|
+
}), PropTypes.string]),
|
|
345
|
+
"my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
346
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
347
|
+
"description": PropTypes.string,
|
|
348
|
+
"toString": PropTypes.func.isRequired,
|
|
349
|
+
"valueOf": PropTypes.func.isRequired
|
|
350
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
351
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
352
|
+
"description": PropTypes.string,
|
|
353
|
+
"toString": PropTypes.func.isRequired,
|
|
354
|
+
"valueOf": PropTypes.func.isRequired
|
|
355
|
+
}), PropTypes.string]),
|
|
356
|
+
"name": PropTypes.string,
|
|
357
|
+
"noWrap": PropTypes.bool,
|
|
358
|
+
"onBlur": PropTypes.func,
|
|
359
|
+
"onChange": PropTypes.func,
|
|
360
|
+
"onClick": PropTypes.func,
|
|
361
|
+
"onFocus": PropTypes.func,
|
|
362
|
+
"onKeyDown": PropTypes.func,
|
|
363
|
+
"p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
364
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
365
|
+
"description": PropTypes.string,
|
|
366
|
+
"toString": PropTypes.func.isRequired,
|
|
367
|
+
"valueOf": PropTypes.func.isRequired
|
|
368
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
369
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
370
|
+
"description": PropTypes.string,
|
|
371
|
+
"toString": PropTypes.func.isRequired,
|
|
372
|
+
"valueOf": PropTypes.func.isRequired
|
|
373
|
+
}), PropTypes.string]),
|
|
374
|
+
"padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
375
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
376
|
+
"description": PropTypes.string,
|
|
377
|
+
"toString": PropTypes.func.isRequired,
|
|
378
|
+
"valueOf": PropTypes.func.isRequired
|
|
379
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
380
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
381
|
+
"description": PropTypes.string,
|
|
382
|
+
"toString": PropTypes.func.isRequired,
|
|
383
|
+
"valueOf": PropTypes.func.isRequired
|
|
384
|
+
}), PropTypes.string]),
|
|
385
|
+
"paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
386
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
387
|
+
"description": PropTypes.string,
|
|
388
|
+
"toString": PropTypes.func.isRequired,
|
|
389
|
+
"valueOf": PropTypes.func.isRequired
|
|
390
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
391
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
392
|
+
"description": PropTypes.string,
|
|
393
|
+
"toString": PropTypes.func.isRequired,
|
|
394
|
+
"valueOf": PropTypes.func.isRequired
|
|
395
|
+
}), PropTypes.string]),
|
|
396
|
+
"paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
397
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
398
|
+
"description": PropTypes.string,
|
|
399
|
+
"toString": PropTypes.func.isRequired,
|
|
400
|
+
"valueOf": PropTypes.func.isRequired
|
|
401
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
402
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
403
|
+
"description": PropTypes.string,
|
|
404
|
+
"toString": PropTypes.func.isRequired,
|
|
405
|
+
"valueOf": PropTypes.func.isRequired
|
|
406
|
+
}), PropTypes.string]),
|
|
407
|
+
"paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
408
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
409
|
+
"description": PropTypes.string,
|
|
410
|
+
"toString": PropTypes.func.isRequired,
|
|
411
|
+
"valueOf": PropTypes.func.isRequired
|
|
412
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
413
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
414
|
+
"description": PropTypes.string,
|
|
415
|
+
"toString": PropTypes.func.isRequired,
|
|
416
|
+
"valueOf": PropTypes.func.isRequired
|
|
417
|
+
}), PropTypes.string]),
|
|
418
|
+
"paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
419
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
420
|
+
"description": PropTypes.string,
|
|
421
|
+
"toString": PropTypes.func.isRequired,
|
|
422
|
+
"valueOf": PropTypes.func.isRequired
|
|
423
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
424
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
425
|
+
"description": PropTypes.string,
|
|
426
|
+
"toString": PropTypes.func.isRequired,
|
|
427
|
+
"valueOf": PropTypes.func.isRequired
|
|
428
|
+
}), PropTypes.string]),
|
|
429
|
+
"paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
430
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
431
|
+
"description": PropTypes.string,
|
|
432
|
+
"toString": PropTypes.func.isRequired,
|
|
433
|
+
"valueOf": PropTypes.func.isRequired
|
|
434
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
435
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
436
|
+
"description": PropTypes.string,
|
|
437
|
+
"toString": PropTypes.func.isRequired,
|
|
438
|
+
"valueOf": PropTypes.func.isRequired
|
|
439
|
+
}), PropTypes.string]),
|
|
440
|
+
"paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
441
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
442
|
+
"description": PropTypes.string,
|
|
443
|
+
"toString": PropTypes.func.isRequired,
|
|
444
|
+
"valueOf": PropTypes.func.isRequired
|
|
445
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
446
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
447
|
+
"description": PropTypes.string,
|
|
448
|
+
"toString": PropTypes.func.isRequired,
|
|
449
|
+
"valueOf": PropTypes.func.isRequired
|
|
450
|
+
}), PropTypes.string]),
|
|
451
|
+
"pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
452
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
453
|
+
"description": PropTypes.string,
|
|
454
|
+
"toString": PropTypes.func.isRequired,
|
|
455
|
+
"valueOf": PropTypes.func.isRequired
|
|
456
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
457
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
458
|
+
"description": PropTypes.string,
|
|
459
|
+
"toString": PropTypes.func.isRequired,
|
|
460
|
+
"valueOf": PropTypes.func.isRequired
|
|
461
|
+
}), PropTypes.string]),
|
|
462
|
+
"pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
463
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
464
|
+
"description": PropTypes.string,
|
|
465
|
+
"toString": PropTypes.func.isRequired,
|
|
466
|
+
"valueOf": PropTypes.func.isRequired
|
|
467
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
468
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
469
|
+
"description": PropTypes.string,
|
|
470
|
+
"toString": PropTypes.func.isRequired,
|
|
471
|
+
"valueOf": PropTypes.func.isRequired
|
|
472
|
+
}), PropTypes.string]),
|
|
473
|
+
"pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
474
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
475
|
+
"description": PropTypes.string,
|
|
476
|
+
"toString": PropTypes.func.isRequired,
|
|
477
|
+
"valueOf": PropTypes.func.isRequired
|
|
478
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
479
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
480
|
+
"description": PropTypes.string,
|
|
481
|
+
"toString": PropTypes.func.isRequired,
|
|
482
|
+
"valueOf": PropTypes.func.isRequired
|
|
483
|
+
}), PropTypes.string]),
|
|
484
|
+
"pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
485
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
486
|
+
"description": PropTypes.string,
|
|
487
|
+
"toString": PropTypes.func.isRequired,
|
|
488
|
+
"valueOf": PropTypes.func.isRequired
|
|
489
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
490
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
491
|
+
"description": PropTypes.string,
|
|
492
|
+
"toString": PropTypes.func.isRequired,
|
|
493
|
+
"valueOf": PropTypes.func.isRequired
|
|
494
|
+
}), PropTypes.string]),
|
|
495
|
+
"px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
496
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
497
|
+
"description": PropTypes.string,
|
|
498
|
+
"toString": PropTypes.func.isRequired,
|
|
499
|
+
"valueOf": PropTypes.func.isRequired
|
|
500
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
501
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
502
|
+
"description": PropTypes.string,
|
|
503
|
+
"toString": PropTypes.func.isRequired,
|
|
504
|
+
"valueOf": PropTypes.func.isRequired
|
|
505
|
+
}), PropTypes.string]),
|
|
506
|
+
"py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
507
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
508
|
+
"description": PropTypes.string,
|
|
509
|
+
"toString": PropTypes.func.isRequired,
|
|
510
|
+
"valueOf": PropTypes.func.isRequired
|
|
511
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
512
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
513
|
+
"description": PropTypes.string,
|
|
514
|
+
"toString": PropTypes.func.isRequired,
|
|
515
|
+
"valueOf": PropTypes.func.isRequired
|
|
516
|
+
}), PropTypes.string]),
|
|
517
|
+
"rel": PropTypes.string,
|
|
518
|
+
"size": PropTypes.oneOf(["large", "medium", "small"]),
|
|
519
|
+
"subtext": PropTypes.string,
|
|
520
|
+
"target": PropTypes.string,
|
|
521
|
+
"type": PropTypes.string
|
|
522
|
+
};
|
|
523
|
+
}
|
|
522
524
|
let deprecatedButtonForwardRefWarnTriggered = false;
|
|
523
525
|
const ButtonWithForwardRef = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
524
526
|
if (!deprecatedButtonForwardRefWarnTriggered) {
|
|
@@ -529,348 +531,350 @@ const ButtonWithForwardRef = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
529
531
|
ref: ref
|
|
530
532
|
}, props));
|
|
531
533
|
});
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
"
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
"
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
"
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
"
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
"
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
"
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
"
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
"
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
"
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
"
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
"
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
"
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
"
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
"
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
"
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
"
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
"
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
"
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
"
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
"
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
"
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
"
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
"
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
"
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
"
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
534
|
+
if (process.env.NODE_ENV !== "production") {
|
|
535
|
+
ButtonWithForwardRef.propTypes = {
|
|
536
|
+
"aria-describedby": PropTypes.string,
|
|
537
|
+
"aria-label": PropTypes.string,
|
|
538
|
+
"aria-labelledby": PropTypes.string,
|
|
539
|
+
"buttonType": PropTypes.oneOf(["darkBackground", "dashed", "gradient-grey", "gradient-white", "primary", "secondary", "tertiary"]),
|
|
540
|
+
"children": PropTypes.node,
|
|
541
|
+
"data-component": PropTypes.string,
|
|
542
|
+
"data-element": PropTypes.string,
|
|
543
|
+
"data-role": PropTypes.string,
|
|
544
|
+
"destructive": PropTypes.bool,
|
|
545
|
+
"disabled": PropTypes.bool,
|
|
546
|
+
"forwardRef": PropTypes.oneOfType([PropTypes.func, PropTypes.shape({
|
|
547
|
+
"current": PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.object]).isRequired
|
|
548
|
+
})]),
|
|
549
|
+
"fullWidth": PropTypes.bool,
|
|
550
|
+
"href": PropTypes.string,
|
|
551
|
+
"iconPosition": PropTypes.oneOf(["after", "before"]),
|
|
552
|
+
"iconTooltipMessage": PropTypes.string,
|
|
553
|
+
"iconTooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
|
|
554
|
+
"iconType": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
|
|
555
|
+
"id": PropTypes.string,
|
|
556
|
+
"m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
557
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
558
|
+
"description": PropTypes.string,
|
|
559
|
+
"toString": PropTypes.func.isRequired,
|
|
560
|
+
"valueOf": PropTypes.func.isRequired
|
|
561
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
562
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
563
|
+
"description": PropTypes.string,
|
|
564
|
+
"toString": PropTypes.func.isRequired,
|
|
565
|
+
"valueOf": PropTypes.func.isRequired
|
|
566
|
+
}), PropTypes.string]),
|
|
567
|
+
"margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
568
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
569
|
+
"description": PropTypes.string,
|
|
570
|
+
"toString": PropTypes.func.isRequired,
|
|
571
|
+
"valueOf": PropTypes.func.isRequired
|
|
572
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
573
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
574
|
+
"description": PropTypes.string,
|
|
575
|
+
"toString": PropTypes.func.isRequired,
|
|
576
|
+
"valueOf": PropTypes.func.isRequired
|
|
577
|
+
}), PropTypes.string]),
|
|
578
|
+
"marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
579
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
580
|
+
"description": PropTypes.string,
|
|
581
|
+
"toString": PropTypes.func.isRequired,
|
|
582
|
+
"valueOf": PropTypes.func.isRequired
|
|
583
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
584
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
585
|
+
"description": PropTypes.string,
|
|
586
|
+
"toString": PropTypes.func.isRequired,
|
|
587
|
+
"valueOf": PropTypes.func.isRequired
|
|
588
|
+
}), PropTypes.string]),
|
|
589
|
+
"marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
590
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
591
|
+
"description": PropTypes.string,
|
|
592
|
+
"toString": PropTypes.func.isRequired,
|
|
593
|
+
"valueOf": PropTypes.func.isRequired
|
|
594
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
595
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
596
|
+
"description": PropTypes.string,
|
|
597
|
+
"toString": PropTypes.func.isRequired,
|
|
598
|
+
"valueOf": PropTypes.func.isRequired
|
|
599
|
+
}), PropTypes.string]),
|
|
600
|
+
"marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
601
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
602
|
+
"description": PropTypes.string,
|
|
603
|
+
"toString": PropTypes.func.isRequired,
|
|
604
|
+
"valueOf": PropTypes.func.isRequired
|
|
605
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
606
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
607
|
+
"description": PropTypes.string,
|
|
608
|
+
"toString": PropTypes.func.isRequired,
|
|
609
|
+
"valueOf": PropTypes.func.isRequired
|
|
610
|
+
}), PropTypes.string]),
|
|
611
|
+
"marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
612
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
613
|
+
"description": PropTypes.string,
|
|
614
|
+
"toString": PropTypes.func.isRequired,
|
|
615
|
+
"valueOf": PropTypes.func.isRequired
|
|
616
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
617
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
618
|
+
"description": PropTypes.string,
|
|
619
|
+
"toString": PropTypes.func.isRequired,
|
|
620
|
+
"valueOf": PropTypes.func.isRequired
|
|
621
|
+
}), PropTypes.string]),
|
|
622
|
+
"marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
623
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
624
|
+
"description": PropTypes.string,
|
|
625
|
+
"toString": PropTypes.func.isRequired,
|
|
626
|
+
"valueOf": PropTypes.func.isRequired
|
|
627
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
628
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
629
|
+
"description": PropTypes.string,
|
|
630
|
+
"toString": PropTypes.func.isRequired,
|
|
631
|
+
"valueOf": PropTypes.func.isRequired
|
|
632
|
+
}), PropTypes.string]),
|
|
633
|
+
"marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
634
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
635
|
+
"description": PropTypes.string,
|
|
636
|
+
"toString": PropTypes.func.isRequired,
|
|
637
|
+
"valueOf": PropTypes.func.isRequired
|
|
638
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
639
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
640
|
+
"description": PropTypes.string,
|
|
641
|
+
"toString": PropTypes.func.isRequired,
|
|
642
|
+
"valueOf": PropTypes.func.isRequired
|
|
643
|
+
}), PropTypes.string]),
|
|
644
|
+
"mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
645
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
646
|
+
"description": PropTypes.string,
|
|
647
|
+
"toString": PropTypes.func.isRequired,
|
|
648
|
+
"valueOf": PropTypes.func.isRequired
|
|
649
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
650
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
651
|
+
"description": PropTypes.string,
|
|
652
|
+
"toString": PropTypes.func.isRequired,
|
|
653
|
+
"valueOf": PropTypes.func.isRequired
|
|
654
|
+
}), PropTypes.string]),
|
|
655
|
+
"ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
656
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
657
|
+
"description": PropTypes.string,
|
|
658
|
+
"toString": PropTypes.func.isRequired,
|
|
659
|
+
"valueOf": PropTypes.func.isRequired
|
|
660
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
661
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
662
|
+
"description": PropTypes.string,
|
|
663
|
+
"toString": PropTypes.func.isRequired,
|
|
664
|
+
"valueOf": PropTypes.func.isRequired
|
|
665
|
+
}), PropTypes.string]),
|
|
666
|
+
"mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
667
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
668
|
+
"description": PropTypes.string,
|
|
669
|
+
"toString": PropTypes.func.isRequired,
|
|
670
|
+
"valueOf": PropTypes.func.isRequired
|
|
671
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
672
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
673
|
+
"description": PropTypes.string,
|
|
674
|
+
"toString": PropTypes.func.isRequired,
|
|
675
|
+
"valueOf": PropTypes.func.isRequired
|
|
676
|
+
}), PropTypes.string]),
|
|
677
|
+
"mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
678
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
679
|
+
"description": PropTypes.string,
|
|
680
|
+
"toString": PropTypes.func.isRequired,
|
|
681
|
+
"valueOf": PropTypes.func.isRequired
|
|
682
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
683
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
684
|
+
"description": PropTypes.string,
|
|
685
|
+
"toString": PropTypes.func.isRequired,
|
|
686
|
+
"valueOf": PropTypes.func.isRequired
|
|
687
|
+
}), PropTypes.string]),
|
|
688
|
+
"mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
689
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
690
|
+
"description": PropTypes.string,
|
|
691
|
+
"toString": PropTypes.func.isRequired,
|
|
692
|
+
"valueOf": PropTypes.func.isRequired
|
|
693
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
694
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
695
|
+
"description": PropTypes.string,
|
|
696
|
+
"toString": PropTypes.func.isRequired,
|
|
697
|
+
"valueOf": PropTypes.func.isRequired
|
|
698
|
+
}), PropTypes.string]),
|
|
699
|
+
"my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
700
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
701
|
+
"description": PropTypes.string,
|
|
702
|
+
"toString": PropTypes.func.isRequired,
|
|
703
|
+
"valueOf": PropTypes.func.isRequired
|
|
704
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
705
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
706
|
+
"description": PropTypes.string,
|
|
707
|
+
"toString": PropTypes.func.isRequired,
|
|
708
|
+
"valueOf": PropTypes.func.isRequired
|
|
709
|
+
}), PropTypes.string]),
|
|
710
|
+
"name": PropTypes.string,
|
|
711
|
+
"noWrap": PropTypes.bool,
|
|
712
|
+
"onBlur": PropTypes.func,
|
|
713
|
+
"onChange": PropTypes.func,
|
|
714
|
+
"onClick": PropTypes.func,
|
|
715
|
+
"onFocus": PropTypes.func,
|
|
716
|
+
"onKeyDown": PropTypes.func,
|
|
717
|
+
"p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
718
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
719
|
+
"description": PropTypes.string,
|
|
720
|
+
"toString": PropTypes.func.isRequired,
|
|
721
|
+
"valueOf": PropTypes.func.isRequired
|
|
722
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
723
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
724
|
+
"description": PropTypes.string,
|
|
725
|
+
"toString": PropTypes.func.isRequired,
|
|
726
|
+
"valueOf": PropTypes.func.isRequired
|
|
727
|
+
}), PropTypes.string]),
|
|
728
|
+
"padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
729
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
730
|
+
"description": PropTypes.string,
|
|
731
|
+
"toString": PropTypes.func.isRequired,
|
|
732
|
+
"valueOf": PropTypes.func.isRequired
|
|
733
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
734
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
735
|
+
"description": PropTypes.string,
|
|
736
|
+
"toString": PropTypes.func.isRequired,
|
|
737
|
+
"valueOf": PropTypes.func.isRequired
|
|
738
|
+
}), PropTypes.string]),
|
|
739
|
+
"paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
740
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
741
|
+
"description": PropTypes.string,
|
|
742
|
+
"toString": PropTypes.func.isRequired,
|
|
743
|
+
"valueOf": PropTypes.func.isRequired
|
|
744
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
745
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
746
|
+
"description": PropTypes.string,
|
|
747
|
+
"toString": PropTypes.func.isRequired,
|
|
748
|
+
"valueOf": PropTypes.func.isRequired
|
|
749
|
+
}), PropTypes.string]),
|
|
750
|
+
"paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
751
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
752
|
+
"description": PropTypes.string,
|
|
753
|
+
"toString": PropTypes.func.isRequired,
|
|
754
|
+
"valueOf": PropTypes.func.isRequired
|
|
755
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
756
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
757
|
+
"description": PropTypes.string,
|
|
758
|
+
"toString": PropTypes.func.isRequired,
|
|
759
|
+
"valueOf": PropTypes.func.isRequired
|
|
760
|
+
}), PropTypes.string]),
|
|
761
|
+
"paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
762
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
763
|
+
"description": PropTypes.string,
|
|
764
|
+
"toString": PropTypes.func.isRequired,
|
|
765
|
+
"valueOf": PropTypes.func.isRequired
|
|
766
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
767
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
768
|
+
"description": PropTypes.string,
|
|
769
|
+
"toString": PropTypes.func.isRequired,
|
|
770
|
+
"valueOf": PropTypes.func.isRequired
|
|
771
|
+
}), PropTypes.string]),
|
|
772
|
+
"paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
773
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
774
|
+
"description": PropTypes.string,
|
|
775
|
+
"toString": PropTypes.func.isRequired,
|
|
776
|
+
"valueOf": PropTypes.func.isRequired
|
|
777
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
778
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
779
|
+
"description": PropTypes.string,
|
|
780
|
+
"toString": PropTypes.func.isRequired,
|
|
781
|
+
"valueOf": PropTypes.func.isRequired
|
|
782
|
+
}), PropTypes.string]),
|
|
783
|
+
"paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
784
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
785
|
+
"description": PropTypes.string,
|
|
786
|
+
"toString": PropTypes.func.isRequired,
|
|
787
|
+
"valueOf": PropTypes.func.isRequired
|
|
788
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
789
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
790
|
+
"description": PropTypes.string,
|
|
791
|
+
"toString": PropTypes.func.isRequired,
|
|
792
|
+
"valueOf": PropTypes.func.isRequired
|
|
793
|
+
}), PropTypes.string]),
|
|
794
|
+
"paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
795
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
796
|
+
"description": PropTypes.string,
|
|
797
|
+
"toString": PropTypes.func.isRequired,
|
|
798
|
+
"valueOf": PropTypes.func.isRequired
|
|
799
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
800
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
801
|
+
"description": PropTypes.string,
|
|
802
|
+
"toString": PropTypes.func.isRequired,
|
|
803
|
+
"valueOf": PropTypes.func.isRequired
|
|
804
|
+
}), PropTypes.string]),
|
|
805
|
+
"pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
806
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
807
|
+
"description": PropTypes.string,
|
|
808
|
+
"toString": PropTypes.func.isRequired,
|
|
809
|
+
"valueOf": PropTypes.func.isRequired
|
|
810
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
811
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
812
|
+
"description": PropTypes.string,
|
|
813
|
+
"toString": PropTypes.func.isRequired,
|
|
814
|
+
"valueOf": PropTypes.func.isRequired
|
|
815
|
+
}), PropTypes.string]),
|
|
816
|
+
"pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
817
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
818
|
+
"description": PropTypes.string,
|
|
819
|
+
"toString": PropTypes.func.isRequired,
|
|
820
|
+
"valueOf": PropTypes.func.isRequired
|
|
821
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
822
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
823
|
+
"description": PropTypes.string,
|
|
824
|
+
"toString": PropTypes.func.isRequired,
|
|
825
|
+
"valueOf": PropTypes.func.isRequired
|
|
826
|
+
}), PropTypes.string]),
|
|
827
|
+
"pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
828
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
829
|
+
"description": PropTypes.string,
|
|
830
|
+
"toString": PropTypes.func.isRequired,
|
|
831
|
+
"valueOf": PropTypes.func.isRequired
|
|
832
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
833
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
834
|
+
"description": PropTypes.string,
|
|
835
|
+
"toString": PropTypes.func.isRequired,
|
|
836
|
+
"valueOf": PropTypes.func.isRequired
|
|
837
|
+
}), PropTypes.string]),
|
|
838
|
+
"pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
839
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
840
|
+
"description": PropTypes.string,
|
|
841
|
+
"toString": PropTypes.func.isRequired,
|
|
842
|
+
"valueOf": PropTypes.func.isRequired
|
|
843
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
844
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
845
|
+
"description": PropTypes.string,
|
|
846
|
+
"toString": PropTypes.func.isRequired,
|
|
847
|
+
"valueOf": PropTypes.func.isRequired
|
|
848
|
+
}), PropTypes.string]),
|
|
849
|
+
"px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
850
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
851
|
+
"description": PropTypes.string,
|
|
852
|
+
"toString": PropTypes.func.isRequired,
|
|
853
|
+
"valueOf": PropTypes.func.isRequired
|
|
854
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
855
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
856
|
+
"description": PropTypes.string,
|
|
857
|
+
"toString": PropTypes.func.isRequired,
|
|
858
|
+
"valueOf": PropTypes.func.isRequired
|
|
859
|
+
}), PropTypes.string]),
|
|
860
|
+
"py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
|
|
861
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
862
|
+
"description": PropTypes.string,
|
|
863
|
+
"toString": PropTypes.func.isRequired,
|
|
864
|
+
"valueOf": PropTypes.func.isRequired
|
|
865
|
+
}), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
|
|
866
|
+
"__@toStringTag": PropTypes.string.isRequired,
|
|
867
|
+
"description": PropTypes.string,
|
|
868
|
+
"toString": PropTypes.func.isRequired,
|
|
869
|
+
"valueOf": PropTypes.func.isRequired
|
|
870
|
+
}), PropTypes.string]),
|
|
871
|
+
"rel": PropTypes.string,
|
|
872
|
+
"size": PropTypes.oneOf(["large", "medium", "small"]),
|
|
873
|
+
"subtext": PropTypes.string,
|
|
874
|
+
"target": PropTypes.string,
|
|
875
|
+
"type": PropTypes.string
|
|
876
|
+
};
|
|
877
|
+
}
|
|
874
878
|
ButtonWithForwardRef.displayName = "Button";
|
|
875
879
|
Button.displayName = "Button";
|
|
876
880
|
export { ButtonWithForwardRef };
|