@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/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 = 153);
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
- /***/ 153:
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__(83);
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__(84);
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
- /***/ 83:
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
- /***/ 84:
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 = 130);
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
- /***/ 130:
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 = 173);
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
- /***/ 106:
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
- /***/ 173:
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__(63);
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__(70);
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
- /***/ 63:
373
+ /***/ 68:
374
374
  /***/ (function(module, exports) {
375
375
 
376
376
  module.exports = require("react-dom");
377
377
 
378
378
  /***/ }),
379
379
 
380
- /***/ 70:
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__(106)))
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 = 154);
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
- /***/ 154:
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__(52);
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
- /***/ 52:
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 = 136);
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
- /***/ 136:
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 = 108);
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
- /***/ 108:
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__(85);
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__(86);
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,14 +227,18 @@ 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__(87);
230
+ var Code_ = __webpack_require__(96);
231
231
  var Code_default = /*#__PURE__*/__webpack_require__.n(Code_);
232
232
 
233
+ // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
234
+ var i18n_ = __webpack_require__(5);
235
+
233
236
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownCodeBlock.tsx
234
237
 
235
238
 
236
239
 
237
240
 
241
+
238
242
  var MarkdownCodeBlock_propTypes = {
239
243
  literal: external_prop_types_default.a.string,
240
244
  language: external_prop_types_default.a.string
@@ -245,6 +249,7 @@ function MarkdownCodeBlock(_ref) {
245
249
  language = _ref.language;
246
250
  return /*#__PURE__*/external_react_default.a.createElement(StyledCodeBlock, null, /*#__PURE__*/external_react_default.a.createElement(Code_default.a // TS: let the Markdown component handle unsupported language tags
247
251
  , {
252
+ "aria-label": Object(i18n_["_"])("Code Block"),
248
253
  language: language,
249
254
  value: literal,
250
255
  style: {
@@ -256,7 +261,7 @@ function MarkdownCodeBlock(_ref) {
256
261
  MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
257
262
  /* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
258
263
  // EXTERNAL MODULE: external "@splunk/react-ui/Heading"
259
- var Heading_ = __webpack_require__(64);
264
+ var Heading_ = __webpack_require__(69);
260
265
  var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
261
266
 
262
267
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
@@ -327,7 +332,7 @@ function MarkdownLink(_ref) {
327
332
  MarkdownLink.propTypes = MarkdownLink_propTypes;
328
333
  /* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
329
334
  // EXTERNAL MODULE: external "@splunk/react-ui/List"
330
- var List_ = __webpack_require__(71);
335
+ var List_ = __webpack_require__(80);
331
336
  var List_default = /*#__PURE__*/__webpack_require__.n(List_);
332
337
 
333
338
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
@@ -365,7 +370,7 @@ function MarkdownItem(_ref) {
365
370
  MarkdownItem.propTypes = MarkdownItem_propTypes;
366
371
  /* harmony default export */ var renderers_MarkdownItem = (MarkdownItem);
367
372
  // EXTERNAL MODULE: external "@splunk/react-ui/Paragraph"
368
- var Paragraph_ = __webpack_require__(88);
373
+ var Paragraph_ = __webpack_require__(97);
369
374
  var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
370
375
 
371
376
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
@@ -511,17 +516,17 @@ module.exports = require("styled-components");
511
516
 
512
517
  /***/ }),
513
518
 
514
- /***/ 64:
519
+ /***/ 5:
515
520
  /***/ (function(module, exports) {
516
521
 
517
- module.exports = require("@splunk/react-ui/Heading");
522
+ module.exports = require("@splunk/ui-utils/i18n");
518
523
 
519
524
  /***/ }),
520
525
 
521
- /***/ 71:
526
+ /***/ 69:
522
527
  /***/ (function(module, exports) {
523
528
 
524
- module.exports = require("@splunk/react-ui/List");
529
+ module.exports = require("@splunk/react-ui/Heading");
525
530
 
526
531
  /***/ }),
527
532
 
@@ -532,28 +537,35 @@ module.exports = require("@splunk/react-ui/Box");
532
537
 
533
538
  /***/ }),
534
539
 
535
- /***/ 85:
540
+ /***/ 80:
541
+ /***/ (function(module, exports) {
542
+
543
+ module.exports = require("@splunk/react-ui/List");
544
+
545
+ /***/ }),
546
+
547
+ /***/ 94:
536
548
  /***/ (function(module, exports) {
537
549
 
538
550
  module.exports = require("commonmark-react-renderer");
539
551
 
540
552
  /***/ }),
541
553
 
542
- /***/ 86:
554
+ /***/ 95:
543
555
  /***/ (function(module, exports) {
544
556
 
545
557
  module.exports = require("commonmark");
546
558
 
547
559
  /***/ }),
548
560
 
549
- /***/ 87:
561
+ /***/ 96:
550
562
  /***/ (function(module, exports) {
551
563
 
552
564
  module.exports = require("@splunk/react-ui/Code");
553
565
 
554
566
  /***/ }),
555
567
 
556
- /***/ 88:
568
+ /***/ 97:
557
569
  /***/ (function(module, exports) {
558
570
 
559
571
  module.exports = require("@splunk/react-ui/Paragraph");