@splunk/react-ui 4.6.0 → 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 (129) hide show
  1. package/Accordion.js +7 -7
  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 +23 -3
  10. package/Calendar.js +16 -16
  11. package/Card.js +46 -46
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +10 -10
  14. package/Clickable.js +4 -4
  15. package/CloseButton.js +8 -8
  16. package/Code.js +4 -4
  17. package/CollapsiblePanel.js +9 -9
  18. package/Color.js +20 -20
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +8 -8
  21. package/Concertina.js +15 -15
  22. package/ControlGroup.js +12 -12
  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 +26 -26
  29. package/FormRows.js +13 -13
  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 +17 -17
  37. package/Menu.js +134 -69
  38. package/Message.js +246 -305
  39. package/MessageBar.d.ts +2 -0
  40. package/MessageBar.js +789 -0
  41. package/Modal.js +58 -53
  42. package/ModalLayer.js +5 -4
  43. package/Monogram.js +4 -4
  44. package/Multiselect.js +50 -41
  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 +44 -35
  59. package/SidePanel.js +6 -6
  60. package/Slider.js +14 -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 +55 -48
  68. package/Text.js +30 -30
  69. package/Tooltip.js +14 -14
  70. package/TransitionOpen.js +9 -9
  71. package/WaitSpinner.js +2 -2
  72. package/cypress/support/index.ts +1 -0
  73. package/package.json +7 -3
  74. package/types/src/Animation/Animation.d.ts +0 -1
  75. package/types/src/Calendar/DateTable.d.ts +0 -1
  76. package/types/src/Date/Icon.d.ts +0 -1
  77. package/types/src/File/Icon.d.ts +0 -1
  78. package/types/src/File/IconCloud.d.ts +0 -1
  79. package/types/src/File/PaperClip.d.ts +0 -1
  80. package/types/src/File/Retry.d.ts +0 -1
  81. package/types/src/File/Trash.d.ts +0 -1
  82. package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
  83. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
  84. package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
  85. package/types/src/Menu/Divider.d.ts +0 -1
  86. package/types/src/Message/Link.d.ts +2 -0
  87. package/types/src/Message/Message.d.ts +6 -1
  88. package/types/src/MessageBar/MessageBar.d.ts +28 -0
  89. package/types/src/MessageBar/index.d.ts +2 -0
  90. package/types/src/Modal/Modal.d.ts +1 -0
  91. package/types/src/Monogram/Monogram.d.ts +2 -2
  92. package/types/src/Number/IncrementIcon.d.ts +0 -1
  93. package/types/src/Paginator/PageSeparator.d.ts +0 -1
  94. package/types/src/Popover/Popover.d.ts +1 -2
  95. package/types/src/Select/SelectBase.d.ts +1 -1
  96. package/types/src/Switch/CheckIcon.d.ts +0 -1
  97. package/types/src/Switch/Switch.d.ts +7 -7
  98. package/types/src/Table/DragHandle.d.ts +0 -1
  99. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  100. package/types/src/Table/Toggle.d.ts +0 -1
  101. package/types/src/Text/IconOutlinedHide.d.ts +0 -1
  102. package/types/src/Text/IconOutlinedView.d.ts +0 -1
  103. package/types/src/Tooltip/InfoIcon.d.ts +0 -1
  104. package/types/src/icons/Alert.d.ts +0 -1
  105. package/types/src/icons/AlertFilled.d.ts +0 -1
  106. package/types/src/icons/CaretDown.d.ts +0 -1
  107. package/types/src/icons/CaretRight.d.ts +0 -1
  108. package/types/src/icons/Check.d.ts +0 -1
  109. package/types/src/icons/ChevronDown.d.ts +0 -1
  110. package/types/src/icons/ChevronLeft.d.ts +0 -1
  111. package/types/src/icons/ChevronRight.d.ts +0 -1
  112. package/types/src/icons/CrossMark.d.ts +0 -1
  113. package/types/src/icons/External.d.ts +0 -1
  114. package/types/src/icons/InfoFilled.d.ts +0 -1
  115. package/types/src/icons/More.d.ts +0 -1
  116. package/types/src/icons/MoreVertical.d.ts +0 -1
  117. package/types/src/icons/Plus.d.ts +0 -1
  118. package/types/src/icons/SVG.d.ts +0 -1
  119. package/types/src/icons/Search.d.ts +0 -1
  120. package/types/src/icons/Sort.d.ts +0 -1
  121. package/types/src/icons/SortedDown.d.ts +0 -1
  122. package/types/src/icons/SortedUp.d.ts +0 -1
  123. package/types/src/icons/Success.d.ts +0 -1
  124. package/types/src/icons/SuccessFilled.d.ts +0 -1
  125. package/types/src/icons/WarningFilled.d.ts +0 -1
  126. package/types/src/utils/types.d.ts +0 -1
  127. package/unit-test-setup-testing-library.ts +9 -0
  128. package/usePrevious.js +2 -2
  129. package/types/src/Message/Banner.d.ts +0 -8
package/Image.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 = 154);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 160);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 154:
111
+ /***/ 160:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -130,28 +130,28 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
130
130
  var external_lodash_ = __webpack_require__(4);
131
131
 
132
132
  // EXTERNAL MODULE: external "@splunk/ui-utils/format"
133
- var format_ = __webpack_require__(40);
133
+ var format_ = __webpack_require__(41);
134
134
 
135
135
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
136
136
  var i18n_ = __webpack_require__(5);
137
137
 
138
138
  // EXTERNAL MODULE: external "@splunk/react-ui/File"
139
- var File_ = __webpack_require__(85);
139
+ var File_ = __webpack_require__(92);
140
140
  var File_default = /*#__PURE__*/__webpack_require__.n(File_);
141
141
 
142
142
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
143
- var CrossMark = __webpack_require__(22);
143
+ var CrossMark = __webpack_require__(20);
144
144
 
145
145
  // EXTERNAL MODULE: external "styled-components"
146
146
  var external_styled_components_ = __webpack_require__(3);
147
147
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
148
148
 
149
149
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
150
- var Clickable_ = __webpack_require__(12);
150
+ var Clickable_ = __webpack_require__(11);
151
151
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
152
152
 
153
153
  // EXTERNAL MODULE: external "@splunk/react-ui/Message"
154
- var Message_ = __webpack_require__(86);
154
+ var Message_ = __webpack_require__(93);
155
155
  var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
156
156
 
157
157
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -447,14 +447,14 @@ module.exports = require("react");
447
447
 
448
448
  /***/ }),
449
449
 
450
- /***/ 22:
450
+ /***/ 20:
451
451
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
452
452
 
453
453
  "use strict";
454
454
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
455
455
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
456
456
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
457
- /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(26);
457
+ /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
458
458
  /* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
459
459
  /* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
460
460
  /* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
@@ -497,7 +497,7 @@ function CrossMark(props) {
497
497
 
498
498
  /***/ }),
499
499
 
500
- /***/ 26:
500
+ /***/ 22:
501
501
  /***/ (function(module, exports) {
502
502
 
503
503
  module.exports = require("@splunk/react-icons/Close");
@@ -518,7 +518,7 @@ module.exports = require("lodash");
518
518
 
519
519
  /***/ }),
520
520
 
521
- /***/ 40:
521
+ /***/ 41:
522
522
  /***/ (function(module, exports) {
523
523
 
524
524
  module.exports = require("@splunk/ui-utils/format");
@@ -675,14 +675,14 @@ Icon.defaultProps = defaultProps;
675
675
 
676
676
  /***/ }),
677
677
 
678
- /***/ 85:
678
+ /***/ 92:
679
679
  /***/ (function(module, exports) {
680
680
 
681
681
  module.exports = require("@splunk/react-ui/File");
682
682
 
683
683
  /***/ }),
684
684
 
685
- /***/ 86:
685
+ /***/ 93:
686
686
  /***/ (function(module, exports) {
687
687
 
688
688
  module.exports = require("@splunk/react-ui/Message");
package/JSONTree.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 = 131);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 137);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 131:
111
+ /***/ 137:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -134,7 +134,7 @@ var external_styled_components_ = __webpack_require__(3);
134
134
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
135
135
 
136
136
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
137
- var Clickable_ = __webpack_require__(12);
137
+ var Clickable_ = __webpack_require__(11);
138
138
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
139
139
 
140
140
  // EXTERNAL MODULE: external "@splunk/themes"
package/Layer.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 = 174);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 181);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 107:
97
+ /***/ 113:
98
98
  /***/ (function(module, exports) {
99
99
 
100
100
  var g;
@@ -121,14 +121,14 @@ module.exports = g;
121
121
 
122
122
  /***/ }),
123
123
 
124
- /***/ 14:
124
+ /***/ 15:
125
125
  /***/ (function(module, exports) {
126
126
 
127
127
  module.exports = require("@splunk/react-ui/EventListener");
128
128
 
129
129
  /***/ }),
130
130
 
131
- /***/ 174:
131
+ /***/ 181:
132
132
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
133
133
 
134
134
  "use strict";
@@ -145,7 +145,7 @@ var external_react_ = __webpack_require__(2);
145
145
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
146
146
 
147
147
  // EXTERNAL MODULE: external "react-dom"
148
- var external_react_dom_ = __webpack_require__(65);
148
+ var external_react_dom_ = __webpack_require__(68);
149
149
 
150
150
  // EXTERNAL MODULE: external "prop-types"
151
151
  var external_prop_types_ = __webpack_require__(1);
@@ -158,11 +158,11 @@ var external_lodash_ = __webpack_require__(4);
158
158
  var keyboard_ = __webpack_require__(9);
159
159
 
160
160
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
161
- var EventListener_ = __webpack_require__(14);
161
+ var EventListener_ = __webpack_require__(15);
162
162
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
163
163
 
164
164
  // EXTERNAL MODULE: ./src/Layer/LayerStack.tsx
165
- var LayerStack = __webpack_require__(72);
165
+ var LayerStack = __webpack_require__(79);
166
166
 
167
167
  // CONCATENATED MODULE: ./src/Layer/Layer.tsx
168
168
  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); }
@@ -370,14 +370,14 @@ module.exports = require("lodash");
370
370
 
371
371
  /***/ }),
372
372
 
373
- /***/ 65:
373
+ /***/ 68:
374
374
  /***/ (function(module, exports) {
375
375
 
376
376
  module.exports = require("react-dom");
377
377
 
378
378
  /***/ }),
379
379
 
380
- /***/ 72:
380
+ /***/ 79:
381
381
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
382
382
 
383
383
  "use strict";
@@ -427,7 +427,7 @@ function LayerStackGlobalProvider(_ref) {
427
427
 
428
428
  LayerStackGlobalProvider.propTypes = propTypes;
429
429
 
430
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(107)))
430
+ /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(113)))
431
431
 
432
432
  /***/ }),
433
433
 
package/Link.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 = 155);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 161);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
104
+ /***/ 11:
105
105
  /***/ (function(module, exports) {
106
106
 
107
107
  module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 155:
111
+ /***/ 161:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -137,11 +137,11 @@ var external_styled_components_ = __webpack_require__(3);
137
137
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
138
138
 
139
139
  // EXTERNAL MODULE: external "@splunk/react-icons/External"
140
- var External_ = __webpack_require__(54);
140
+ var External_ = __webpack_require__(57);
141
141
  var External_default = /*#__PURE__*/__webpack_require__.n(External_);
142
142
 
143
143
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
144
- var Clickable_ = __webpack_require__(12);
144
+ var Clickable_ = __webpack_require__(11);
145
145
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
146
146
 
147
147
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -323,7 +323,7 @@ module.exports = require("@splunk/ui-utils/i18n");
323
323
 
324
324
  /***/ }),
325
325
 
326
- /***/ 54:
326
+ /***/ 57:
327
327
  /***/ (function(module, exports) {
328
328
 
329
329
  module.exports = require("@splunk/react-icons/External");
package/List.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 = 137);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 143);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 137:
104
+ /***/ 143:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
package/Markdown.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 = 109);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 115);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 109:
104
+ /***/ 115:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -134,11 +134,11 @@ var external_prop_types_ = __webpack_require__(1);
134
134
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
135
135
 
136
136
  // EXTERNAL MODULE: external "commonmark-react-renderer"
137
- var external_commonmark_react_renderer_ = __webpack_require__(87);
137
+ var external_commonmark_react_renderer_ = __webpack_require__(94);
138
138
  var external_commonmark_react_renderer_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_react_renderer_);
139
139
 
140
140
  // EXTERNAL MODULE: external "commonmark"
141
- var external_commonmark_ = __webpack_require__(88);
141
+ var external_commonmark_ = __webpack_require__(95);
142
142
  var external_commonmark_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_);
143
143
 
144
144
  // EXTERNAL MODULE: external "@splunk/react-ui/Box"
@@ -227,7 +227,7 @@ function MarkdownCode(_ref) {
227
227
  MarkdownCode.propTypes = MarkdownCode_propTypes;
228
228
  /* harmony default export */ var renderers_MarkdownCode = (MarkdownCode);
229
229
  // EXTERNAL MODULE: external "@splunk/react-ui/Code"
230
- var Code_ = __webpack_require__(89);
230
+ var Code_ = __webpack_require__(96);
231
231
  var Code_default = /*#__PURE__*/__webpack_require__.n(Code_);
232
232
 
233
233
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
@@ -261,7 +261,7 @@ function MarkdownCodeBlock(_ref) {
261
261
  MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
262
262
  /* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
263
263
  // EXTERNAL MODULE: external "@splunk/react-ui/Heading"
264
- var Heading_ = __webpack_require__(66);
264
+ var Heading_ = __webpack_require__(69);
265
265
  var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
266
266
 
267
267
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
@@ -332,7 +332,7 @@ function MarkdownLink(_ref) {
332
332
  MarkdownLink.propTypes = MarkdownLink_propTypes;
333
333
  /* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
334
334
  // EXTERNAL MODULE: external "@splunk/react-ui/List"
335
- var List_ = __webpack_require__(73);
335
+ var List_ = __webpack_require__(80);
336
336
  var List_default = /*#__PURE__*/__webpack_require__.n(List_);
337
337
 
338
338
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
@@ -370,7 +370,7 @@ function MarkdownItem(_ref) {
370
370
  MarkdownItem.propTypes = MarkdownItem_propTypes;
371
371
  /* harmony default export */ var renderers_MarkdownItem = (MarkdownItem);
372
372
  // EXTERNAL MODULE: external "@splunk/react-ui/Paragraph"
373
- var Paragraph_ = __webpack_require__(90);
373
+ var Paragraph_ = __webpack_require__(97);
374
374
  var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
375
375
 
376
376
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
@@ -523,49 +523,49 @@ module.exports = require("@splunk/ui-utils/i18n");
523
523
 
524
524
  /***/ }),
525
525
 
526
- /***/ 66:
526
+ /***/ 69:
527
527
  /***/ (function(module, exports) {
528
528
 
529
529
  module.exports = require("@splunk/react-ui/Heading");
530
530
 
531
531
  /***/ }),
532
532
 
533
- /***/ 73:
533
+ /***/ 8:
534
534
  /***/ (function(module, exports) {
535
535
 
536
- module.exports = require("@splunk/react-ui/List");
536
+ module.exports = require("@splunk/react-ui/Box");
537
537
 
538
538
  /***/ }),
539
539
 
540
- /***/ 8:
540
+ /***/ 80:
541
541
  /***/ (function(module, exports) {
542
542
 
543
- module.exports = require("@splunk/react-ui/Box");
543
+ module.exports = require("@splunk/react-ui/List");
544
544
 
545
545
  /***/ }),
546
546
 
547
- /***/ 87:
547
+ /***/ 94:
548
548
  /***/ (function(module, exports) {
549
549
 
550
550
  module.exports = require("commonmark-react-renderer");
551
551
 
552
552
  /***/ }),
553
553
 
554
- /***/ 88:
554
+ /***/ 95:
555
555
  /***/ (function(module, exports) {
556
556
 
557
557
  module.exports = require("commonmark");
558
558
 
559
559
  /***/ }),
560
560
 
561
- /***/ 89:
561
+ /***/ 96:
562
562
  /***/ (function(module, exports) {
563
563
 
564
564
  module.exports = require("@splunk/react-ui/Code");
565
565
 
566
566
  /***/ }),
567
567
 
568
- /***/ 90:
568
+ /***/ 97:
569
569
  /***/ (function(module, exports) {
570
570
 
571
571
  module.exports = require("@splunk/react-ui/Paragraph");