@splunk/react-ui 4.10.0 → 4.11.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 +4 -4
- 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 +4 -4
- package/CHANGELOG.md +21 -5
- package/Calendar.js +12 -12
- package/Card.js +35 -23
- package/CardLayout.js +2 -2
- package/Chip.js +4 -4
- package/Clickable.js +23 -8
- package/CloseButton.js +2 -2
- package/Code.js +4 -4
- package/CollapsiblePanel.js +4 -4
- package/Color.js +10 -10
- package/ColumnLayout.js +2 -2
- package/ComboBox.js +9 -5
- package/Concertina.js +13 -13
- package/ControlGroup.js +19 -9
- package/Date.js +6 -6
- package/DefinitionList.js +2 -2
- package/Dropdown.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +14 -14
- package/FormRows.js +6 -6
- package/Heading.js +2 -2
- package/Image.js +8 -8
- package/JSONTree.js +4 -4
- package/Layer.js +72 -22
- package/Link.js +6 -6
- package/List.js +2 -2
- package/Markdown.js +14 -14
- package/Menu.js +32 -32
- package/Message.js +6 -6
- package/MessageBar.js +16 -9
- package/Modal.js +4 -4
- package/ModalLayer.js +2 -2
- package/Monogram.js +27 -15
- package/Multiselect.js +6 -6
- package/Number.js +4 -4
- package/Paginator.js +14 -14
- package/Paragraph.js +2 -2
- package/Popover.js +6 -6
- package/Progress.js +2 -2
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +20 -20
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +6 -6
- package/Select.js +2 -2
- package/SidePanel.js +2 -2
- package/Slider.js +4 -4
- package/SlidingPanels.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +4 -4
- package/TabBar.js +11 -11
- package/TabLayout.js +4 -4
- package/Table.js +27 -30
- package/Text.js +17 -10
- package/Tooltip.js +15 -4
- package/TransitionOpen.js +2 -2
- package/WaitSpinner.js +2 -2
- package/package.json +9 -6
- package/stubs-splunkui.d.ts +13 -0
- package/types/src/Card/Body.d.ts +6 -1
- package/types/src/Clickable/Clickable.d.ts +5 -0
- package/types/src/ComboBox/ComboBox.d.ts +2 -1
- package/types/src/ControlGroup/ControlGroup.d.ts +9 -2
- package/types/src/Date/Date.d.ts +3 -3
- package/types/src/FormRows/FormRows.d.ts +1 -1
- package/types/src/FormRows/Row.d.ts +1 -1
- package/types/src/Layer/LayerStack.d.ts +8 -2
- package/types/src/Monogram/Monogram.d.ts +2 -2
- package/types/src/Number/Number.d.ts +3 -3
- package/types/src/Slider/Slider.d.ts +3 -3
- package/types/src/Text/Text.d.ts +4 -3
- package/types/src/Tooltip/Tooltip.d.ts +8 -5
- package/types/src/fixtures/FetchOptions.d.ts +82 -2
- package/usePrevious.js +2 -2
- package/FetchOptions.js +0 -359
- package/types/src/FetchOptions/FetchOptions.d.ts +0 -82
- package/types/src/FetchOptions/index.d.ts +0 -2
package/Message.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 = 122);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 122:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -128,7 +128,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
128
128
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
129
129
|
|
|
130
130
|
// EXTERNAL MODULE: external "@splunk/react-ui/MessageBar"
|
|
131
|
-
var MessageBar_ = __webpack_require__(
|
|
131
|
+
var MessageBar_ = __webpack_require__(95);
|
|
132
132
|
var MessageBar_default = /*#__PURE__*/__webpack_require__.n(MessageBar_);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -222,7 +222,7 @@ var Box_ = __webpack_require__(8);
|
|
|
222
222
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
223
223
|
|
|
224
224
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
225
|
-
var Clickable_ = __webpack_require__(
|
|
225
|
+
var Clickable_ = __webpack_require__(12);
|
|
226
226
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
227
227
|
|
|
228
228
|
// CONCATENATED MODULE: ./src/Message/MessageStyles.ts
|
|
@@ -894,7 +894,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
894
894
|
|
|
895
895
|
/***/ }),
|
|
896
896
|
|
|
897
|
-
/***/
|
|
897
|
+
/***/ 95:
|
|
898
898
|
/***/ (function(module, exports) {
|
|
899
899
|
|
|
900
900
|
module.exports = require("@splunk/react-ui/MessageBar");
|
package/MessageBar.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 = 158);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 158:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -164,7 +164,7 @@ var Box_ = __webpack_require__(8);
|
|
|
164
164
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
165
165
|
|
|
166
166
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
167
|
-
var Clickable_ = __webpack_require__(
|
|
167
|
+
var Clickable_ = __webpack_require__(12);
|
|
168
168
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -240,10 +240,16 @@ var MessageBarIconWrapper = external_styled_components_default.a.div.withConfig(
|
|
|
240
240
|
var MessageBarWrapper = external_styled_components_default()(Box_default.a).withConfig({
|
|
241
241
|
displayName: "MessageBarStyles__MessageBarWrapper",
|
|
242
242
|
componentId: "sc-1uyhzza-3"
|
|
243
|
-
})(["", ";display:flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:", ";
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
})(["", ";display:flex;align-items:center;justify-content:center;min-height:40px;margin-bottom:", ";", ";word-wrap:break-word;color:", ";", ";"], themes_["mixins"].reset('block'), themes_["variables"].spacingSmall, function (_ref) {
|
|
244
|
+
var $hasCloseButton = _ref.$hasCloseButton;
|
|
245
|
+
return $hasCloseButton ? Object(external_styled_components_["css"])(["", ""], Object(themes_["pick"])({
|
|
246
|
+
prisma: Object(external_styled_components_["css"])(["padding:0 8px 0 32px;"]),
|
|
247
|
+
enterprise: Object(external_styled_components_["css"])(["padding:0 8px 0 38px;"])
|
|
248
|
+
})) : Object(external_styled_components_["css"])(["", ""], Object(themes_["pick"])({
|
|
249
|
+
prisma: Object(external_styled_components_["css"])(["padding:0 33px 0 32px;"]),
|
|
250
|
+
enterprise: Object(external_styled_components_["css"])(["padding:0 26px 0 32px;"])
|
|
251
|
+
}));
|
|
252
|
+
}, Object(themes_["pick"])({
|
|
247
253
|
prisma: Object(themes_["pickVariant"])('$type', {
|
|
248
254
|
info: {
|
|
249
255
|
light: themes_["variables"].contentColorActive,
|
|
@@ -342,7 +348,8 @@ function MessageBar(_ref) {
|
|
|
342
348
|
"data-test": "message-bar",
|
|
343
349
|
"data-test-type": type
|
|
344
350
|
}, otherProps, {
|
|
345
|
-
role: "region"
|
|
351
|
+
role: "region",
|
|
352
|
+
$hasCloseButton: Boolean(onRequestClose)
|
|
346
353
|
}), /*#__PURE__*/external_react_default.a.createElement(MessageBarIconWrapper, {
|
|
347
354
|
$type: type
|
|
348
355
|
}, /*#__PURE__*/external_react_default.a.createElement(Icon, {
|
package/Modal.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 = 113);
|
|
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
|
+
/***/ 113:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -279,7 +279,7 @@ function Footer(_ref) {
|
|
|
279
279
|
Footer.propTypes = Footer_propTypes;
|
|
280
280
|
/* harmony default export */ var Modal_Footer = (Footer);
|
|
281
281
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
282
|
-
var CloseButton_ = __webpack_require__(
|
|
282
|
+
var CloseButton_ = __webpack_require__(66);
|
|
283
283
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
284
284
|
|
|
285
285
|
// CONCATENATED MODULE: ./src/Modal/HeaderStyles.ts
|
|
@@ -730,7 +730,7 @@ module.exports = require("lodash");
|
|
|
730
730
|
|
|
731
731
|
/***/ }),
|
|
732
732
|
|
|
733
|
-
/***/
|
|
733
|
+
/***/ 66:
|
|
734
734
|
/***/ (function(module, exports) {
|
|
735
735
|
|
|
736
736
|
module.exports = require("@splunk/react-ui/CloseButton");
|
package/ModalLayer.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 = 159);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 159:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Monogram.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 = 160);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 160:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -135,7 +135,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
135
135
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
138
|
-
var Clickable_ = __webpack_require__(
|
|
138
|
+
var Clickable_ = __webpack_require__(12);
|
|
139
139
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -160,7 +160,7 @@ var backgroundColors = ['#006d9c', '#ec9960', '#af575a', '#62b3b2', '#4fa484', '
|
|
|
160
160
|
var Styled = external_styled_components_default.a.div.withConfig({
|
|
161
161
|
displayName: "MonogramStyles__Styled",
|
|
162
162
|
componentId: "r5ud6k-0"
|
|
163
|
-
})(["", ";align-items:center;justify-content:center;border-radius:50%;font-weight:normal;", " background-color:", ";", "
|
|
163
|
+
})(["", ";align-items:center;justify-content:center;border-radius:50%;font-weight:normal;", " background-color:", ";", ";& + &{margin-left:4px;}"], themes_["mixins"].reset('inline-flex'), Object(themes_["pick"])({
|
|
164
164
|
prisma: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].contentColorActive)
|
|
165
165
|
}), function (_ref) {
|
|
166
166
|
var $backgroundColor = _ref.$backgroundColor,
|
|
@@ -181,15 +181,27 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
return $backgroundColor;
|
|
184
|
-
},
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
184
|
+
}, function (_ref2) {
|
|
185
|
+
var $size = _ref2.$size;
|
|
186
|
+
|
|
187
|
+
if (typeof $size === 'number') {
|
|
188
|
+
return Object(external_styled_components_["css"])(["height:", "px;width:", "px;"], $size, $size);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
if (typeof $size === 'string') {
|
|
192
|
+
return Object(themes_["pickVariant"])('$size', {
|
|
193
|
+
small: Object(external_styled_components_["css"])(["font-size:", ";", ""], themes_["variables"].fontSize, Object(themes_["pick"])({
|
|
194
|
+
enterprise: Object(external_styled_components_["css"])(["height:32px;width:32px;"]),
|
|
195
|
+
prisma: Object(external_styled_components_["css"])(["height:24px;width:24px;"])
|
|
196
|
+
})),
|
|
197
|
+
medium: Object(external_styled_components_["css"])(["height:48px;width:48px;font-size:", ";"], themes_["variables"].fontSize),
|
|
198
|
+
large: Object(external_styled_components_["css"])(["height:80px;width:80px;font-size:", ";"], themes_["variables"].fontSizeXXLarge),
|
|
199
|
+
xlarge: "\n width: 144px;\n height: 144px;\n font-size: 36px;\n font-weight: 700;\n "
|
|
200
|
+
});
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
return Object(external_styled_components_["css"])(["height:48px;width:48px;font-size:", ";"], themes_["variables"].fontSize);
|
|
204
|
+
});
|
|
193
205
|
var StyledClickableComponent = Styled.withComponent(Clickable_default.a);
|
|
194
206
|
var StyledClickable = external_styled_components_default()(StyledClickableComponent).withConfig({
|
|
195
207
|
displayName: "MonogramStyles__StyledClickable",
|
|
@@ -238,7 +250,7 @@ var propTypes = {
|
|
|
238
250
|
initials: external_prop_types_default.a.string.isRequired,
|
|
239
251
|
name: external_prop_types_default.a.string,
|
|
240
252
|
onClick: external_prop_types_default.a.func,
|
|
241
|
-
size: external_prop_types_default.a.oneOf(['small', 'medium', 'large', 'xlarge'])
|
|
253
|
+
size: external_prop_types_default.a.oneOfType([external_prop_types_default.a.oneOf(['small', 'medium', 'large', 'xlarge']), external_prop_types_default.a.number])
|
|
242
254
|
};
|
|
243
255
|
var defaultProps = {
|
|
244
256
|
backgroundColor: 'theme',
|
package/Multiselect.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 = 123);
|
|
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
|
+
/***/ 11:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 123:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -471,7 +471,7 @@ var id_ = __webpack_require__(10);
|
|
|
471
471
|
var keyboard_ = __webpack_require__(9);
|
|
472
472
|
|
|
473
473
|
// EXTERNAL MODULE: external "@splunk/react-ui/Chip"
|
|
474
|
-
var Chip_ = __webpack_require__(
|
|
474
|
+
var Chip_ = __webpack_require__(96);
|
|
475
475
|
var Chip_default = /*#__PURE__*/__webpack_require__.n(Chip_);
|
|
476
476
|
|
|
477
477
|
// EXTERNAL MODULE: external "@splunk/react-ui/ResultsMenu"
|
|
@@ -573,7 +573,7 @@ var StyledOverlay = external_styled_components_default.a.div.withConfig({
|
|
|
573
573
|
});
|
|
574
574
|
|
|
575
575
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
576
|
-
var updateReactRef = __webpack_require__(
|
|
576
|
+
var updateReactRef = __webpack_require__(11);
|
|
577
577
|
|
|
578
578
|
// CONCATENATED MODULE: ./src/Multiselect/Normal.tsx
|
|
579
579
|
function Normal_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Normal_typeof = function _typeof(obj) { return typeof obj; }; } else { Normal_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Normal_typeof(obj); }
|
|
@@ -3242,7 +3242,7 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
3242
3242
|
|
|
3243
3243
|
/***/ }),
|
|
3244
3244
|
|
|
3245
|
-
/***/
|
|
3245
|
+
/***/ 96:
|
|
3246
3246
|
/***/ (function(module, exports) {
|
|
3247
3247
|
|
|
3248
3248
|
module.exports = require("@splunk/react-ui/Chip");
|
package/Number.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 = 139);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 139:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -166,7 +166,7 @@ var Button_ = __webpack_require__(17);
|
|
|
166
166
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
167
167
|
|
|
168
168
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
169
|
-
var Clickable_ = __webpack_require__(
|
|
169
|
+
var Clickable_ = __webpack_require__(12);
|
|
170
170
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
171
171
|
|
|
172
172
|
// EXTERNAL MODULE: external "@splunk/react-ui/Text"
|
package/Paginator.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 = 116);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 116:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -133,7 +133,7 @@ var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
|
133
133
|
var themes_ = __webpack_require__(0);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "@splunk/react-icons/More"
|
|
136
|
-
var More_ = __webpack_require__(
|
|
136
|
+
var More_ = __webpack_require__(97);
|
|
137
137
|
var More_default = /*#__PURE__*/__webpack_require__.n(More_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -338,7 +338,7 @@ _defineProperty(Button_PaginatorButton, "defaultProps", defaultProps);
|
|
|
338
338
|
|
|
339
339
|
/* harmony default export */ var Button = (Button_PaginatorButton);
|
|
340
340
|
// EXTERNAL MODULE: ./src/icons/ChevronLeft.tsx
|
|
341
|
-
var ChevronLeft = __webpack_require__(
|
|
341
|
+
var ChevronLeft = __webpack_require__(58);
|
|
342
342
|
|
|
343
343
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
344
344
|
var ChevronRight = __webpack_require__(27);
|
|
@@ -621,14 +621,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
621
621
|
|
|
622
622
|
/***/ }),
|
|
623
623
|
|
|
624
|
-
/***/
|
|
624
|
+
/***/ 58:
|
|
625
625
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
626
626
|
|
|
627
627
|
"use strict";
|
|
628
628
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
|
|
629
629
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
630
630
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
631
|
-
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
631
|
+
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59);
|
|
632
632
|
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__);
|
|
633
633
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
634
634
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -671,6 +671,13 @@ function ChevronLeft(props) {
|
|
|
671
671
|
|
|
672
672
|
/***/ }),
|
|
673
673
|
|
|
674
|
+
/***/ 59:
|
|
675
|
+
/***/ (function(module, exports) {
|
|
676
|
+
|
|
677
|
+
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
678
|
+
|
|
679
|
+
/***/ }),
|
|
680
|
+
|
|
674
681
|
/***/ 6:
|
|
675
682
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
676
683
|
|
|
@@ -696,13 +703,6 @@ function SVG(props) {
|
|
|
696
703
|
|
|
697
704
|
/***/ }),
|
|
698
705
|
|
|
699
|
-
/***/ 60:
|
|
700
|
-
/***/ (function(module, exports) {
|
|
701
|
-
|
|
702
|
-
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
703
|
-
|
|
704
|
-
/***/ }),
|
|
705
|
-
|
|
706
706
|
/***/ 7:
|
|
707
707
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
708
708
|
|
|
@@ -828,7 +828,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
828
828
|
|
|
829
829
|
/***/ }),
|
|
830
830
|
|
|
831
|
-
/***/
|
|
831
|
+
/***/ 97:
|
|
832
832
|
/***/ (function(module, exports) {
|
|
833
833
|
|
|
834
834
|
module.exports = require("@splunk/react-icons/More");
|
package/Paragraph.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 = 161);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 161:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Popover.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 = 133);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 133:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -148,7 +148,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
148
148
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
149
149
|
|
|
150
150
|
// EXTERNAL MODULE: external "react-dom"
|
|
151
|
-
var external_react_dom_ = __webpack_require__(
|
|
151
|
+
var external_react_dom_ = __webpack_require__(67);
|
|
152
152
|
|
|
153
153
|
// EXTERNAL MODULE: external "lodash"
|
|
154
154
|
var external_lodash_ = __webpack_require__(4);
|
|
@@ -516,7 +516,7 @@ var StyledLowerRightCorner = external_styled_components_default.a.div.withConfig
|
|
|
516
516
|
})(["position:fixed;right:0;bottom:0;"]);
|
|
517
517
|
|
|
518
518
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
519
|
-
var updateReactRef = __webpack_require__(
|
|
519
|
+
var updateReactRef = __webpack_require__(11);
|
|
520
520
|
|
|
521
521
|
// CONCATENATED MODULE: ./src/Popover/Popover.tsx
|
|
522
522
|
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); }
|
|
@@ -1200,7 +1200,7 @@ module.exports = require("@splunk/react-ui/Layer");
|
|
|
1200
1200
|
|
|
1201
1201
|
/***/ }),
|
|
1202
1202
|
|
|
1203
|
-
/***/
|
|
1203
|
+
/***/ 67:
|
|
1204
1204
|
/***/ (function(module, exports) {
|
|
1205
1205
|
|
|
1206
1206
|
module.exports = require("react-dom");
|
package/Progress.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 = 162);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 162:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/RadioBar.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 = 124);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 124:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -145,7 +145,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
145
145
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
148
|
-
var Clickable_ = __webpack_require__(
|
|
148
|
+
var Clickable_ = __webpack_require__(12);
|
|
149
149
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
150
150
|
|
|
151
151
|
// CONCATENATED MODULE: ./src/RadioBar/OptionStyles.ts
|
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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 125);
|
|
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
|
+
/***/ 125:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
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 =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 163);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -142,7 +142,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 163:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -267,7 +267,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
|
|
|
267
267
|
}));
|
|
268
268
|
|
|
269
269
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
270
|
-
var updateReactRef = __webpack_require__(
|
|
270
|
+
var updateReactRef = __webpack_require__(11);
|
|
271
271
|
|
|
272
272
|
// CONCATENATED MODULE: ./src/Resize/Resize.tsx
|
|
273
273
|
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); }
|