@splunk/react-ui 4.5.2 → 4.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/Accordion.js +10 -9
  2. package/Anchor.js +2 -2
  3. package/Animation.js +2 -2
  4. package/AnimationToggle.js +2 -2
  5. package/Box.js +2 -2
  6. package/Button.js +13 -13
  7. package/ButtonGroup.js +4 -4
  8. package/ButtonSimple.js +6 -6
  9. package/CHANGELOG.md +42 -1
  10. package/Calendar.js +16 -16
  11. package/Card.js +48 -53
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +10 -10
  14. package/Clickable.js +41 -15
  15. package/CloseButton.js +8 -8
  16. package/Code.js +8 -7
  17. package/CollapsiblePanel.js +11 -14
  18. package/Color.js +48 -48
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +8 -8
  21. package/Concertina.js +15 -15
  22. package/ControlGroup.js +30 -37
  23. package/Date.js +10 -10
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +4 -4
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +27 -27
  29. package/FormRows.js +21 -23
  30. package/Heading.js +2 -2
  31. package/Image.js +14 -14
  32. package/JSONTree.js +4 -4
  33. package/Layer.js +10 -10
  34. package/Link.js +6 -6
  35. package/List.js +2 -2
  36. package/Markdown.js +28 -16
  37. package/Menu.js +135 -70
  38. package/Message.js +246 -305
  39. package/MessageBar.d.ts +2 -0
  40. package/MessageBar.js +789 -0
  41. package/Modal.js +95 -61
  42. package/ModalLayer.js +5 -4
  43. package/Monogram.js +4 -4
  44. package/Multiselect.js +293 -42
  45. package/Number.js +8 -8
  46. package/Paginator.js +24 -24
  47. package/Paragraph.js +2 -2
  48. package/Popover.js +12 -12
  49. package/Progress.js +6 -6
  50. package/RadioBar.js +4 -4
  51. package/RadioList.js +2 -2
  52. package/Resize.js +8 -8
  53. package/ResultsMenu.js +25 -23
  54. package/ScreenReaderContent.js +2 -2
  55. package/Scroll.js +6 -6
  56. package/ScrollContainerContext.js +2 -2
  57. package/Search.js +14 -14
  58. package/Select.js +286 -36
  59. package/SidePanel.js +6 -6
  60. package/Slider.js +20 -14
  61. package/SlidingPanels.js +4 -4
  62. package/StaticContent.js +2 -2
  63. package/StepBar.js +18 -18
  64. package/Switch.js +17 -31
  65. package/TabBar.js +60 -46
  66. package/TabLayout.js +4 -4
  67. package/Table.js +63 -55
  68. package/Text.js +163 -146
  69. package/Tooltip.js +14 -14
  70. package/TransitionOpen.js +69 -44
  71. package/WaitSpinner.js +2 -2
  72. package/cypress/plugins/index.ts +15 -0
  73. package/cypress/support/commands.ts +1 -0
  74. package/cypress/support/index.ts +10 -0
  75. package/cypress.json +12 -0
  76. package/package.json +18 -5
  77. package/types/src/Animation/Animation.d.ts +0 -1
  78. package/types/src/Calendar/DateTable.d.ts +0 -1
  79. package/types/src/Clickable/Clickable.d.ts +12 -2
  80. package/types/src/Clickable/NavigationProvider.d.ts +12 -2
  81. package/types/src/Color/Color.d.ts +3 -3
  82. package/types/src/Date/Date.d.ts +3 -3
  83. package/types/src/Date/Icon.d.ts +0 -1
  84. package/types/src/File/Icon.d.ts +0 -1
  85. package/types/src/File/IconCloud.d.ts +0 -1
  86. package/types/src/File/PaperClip.d.ts +0 -1
  87. package/types/src/File/Retry.d.ts +0 -1
  88. package/types/src/File/Trash.d.ts +0 -1
  89. package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
  90. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
  91. package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
  92. package/types/src/Menu/Divider.d.ts +0 -1
  93. package/types/src/Message/Link.d.ts +2 -0
  94. package/types/src/Message/Message.d.ts +6 -1
  95. package/types/src/MessageBar/MessageBar.d.ts +28 -0
  96. package/types/src/MessageBar/index.d.ts +2 -0
  97. package/types/src/Modal/Modal.d.ts +3 -0
  98. package/types/src/Modal/ModalContext.d.ts +6 -0
  99. package/types/src/Monogram/Monogram.d.ts +2 -2
  100. package/types/src/Multiselect/Multiselect.d.ts +1 -0
  101. package/types/src/Number/IncrementIcon.d.ts +0 -1
  102. package/types/src/Number/Number.d.ts +3 -3
  103. package/types/src/Paginator/PageSeparator.d.ts +0 -1
  104. package/types/src/Popover/Popover.d.ts +1 -2
  105. package/types/src/RadioBar/RadioBar.d.ts +3 -3
  106. package/types/src/Select/Select.d.ts +8 -3
  107. package/types/src/Select/SelectBase.d.ts +17 -5
  108. package/types/src/Select/matchUtils.d.ts +12 -0
  109. package/types/src/Slider/Slider.d.ts +3 -3
  110. package/types/src/Switch/CheckIcon.d.ts +0 -1
  111. package/types/src/Switch/Switch.d.ts +7 -7
  112. package/types/src/Table/DragHandle.d.ts +0 -1
  113. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  114. package/types/src/Table/Toggle.d.ts +0 -1
  115. package/types/src/Text/IconOutlinedHide.d.ts +0 -1
  116. package/types/src/Text/IconOutlinedView.d.ts +0 -1
  117. package/types/src/Text/Text.d.ts +12 -5
  118. package/types/src/Tooltip/InfoIcon.d.ts +0 -1
  119. package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
  120. package/types/src/icons/Alert.d.ts +0 -1
  121. package/types/src/icons/AlertFilled.d.ts +0 -1
  122. package/types/src/icons/CaretDown.d.ts +0 -1
  123. package/types/src/icons/CaretRight.d.ts +0 -1
  124. package/types/src/icons/Check.d.ts +0 -1
  125. package/types/src/icons/ChevronDown.d.ts +0 -1
  126. package/types/src/icons/ChevronLeft.d.ts +0 -1
  127. package/types/src/icons/ChevronRight.d.ts +0 -1
  128. package/types/src/icons/CrossMark.d.ts +0 -1
  129. package/types/src/icons/External.d.ts +0 -1
  130. package/types/src/icons/InfoFilled.d.ts +0 -1
  131. package/types/src/icons/More.d.ts +0 -1
  132. package/types/src/icons/MoreVertical.d.ts +0 -1
  133. package/types/src/icons/Plus.d.ts +0 -1
  134. package/types/src/icons/SVG.d.ts +0 -1
  135. package/types/src/icons/Search.d.ts +0 -1
  136. package/types/src/icons/Sort.d.ts +0 -1
  137. package/types/src/icons/SortedDown.d.ts +0 -1
  138. package/types/src/icons/SortedUp.d.ts +0 -1
  139. package/types/src/icons/Success.d.ts +0 -1
  140. package/types/src/icons/SuccessFilled.d.ts +0 -1
  141. package/types/src/icons/WarningFilled.d.ts +0 -1
  142. package/types/src/utils/types.d.ts +0 -1
  143. package/unit-test-setup-testing-library.ts +9 -0
  144. package/usePrevious.js +2 -2
  145. package/types/src/Message/Banner.d.ts +0 -8
package/Table.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 107);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 114);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -276,7 +276,8 @@ module.exports = require("@splunk/ui-utils/keyboard");
276
276
  module.exports = require("@splunk/ui-utils/id");
277
277
 
278
278
  /***/ }),
279
- /* 11 */
279
+ /* 11 */,
280
+ /* 12 */
280
281
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
281
282
 
282
283
  "use strict";
@@ -302,18 +303,17 @@ function updateReactRef(ref, current) {
302
303
 
303
304
 
304
305
  /***/ }),
305
- /* 12 */,
306
306
  /* 13 */,
307
307
  /* 14 */
308
308
  /***/ (function(module, exports) {
309
309
 
310
- module.exports = require("@splunk/react-ui/EventListener");
310
+ module.exports = require("@splunk/react-ui/ScreenReaderContent");
311
311
 
312
312
  /***/ }),
313
313
  /* 15 */
314
314
  /***/ (function(module, exports) {
315
315
 
316
- module.exports = require("@splunk/react-ui/ScreenReaderContent");
316
+ module.exports = require("@splunk/react-ui/EventListener");
317
317
 
318
318
  /***/ }),
319
319
  /* 16 */
@@ -460,15 +460,20 @@ module.exports = require("@splunk/react-icons/Caret");
460
460
  /* 43 */,
461
461
  /* 44 */,
462
462
  /* 45 */,
463
- /* 46 */
463
+ /* 46 */,
464
+ /* 47 */,
465
+ /* 48 */
464
466
  /***/ (function(module, exports) {
465
467
 
466
468
  module.exports = require("@splunk/react-ui/Tooltip");
467
469
 
468
470
  /***/ }),
469
- /* 47 */,
470
- /* 48 */,
471
- /* 49 */
471
+ /* 49 */,
472
+ /* 50 */,
473
+ /* 51 */,
474
+ /* 52 */,
475
+ /* 53 */,
476
+ /* 54 */
472
477
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
473
478
 
474
479
  "use strict";
@@ -491,20 +496,20 @@ function assertDefined(val, msg) {
491
496
 
492
497
 
493
498
  /***/ }),
494
- /* 50 */,
495
- /* 51 */,
496
- /* 52 */,
497
- /* 53 */,
498
- /* 54 */,
499
499
  /* 55 */,
500
- /* 56 */
500
+ /* 56 */,
501
+ /* 57 */,
502
+ /* 58 */,
503
+ /* 59 */,
504
+ /* 60 */,
505
+ /* 61 */
501
506
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
502
507
 
503
508
  "use strict";
504
509
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
505
510
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
506
511
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
507
- /* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(57);
512
+ /* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(62);
508
513
  /* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
509
514
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
510
515
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -534,21 +539,21 @@ function MoreVertical(props) {
534
539
  }
535
540
 
536
541
  /***/ }),
537
- /* 57 */
542
+ /* 62 */
538
543
  /***/ (function(module, exports) {
539
544
 
540
545
  module.exports = require("@splunk/react-icons/MoreVertical");
541
546
 
542
547
  /***/ }),
543
- /* 58 */,
544
- /* 59 */
548
+ /* 63 */,
549
+ /* 64 */
545
550
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
546
551
 
547
552
  "use strict";
548
553
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
549
554
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
550
555
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
551
- /* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(60);
556
+ /* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
552
557
  /* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
553
558
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
554
559
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -590,27 +595,22 @@ function ChevronDown(props) {
590
595
  }
591
596
 
592
597
  /***/ }),
593
- /* 60 */
598
+ /* 65 */
594
599
  /***/ (function(module, exports) {
595
600
 
596
601
  module.exports = require("@splunk/react-icons/ChevronDown");
597
602
 
598
603
  /***/ }),
599
- /* 61 */,
600
- /* 62 */,
601
- /* 63 */,
602
- /* 64 */,
603
- /* 65 */
604
+ /* 66 */,
605
+ /* 67 */,
606
+ /* 68 */,
607
+ /* 69 */,
608
+ /* 70 */
604
609
  /***/ (function(module, exports) {
605
610
 
606
611
  module.exports = require("@splunk/react-ui/Switch");
607
612
 
608
613
  /***/ }),
609
- /* 66 */,
610
- /* 67 */,
611
- /* 68 */,
612
- /* 69 */,
613
- /* 70 */,
614
614
  /* 71 */,
615
615
  /* 72 */,
616
616
  /* 73 */,
@@ -638,41 +638,48 @@ module.exports = require("@splunk/react-ui/Switch");
638
638
  /* 95 */,
639
639
  /* 96 */,
640
640
  /* 97 */,
641
- /* 98 */
641
+ /* 98 */,
642
+ /* 99 */,
643
+ /* 100 */,
644
+ /* 101 */,
645
+ /* 102 */,
646
+ /* 103 */,
647
+ /* 104 */,
648
+ /* 105 */,
649
+ /* 106 */
642
650
  /***/ (function(module, exports) {
643
651
 
644
652
  module.exports = require("react-resize-detector");
645
653
 
646
654
  /***/ }),
647
- /* 99 */
655
+ /* 107 */
648
656
  /***/ (function(module, exports) {
649
657
 
650
658
  module.exports = require("@splunk/react-icons/SortedDown");
651
659
 
652
660
  /***/ }),
653
- /* 100 */
661
+ /* 108 */
654
662
  /***/ (function(module, exports) {
655
663
 
656
664
  module.exports = require("@splunk/react-icons/SortedUp");
657
665
 
658
666
  /***/ }),
659
- /* 101 */
667
+ /* 109 */
660
668
  /***/ (function(module, exports) {
661
669
 
662
670
  module.exports = require("@splunk/react-icons/Sort");
663
671
 
664
672
  /***/ }),
665
- /* 102 */
673
+ /* 110 */
666
674
  /***/ (function(module, exports) {
667
675
 
668
676
  module.exports = require("@splunk/react-icons/Info");
669
677
 
670
678
  /***/ }),
671
- /* 103 */,
672
- /* 104 */,
673
- /* 105 */,
674
- /* 106 */,
675
- /* 107 */
679
+ /* 111 */,
680
+ /* 112 */,
681
+ /* 113 */,
682
+ /* 114 */
676
683
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
677
684
 
678
685
  "use strict";
@@ -701,11 +708,11 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
701
708
  var external_lodash_ = __webpack_require__(4);
702
709
 
703
710
  // EXTERNAL MODULE: external "react-resize-detector"
704
- var external_react_resize_detector_ = __webpack_require__(98);
711
+ var external_react_resize_detector_ = __webpack_require__(106);
705
712
  var external_react_resize_detector_default = /*#__PURE__*/__webpack_require__.n(external_react_resize_detector_);
706
713
 
707
714
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
708
- var EventListener_ = __webpack_require__(14);
715
+ var EventListener_ = __webpack_require__(15);
709
716
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
710
717
 
711
718
  // EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
@@ -730,7 +737,7 @@ var Styled = external_styled_components_default.a.tbody.withConfig({
730
737
  })(["", ""], themes_["mixins"].reset('table-row-group'));
731
738
 
732
739
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
733
- var updateReactRef = __webpack_require__(11);
740
+ var updateReactRef = __webpack_require__(12);
734
741
 
735
742
  // CONCATENATED MODULE: ./src/Table/Body.tsx
736
743
  function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
@@ -1405,7 +1412,7 @@ Cell_defineProperty(Cell_Cell, "defaultProps", Cell_defaultProps);
1405
1412
  var i18n_ = __webpack_require__(5);
1406
1413
 
1407
1414
  // EXTERNAL MODULE: external "@splunk/react-icons/SortedDown"
1408
- var SortedDown_ = __webpack_require__(99);
1415
+ var SortedDown_ = __webpack_require__(107);
1409
1416
  var SortedDown_default = /*#__PURE__*/__webpack_require__.n(SortedDown_);
1410
1417
 
1411
1418
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -1452,7 +1459,7 @@ function SortedDown(props) {
1452
1459
  }, props));
1453
1460
  }
1454
1461
  // EXTERNAL MODULE: external "@splunk/react-icons/SortedUp"
1455
- var SortedUp_ = __webpack_require__(100);
1462
+ var SortedUp_ = __webpack_require__(108);
1456
1463
  var SortedUp_default = /*#__PURE__*/__webpack_require__.n(SortedUp_);
1457
1464
 
1458
1465
  // CONCATENATED MODULE: ./src/icons/SortedUp.tsx
@@ -1493,7 +1500,7 @@ function SortedUp(props) {
1493
1500
  }, props));
1494
1501
  }
1495
1502
  // EXTERNAL MODULE: external "@splunk/react-icons/Sort"
1496
- var Sort_ = __webpack_require__(101);
1503
+ var Sort_ = __webpack_require__(109);
1497
1504
  var Sort_default = /*#__PURE__*/__webpack_require__.n(Sort_);
1498
1505
 
1499
1506
  // CONCATENATED MODULE: ./src/icons/Sort.tsx
@@ -1537,7 +1544,7 @@ function CaretDown(props) {
1537
1544
  var icons_CaretDown = __webpack_require__(36);
1538
1545
 
1539
1546
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
1540
- var ScreenReaderContent_ = __webpack_require__(15);
1547
+ var ScreenReaderContent_ = __webpack_require__(14);
1541
1548
  var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
1542
1549
 
1543
1550
  // CONCATENATED MODULE: ./src/Table/HeadInnerStyles.ts
@@ -2445,7 +2452,7 @@ HeadCell_defineProperty(HeadCell_HeadCell, "defaultProps", HeadCell_defaultProps
2445
2452
 
2446
2453
  /* harmony default export */ var Table_HeadCell = (HeadCell_HeadCell);
2447
2454
  // EXTERNAL MODULE: external "@splunk/react-icons/Info"
2448
- var Info_ = __webpack_require__(102);
2455
+ var Info_ = __webpack_require__(110);
2449
2456
  var Info_default = /*#__PURE__*/__webpack_require__.n(Info_);
2450
2457
 
2451
2458
  // EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
@@ -2481,14 +2488,14 @@ var Dropdown_ = __webpack_require__(19);
2481
2488
  var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
2482
2489
 
2483
2490
  // EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
2484
- var Tooltip_ = __webpack_require__(46);
2491
+ var Tooltip_ = __webpack_require__(48);
2485
2492
  var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
2486
2493
 
2487
2494
  // EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
2488
- var ChevronDown = __webpack_require__(59);
2495
+ var ChevronDown = __webpack_require__(64);
2489
2496
 
2490
2497
  // EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
2491
- var MoreVertical = __webpack_require__(56);
2498
+ var MoreVertical = __webpack_require__(61);
2492
2499
 
2493
2500
  // CONCATENATED MODULE: ./src/Table/RowDragCell.tsx
2494
2501
  function RowDragCell_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { RowDragCell_typeof = function _typeof(obj) { return typeof obj; }; } else { RowDragCell_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return RowDragCell_typeof(obj); }
@@ -2770,7 +2777,7 @@ var StyledCellExpansionDisabled = external_styled_components_default()(Table_Cel
2770
2777
  }));
2771
2778
 
2772
2779
  // EXTERNAL MODULE: external "@splunk/react-ui/Switch"
2773
- var Switch_ = __webpack_require__(65);
2780
+ var Switch_ = __webpack_require__(70);
2774
2781
  var Switch_default = /*#__PURE__*/__webpack_require__.n(Switch_);
2775
2782
 
2776
2783
  // CONCATENATED MODULE: ./src/Table/ToggleStyles.ts
@@ -2884,6 +2891,7 @@ function Row_extends() { Row_extends = Object.assign || function (target) { for
2884
2891
 
2885
2892
 
2886
2893
 
2894
+
2887
2895
  var StyledStripeComponents = {
2888
2896
  odd: StyledStripeOdd,
2889
2897
  even: StyledStripeEven,
@@ -3135,7 +3143,7 @@ var Row_Row = /*#__PURE__*/function (_Component) {
3135
3143
  $expandable: !!expandable,
3136
3144
  ref: this.handleMount,
3137
3145
  tabIndex: onClick ? 0 : undefined
3138
- }, otherProps, {
3146
+ }, Object(external_lodash_["omit"])(otherProps, 'data'), {
3139
3147
  onClick: onClick ? this.handleClick : undefined,
3140
3148
  onKeyDown: this.handleKeyDown,
3141
3149
  $rowSelected: !!(onRequestToggle && selected)
@@ -4220,7 +4228,7 @@ HeadTable_defineProperty(HeadTable_HeadTable, "defaultProps", HeadTable_defaultP
4220
4228
 
4221
4229
  /* harmony default export */ var Table_HeadTable = (HeadTable_HeadTable);
4222
4230
  // EXTERNAL MODULE: ./src/utils/types.ts
4223
- var types = __webpack_require__(49);
4231
+ var types = __webpack_require__(54);
4224
4232
 
4225
4233
  // CONCATENATED MODULE: ./src/Table/Table.tsx
4226
4234
  function Table_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Table_typeof = function _typeof(obj) { return typeof obj; }; } else { Table_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Table_typeof(obj); }