@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/Menu.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 = 172);
|
|
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";
|
|
@@ -135,14 +135,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 143:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("@splunk/react-icons/CaretSmallRight");
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 172:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -254,7 +254,7 @@ Divider.filterLast = true;
|
|
|
254
254
|
Divider.as = 'Divider';
|
|
255
255
|
/* harmony default export */ var Menu_Divider = (Divider);
|
|
256
256
|
// EXTERNAL MODULE: external "@splunk/react-ui/Heading"
|
|
257
|
-
var Heading_ = __webpack_require__(
|
|
257
|
+
var Heading_ = __webpack_require__(78);
|
|
258
258
|
var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
|
|
259
259
|
|
|
260
260
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
@@ -361,15 +361,15 @@ var isString_ = __webpack_require__(23);
|
|
|
361
361
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString_);
|
|
362
362
|
|
|
363
363
|
// EXTERNAL MODULE: external "@splunk/react-icons/CaretSmallRight"
|
|
364
|
-
var CaretSmallRight_ = __webpack_require__(
|
|
364
|
+
var CaretSmallRight_ = __webpack_require__(143);
|
|
365
365
|
var CaretSmallRight_default = /*#__PURE__*/__webpack_require__.n(CaretSmallRight_);
|
|
366
366
|
|
|
367
367
|
// EXTERNAL MODULE: external "@splunk/react-icons/Checkmark"
|
|
368
|
-
var Checkmark_ = __webpack_require__(
|
|
368
|
+
var Checkmark_ = __webpack_require__(76);
|
|
369
369
|
var Checkmark_default = /*#__PURE__*/__webpack_require__.n(Checkmark_);
|
|
370
370
|
|
|
371
371
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Check"
|
|
372
|
-
var Check_ = __webpack_require__(
|
|
372
|
+
var Check_ = __webpack_require__(95);
|
|
373
373
|
var Check_default = /*#__PURE__*/__webpack_require__.n(Check_);
|
|
374
374
|
|
|
375
375
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronRight"
|
|
@@ -559,7 +559,7 @@ var StyledSubmenu = external_styled_components_default.a.span.withConfig({
|
|
|
559
559
|
}));
|
|
560
560
|
|
|
561
561
|
// EXTERNAL MODULE: external "@splunk/react-icons/ArrowSquareTopRight"
|
|
562
|
-
var ArrowSquareTopRight_ = __webpack_require__(
|
|
562
|
+
var ArrowSquareTopRight_ = __webpack_require__(94);
|
|
563
563
|
var ArrowSquareTopRight_default = /*#__PURE__*/__webpack_require__.n(ArrowSquareTopRight_);
|
|
564
564
|
|
|
565
565
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/External"
|
|
@@ -606,10 +606,10 @@ function External() {
|
|
|
606
606
|
|
|
607
607
|
/* harmony default export */ var icons_External = (External);
|
|
608
608
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
609
|
-
var updateReactRef = __webpack_require__(
|
|
609
|
+
var updateReactRef = __webpack_require__(10);
|
|
610
610
|
|
|
611
611
|
// EXTERNAL MODULE: ./src/utils/scrollIntoViewIfNeeded.ts
|
|
612
|
-
var utils_scrollIntoViewIfNeeded = __webpack_require__(
|
|
612
|
+
var utils_scrollIntoViewIfNeeded = __webpack_require__(89);
|
|
613
613
|
|
|
614
614
|
// CONCATENATED MODULE: ./src/Menu/Item.tsx
|
|
615
615
|
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); }
|
|
@@ -901,7 +901,7 @@ ItemWithTheme.propTypes = Item_Item.propTypes;
|
|
|
901
901
|
ItemWithTheme.as = 'Item';
|
|
902
902
|
/* harmony default export */ var Menu_Item = (ItemWithTheme);
|
|
903
903
|
// EXTERNAL MODULE: external "@splunk/react-ui/Scroll"
|
|
904
|
-
var Scroll_ = __webpack_require__(
|
|
904
|
+
var Scroll_ = __webpack_require__(87);
|
|
905
905
|
var Scroll_default = /*#__PURE__*/__webpack_require__.n(Scroll_);
|
|
906
906
|
|
|
907
907
|
// CONCATENATED MODULE: ./src/Menu/MenuStyles.ts
|
|
@@ -1266,28 +1266,28 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
1266
1266
|
|
|
1267
1267
|
/***/ }),
|
|
1268
1268
|
|
|
1269
|
-
/***/
|
|
1269
|
+
/***/ 76:
|
|
1270
1270
|
/***/ (function(module, exports) {
|
|
1271
1271
|
|
|
1272
1272
|
module.exports = require("@splunk/react-icons/Checkmark");
|
|
1273
1273
|
|
|
1274
1274
|
/***/ }),
|
|
1275
1275
|
|
|
1276
|
-
/***/
|
|
1276
|
+
/***/ 78:
|
|
1277
1277
|
/***/ (function(module, exports) {
|
|
1278
1278
|
|
|
1279
1279
|
module.exports = require("@splunk/react-ui/Heading");
|
|
1280
1280
|
|
|
1281
1281
|
/***/ }),
|
|
1282
1282
|
|
|
1283
|
-
/***/
|
|
1283
|
+
/***/ 87:
|
|
1284
1284
|
/***/ (function(module, exports) {
|
|
1285
1285
|
|
|
1286
1286
|
module.exports = require("@splunk/react-ui/Scroll");
|
|
1287
1287
|
|
|
1288
1288
|
/***/ }),
|
|
1289
1289
|
|
|
1290
|
-
/***/
|
|
1290
|
+
/***/ 89:
|
|
1291
1291
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1292
1292
|
|
|
1293
1293
|
"use strict";
|
|
@@ -1316,14 +1316,14 @@ var scrollIntoViewIfNeeded = function scrollIntoViewIfNeeded(el) {
|
|
|
1316
1316
|
|
|
1317
1317
|
/***/ }),
|
|
1318
1318
|
|
|
1319
|
-
/***/
|
|
1319
|
+
/***/ 94:
|
|
1320
1320
|
/***/ (function(module, exports) {
|
|
1321
1321
|
|
|
1322
1322
|
module.exports = require("@splunk/react-icons/ArrowSquareTopRight");
|
|
1323
1323
|
|
|
1324
1324
|
/***/ }),
|
|
1325
1325
|
|
|
1326
|
-
/***/
|
|
1326
|
+
/***/ 95:
|
|
1327
1327
|
/***/ (function(module, exports) {
|
|
1328
1328
|
|
|
1329
1329
|
module.exports = require("@splunk/react-icons/enterprise/Check");
|
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 = 182);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -104,6 +104,13 @@ module.exports = require("prop-types");
|
|
|
104
104
|
/***/ 100:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
+
module.exports = require("@splunk/react-icons/enterprise/Success");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 101:
|
|
112
|
+
/***/ (function(module, exports) {
|
|
113
|
+
|
|
107
114
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
108
115
|
|
|
109
116
|
/***/ }),
|
|
@@ -115,14 +122,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
115
122
|
|
|
116
123
|
/***/ }),
|
|
117
124
|
|
|
118
|
-
/***/
|
|
125
|
+
/***/ 144:
|
|
119
126
|
/***/ (function(module, exports) {
|
|
120
127
|
|
|
121
128
|
module.exports = require("@splunk/react-ui/MessageBar");
|
|
122
129
|
|
|
123
130
|
/***/ }),
|
|
124
131
|
|
|
125
|
-
/***/
|
|
132
|
+
/***/ 182:
|
|
126
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
134
|
|
|
128
135
|
"use strict";
|
|
@@ -158,31 +165,31 @@ var ExclamationCircle_ = __webpack_require__(71);
|
|
|
158
165
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
159
166
|
|
|
160
167
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
161
|
-
var InformationCircle_ = __webpack_require__(
|
|
168
|
+
var InformationCircle_ = __webpack_require__(96);
|
|
162
169
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
163
170
|
|
|
164
171
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
165
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
172
|
+
var ExclamationTriangle_ = __webpack_require__(97);
|
|
166
173
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
167
174
|
|
|
168
175
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
169
|
-
var Error_ = __webpack_require__(
|
|
176
|
+
var Error_ = __webpack_require__(98);
|
|
170
177
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
171
178
|
|
|
172
179
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
173
|
-
var InfoCircle_ = __webpack_require__(
|
|
180
|
+
var InfoCircle_ = __webpack_require__(99);
|
|
174
181
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
175
182
|
|
|
176
183
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
177
|
-
var Success_ = __webpack_require__(
|
|
184
|
+
var Success_ = __webpack_require__(100);
|
|
178
185
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
179
186
|
|
|
180
187
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
181
|
-
var Warning_ = __webpack_require__(
|
|
188
|
+
var Warning_ = __webpack_require__(101);
|
|
182
189
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
183
190
|
|
|
184
191
|
// EXTERNAL MODULE: external "@splunk/react-ui/MessageBar"
|
|
185
|
-
var MessageBar_ = __webpack_require__(
|
|
192
|
+
var MessageBar_ = __webpack_require__(144);
|
|
186
193
|
var MessageBar_default = /*#__PURE__*/__webpack_require__.n(MessageBar_);
|
|
187
194
|
|
|
188
195
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -596,38 +603,31 @@ module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
|
596
603
|
|
|
597
604
|
/***/ }),
|
|
598
605
|
|
|
599
|
-
/***/ 95:
|
|
600
|
-
/***/ (function(module, exports) {
|
|
601
|
-
|
|
602
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
603
|
-
|
|
604
|
-
/***/ }),
|
|
605
|
-
|
|
606
606
|
/***/ 96:
|
|
607
607
|
/***/ (function(module, exports) {
|
|
608
608
|
|
|
609
|
-
module.exports = require("@splunk/react-icons/
|
|
609
|
+
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
610
610
|
|
|
611
611
|
/***/ }),
|
|
612
612
|
|
|
613
613
|
/***/ 97:
|
|
614
614
|
/***/ (function(module, exports) {
|
|
615
615
|
|
|
616
|
-
module.exports = require("@splunk/react-icons/
|
|
616
|
+
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
617
617
|
|
|
618
618
|
/***/ }),
|
|
619
619
|
|
|
620
620
|
/***/ 98:
|
|
621
621
|
/***/ (function(module, exports) {
|
|
622
622
|
|
|
623
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
623
|
+
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
624
624
|
|
|
625
625
|
/***/ }),
|
|
626
626
|
|
|
627
627
|
/***/ 99:
|
|
628
628
|
/***/ (function(module, exports) {
|
|
629
629
|
|
|
630
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
630
|
+
module.exports = require("@splunk/react-icons/enterprise/InfoCircle");
|
|
631
631
|
|
|
632
632
|
/***/ })
|
|
633
633
|
|
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 = 222);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -104,6 +104,13 @@ module.exports = require("prop-types");
|
|
|
104
104
|
/***/ 100:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
+
module.exports = require("@splunk/react-icons/enterprise/Success");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 101:
|
|
112
|
+
/***/ (function(module, exports) {
|
|
113
|
+
|
|
107
114
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
108
115
|
|
|
109
116
|
/***/ }),
|
|
@@ -129,7 +136,7 @@ module.exports = require("react");
|
|
|
129
136
|
|
|
130
137
|
/***/ }),
|
|
131
138
|
|
|
132
|
-
/***/
|
|
139
|
+
/***/ 222:
|
|
133
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
141
|
|
|
135
142
|
"use strict";
|
|
@@ -178,27 +185,27 @@ var ExclamationCircle_ = __webpack_require__(71);
|
|
|
178
185
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
179
186
|
|
|
180
187
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
181
|
-
var InformationCircle_ = __webpack_require__(
|
|
188
|
+
var InformationCircle_ = __webpack_require__(96);
|
|
182
189
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
183
190
|
|
|
184
191
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
185
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
192
|
+
var ExclamationTriangle_ = __webpack_require__(97);
|
|
186
193
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
187
194
|
|
|
188
195
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
189
|
-
var Error_ = __webpack_require__(
|
|
196
|
+
var Error_ = __webpack_require__(98);
|
|
190
197
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
191
198
|
|
|
192
199
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
193
|
-
var InfoCircle_ = __webpack_require__(
|
|
200
|
+
var InfoCircle_ = __webpack_require__(99);
|
|
194
201
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
195
202
|
|
|
196
203
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
197
|
-
var Success_ = __webpack_require__(
|
|
204
|
+
var Success_ = __webpack_require__(100);
|
|
198
205
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
199
206
|
|
|
200
207
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
201
|
-
var Warning_ = __webpack_require__(
|
|
208
|
+
var Warning_ = __webpack_require__(101);
|
|
202
209
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
203
210
|
|
|
204
211
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -528,38 +535,31 @@ module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
|
528
535
|
|
|
529
536
|
/***/ }),
|
|
530
537
|
|
|
531
|
-
/***/ 95:
|
|
532
|
-
/***/ (function(module, exports) {
|
|
533
|
-
|
|
534
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
535
|
-
|
|
536
|
-
/***/ }),
|
|
537
|
-
|
|
538
538
|
/***/ 96:
|
|
539
539
|
/***/ (function(module, exports) {
|
|
540
540
|
|
|
541
|
-
module.exports = require("@splunk/react-icons/
|
|
541
|
+
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
542
542
|
|
|
543
543
|
/***/ }),
|
|
544
544
|
|
|
545
545
|
/***/ 97:
|
|
546
546
|
/***/ (function(module, exports) {
|
|
547
547
|
|
|
548
|
-
module.exports = require("@splunk/react-icons/
|
|
548
|
+
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
549
549
|
|
|
550
550
|
/***/ }),
|
|
551
551
|
|
|
552
552
|
/***/ 98:
|
|
553
553
|
/***/ (function(module, exports) {
|
|
554
554
|
|
|
555
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
555
|
+
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
556
556
|
|
|
557
557
|
/***/ }),
|
|
558
558
|
|
|
559
559
|
/***/ 99:
|
|
560
560
|
/***/ (function(module, exports) {
|
|
561
561
|
|
|
562
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
562
|
+
module.exports = require("@splunk/react-icons/enterprise/InfoCircle");
|
|
563
563
|
|
|
564
564
|
/***/ })
|
|
565
565
|
|
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 = 174);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,21 +101,21 @@ 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");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 111:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/Divider");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 174:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -149,7 +149,7 @@ var omit_ = __webpack_require__(5);
|
|
|
149
149
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/react-ui/ModalLayer"
|
|
152
|
-
var ModalLayer_ = __webpack_require__(
|
|
152
|
+
var ModalLayer_ = __webpack_require__(102);
|
|
153
153
|
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/ui-utils/focus"
|
|
@@ -248,7 +248,7 @@ function Body(_ref) {
|
|
|
248
248
|
Body.propTypes = propTypes;
|
|
249
249
|
/* harmony default export */ var Modal_Body = (Body);
|
|
250
250
|
// EXTERNAL MODULE: external "@splunk/react-ui/Divider"
|
|
251
|
-
var Divider_ = __webpack_require__(
|
|
251
|
+
var Divider_ = __webpack_require__(111);
|
|
252
252
|
var Divider_default = /*#__PURE__*/__webpack_require__.n(Divider_);
|
|
253
253
|
|
|
254
254
|
// CONCATENATED MODULE: ./src/Modal/FooterStyles.ts
|
|
@@ -311,7 +311,7 @@ function Footer(_ref) {
|
|
|
311
311
|
Footer.propTypes = Footer_propTypes;
|
|
312
312
|
/* harmony default export */ var Modal_Footer = (Footer);
|
|
313
313
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
314
|
-
var CloseButton_ = __webpack_require__(
|
|
314
|
+
var CloseButton_ = __webpack_require__(90);
|
|
315
315
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
316
316
|
|
|
317
317
|
// CONCATENATED MODULE: ./src/Modal/HeaderStyles.ts
|
|
@@ -788,17 +788,17 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
788
788
|
|
|
789
789
|
/***/ }),
|
|
790
790
|
|
|
791
|
-
/***/
|
|
791
|
+
/***/ 9:
|
|
792
792
|
/***/ (function(module, exports) {
|
|
793
793
|
|
|
794
|
-
module.exports = require("
|
|
794
|
+
module.exports = require("lodash/keys");
|
|
795
795
|
|
|
796
796
|
/***/ }),
|
|
797
797
|
|
|
798
|
-
/***/
|
|
798
|
+
/***/ 90:
|
|
799
799
|
/***/ (function(module, exports) {
|
|
800
800
|
|
|
801
|
-
module.exports = require("
|
|
801
|
+
module.exports = require("@splunk/react-ui/CloseButton");
|
|
802
802
|
|
|
803
803
|
/***/ })
|
|
804
804
|
|
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 = 223);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 223:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -130,7 +130,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
130
130
|
var Animation_ = __webpack_require__(40);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/react-ui/Layer"
|
|
133
|
-
var Layer_ = __webpack_require__(
|
|
133
|
+
var Layer_ = __webpack_require__(83);
|
|
134
134
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -338,7 +338,7 @@ module.exports = require("@splunk/react-ui/Animation");
|
|
|
338
338
|
|
|
339
339
|
/***/ }),
|
|
340
340
|
|
|
341
|
-
/***/
|
|
341
|
+
/***/ 83:
|
|
342
342
|
/***/ (function(module, exports) {
|
|
343
343
|
|
|
344
344
|
module.exports = require("@splunk/react-ui/Layer");
|
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 = 224);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 224:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -204,7 +204,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
204
204
|
})),
|
|
205
205
|
medium: Object(external_styled_components_["css"])(["height:48px;width:48px;font-size:", ";"], themes_["variables"].fontSize),
|
|
206
206
|
large: Object(external_styled_components_["css"])(["height:80px;width:80px;font-size:", ";"], themes_["variables"].fontSizeXXLarge),
|
|
207
|
-
xlarge: "
|
|
207
|
+
xlarge: Object(external_styled_components_["css"])(["width:144px;height:144px;font-size:36px;font-weight:700;"])
|
|
208
208
|
});
|
|
209
209
|
}
|
|
210
210
|
|
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 = 185);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -102,27 +102,6 @@ module.exports = require("prop-types");
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
104
|
/***/ 10:
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("lodash/has");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 102:
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("lodash/forEachRight");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 103:
|
|
119
|
-
/***/ (function(module, exports) {
|
|
120
|
-
|
|
121
|
-
module.exports = require("lodash/uniq");
|
|
122
|
-
|
|
123
|
-
/***/ }),
|
|
124
|
-
|
|
125
|
-
/***/ 11:
|
|
126
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
106
|
|
|
128
107
|
"use strict";
|
|
@@ -147,6 +126,27 @@ function updateReactRef(ref, current) {
|
|
|
147
126
|
|
|
148
127
|
|
|
149
128
|
|
|
129
|
+
/***/ }),
|
|
130
|
+
|
|
131
|
+
/***/ 103:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("lodash/forEachRight");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 104:
|
|
139
|
+
/***/ (function(module, exports) {
|
|
140
|
+
|
|
141
|
+
module.exports = require("lodash/uniq");
|
|
142
|
+
|
|
143
|
+
/***/ }),
|
|
144
|
+
|
|
145
|
+
/***/ 11:
|
|
146
|
+
/***/ (function(module, exports) {
|
|
147
|
+
|
|
148
|
+
module.exports = require("lodash/has");
|
|
149
|
+
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
152
|
/***/ 13:
|
|
@@ -163,14 +163,14 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
163
163
|
|
|
164
164
|
/***/ }),
|
|
165
165
|
|
|
166
|
-
/***/
|
|
166
|
+
/***/ 145:
|
|
167
167
|
/***/ (function(module, exports) {
|
|
168
168
|
|
|
169
169
|
module.exports = require("lodash/get");
|
|
170
170
|
|
|
171
171
|
/***/ }),
|
|
172
172
|
|
|
173
|
-
/***/
|
|
173
|
+
/***/ 146:
|
|
174
174
|
/***/ (function(module, exports) {
|
|
175
175
|
|
|
176
176
|
module.exports = require("@splunk/react-ui/Chip");
|
|
@@ -267,7 +267,7 @@ function getWindow() {
|
|
|
267
267
|
|
|
268
268
|
/***/ }),
|
|
269
269
|
|
|
270
|
-
/***/
|
|
270
|
+
/***/ 185:
|
|
271
271
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
272
272
|
|
|
273
273
|
"use strict";
|
|
@@ -289,7 +289,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
289
289
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
290
290
|
|
|
291
291
|
// EXTERNAL MODULE: external "lodash/has"
|
|
292
|
-
var has_ = __webpack_require__(
|
|
292
|
+
var has_ = __webpack_require__(11);
|
|
293
293
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
294
294
|
|
|
295
295
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -620,7 +620,7 @@ var extend_ = __webpack_require__(49);
|
|
|
620
620
|
var extend_default = /*#__PURE__*/__webpack_require__.n(extend_);
|
|
621
621
|
|
|
622
622
|
// EXTERNAL MODULE: external "lodash/get"
|
|
623
|
-
var get_ = __webpack_require__(
|
|
623
|
+
var get_ = __webpack_require__(145);
|
|
624
624
|
var get_default = /*#__PURE__*/__webpack_require__.n(get_);
|
|
625
625
|
|
|
626
626
|
// EXTERNAL MODULE: external "lodash/isString"
|
|
@@ -636,7 +636,7 @@ var keys_ = __webpack_require__(9);
|
|
|
636
636
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
637
637
|
|
|
638
638
|
// EXTERNAL MODULE: external "lodash/last"
|
|
639
|
-
var last_ = __webpack_require__(
|
|
639
|
+
var last_ = __webpack_require__(92);
|
|
640
640
|
var last_default = /*#__PURE__*/__webpack_require__.n(last_);
|
|
641
641
|
|
|
642
642
|
// EXTERNAL MODULE: external "lodash/pick"
|
|
@@ -661,7 +661,7 @@ var id_ = __webpack_require__(8);
|
|
|
661
661
|
var keyboard_ = __webpack_require__(7);
|
|
662
662
|
|
|
663
663
|
// EXTERNAL MODULE: external "@splunk/react-ui/Chip"
|
|
664
|
-
var Chip_ = __webpack_require__(
|
|
664
|
+
var Chip_ = __webpack_require__(146);
|
|
665
665
|
var Chip_default = /*#__PURE__*/__webpack_require__.n(Chip_);
|
|
666
666
|
|
|
667
667
|
// EXTERNAL MODULE: external "@splunk/react-ui/ResultsMenu"
|
|
@@ -766,7 +766,7 @@ var StyledOverlay = external_styled_components_default.a.div.withConfig({
|
|
|
766
766
|
});
|
|
767
767
|
|
|
768
768
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
769
|
-
var updateReactRef = __webpack_require__(
|
|
769
|
+
var updateReactRef = __webpack_require__(10);
|
|
770
770
|
|
|
771
771
|
// CONCATENATED MODULE: ./src/Multiselect/Normal.tsx
|
|
772
772
|
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); }
|
|
@@ -2147,11 +2147,11 @@ var find_ = __webpack_require__(52);
|
|
|
2147
2147
|
var find_default = /*#__PURE__*/__webpack_require__.n(find_);
|
|
2148
2148
|
|
|
2149
2149
|
// EXTERNAL MODULE: external "lodash/forEachRight"
|
|
2150
|
-
var forEachRight_ = __webpack_require__(
|
|
2150
|
+
var forEachRight_ = __webpack_require__(103);
|
|
2151
2151
|
var forEachRight_default = /*#__PURE__*/__webpack_require__.n(forEachRight_);
|
|
2152
2152
|
|
|
2153
2153
|
// EXTERNAL MODULE: external "lodash/has"
|
|
2154
|
-
var has_ = __webpack_require__(
|
|
2154
|
+
var has_ = __webpack_require__(11);
|
|
2155
2155
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
2156
2156
|
|
|
2157
2157
|
// EXTERNAL MODULE: external "lodash/includes"
|
|
@@ -2175,7 +2175,7 @@ var pick_ = __webpack_require__(41);
|
|
|
2175
2175
|
var pick_default = /*#__PURE__*/__webpack_require__.n(pick_);
|
|
2176
2176
|
|
|
2177
2177
|
// EXTERNAL MODULE: external "lodash/uniq"
|
|
2178
|
-
var uniq_ = __webpack_require__(
|
|
2178
|
+
var uniq_ = __webpack_require__(104);
|
|
2179
2179
|
var uniq_default = /*#__PURE__*/__webpack_require__.n(uniq_);
|
|
2180
2180
|
|
|
2181
2181
|
// EXTERNAL MODULE: external "lodash/without"
|
|
@@ -3535,7 +3535,7 @@ module.exports = require("lodash/keys");
|
|
|
3535
3535
|
|
|
3536
3536
|
/***/ }),
|
|
3537
3537
|
|
|
3538
|
-
/***/
|
|
3538
|
+
/***/ 92:
|
|
3539
3539
|
/***/ (function(module, exports) {
|
|
3540
3540
|
|
|
3541
3541
|
module.exports = require("lodash/last");
|