@splunk/react-ui 4.18.0 → 4.19.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.
- package/Accordion.js +6 -6
- package/Anchor.js +2 -2
- package/Animation.js +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +4 -4
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +11 -1
- package/Calendar.js +8 -8
- package/Card.js +8 -8
- package/CardLayout.js +2 -2
- package/Chip.js +23 -16
- package/Clickable.js +11 -11
- package/CloseButton.js +2 -2
- package/Code.js +12 -12
- package/CollapsiblePanel.js +4 -4
- package/Color.js +16 -16
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +14 -14
- package/Concertina.js +10 -10
- package/ControlGroup.js +2 -2
- package/Date.js +13 -13
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +13 -13
- package/DualListbox.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +8 -8
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +15 -15
- package/JSONTree.js +14 -14
- package/Layer.js +12 -12
- package/Link.js +4 -4
- package/List.js +2 -2
- package/Markdown.js +16 -16
- package/Menu.js +18 -18
- package/Message.js +21 -21
- package/MessageBar.js +19 -19
- package/Modal.js +11 -11
- package/ModalLayer.js +4 -4
- package/Monogram.js +3 -3
- package/Multiselect.js +34 -34
- package/Number.js +4 -4
- package/Paginator.js +6 -6
- package/Paragraph.js +2 -2
- package/Popover.js +22 -22
- package/Progress.js +4 -4
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +8 -8
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +12 -12
- package/SidePanel.js +4 -4
- package/Slider.js +6 -6
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +4 -4
- package/TabBar.js +4 -4
- package/TabLayout.js +6 -6
- package/Table.js +46 -45
- package/Text.js +23 -21
- package/TextArea.js +23 -21
- package/Tooltip.js +11 -11
- package/TransitionOpen.js +2 -2
- package/Typography.js +4 -4
- package/WaitSpinner.js +2 -2
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +9 -9
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/FormRows/FormRows.d.ts +1 -2
- package/types/src/FormRows/Row.d.ts +2 -12
- package/types/src/FormRows/RowInternal.d.ts +19 -0
- package/types/src/FormRows/SortableList.d.ts +8 -2
- package/types/src/FormRows/SortableRow.d.ts +20 -0
- package/types/src/Heading/Heading.d.ts +1 -1
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +2 -2
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
package/Select.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 231);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,24 +101,24 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 103:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("lodash/
|
|
107
|
+
module.exports = require("lodash/forEachRight");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 104:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
-
module.exports = require("lodash/
|
|
114
|
+
module.exports = require("lodash/uniq");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 11:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
|
-
module.exports = require("lodash/
|
|
121
|
+
module.exports = require("lodash/has");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
@@ -233,7 +233,7 @@ module.exports = require("@splunk/react-ui/Dropdown");
|
|
|
233
233
|
|
|
234
234
|
/***/ }),
|
|
235
235
|
|
|
236
|
-
/***/
|
|
236
|
+
/***/ 231:
|
|
237
237
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
238
238
|
|
|
239
239
|
"use strict";
|
|
@@ -255,7 +255,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
255
255
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
256
256
|
|
|
257
257
|
// EXTERNAL MODULE: external "lodash/has"
|
|
258
|
-
var has_ = __webpack_require__(
|
|
258
|
+
var has_ = __webpack_require__(11);
|
|
259
259
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
260
260
|
|
|
261
261
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -1015,11 +1015,11 @@ var find_ = __webpack_require__(52);
|
|
|
1015
1015
|
var find_default = /*#__PURE__*/__webpack_require__.n(find_);
|
|
1016
1016
|
|
|
1017
1017
|
// EXTERNAL MODULE: external "lodash/forEachRight"
|
|
1018
|
-
var forEachRight_ = __webpack_require__(
|
|
1018
|
+
var forEachRight_ = __webpack_require__(103);
|
|
1019
1019
|
var forEachRight_default = /*#__PURE__*/__webpack_require__.n(forEachRight_);
|
|
1020
1020
|
|
|
1021
1021
|
// EXTERNAL MODULE: external "lodash/has"
|
|
1022
|
-
var has_ = __webpack_require__(
|
|
1022
|
+
var has_ = __webpack_require__(11);
|
|
1023
1023
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
1024
1024
|
|
|
1025
1025
|
// EXTERNAL MODULE: external "lodash/includes"
|
|
@@ -1043,7 +1043,7 @@ var pick_ = __webpack_require__(41);
|
|
|
1043
1043
|
var pick_default = /*#__PURE__*/__webpack_require__.n(pick_);
|
|
1044
1044
|
|
|
1045
1045
|
// EXTERNAL MODULE: external "lodash/uniq"
|
|
1046
|
-
var uniq_ = __webpack_require__(
|
|
1046
|
+
var uniq_ = __webpack_require__(104);
|
|
1047
1047
|
var uniq_default = /*#__PURE__*/__webpack_require__.n(uniq_);
|
|
1048
1048
|
|
|
1049
1049
|
// EXTERNAL MODULE: external "lodash/without"
|
package/SidePanel.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 232);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 102:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/ModalLayer");
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 232:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -142,7 +142,7 @@ var omit_ = __webpack_require__(5);
|
|
|
142
142
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "@splunk/react-ui/ModalLayer"
|
|
145
|
-
var ModalLayer_ = __webpack_require__(
|
|
145
|
+
var ModalLayer_ = __webpack_require__(102);
|
|
146
146
|
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "styled-components"
|
package/Slider.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 233);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 154:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("decimal.js-light");
|
|
@@ -136,7 +136,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 233:
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
@@ -155,11 +155,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
155
155
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
156
156
|
|
|
157
157
|
// EXTERNAL MODULE: external "decimal.js-light"
|
|
158
|
-
var external_decimal_js_light_ = __webpack_require__(
|
|
158
|
+
var external_decimal_js_light_ = __webpack_require__(154);
|
|
159
159
|
var external_decimal_js_light_default = /*#__PURE__*/__webpack_require__.n(external_decimal_js_light_);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: external "lodash/has"
|
|
162
|
-
var has_ = __webpack_require__(
|
|
162
|
+
var has_ = __webpack_require__(11);
|
|
163
163
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
164
164
|
|
|
165
165
|
// EXTERNAL MODULE: external "lodash/keys"
|
package/SlidingPanels.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 205);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -128,14 +128,14 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 155:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("lodash/filter");
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 156:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("lodash/values");
|
|
@@ -149,7 +149,7 @@ module.exports = require("react");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 205:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -169,7 +169,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
169
169
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: external "lodash/filter"
|
|
172
|
-
var filter_ = __webpack_require__(
|
|
172
|
+
var filter_ = __webpack_require__(155);
|
|
173
173
|
var filter_default = /*#__PURE__*/__webpack_require__.n(filter_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -181,7 +181,7 @@ var omit_ = __webpack_require__(5);
|
|
|
181
181
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
182
182
|
|
|
183
183
|
// EXTERNAL MODULE: external "lodash/values"
|
|
184
|
-
var values_ = __webpack_require__(
|
|
184
|
+
var values_ = __webpack_require__(156);
|
|
185
185
|
var values_default = /*#__PURE__*/__webpack_require__.n(values_);
|
|
186
186
|
|
|
187
187
|
// EXTERNAL MODULE: external "react-spring"
|
|
@@ -216,7 +216,7 @@ var Styled = external_styled_components_default()(external_react_spring_["animat
|
|
|
216
216
|
})(["", ";", ";"], themes_["mixins"].reset('block'), themes_["mixins"].clearfix());
|
|
217
217
|
|
|
218
218
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
219
|
-
var updateReactRef = __webpack_require__(
|
|
219
|
+
var updateReactRef = __webpack_require__(10);
|
|
220
220
|
|
|
221
221
|
// CONCATENATED MODULE: ./src/SlidingPanels/Panel.tsx
|
|
222
222
|
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); }
|
package/SplitButton.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 206);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 157:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-icons/enterprise/ChevronDown");
|
|
@@ -129,7 +129,7 @@ module.exports = require("react");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 206:
|
|
133
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
134
|
|
|
135
135
|
"use strict";
|
|
@@ -149,7 +149,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
149
149
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronDown"
|
|
152
|
-
var ChevronDown_ = __webpack_require__(
|
|
152
|
+
var ChevronDown_ = __webpack_require__(157);
|
|
153
153
|
var ChevronDown_default = /*#__PURE__*/__webpack_require__.n(ChevronDown_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
package/StaticContent.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 234);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 234:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/StepBar.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 189);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 189:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Switch.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 207);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -122,7 +122,7 @@ module.exports = require("react");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 207:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -152,7 +152,7 @@ var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReade
|
|
|
152
152
|
var id_ = __webpack_require__(8);
|
|
153
153
|
|
|
154
154
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Check"
|
|
155
|
-
var Check_ = __webpack_require__(
|
|
155
|
+
var Check_ = __webpack_require__(95);
|
|
156
156
|
var Check_default = /*#__PURE__*/__webpack_require__.n(Check_);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -759,7 +759,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
759
759
|
|
|
760
760
|
/***/ }),
|
|
761
761
|
|
|
762
|
-
/***/
|
|
762
|
+
/***/ 95:
|
|
763
763
|
/***/ (function(module, exports) {
|
|
764
764
|
|
|
765
765
|
module.exports = require("@splunk/react-icons/enterprise/Check");
|
package/TabBar.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 184);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -142,7 +142,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 184:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -348,7 +348,7 @@ var maxCountValue = function maxCountValue(count, maxCount) {
|
|
|
348
348
|
return count;
|
|
349
349
|
};
|
|
350
350
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
351
|
-
var updateReactRef = __webpack_require__(
|
|
351
|
+
var updateReactRef = __webpack_require__(10);
|
|
352
352
|
|
|
353
353
|
// CONCATENATED MODULE: ./src/TabBar/Tab.tsx
|
|
354
354
|
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); }
|
package/TabLayout.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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 208);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 121:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/TabBar");
|
|
@@ -122,7 +122,7 @@ module.exports = require("react");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 208:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -142,7 +142,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
142
142
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "lodash/has"
|
|
145
|
-
var has_ = __webpack_require__(
|
|
145
|
+
var has_ = __webpack_require__(11);
|
|
146
146
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -157,7 +157,7 @@ var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
|
157
157
|
var id_ = __webpack_require__(8);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "@splunk/react-ui/TabBar"
|
|
160
|
-
var TabBar_ = __webpack_require__(
|
|
160
|
+
var TabBar_ = __webpack_require__(121);
|
|
161
161
|
var TabBar_default = /*#__PURE__*/__webpack_require__.n(TabBar_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "styled-components"
|