@splunk/react-ui 4.16.3 → 4.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/Accordion.js +13 -13
  2. package/Anchor.js +2 -2
  3. package/Animation.js +4 -4
  4. package/AnimationToggle.js +2 -2
  5. package/Box.js +2 -2
  6. package/Button.js +101 -247
  7. package/ButtonGroup.js +4 -4
  8. package/ButtonSimple.js +6 -6
  9. package/CHANGELOG.md +60 -2
  10. package/Calendar.js +76 -275
  11. package/Card.js +75 -227
  12. package/CardLayout.js +2 -2
  13. package/Chip.js +40 -211
  14. package/Clickable.js +10 -10
  15. package/CloseButton.js +38 -206
  16. package/Code.js +28 -20
  17. package/CollapsiblePanel.js +74 -228
  18. package/Color.js +62 -319
  19. package/ColumnLayout.js +6 -6
  20. package/ComboBox.js +34 -32
  21. package/Concertina.js +40 -40
  22. package/ControlGroup.js +20 -20
  23. package/Date.js +22 -22
  24. package/DefinitionList.js +2 -2
  25. package/Divider.js +2 -2
  26. package/Dropdown.js +32 -32
  27. package/DualListbox.d.ts +2 -0
  28. package/DualListbox.js +1780 -0
  29. package/EventListener.js +4 -4
  30. package/File.js +85 -250
  31. package/FormRows.js +60 -215
  32. package/Heading.js +39 -27
  33. package/Image.js +73 -227
  34. package/JSONTree.js +18 -18
  35. package/Layer.js +30 -30
  36. package/Link.js +60 -28
  37. package/List.js +9 -9
  38. package/MIGRATION.md +28 -0
  39. package/Markdown.js +21 -21
  40. package/Menu.js +180 -371
  41. package/Message.js +141 -411
  42. package/MessageBar.js +170 -400
  43. package/Modal.js +31 -31
  44. package/ModalLayer.js +6 -6
  45. package/Monogram.js +4 -4
  46. package/Multiselect.js +2299 -2517
  47. package/Number.js +32 -32
  48. package/Paginator.js +94 -323
  49. package/Paragraph.js +2 -2
  50. package/Popover.js +125 -125
  51. package/Progress.js +15 -15
  52. package/RadioBar.js +23 -19
  53. package/RadioList.js +13 -12
  54. package/Resize.js +18 -18
  55. package/ResultsMenu.js +21 -21
  56. package/ScreenReaderContent.js +2 -2
  57. package/Scroll.js +33 -33
  58. package/ScrollContainerContext.js +13 -13
  59. package/Search.js +34 -32
  60. package/Select.js +226 -372
  61. package/SidePanel.js +12 -12
  62. package/Slider.js +28 -28
  63. package/SlidingPanels.js +29 -29
  64. package/SplitButton.js +59 -62
  65. package/StaticContent.js +4 -4
  66. package/StepBar.js +36 -239
  67. package/Switch.js +23 -23
  68. package/TabBar.js +47 -47
  69. package/TabLayout.js +30 -28
  70. package/Table.js +295 -589
  71. package/Text.js +111 -324
  72. package/TextArea.js +164 -368
  73. package/Tooltip.js +23 -23
  74. package/TransitionOpen.js +21 -21
  75. package/Typography.js +32 -28
  76. package/WaitSpinner.js +2 -2
  77. package/docker-compose.yml +19 -7
  78. package/package.json +12 -13
  79. package/stubs-splunkui.d.ts +4 -25
  80. package/types/src/Button/icons/CaretSmallDown.d.ts +2 -0
  81. package/types/src/Button/icons/External.d.ts +2 -0
  82. package/types/src/Code/Code.d.ts +6 -1
  83. package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +0 -1
  84. package/types/src/CollapsiblePanel/icons/ExpandPanel.d.ts +11 -0
  85. package/types/src/Date/Icon.d.ts +1 -1
  86. package/types/src/Dropdown/docs/examples/Submenu.d.ts +2 -0
  87. package/types/src/DualListbox/DualListbox.d.ts +87 -0
  88. package/types/src/DualListbox/DualListboxContext.d.ts +27 -0
  89. package/types/src/DualListbox/Label.d.ts +37 -0
  90. package/types/src/DualListbox/Listbox.d.ts +54 -0
  91. package/types/src/DualListbox/ListboxContext.d.ts +32 -0
  92. package/types/src/DualListbox/Option.d.ts +35 -0
  93. package/types/src/DualListbox/ScreenReaderWrapper.d.ts +4 -0
  94. package/types/src/DualListbox/ToolbarButton.d.ts +38 -0
  95. package/types/src/DualListbox/ToolbarContext.d.ts +21 -0
  96. package/types/src/DualListbox/docs/examples/Basic.d.ts +2 -0
  97. package/types/src/DualListbox/docs/examples/Controlled.d.ts +2 -0
  98. package/types/src/DualListbox/docs/examples/Fill.d.ts +2 -0
  99. package/types/src/DualListbox/index.d.ts +2 -0
  100. package/types/src/DualListbox/listboxUtils.d.ts +4 -0
  101. package/types/src/File/Icon.d.ts +1 -1
  102. package/types/src/File/IconCloud.d.ts +1 -1
  103. package/types/src/File/PaperClip.d.ts +1 -1
  104. package/types/src/File/Retry.d.ts +1 -1
  105. package/types/src/File/Trash.d.ts +1 -1
  106. package/types/src/File/docs/examples/Progress.d.ts +1 -15
  107. package/types/src/FormRows/icons/FormRowsPlusIcon.d.ts +2 -0
  108. package/types/src/Heading/Heading.d.ts +12 -4
  109. package/types/src/Heading/docs/examples/Variant.d.ts +2 -0
  110. package/types/src/Image/Image.d.ts +1 -1
  111. package/types/src/Image/icons/Cross.d.ts +2 -0
  112. package/types/src/Link/icons/External.d.ts +2 -0
  113. package/types/src/Menu/Divider.d.ts +1 -0
  114. package/types/src/Menu/Heading.d.ts +1 -0
  115. package/types/src/Menu/Item.d.ts +5 -2
  116. package/types/src/Menu/Menu.d.ts +3 -1
  117. package/types/src/Menu/icons/External.d.ts +2 -0
  118. package/types/src/Multiselect/Normal.d.ts +1 -1
  119. package/types/src/Number/IncrementIcon.d.ts +1 -1
  120. package/types/src/RadioBar/RadioBar.d.ts +1 -1
  121. package/types/src/Search/Option.d.ts +9 -0
  122. package/types/src/Select/OptionBase.d.ts +9 -0
  123. package/types/src/Select/icons/CaretSmallDown.d.ts +2 -0
  124. package/types/src/Select/icons/Search.d.ts +2 -0
  125. package/types/src/SplitButton/SplitButton.d.ts +8 -3
  126. package/types/src/SplitButton/docs/examples/Block.d.ts +1 -0
  127. package/types/src/TabBar/Tab.d.ts +3 -1
  128. package/types/src/TabLayout/TabLayout.d.ts +0 -1
  129. package/types/src/Table/HeadInner.d.ts +2 -2
  130. package/types/src/Table/icons/ExpansionRow.d.ts +6 -0
  131. package/types/src/Table/icons/HeadExpandRows.d.ts +1 -0
  132. package/types/src/Text/IconOutlinedHide.d.ts +1 -1
  133. package/types/src/Text/IconOutlinedView.d.ts +1 -1
  134. package/types/src/TextArea/TextArea.d.ts +11 -4
  135. package/types/src/TextArea/docs/examples/ClearContent.d.ts +2 -0
  136. package/types/src/Tooltip/InfoIcon.d.ts +1 -1
  137. package/types/src/Typography/Typography.d.ts +4 -7
  138. package/types/src/useRovingFocus/index.d.ts +2 -0
  139. package/types/src/useRovingFocus/useRovingFocus.d.ts +27 -0
  140. package/useForceUpdate.js +2 -2
  141. package/useKeyPress.js +2 -2
  142. package/usePrevious.js +2 -2
  143. package/useRovingFocus.d.ts +2 -0
  144. package/useRovingFocus.js +237 -0
  145. package/Dockerfile.enterprise.storybook +0 -7
  146. package/Dockerfile.prisma.storybook +0 -7
  147. package/Dockerfile.visual +0 -10
  148. package/types/src/File/docs/examples/CustomChildren.d.ts +0 -12
  149. package/types/src/File/docs/examples/prisma/Progress.d.ts +0 -1
  150. package/types/src/Select/matchUtils.d.ts +0 -12
  151. package/types/src/SplitButton/docs/examples/prisma/Basic.d.ts +0 -1
  152. package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +0 -1
  153. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  154. package/types/src/icons/Alert.d.ts +0 -2
  155. package/types/src/icons/AlertFilled.d.ts +0 -2
  156. package/types/src/icons/CaretDown.d.ts +0 -2
  157. package/types/src/icons/CaretRight.d.ts +0 -2
  158. package/types/src/icons/Check.d.ts +0 -2
  159. package/types/src/icons/ChevronDown.d.ts +0 -2
  160. package/types/src/icons/ChevronLeft.d.ts +0 -2
  161. package/types/src/icons/ChevronRight.d.ts +0 -2
  162. package/types/src/icons/CrossMark.d.ts +0 -2
  163. package/types/src/icons/External.d.ts +0 -2
  164. package/types/src/icons/InfoFilled.d.ts +0 -2
  165. package/types/src/icons/More.d.ts +0 -2
  166. package/types/src/icons/MoreVertical.d.ts +0 -2
  167. package/types/src/icons/Plus.d.ts +0 -2
  168. package/types/src/icons/SVG.d.ts +0 -4
  169. package/types/src/icons/Search.d.ts +0 -2
  170. package/types/src/icons/Sort.d.ts +0 -2
  171. package/types/src/icons/SortedDown.d.ts +0 -2
  172. package/types/src/icons/SortedUp.d.ts +0 -2
  173. package/types/src/icons/Success.d.ts +0 -2
  174. package/types/src/icons/SuccessFilled.d.ts +0 -2
  175. package/types/src/icons/ThemedIcon.d.ts +0 -29
  176. package/types/src/icons/WarningFilled.d.ts +0 -2
  177. package/types/src/icons/types.d.ts +0 -11
package/RadioList.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 = 181);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 186);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 13:
105
- /***/ (function(module, exports) {
106
-
107
- module.exports = require("@splunk/ui-utils/id");
108
-
109
- /***/ }),
110
-
111
- /***/ 181:
104
+ /***/ 186:
112
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
106
 
114
107
  "use strict";
@@ -132,7 +125,7 @@ var omit_ = __webpack_require__(5);
132
125
  var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
133
126
 
134
127
  // EXTERNAL MODULE: external "@splunk/ui-utils/id"
135
- var id_ = __webpack_require__(13);
128
+ var id_ = __webpack_require__(8);
136
129
 
137
130
  // CONCATENATED MODULE: ./src/RadioList/RadioListContext.ts
138
131
 
@@ -366,7 +359,7 @@ function Option(_ref) {
366
359
  Option.propTypes = propTypes;
367
360
  /* harmony default export */ var RadioList_Option = (Option);
368
361
  // EXTERNAL MODULE: external "@splunk/react-ui/Box"
369
- var Box_ = __webpack_require__(8);
362
+ var Box_ = __webpack_require__(6);
370
363
  var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
371
364
 
372
365
  // CONCATENATED MODULE: ./src/RadioList/RadioListStyles.ts
@@ -443,6 +436,7 @@ function RadioList(_ref) {
443
436
  otherProps = RadioList_objectWithoutProperties(_ref, ["children", "defaultValue", "describedBy", "direction", "disabled", "error", "labelledBy", "name", "onChange", "required", "value"]);
444
437
 
445
438
  // @docs-props-type RadioListPropsBase
439
+ // TODO: Implement shared isControlled hook (SUI-5283).
446
440
  // See material-ui for similar pattern to handle controlled/un-controlled in functional components w/ hooks
447
441
  // https://github.com/mui-org/material-ui/blob/60d99a39836fb82f4da1477a717f642c216fb0b9/packages/material-ui/src/utils/useControlled.js
448
442
  var _useRef = Object(external_react_["useRef"])(valueProp !== undefined),
@@ -536,11 +530,18 @@ module.exports = require("lodash/omit");
536
530
 
537
531
  /***/ }),
538
532
 
539
- /***/ 8:
533
+ /***/ 6:
540
534
  /***/ (function(module, exports) {
541
535
 
542
536
  module.exports = require("@splunk/react-ui/Box");
543
537
 
538
+ /***/ }),
539
+
540
+ /***/ 8:
541
+ /***/ (function(module, exports) {
542
+
543
+ module.exports = require("@splunk/ui-utils/id");
544
+
544
545
  /***/ })
545
546
 
546
547
  /******/ });
package/Resize.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 = 221);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 226);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 10:
105
- /***/ (function(module, exports) {
106
-
107
- module.exports = require("lodash/keys");
108
-
109
- /***/ }),
110
-
111
- /***/ 12:
104
+ /***/ 11:
112
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
106
 
114
107
  "use strict";
@@ -135,14 +128,14 @@ function updateReactRef(ref, current) {
135
128
 
136
129
  /***/ }),
137
130
 
138
- /***/ 16:
131
+ /***/ 14:
139
132
  /***/ (function(module, exports) {
140
133
 
141
134
  module.exports = require("@splunk/react-ui/ScreenReaderContent");
142
135
 
143
136
  /***/ }),
144
137
 
145
- /***/ 17:
138
+ /***/ 15:
146
139
  /***/ (function(module, exports) {
147
140
 
148
141
  module.exports = require("@splunk/react-ui/EventListener");
@@ -156,7 +149,7 @@ module.exports = require("react");
156
149
 
157
150
  /***/ }),
158
151
 
159
- /***/ 221:
152
+ /***/ 226:
160
153
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
161
154
 
162
155
  "use strict";
@@ -175,7 +168,7 @@ var external_prop_types_ = __webpack_require__(1);
175
168
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
176
169
 
177
170
  // EXTERNAL MODULE: external "lodash/keys"
178
- var keys_ = __webpack_require__(10);
171
+ var keys_ = __webpack_require__(9);
179
172
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
180
173
 
181
174
  // EXTERNAL MODULE: external "lodash/omit"
@@ -183,18 +176,18 @@ var omit_ = __webpack_require__(5);
183
176
  var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
184
177
 
185
178
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
186
- var EventListener_ = __webpack_require__(17);
179
+ var EventListener_ = __webpack_require__(15);
187
180
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
188
181
 
189
182
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
190
- var ScreenReaderContent_ = __webpack_require__(16);
183
+ var ScreenReaderContent_ = __webpack_require__(14);
191
184
  var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
192
185
 
193
186
  // EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
194
187
  var i18n_ = __webpack_require__(4);
195
188
 
196
189
  // EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
197
- var keyboard_ = __webpack_require__(9);
190
+ var keyboard_ = __webpack_require__(7);
198
191
 
199
192
  // EXTERNAL MODULE: external "styled-components"
200
193
  var external_styled_components_ = __webpack_require__(3);
@@ -286,7 +279,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
286
279
  }));
287
280
 
288
281
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
289
- var updateReactRef = __webpack_require__(12);
282
+ var updateReactRef = __webpack_require__(11);
290
283
 
291
284
  // CONCATENATED MODULE: ./src/Resize/Resize.tsx
292
285
  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); }
@@ -624,11 +617,18 @@ module.exports = require("lodash/omit");
624
617
 
625
618
  /***/ }),
626
619
 
627
- /***/ 9:
620
+ /***/ 7:
628
621
  /***/ (function(module, exports) {
629
622
 
630
623
  module.exports = require("@splunk/ui-utils/keyboard");
631
624
 
625
+ /***/ }),
626
+
627
+ /***/ 9:
628
+ /***/ (function(module, exports) {
629
+
630
+ module.exports = require("lodash/keys");
631
+
632
632
  /***/ })
633
633
 
634
634
  /******/ });
package/ResultsMenu.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 = 222);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 227);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 10:
105
- /***/ (function(module, exports) {
106
-
107
- module.exports = require("lodash/keys");
108
-
109
- /***/ }),
110
-
111
- /***/ 12:
104
+ /***/ 11:
112
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
106
 
114
107
  "use strict";
@@ -135,24 +128,24 @@ function updateReactRef(ref, current) {
135
128
 
136
129
  /***/ }),
137
130
 
138
- /***/ 147:
131
+ /***/ 13:
139
132
  /***/ (function(module, exports) {
140
133
 
141
- module.exports = require("@splunk/ui-utils/userAgent");
134
+ module.exports = require("@splunk/react-ui/Menu");
142
135
 
143
136
  /***/ }),
144
137
 
145
- /***/ 148:
138
+ /***/ 150:
146
139
  /***/ (function(module, exports) {
147
140
 
148
- module.exports = require("@splunk/react-ui/WaitSpinner");
141
+ module.exports = require("@splunk/ui-utils/userAgent");
149
142
 
150
143
  /***/ }),
151
144
 
152
- /***/ 15:
145
+ /***/ 151:
153
146
  /***/ (function(module, exports) {
154
147
 
155
- module.exports = require("@splunk/react-ui/Menu");
148
+ module.exports = require("@splunk/react-ui/WaitSpinner");
156
149
 
157
150
  /***/ }),
158
151
 
@@ -163,7 +156,7 @@ module.exports = require("react");
163
156
 
164
157
  /***/ }),
165
158
 
166
- /***/ 222:
159
+ /***/ 227:
167
160
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
168
161
 
169
162
  "use strict";
@@ -182,7 +175,7 @@ var external_prop_types_ = __webpack_require__(1);
182
175
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
183
176
 
184
177
  // EXTERNAL MODULE: external "lodash/keys"
185
- var keys_ = __webpack_require__(10);
178
+ var keys_ = __webpack_require__(9);
186
179
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
187
180
 
188
181
  // EXTERNAL MODULE: external "lodash/omit"
@@ -193,10 +186,10 @@ var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
193
186
  var i18n_ = __webpack_require__(4);
194
187
 
195
188
  // EXTERNAL MODULE: external "@splunk/ui-utils/userAgent"
196
- var userAgent_ = __webpack_require__(147);
189
+ var userAgent_ = __webpack_require__(150);
197
190
 
198
191
  // EXTERNAL MODULE: external "@splunk/react-ui/Menu"
199
- var Menu_ = __webpack_require__(15);
192
+ var Menu_ = __webpack_require__(13);
200
193
  var Menu_default = /*#__PURE__*/__webpack_require__.n(Menu_);
201
194
 
202
195
  // EXTERNAL MODULE: external "styled-components"
@@ -204,7 +197,7 @@ var external_styled_components_ = __webpack_require__(3);
204
197
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
205
198
 
206
199
  // EXTERNAL MODULE: external "@splunk/react-ui/WaitSpinner"
207
- var WaitSpinner_ = __webpack_require__(148);
200
+ var WaitSpinner_ = __webpack_require__(151);
208
201
  var WaitSpinner_default = /*#__PURE__*/__webpack_require__.n(WaitSpinner_);
209
202
 
210
203
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -265,7 +258,7 @@ var StyledLoadingMessage = external_styled_components_default.a.div.withConfig({
265
258
  }));
266
259
 
267
260
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
268
- var updateReactRef = __webpack_require__(12);
261
+ var updateReactRef = __webpack_require__(11);
269
262
 
270
263
  // CONCATENATED MODULE: ./src/ResultsMenu/ResultsMenu.tsx
271
264
  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); }
@@ -585,6 +578,13 @@ module.exports = require("@splunk/ui-utils/i18n");
585
578
 
586
579
  module.exports = require("lodash/omit");
587
580
 
581
+ /***/ }),
582
+
583
+ /***/ 9:
584
+ /***/ (function(module, exports) {
585
+
586
+ module.exports = require("lodash/keys");
587
+
588
588
  /***/ })
589
589
 
590
590
  /******/ });
@@ -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 = 223);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 228);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("react");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 223:
111
+ /***/ 228:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
package/Scroll.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 = 195);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 203);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 10:
105
- /***/ (function(module, exports) {
106
-
107
- module.exports = require("lodash/keys");
108
-
109
- /***/ }),
110
-
111
- /***/ 12:
104
+ /***/ 11:
112
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
106
 
114
107
  "use strict";
@@ -135,14 +128,28 @@ function updateReactRef(ref, current) {
135
128
 
136
129
  /***/ }),
137
130
 
138
- /***/ 17:
131
+ /***/ 15:
139
132
  /***/ (function(module, exports) {
140
133
 
141
134
  module.exports = require("@splunk/react-ui/EventListener");
142
135
 
143
136
  /***/ }),
144
137
 
145
- /***/ 195:
138
+ /***/ 19:
139
+ /***/ (function(module, exports) {
140
+
141
+ module.exports = require("lodash/isFinite");
142
+
143
+ /***/ }),
144
+
145
+ /***/ 2:
146
+ /***/ (function(module, exports) {
147
+
148
+ module.exports = require("react");
149
+
150
+ /***/ }),
151
+
152
+ /***/ 203:
146
153
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
147
154
 
148
155
  "use strict";
@@ -161,11 +168,11 @@ var external_prop_types_ = __webpack_require__(1);
161
168
  var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
162
169
 
163
170
  // EXTERNAL MODULE: external "lodash/isFinite"
164
- var isFinite_ = __webpack_require__(21);
171
+ var isFinite_ = __webpack_require__(19);
165
172
  var isFinite_default = /*#__PURE__*/__webpack_require__.n(isFinite_);
166
173
 
167
174
  // EXTERNAL MODULE: external "@splunk/react-ui/Animation"
168
- var Animation_ = __webpack_require__(43);
175
+ var Animation_ = __webpack_require__(40);
169
176
 
170
177
  // EXTERNAL MODULE: external "styled-components"
171
178
  var external_styled_components_ = __webpack_require__(3);
@@ -175,7 +182,7 @@ var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(exte
175
182
  var themes_ = __webpack_require__(0);
176
183
 
177
184
  // EXTERNAL MODULE: external "lodash/keys"
178
- var keys_ = __webpack_require__(10);
185
+ var keys_ = __webpack_require__(9);
179
186
  var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
180
187
 
181
188
  // EXTERNAL MODULE: external "lodash/omit"
@@ -183,17 +190,17 @@ var omit_ = __webpack_require__(5);
183
190
  var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
184
191
 
185
192
  // EXTERNAL MODULE: external "react-spring"
186
- var external_react_spring_ = __webpack_require__(26);
193
+ var external_react_spring_ = __webpack_require__(24);
187
194
 
188
195
  // EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
189
- var EventListener_ = __webpack_require__(17);
196
+ var EventListener_ = __webpack_require__(15);
190
197
  var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
191
198
 
192
199
  // EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
193
200
  var ScrollContainerContext_ = __webpack_require__(50);
194
201
 
195
202
  // EXTERNAL MODULE: ./src/utils/updateReactRef.ts
196
- var updateReactRef = __webpack_require__(12);
203
+ var updateReactRef = __webpack_require__(11);
197
204
 
198
205
  // CONCATENATED MODULE: ./src/Scroll/Inner.tsx
199
206
  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); }
@@ -565,21 +572,7 @@ Scroll_defineProperty(Scroll_Scroll, "defaultProps", Scroll_defaultProps);
565
572
 
566
573
  /***/ }),
567
574
 
568
- /***/ 2:
569
- /***/ (function(module, exports) {
570
-
571
- module.exports = require("react");
572
-
573
- /***/ }),
574
-
575
- /***/ 21:
576
- /***/ (function(module, exports) {
577
-
578
- module.exports = require("lodash/isFinite");
579
-
580
- /***/ }),
581
-
582
- /***/ 26:
575
+ /***/ 24:
583
576
  /***/ (function(module, exports) {
584
577
 
585
578
  module.exports = require("react-spring");
@@ -593,7 +586,7 @@ module.exports = require("styled-components");
593
586
 
594
587
  /***/ }),
595
588
 
596
- /***/ 43:
589
+ /***/ 40:
597
590
  /***/ (function(module, exports) {
598
591
 
599
592
  module.exports = require("@splunk/react-ui/Animation");
@@ -612,6 +605,13 @@ module.exports = require("lodash/omit");
612
605
 
613
606
  module.exports = require("@splunk/react-ui/ScrollContainerContext");
614
607
 
608
+ /***/ }),
609
+
610
+ /***/ 9:
611
+ /***/ (function(module, exports) {
612
+
613
+ module.exports = require("lodash/keys");
614
+
615
615
  /***/ })
616
616
 
617
617
  /******/ });
@@ -82,25 +82,18 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 234);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 239);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
91
- /***/ (function(module, exports) {
92
-
93
- module.exports = require("react");
94
-
95
- /***/ }),
96
-
97
- /***/ 20:
90
+ /***/ 18:
98
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
99
92
 
100
93
  "use strict";
101
94
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return getWindow; });
102
95
  /* unused harmony export ssrWindow */
103
- /* harmony import */ var _ssrDocument__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(28);
96
+ /* harmony import */ var _ssrDocument__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
104
97
  /* eslint-disable @typescript-eslint/no-empty-function */
105
98
 
106
99
  var ssrWindow = {
@@ -170,7 +163,14 @@ function getWindow() {
170
163
 
171
164
  /***/ }),
172
165
 
173
- /***/ 234:
166
+ /***/ 2:
167
+ /***/ (function(module, exports) {
168
+
169
+ module.exports = require("react");
170
+
171
+ /***/ }),
172
+
173
+ /***/ 239:
174
174
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
175
175
 
176
176
  "use strict";
@@ -187,7 +187,7 @@ var external_react_ = __webpack_require__(2);
187
187
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
188
188
 
189
189
  // EXTERNAL MODULE: ./src/utils/ssrWindow.ts
190
- var ssrWindow = __webpack_require__(20);
190
+ var ssrWindow = __webpack_require__(18);
191
191
 
192
192
  // CONCATENATED MODULE: ./src/ScrollContainerContext/ScrollContainerContext.tsx
193
193
 
@@ -215,7 +215,7 @@ var ScrollContainerProvider = ScrollContainerContext.Provider;
215
215
 
216
216
  /***/ }),
217
217
 
218
- /***/ 28:
218
+ /***/ 27:
219
219
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
220
220
 
221
221
  "use strict";