@splunk/react-ui 4.5.3 → 4.6.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 (87) hide show
  1. package/Accordion.js +4 -4
  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 +8 -8
  7. package/ButtonGroup.js +4 -4
  8. package/ButtonSimple.js +2 -2
  9. package/CHANGELOG.md +17 -1
  10. package/Calendar.js +6 -6
  11. package/Card.js +25 -30
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +2 -2
  14. package/Clickable.js +39 -13
  15. package/CloseButton.js +4 -4
  16. package/Code.js +8 -7
  17. package/CollapsiblePanel.js +6 -9
  18. package/Color.js +42 -42
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +2 -2
  21. package/Concertina.js +4 -4
  22. package/ControlGroup.js +22 -29
  23. package/Date.js +4 -4
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +2 -2
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +7 -7
  29. package/FormRows.js +16 -18
  30. package/Heading.js +2 -2
  31. package/Image.js +6 -6
  32. package/JSONTree.js +2 -2
  33. package/Layer.js +8 -8
  34. package/Link.js +4 -4
  35. package/List.js +2 -2
  36. package/Markdown.js +26 -14
  37. package/Menu.js +17 -17
  38. package/Message.js +10 -10
  39. package/Modal.js +43 -14
  40. package/ModalLayer.js +4 -4
  41. package/Monogram.js +2 -2
  42. package/Multiselect.js +255 -13
  43. package/Number.js +2 -2
  44. package/Paginator.js +10 -10
  45. package/Paragraph.js +2 -2
  46. package/Popover.js +6 -6
  47. package/Progress.js +6 -6
  48. package/Resize.js +2 -2
  49. package/ResultsMenu.js +6 -6
  50. package/ScreenReaderContent.js +2 -2
  51. package/Scroll.js +2 -2
  52. package/ScrollContainerContext.js +2 -2
  53. package/Search.js +4 -4
  54. package/Select.js +254 -13
  55. package/SidePanel.js +6 -6
  56. package/Slider.js +12 -6
  57. package/SlidingPanels.js +2 -2
  58. package/StaticContent.js +2 -2
  59. package/StepBar.js +6 -6
  60. package/Switch.js +4 -4
  61. package/TabLayout.js +4 -4
  62. package/Table.js +37 -36
  63. package/Text.js +144 -127
  64. package/Tooltip.js +2 -2
  65. package/TransitionOpen.js +62 -37
  66. package/WaitSpinner.js +2 -2
  67. package/cypress/plugins/index.ts +15 -0
  68. package/cypress/support/commands.ts +1 -0
  69. package/cypress/support/index.ts +9 -0
  70. package/cypress.json +12 -0
  71. package/package.json +13 -4
  72. package/types/src/Clickable/Clickable.d.ts +12 -2
  73. package/types/src/Clickable/NavigationProvider.d.ts +12 -2
  74. package/types/src/Color/Color.d.ts +3 -3
  75. package/types/src/Date/Date.d.ts +3 -3
  76. package/types/src/Modal/Modal.d.ts +2 -0
  77. package/types/src/Modal/ModalContext.d.ts +6 -0
  78. package/types/src/Multiselect/Multiselect.d.ts +1 -0
  79. package/types/src/Number/Number.d.ts +3 -3
  80. package/types/src/RadioBar/RadioBar.d.ts +3 -3
  81. package/types/src/Select/Select.d.ts +8 -3
  82. package/types/src/Select/SelectBase.d.ts +16 -4
  83. package/types/src/Select/matchUtils.d.ts +12 -0
  84. package/types/src/Slider/Slider.d.ts +3 -3
  85. package/types/src/Text/Text.d.ts +12 -5
  86. package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
  87. package/usePrevious.js +2 -2
package/FetchOptions.js CHANGED
@@ -82,19 +82,19 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 172);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 173);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 105:
90
+ /***/ 106:
91
91
  /***/ (function(module, exports) {
92
92
 
93
93
  module.exports = require("core-js/es/promise");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 172:
97
+ /***/ 173:
98
98
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
99
99
 
100
100
  "use strict";
@@ -106,16 +106,16 @@ __webpack_require__.d(__webpack_exports__, "default", function() { return /* ree
106
106
  __webpack_require__.d(__webpack_exports__, "isMovieOption", function() { return /* reexport */ isMovieOption; });
107
107
 
108
108
  // EXTERNAL MODULE: external "core-js/es/promise"
109
- var promise_ = __webpack_require__(105);
109
+ var promise_ = __webpack_require__(106);
110
110
 
111
111
  // EXTERNAL MODULE: external "lodash"
112
112
  var external_lodash_ = __webpack_require__(4);
113
113
 
114
114
  // EXTERNAL MODULE: external "@splunk/ui-utils/promise"
115
- var ui_utils_promise_ = __webpack_require__(79);
115
+ var ui_utils_promise_ = __webpack_require__(81);
116
116
 
117
117
  // EXTERNAL MODULE: ./src/FetchOptions/movies.json
118
- var movies = __webpack_require__(51);
118
+ var movies = __webpack_require__(53);
119
119
 
120
120
  // CONCATENATED MODULE: ./src/FetchOptions/FetchOptions.tsx
121
121
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@@ -342,14 +342,14 @@ module.exports = require("lodash");
342
342
 
343
343
  /***/ }),
344
344
 
345
- /***/ 51:
345
+ /***/ 53:
346
346
  /***/ (function(module) {
347
347
 
348
348
  module.exports = JSON.parse("{\"a\":[{\"id\":1,\"title\":\"10 Cloverfield Lane\"},{\"id\":2,\"title\":\"13 Hours: The Secret Soldiers of Benghazi\"},{\"id\":3,\"title\":\"20th Century Women\"},{\"id\":4,\"title\":\"A Monster Calls\"},{\"id\":5,\"title\":\"A Street Cat Named Bob\"},{\"id\":6,\"title\":\"Alice Through the Looking Glass\"},{\"id\":7,\"title\":\"Allied\"},{\"id\":8,\"title\":\"Almost Christmas\"},{\"id\":9,\"title\":\"American Pastoral\"},{\"id\":10,\"title\":\"Arrival\"},{\"id\":11,\"title\":\"Assassin's Creed\"},{\"id\":12,\"title\":\"Bad Moms\"},{\"id\":13,\"title\":\"Bad Santa 2\"},{\"id\":14,\"title\":\"Barbershop: The Next Cut\"},{\"id\":15,\"title\":\"Batman v Superman: Dawn of Justice\"},{\"id\":16,\"title\":\"Batman: The Killing Joke\"},{\"id\":17,\"title\":\"Ben-Hur\"},{\"id\":18,\"title\":\"Billy Lynn's Long Halftime Walk\"},{\"id\":19,\"title\":\"Blair Witch\"},{\"id\":20,\"title\":\"Bleed for This\"},{\"id\":21,\"title\":\"Bobby Sands: 66 Days\"},{\"id\":22,\"title\":\"Boo! A Madea Halloween\"},{\"id\":23,\"title\":\"Boonie Bears III\"},{\"id\":24,\"title\":\"Bridget Jones's Baby\"},{\"id\":25,\"title\":\"Café Society\"},{\"id\":26,\"title\":\"Captain America: Civil War\"},{\"id\":27,\"title\":\"Central Intelligence\"},{\"id\":28,\"title\":\"Collateral Beauty\"},{\"id\":29,\"title\":\"Criminal\"},{\"id\":30,\"title\":\"Dad's Army\"},{\"id\":31,\"title\":\"Deadpool\"},{\"id\":32,\"title\":\"Deepwater Horizon\"},{\"id\":33,\"title\":\"Demolition\"},{\"id\":34,\"title\":\"Dirty Grandpa\"},{\"id\":35,\"title\":\"Doctor Strange\"},{\"id\":36,\"title\":\"Don't Breathe\"},{\"id\":37,\"title\":\"Eddie the Eagle\"},{\"id\":38,\"title\":\"Elvis & Nixon\"},{\"id\":39,\"title\":\"Everybody Wants Some!!\"},{\"id\":40,\"title\":\"Fantastic Beasts and Where to Find Them\"},{\"id\":41,\"title\":\"Fences\"},{\"id\":42,\"title\":\"Fifty Shades of Black\"},{\"id\":43,\"title\":\"Finding Dory\"},{\"id\":44,\"title\":\"Florence Foster Jenkins\"},{\"id\":45,\"title\":\"Free State of Jones\"},{\"id\":46,\"title\":\"Genius\"},{\"id\":47,\"title\":\"Ghostbusters\"},{\"id\":48,\"title\":\"God's Not Dead 2\"},{\"id\":49,\"title\":\"Gods of Egypt\"},{\"id\":50,\"title\":\"Gold\"},{\"id\":51,\"title\":\"Green Room\"},{\"id\":52,\"title\":\"Grimsby\"},{\"id\":53,\"title\":\"Hacksaw Ridge\"},{\"id\":54,\"title\":\"Hail, Caesar!\"},{\"id\":55,\"title\":\"Hands of Stone\"},{\"id\":56,\"title\":\"Hardcore Henry\"},{\"id\":57,\"title\":\"Hell or High Water\"},{\"id\":58,\"title\":\"Hidden Figures\"},{\"id\":59,\"title\":\"Hillsong: Let Hope Rise\"},{\"id\":60,\"title\":\"How to Be Single\"},{\"id\":61,\"title\":\"I'm Not Ashamed\"},{\"id\":62,\"title\":\"Ice Age: Collision Course\"},{\"id\":63,\"title\":\"Incarnate\"},{\"id\":64,\"title\":\"Independence Day: Resurgence\"},{\"id\":65,\"title\":\"Inferno\"},{\"id\":66,\"title\":\"Jack Reacher: Never Go Back\"},{\"id\":67,\"title\":\"Jane Got a Gun\"},{\"id\":68,\"title\":\"Jason Bourne\"},{\"id\":69,\"title\":\"Keanu\"},{\"id\":70,\"title\":\"Keeping Up with the Joneses\"},{\"id\":71,\"title\":\"Kevin Hart: What Now?\"},{\"id\":72,\"title\":\"Knight of Cups\"},{\"id\":73,\"title\":\"Kubo and the Two Strings\"},{\"id\":74,\"title\":\"Kung Fu Panda 3\"},{\"id\":75,\"title\":\"La La Land\"},{\"id\":76,\"title\":\"Last Days in the Desert\"},{\"id\":77,\"title\":\"Lazer Team\"},{\"id\":78,\"title\":\"Lights Out\"},{\"id\":79,\"title\":\"Lion\"},{\"id\":80,\"title\":\"Live by Night\"},{\"id\":81,\"title\":\"London Has Fallen\"},{\"id\":82,\"title\":\"Loving\"},{\"id\":83,\"title\":\"Maggie's Plan\"},{\"id\":84,\"title\":\"Man Down\"},{\"id\":85,\"title\":\"Manchester by the Sea\"},{\"id\":86,\"title\":\"Masterminds\"},{\"id\":87,\"title\":\"Max Steel\"},{\"id\":88,\"title\":\"Me Before You\"},{\"id\":89,\"title\":\"Mechanic: Resurrection\"},{\"id\":90,\"title\":\"Meet the Blacks\"},{\"id\":91,\"title\":\"Middle School: The Worst Years of My Life\"},{\"id\":92,\"title\":\"Midnight Special\"},{\"id\":93,\"title\":\"Mike and Dave Need Wedding Dates\"},{\"id\":94,\"title\":\"Miracles from Heaven\"},{\"id\":95,\"title\":\"Misconduct\"},{\"id\":96,\"title\":\"Miss Peregrine's Home for Peculiar Children\"},{\"id\":97,\"title\":\"Miss Sloane\"},{\"id\":98,\"title\":\"Moana\"},{\"id\":99,\"title\":\"Money Monster\"},{\"id\":100,\"title\":\"Monster Hunt\"},{\"id\":101,\"title\":\"Moonlight\"},{\"id\":102,\"title\":\"Morgan\"},{\"id\":103,\"title\":\"Mother's Day\"},{\"id\":104,\"title\":\"My Big Fat Greek Wedding 2\"},{\"id\":105,\"title\":\"Neighbors 2: Sorority Rising\"},{\"id\":106,\"title\":\"Nerdland\"},{\"id\":107,\"title\":\"Nerve\"},{\"id\":108,\"title\":\"Nine Lives\"},{\"id\":109,\"title\":\"Nocturnal Animals\"},{\"id\":110,\"title\":\"Norm of the North\"},{\"id\":111,\"title\":\"Now You See Me 2\"},{\"id\":112,\"title\":\"Office Christmas Party\"},{\"id\":113,\"title\":\"Ouija: Origin of Evil\"},{\"id\":114,\"title\":\"Passengers\"},{\"id\":115,\"title\":\"Patriots Day\"},{\"id\":116,\"title\":\"Pete's Dragon\"},{\"id\":117,\"title\":\"Popstar: Never Stop Never Stopping\"},{\"id\":118,\"title\":\"Pride and Prejudice and Zombies\"},{\"id\":119,\"title\":\"Queen of Katwe\"},{\"id\":120,\"title\":\"Race\"},{\"id\":121,\"title\":\"Ratchet & Clank\"},{\"id\":122,\"title\":\"Ride Along 2\"},{\"id\":123,\"title\":\"Risen\"},{\"id\":124,\"title\":\"Rogue One\"},{\"id\":125,\"title\":\"Rules Don't Apply\"},{\"id\":126,\"title\":\"Sausage Party\"},{\"id\":127,\"title\":\"Shut In\"},{\"id\":128,\"title\":\"Silence\"},{\"id\":129,\"title\":\"Sing\"},{\"id\":130,\"title\":\"Snowden\"},{\"id\":131,\"title\":\"Solace\"},{\"id\":132,\"title\":\"Star Trek Beyond\"},{\"id\":133,\"title\":\"Storks\"},{\"id\":134,\"title\":\"Suicide Squad\"},{\"id\":135,\"title\":\"Sully\"},{\"id\":136,\"title\":\"Teenage Mutant Ninja Turtles: Out of the Shadows\"},{\"id\":137,\"title\":\"The 5th Wave\"},{\"id\":138,\"title\":\"The Accountant\"},{\"id\":139,\"title\":\"The Angry Birds Movie\"},{\"id\":140,\"title\":\"The BFG\"},{\"id\":141,\"title\":\"The Birth of a Nation\"},{\"id\":142,\"title\":\"The Boss\"},{\"id\":143,\"title\":\"The Boy\"},{\"id\":144,\"title\":\"The Bronze\"},{\"id\":145,\"title\":\"The Choice\"},{\"id\":146,\"title\":\"The Comedian\"},{\"id\":147,\"title\":\"The Conjuring 2\"},{\"id\":148,\"title\":\"The Darkness\"},{\"id\":149,\"title\":\"The Disappointments Room\"},{\"id\":150,\"title\":\"The Divergent Series: Allegiant\"},{\"id\":151,\"title\":\"The Edge of Seventeen\"},{\"id\":152,\"title\":\"The Finest Hours\"},{\"id\":153,\"title\":\"The Forest\"},{\"id\":154,\"title\":\"The Founder\"},{\"id\":155,\"title\":\"The Girl on the Train\"},{\"id\":156,\"title\":\"The Huntsman: Winter's War\"},{\"id\":157,\"title\":\"The Infiltrator\"},{\"id\":158,\"title\":\"The Jungle Book\"},{\"id\":159,\"title\":\"The Legend of Tarzan\"},{\"id\":160,\"title\":\"The Light Between Oceans\"},{\"id\":161,\"title\":\"The Magnificent Seven\"},{\"id\":162,\"title\":\"The Masked Saint\"},{\"id\":163,\"title\":\"The Mermaid\"},{\"id\":164,\"title\":\"The Monkey King 2\"},{\"id\":165,\"title\":\"The Neon Demon\"},{\"id\":166,\"title\":\"The Nice Guys\"},{\"id\":167,\"title\":\"The Other Side of the Door\"},{\"id\":168,\"title\":\"The Perfect Match\"},{\"id\":169,\"title\":\"The Purge: Election Year\"},{\"id\":170,\"title\":\"The Secret Life of Pets\"},{\"id\":171,\"title\":\"The Shallows\"},{\"id\":172,\"title\":\"The Witch\"},{\"id\":173,\"title\":\"The Young Messiah\"},{\"id\":174,\"title\":\"They're Watching\"},{\"id\":175,\"title\":\"Trolls\"},{\"id\":176,\"title\":\"Voyage of Time\"},{\"id\":177,\"title\":\"War Dogs\"},{\"id\":178,\"title\":\"Warcraft\"},{\"id\":179,\"title\":\"When the Bough Breaks\"},{\"id\":180,\"title\":\"Whiskey Tango Foxtrot\"},{\"id\":181,\"title\":\"Why Him?\"},{\"id\":182,\"title\":\"X-Men: Apocalypse\"},{\"id\":183,\"title\":\"Yoga Hosers\"},{\"id\":184,\"title\":\"Your Name\"},{\"id\":185,\"title\":\"Zoolander 2\"},{\"id\":186,\"title\":\"Zootopia\"}]}");
349
349
 
350
350
  /***/ }),
351
351
 
352
- /***/ 79:
352
+ /***/ 81:
353
353
  /***/ (function(module, exports) {
354
354
 
355
355
  module.exports = require("@splunk/ui-utils/promise");
package/File.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 = 111);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 112);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 111:
111
+ /***/ 112:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -147,7 +147,7 @@ var id_ = __webpack_require__(10);
147
147
  var format_ = __webpack_require__(40);
148
148
 
149
149
  // EXTERNAL MODULE: external "@splunk/react-ui/Progress"
150
- var Progress_ = __webpack_require__(80);
150
+ var Progress_ = __webpack_require__(82);
151
151
  var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
152
152
 
153
153
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
@@ -235,7 +235,7 @@ var Clickable_ = __webpack_require__(12);
235
235
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
236
236
 
237
237
  // EXTERNAL MODULE: external "@splunk/themes/mixins"
238
- var mixins_ = __webpack_require__(81);
238
+ var mixins_ = __webpack_require__(83);
239
239
 
240
240
  // CONCATENATED MODULE: ./src/File/ItemStyles.ts
241
241
 
@@ -965,7 +965,7 @@ var File_File = /*#__PURE__*/function (_Component) {
965
965
  onChange: this.handleInputChange,
966
966
  onFocus: this.handleInputFocus,
967
967
  type: "file"
968
- }), !disabled && Object(i18n_["_"])('browse…'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
968
+ }), !disabled && Object(i18n_["_"])('upload file'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
969
969
  "data-test": "help"
970
970
  }, help), dragOverNotDisabled && this.state.dragOver && /*#__PURE__*/external_react_default.a.createElement(StyledWindowDrop, {
971
971
  "data-test": "file-window-drop",
@@ -1272,14 +1272,14 @@ module.exports = require("@splunk/react-ui/Box");
1272
1272
 
1273
1273
  /***/ }),
1274
1274
 
1275
- /***/ 80:
1275
+ /***/ 82:
1276
1276
  /***/ (function(module, exports) {
1277
1277
 
1278
1278
  module.exports = require("@splunk/react-ui/Progress");
1279
1279
 
1280
1280
  /***/ }),
1281
1281
 
1282
- /***/ 81:
1282
+ /***/ 83:
1283
1283
  /***/ (function(module, exports) {
1284
1284
 
1285
1285
  module.exports = require("@splunk/themes/mixins");
package/FormRows.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 = 120);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 121);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 120:
104
+ /***/ 121:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -127,7 +127,7 @@ var i18n_ = __webpack_require__(5);
127
127
  var keyboard_ = __webpack_require__(9);
128
128
 
129
129
  // EXTERNAL MODULE: external "@splunk/react-icons/Plus"
130
- var Plus_ = __webpack_require__(82);
130
+ var Plus_ = __webpack_require__(84);
131
131
  var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
132
132
 
133
133
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -174,13 +174,13 @@ function Plus(props) {
174
174
  }, props));
175
175
  }
176
176
  // EXTERNAL MODULE: external "react-sortable-hoc"
177
- var external_react_sortable_hoc_ = __webpack_require__(69);
177
+ var external_react_sortable_hoc_ = __webpack_require__(71);
178
178
 
179
179
  // EXTERNAL MODULE: external "lodash"
180
180
  var external_lodash_ = __webpack_require__(4);
181
181
 
182
182
  // EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
183
- var CloseButton_ = __webpack_require__(62);
183
+ var CloseButton_ = __webpack_require__(64);
184
184
  var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
185
185
 
186
186
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
@@ -244,7 +244,7 @@ var StyledRows = external_styled_components_default.a.div.withConfig({
244
244
  var Styled = external_styled_components_default.a.div.withConfig({
245
245
  displayName: "FormRowsStyles__Styled",
246
246
  componentId: "sc-1j4j7h3-4"
247
- })(["padding:", ";position:relative;&.sorting{z-index:", " + 1;}", " &:focus{outline:0;", "}"], Object(themes_["pick"])({
247
+ })(["padding:", ";position:relative;&.sorting{z-index:calc(", " + 1);}", " &:focus{outline:0;box-shadow:", ";}"], Object(themes_["pick"])({
248
248
  enterprise: Object(external_styled_components_["css"])(["3px calc(", " + 3px) 3px 0"], themes_["variables"].inputHeight),
249
249
  prisma: {
250
250
  comfortable: Object(external_styled_components_["css"])(["8px calc(", " + 8px) 8px 0"], themes_["variables"].inputHeight),
@@ -256,9 +256,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
256
256
  enterprise: themes_["variables"].spacingHalf,
257
257
  prisma: '16px'
258
258
  }));
259
- }, Object(themes_["pick"])({
260
- enterprise: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].focusShadow)
261
- }));
259
+ }, themes_["variables"].focusShadow);
262
260
  var StyledButton = external_styled_components_default.a.div.withConfig({
263
261
  displayName: "FormRowsStyles__StyledButton",
264
262
  componentId: "sc-1j4j7h3-5"
@@ -774,20 +772,13 @@ function SVG(props) {
774
772
 
775
773
  /***/ }),
776
774
 
777
- /***/ 62:
775
+ /***/ 64:
778
776
  /***/ (function(module, exports) {
779
777
 
780
778
  module.exports = require("@splunk/react-ui/CloseButton");
781
779
 
782
780
  /***/ }),
783
781
 
784
- /***/ 69:
785
- /***/ (function(module, exports) {
786
-
787
- module.exports = require("react-sortable-hoc");
788
-
789
- /***/ }),
790
-
791
782
  /***/ 7:
792
783
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
793
784
 
@@ -906,6 +897,13 @@ Icon.defaultProps = defaultProps;
906
897
 
907
898
  /***/ }),
908
899
 
900
+ /***/ 71:
901
+ /***/ (function(module, exports) {
902
+
903
+ module.exports = require("react-sortable-hoc");
904
+
905
+ /***/ }),
906
+
909
907
  /***/ 8:
910
908
  /***/ (function(module, exports) {
911
909
 
@@ -913,7 +911,7 @@ module.exports = require("@splunk/react-ui/Box");
913
911
 
914
912
  /***/ }),
915
913
 
916
- /***/ 82:
914
+ /***/ 84:
917
915
  /***/ (function(module, exports) {
918
916
 
919
917
  module.exports = require("@splunk/react-icons/Plus");
package/Heading.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 = 152);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 153);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 152:
104
+ /***/ 153:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
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 = 154);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 153:
111
+ /***/ 154:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -136,7 +136,7 @@ var format_ = __webpack_require__(40);
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__(85);
140
140
  var File_default = /*#__PURE__*/__webpack_require__.n(File_);
141
141
 
142
142
  // EXTERNAL MODULE: ./src/icons/CrossMark.tsx
@@ -151,7 +151,7 @@ var Clickable_ = __webpack_require__(12);
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__(86);
155
155
  var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
156
156
 
157
157
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -675,14 +675,14 @@ Icon.defaultProps = defaultProps;
675
675
 
676
676
  /***/ }),
677
677
 
678
- /***/ 83:
678
+ /***/ 85:
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
+ /***/ 86:
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 = 131);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 130:
111
+ /***/ 131:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
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 = 174);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 106:
97
+ /***/ 107:
98
98
  /***/ (function(module, exports) {
99
99
 
100
100
  var g;
@@ -128,7 +128,7 @@ module.exports = require("@splunk/react-ui/EventListener");
128
128
 
129
129
  /***/ }),
130
130
 
131
- /***/ 173:
131
+ /***/ 174:
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__(65);
149
149
 
150
150
  // EXTERNAL MODULE: external "prop-types"
151
151
  var external_prop_types_ = __webpack_require__(1);
@@ -162,7 +162,7 @@ var EventListener_ = __webpack_require__(14);
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__(72);
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
+ /***/ 65:
374
374
  /***/ (function(module, exports) {
375
375
 
376
376
  module.exports = require("react-dom");
377
377
 
378
378
  /***/ }),
379
379
 
380
- /***/ 70:
380
+ /***/ 72:
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__(107)))
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 = 155);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 154:
111
+ /***/ 155:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -137,7 +137,7 @@ 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__(54);
141
141
  var External_default = /*#__PURE__*/__webpack_require__.n(External_);
142
142
 
143
143
  // EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
@@ -323,7 +323,7 @@ module.exports = require("@splunk/ui-utils/i18n");
323
323
 
324
324
  /***/ }),
325
325
 
326
- /***/ 52:
326
+ /***/ 54:
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 = 137);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 136:
104
+ /***/ 137:
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 = 109);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 108:
104
+ /***/ 109:
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__(87);
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__(88);
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__(89);
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__(66);
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__(73);
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__(90);
369
374
  var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
370
375
 
371
376
  // CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
@@ -511,14 +516,21 @@ module.exports = require("styled-components");
511
516
 
512
517
  /***/ }),
513
518
 
514
- /***/ 64:
519
+ /***/ 5:
520
+ /***/ (function(module, exports) {
521
+
522
+ module.exports = require("@splunk/ui-utils/i18n");
523
+
524
+ /***/ }),
525
+
526
+ /***/ 66:
515
527
  /***/ (function(module, exports) {
516
528
 
517
529
  module.exports = require("@splunk/react-ui/Heading");
518
530
 
519
531
  /***/ }),
520
532
 
521
- /***/ 71:
533
+ /***/ 73:
522
534
  /***/ (function(module, exports) {
523
535
 
524
536
  module.exports = require("@splunk/react-ui/List");
@@ -532,28 +544,28 @@ module.exports = require("@splunk/react-ui/Box");
532
544
 
533
545
  /***/ }),
534
546
 
535
- /***/ 85:
547
+ /***/ 87:
536
548
  /***/ (function(module, exports) {
537
549
 
538
550
  module.exports = require("commonmark-react-renderer");
539
551
 
540
552
  /***/ }),
541
553
 
542
- /***/ 86:
554
+ /***/ 88:
543
555
  /***/ (function(module, exports) {
544
556
 
545
557
  module.exports = require("commonmark");
546
558
 
547
559
  /***/ }),
548
560
 
549
- /***/ 87:
561
+ /***/ 89:
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
+ /***/ 90:
557
569
  /***/ (function(module, exports) {
558
570
 
559
571
  module.exports = require("@splunk/react-ui/Paragraph");