@splunk/react-ui 4.19.0 → 4.20.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 +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Breadcrumbs.d.ts +2 -0
- package/Breadcrumbs.js +299 -0
- package/Button.js +17 -17
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +14 -0
- package/Calendar.js +15 -15
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +11 -11
- package/Clickable.js +7 -5
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +8 -8
- package/Color.js +29 -29
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +20 -20
- package/Concertina.js +16 -16
- package/ControlGroup.js +13 -13
- package/Date.js +20 -20
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +12 -12
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +21 -21
- package/FormRows.js +14 -14
- package/Heading.js +2 -2
- package/Image.js +16 -16
- package/JSONTree.js +20 -20
- package/Layer.js +14 -14
- package/Link.js +7 -7
- package/List.js +2 -2
- package/Markdown.js +19 -20
- package/Menu.js +250 -230
- package/Message.js +37 -37
- package/MessageBar.js +33 -33
- package/Modal.js +17 -17
- package/ModalLayer.js +6 -6
- package/Monogram.js +2 -2
- package/Multiselect.js +2822 -2328
- package/Number.js +6 -6
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +106 -43
- package/Progress.js +10 -10
- package/RadioBar.js +2 -2
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +41 -20
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +4 -4
- package/Search.js +15 -15
- package/Select.js +511 -114
- package/SidePanel.js +6 -6
- package/Slider.js +6 -6
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +4 -4
- package/TabLayout.js +4 -4
- package/Table.js +132 -99
- package/Text.js +23 -23
- package/TextArea.js +25 -25
- package/Tooltip.js +6 -6
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/package.json +9 -9
- package/types/src/Breadcrumbs/Breadcrumbs.d.ts +25 -0
- package/types/src/Breadcrumbs/Item.d.ts +42 -0
- package/types/src/Breadcrumbs/docs/examples/Adornments.d.ts +2 -0
- package/types/src/Breadcrumbs/docs/examples/Basic.d.ts +2 -0
- package/types/src/Breadcrumbs/index.d.ts +2 -0
- package/types/src/Code/Code.d.ts +1 -1
- package/types/src/Link/Link.d.ts +5 -0
- package/types/src/Multiselect/Compact.d.ts +4 -0
- package/types/src/Multiselect/Multiselect.d.ts +5 -0
- package/types/src/Multiselect/docs/examples/CompactSelectAll.d.ts +2 -0
- package/types/src/Select/SelectAllOption.d.ts +14 -0
- package/types/src/Select/SelectBase.d.ts +11 -3
- package/types/src/Table/Table.d.ts +4 -0
- package/types/src/Text/Text.d.ts +3 -3
- package/types/src/TextArea/TextArea.d.ts +3 -3
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +4 -4
- package/types/src/Typography/docs/examples/Variants.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 = 183);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -104,13 +104,27 @@ module.exports = require("prop-types");
|
|
|
104
104
|
/***/ 100:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
107
|
+
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
111
|
/***/ 101:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
+
module.exports = require("@splunk/react-icons/enterprise/InfoCircle");
|
|
115
|
+
|
|
116
|
+
/***/ }),
|
|
117
|
+
|
|
118
|
+
/***/ 102:
|
|
119
|
+
/***/ (function(module, exports) {
|
|
120
|
+
|
|
121
|
+
module.exports = require("@splunk/react-icons/enterprise/Success");
|
|
122
|
+
|
|
123
|
+
/***/ }),
|
|
124
|
+
|
|
125
|
+
/***/ 103:
|
|
126
|
+
/***/ (function(module, exports) {
|
|
127
|
+
|
|
114
128
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
115
129
|
|
|
116
130
|
/***/ }),
|
|
@@ -122,14 +136,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
122
136
|
|
|
123
137
|
/***/ }),
|
|
124
138
|
|
|
125
|
-
/***/
|
|
139
|
+
/***/ 146:
|
|
126
140
|
/***/ (function(module, exports) {
|
|
127
141
|
|
|
128
142
|
module.exports = require("@splunk/react-ui/MessageBar");
|
|
129
143
|
|
|
130
144
|
/***/ }),
|
|
131
145
|
|
|
132
|
-
/***/
|
|
146
|
+
/***/ 183:
|
|
133
147
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
148
|
|
|
135
149
|
"use strict";
|
|
@@ -149,47 +163,47 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
149
163
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
150
164
|
|
|
151
165
|
// EXTERNAL MODULE: external "@splunk/react-icons/CheckCircle"
|
|
152
|
-
var CheckCircle_ = __webpack_require__(
|
|
166
|
+
var CheckCircle_ = __webpack_require__(72);
|
|
153
167
|
var CheckCircle_default = /*#__PURE__*/__webpack_require__.n(CheckCircle_);
|
|
154
168
|
|
|
155
169
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
156
|
-
var Cross_ = __webpack_require__(
|
|
170
|
+
var Cross_ = __webpack_require__(26);
|
|
157
171
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
158
172
|
|
|
159
173
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
160
|
-
var Close_ = __webpack_require__(
|
|
174
|
+
var Close_ = __webpack_require__(27);
|
|
161
175
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
162
176
|
|
|
163
177
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationCircle"
|
|
164
|
-
var ExclamationCircle_ = __webpack_require__(
|
|
178
|
+
var ExclamationCircle_ = __webpack_require__(73);
|
|
165
179
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
166
180
|
|
|
167
181
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
168
|
-
var InformationCircle_ = __webpack_require__(
|
|
182
|
+
var InformationCircle_ = __webpack_require__(98);
|
|
169
183
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
170
184
|
|
|
171
185
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
172
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
186
|
+
var ExclamationTriangle_ = __webpack_require__(99);
|
|
173
187
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
174
188
|
|
|
175
189
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
176
|
-
var Error_ = __webpack_require__(
|
|
190
|
+
var Error_ = __webpack_require__(100);
|
|
177
191
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
178
192
|
|
|
179
193
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
180
|
-
var InfoCircle_ = __webpack_require__(
|
|
194
|
+
var InfoCircle_ = __webpack_require__(101);
|
|
181
195
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
182
196
|
|
|
183
197
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
184
|
-
var Success_ = __webpack_require__(
|
|
198
|
+
var Success_ = __webpack_require__(102);
|
|
185
199
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
186
200
|
|
|
187
201
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
188
|
-
var Warning_ = __webpack_require__(
|
|
202
|
+
var Warning_ = __webpack_require__(103);
|
|
189
203
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
190
204
|
|
|
191
205
|
// EXTERNAL MODULE: external "@splunk/react-ui/MessageBar"
|
|
192
|
-
var MessageBar_ = __webpack_require__(
|
|
206
|
+
var MessageBar_ = __webpack_require__(146);
|
|
193
207
|
var MessageBar_default = /*#__PURE__*/__webpack_require__.n(MessageBar_);
|
|
194
208
|
|
|
195
209
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -200,7 +214,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
200
214
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
201
215
|
|
|
202
216
|
// EXTERNAL MODULE: external "@splunk/react-ui/Link"
|
|
203
|
-
var Link_ = __webpack_require__(
|
|
217
|
+
var Link_ = __webpack_require__(37);
|
|
204
218
|
var Link_default = /*#__PURE__*/__webpack_require__.n(Link_);
|
|
205
219
|
|
|
206
220
|
// CONCATENATED MODULE: ./src/Message/LinkStyles.ts
|
|
@@ -554,14 +568,14 @@ module.exports = require("react");
|
|
|
554
568
|
|
|
555
569
|
/***/ }),
|
|
556
570
|
|
|
557
|
-
/***/
|
|
571
|
+
/***/ 26:
|
|
558
572
|
/***/ (function(module, exports) {
|
|
559
573
|
|
|
560
574
|
module.exports = require("@splunk/react-icons/Cross");
|
|
561
575
|
|
|
562
576
|
/***/ }),
|
|
563
577
|
|
|
564
|
-
/***/
|
|
578
|
+
/***/ 27:
|
|
565
579
|
/***/ (function(module, exports) {
|
|
566
580
|
|
|
567
581
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -575,7 +589,7 @@ module.exports = require("styled-components");
|
|
|
575
589
|
|
|
576
590
|
/***/ }),
|
|
577
591
|
|
|
578
|
-
/***/
|
|
592
|
+
/***/ 37:
|
|
579
593
|
/***/ (function(module, exports) {
|
|
580
594
|
|
|
581
595
|
module.exports = require("@splunk/react-ui/Link");
|
|
@@ -589,45 +603,31 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
589
603
|
|
|
590
604
|
/***/ }),
|
|
591
605
|
|
|
592
|
-
/***/
|
|
606
|
+
/***/ 72:
|
|
593
607
|
/***/ (function(module, exports) {
|
|
594
608
|
|
|
595
609
|
module.exports = require("@splunk/react-icons/CheckCircle");
|
|
596
610
|
|
|
597
611
|
/***/ }),
|
|
598
612
|
|
|
599
|
-
/***/
|
|
613
|
+
/***/ 73:
|
|
600
614
|
/***/ (function(module, exports) {
|
|
601
615
|
|
|
602
616
|
module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
603
617
|
|
|
604
618
|
/***/ }),
|
|
605
619
|
|
|
606
|
-
/***/ 96:
|
|
607
|
-
/***/ (function(module, exports) {
|
|
608
|
-
|
|
609
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
610
|
-
|
|
611
|
-
/***/ }),
|
|
612
|
-
|
|
613
|
-
/***/ 97:
|
|
614
|
-
/***/ (function(module, exports) {
|
|
615
|
-
|
|
616
|
-
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
617
|
-
|
|
618
|
-
/***/ }),
|
|
619
|
-
|
|
620
620
|
/***/ 98:
|
|
621
621
|
/***/ (function(module, exports) {
|
|
622
622
|
|
|
623
|
-
module.exports = require("@splunk/react-icons/
|
|
623
|
+
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
624
624
|
|
|
625
625
|
/***/ }),
|
|
626
626
|
|
|
627
627
|
/***/ 99:
|
|
628
628
|
/***/ (function(module, exports) {
|
|
629
629
|
|
|
630
|
-
module.exports = require("@splunk/react-icons/
|
|
630
|
+
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
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 = 224);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -104,13 +104,27 @@ module.exports = require("prop-types");
|
|
|
104
104
|
/***/ 100:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("@splunk/react-icons/enterprise/
|
|
107
|
+
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
111
|
/***/ 101:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
+
module.exports = require("@splunk/react-icons/enterprise/InfoCircle");
|
|
115
|
+
|
|
116
|
+
/***/ }),
|
|
117
|
+
|
|
118
|
+
/***/ 102:
|
|
119
|
+
/***/ (function(module, exports) {
|
|
120
|
+
|
|
121
|
+
module.exports = require("@splunk/react-icons/enterprise/Success");
|
|
122
|
+
|
|
123
|
+
/***/ }),
|
|
124
|
+
|
|
125
|
+
/***/ 103:
|
|
126
|
+
/***/ (function(module, exports) {
|
|
127
|
+
|
|
114
128
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
115
129
|
|
|
116
130
|
/***/ }),
|
|
@@ -136,7 +150,7 @@ module.exports = require("react");
|
|
|
136
150
|
|
|
137
151
|
/***/ }),
|
|
138
152
|
|
|
139
|
-
/***/
|
|
153
|
+
/***/ 224:
|
|
140
154
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
155
|
|
|
142
156
|
"use strict";
|
|
@@ -155,11 +169,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
155
169
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
156
170
|
|
|
157
171
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
158
|
-
var Cross_ = __webpack_require__(
|
|
172
|
+
var Cross_ = __webpack_require__(26);
|
|
159
173
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
160
174
|
|
|
161
175
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
162
|
-
var Close_ = __webpack_require__(
|
|
176
|
+
var Close_ = __webpack_require__(27);
|
|
163
177
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
164
178
|
|
|
165
179
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -177,35 +191,35 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
177
191
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
178
192
|
|
|
179
193
|
// EXTERNAL MODULE: external "@splunk/react-icons/CheckCircle"
|
|
180
|
-
var CheckCircle_ = __webpack_require__(
|
|
194
|
+
var CheckCircle_ = __webpack_require__(72);
|
|
181
195
|
var CheckCircle_default = /*#__PURE__*/__webpack_require__.n(CheckCircle_);
|
|
182
196
|
|
|
183
197
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationCircle"
|
|
184
|
-
var ExclamationCircle_ = __webpack_require__(
|
|
198
|
+
var ExclamationCircle_ = __webpack_require__(73);
|
|
185
199
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
186
200
|
|
|
187
201
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
188
|
-
var InformationCircle_ = __webpack_require__(
|
|
202
|
+
var InformationCircle_ = __webpack_require__(98);
|
|
189
203
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
190
204
|
|
|
191
205
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
192
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
206
|
+
var ExclamationTriangle_ = __webpack_require__(99);
|
|
193
207
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
194
208
|
|
|
195
209
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
196
|
-
var Error_ = __webpack_require__(
|
|
210
|
+
var Error_ = __webpack_require__(100);
|
|
197
211
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
198
212
|
|
|
199
213
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
200
|
-
var InfoCircle_ = __webpack_require__(
|
|
214
|
+
var InfoCircle_ = __webpack_require__(101);
|
|
201
215
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
202
216
|
|
|
203
217
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
204
|
-
var Success_ = __webpack_require__(
|
|
218
|
+
var Success_ = __webpack_require__(102);
|
|
205
219
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
206
220
|
|
|
207
221
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
208
|
-
var Warning_ = __webpack_require__(
|
|
222
|
+
var Warning_ = __webpack_require__(103);
|
|
209
223
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
210
224
|
|
|
211
225
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -486,14 +500,14 @@ MessageBar.propTypes = propTypes;
|
|
|
486
500
|
|
|
487
501
|
/***/ }),
|
|
488
502
|
|
|
489
|
-
/***/
|
|
503
|
+
/***/ 26:
|
|
490
504
|
/***/ (function(module, exports) {
|
|
491
505
|
|
|
492
506
|
module.exports = require("@splunk/react-icons/Cross");
|
|
493
507
|
|
|
494
508
|
/***/ }),
|
|
495
509
|
|
|
496
|
-
/***/
|
|
510
|
+
/***/ 27:
|
|
497
511
|
/***/ (function(module, exports) {
|
|
498
512
|
|
|
499
513
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -521,45 +535,31 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
521
535
|
|
|
522
536
|
/***/ }),
|
|
523
537
|
|
|
524
|
-
/***/
|
|
538
|
+
/***/ 72:
|
|
525
539
|
/***/ (function(module, exports) {
|
|
526
540
|
|
|
527
541
|
module.exports = require("@splunk/react-icons/CheckCircle");
|
|
528
542
|
|
|
529
543
|
/***/ }),
|
|
530
544
|
|
|
531
|
-
/***/
|
|
545
|
+
/***/ 73:
|
|
532
546
|
/***/ (function(module, exports) {
|
|
533
547
|
|
|
534
548
|
module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
535
549
|
|
|
536
550
|
/***/ }),
|
|
537
551
|
|
|
538
|
-
/***/ 96:
|
|
539
|
-
/***/ (function(module, exports) {
|
|
540
|
-
|
|
541
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
542
|
-
|
|
543
|
-
/***/ }),
|
|
544
|
-
|
|
545
|
-
/***/ 97:
|
|
546
|
-
/***/ (function(module, exports) {
|
|
547
|
-
|
|
548
|
-
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
549
|
-
|
|
550
|
-
/***/ }),
|
|
551
|
-
|
|
552
552
|
/***/ 98:
|
|
553
553
|
/***/ (function(module, exports) {
|
|
554
554
|
|
|
555
|
-
module.exports = require("@splunk/react-icons/
|
|
555
|
+
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
556
556
|
|
|
557
557
|
/***/ }),
|
|
558
558
|
|
|
559
559
|
/***/ 99:
|
|
560
560
|
/***/ (function(module, exports) {
|
|
561
561
|
|
|
562
|
-
module.exports = require("@splunk/react-icons/
|
|
562
|
+
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
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 = 175);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,21 +101,21 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 104:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/ModalLayer");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 113:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/Divider");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 175:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -137,7 +137,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
137
137
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: external "lodash/defer"
|
|
140
|
-
var defer_ = __webpack_require__(
|
|
140
|
+
var defer_ = __webpack_require__(58);
|
|
141
141
|
var defer_default = /*#__PURE__*/__webpack_require__.n(defer_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -149,17 +149,17 @@ 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__(104);
|
|
153
153
|
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/ui-utils/focus"
|
|
156
|
-
var focus_ = __webpack_require__(
|
|
156
|
+
var focus_ = __webpack_require__(31);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
159
159
|
var id_ = __webpack_require__(8);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
162
|
-
var ScrollContainerContext_ = __webpack_require__(
|
|
162
|
+
var ScrollContainerContext_ = __webpack_require__(53);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: external "styled-components"
|
|
165
165
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -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__(113);
|
|
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__(92);
|
|
315
315
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
316
316
|
|
|
317
317
|
// CONCATENATED MODULE: ./src/Modal/HeaderStyles.ts
|
|
@@ -739,17 +739,17 @@ module.exports = require("react-spring");
|
|
|
739
739
|
|
|
740
740
|
/***/ }),
|
|
741
741
|
|
|
742
|
-
/***/
|
|
742
|
+
/***/ 3:
|
|
743
743
|
/***/ (function(module, exports) {
|
|
744
744
|
|
|
745
|
-
module.exports = require("
|
|
745
|
+
module.exports = require("styled-components");
|
|
746
746
|
|
|
747
747
|
/***/ }),
|
|
748
748
|
|
|
749
|
-
/***/
|
|
749
|
+
/***/ 31:
|
|
750
750
|
/***/ (function(module, exports) {
|
|
751
751
|
|
|
752
|
-
module.exports = require("
|
|
752
|
+
module.exports = require("@splunk/ui-utils/focus");
|
|
753
753
|
|
|
754
754
|
/***/ }),
|
|
755
755
|
|
|
@@ -760,14 +760,14 @@ module.exports = require("lodash/omit");
|
|
|
760
760
|
|
|
761
761
|
/***/ }),
|
|
762
762
|
|
|
763
|
-
/***/
|
|
763
|
+
/***/ 53:
|
|
764
764
|
/***/ (function(module, exports) {
|
|
765
765
|
|
|
766
766
|
module.exports = require("@splunk/react-ui/ScrollContainerContext");
|
|
767
767
|
|
|
768
768
|
/***/ }),
|
|
769
769
|
|
|
770
|
-
/***/
|
|
770
|
+
/***/ 58:
|
|
771
771
|
/***/ (function(module, exports) {
|
|
772
772
|
|
|
773
773
|
module.exports = require("lodash/defer");
|
|
@@ -795,7 +795,7 @@ module.exports = require("lodash/keys");
|
|
|
795
795
|
|
|
796
796
|
/***/ }),
|
|
797
797
|
|
|
798
|
-
/***/
|
|
798
|
+
/***/ 92:
|
|
799
799
|
/***/ (function(module, exports) {
|
|
800
800
|
|
|
801
801
|
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 = 225);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 225:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -127,10 +127,10 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
127
127
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
130
|
-
var Animation_ = __webpack_require__(
|
|
130
|
+
var Animation_ = __webpack_require__(43);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/react-ui/Layer"
|
|
133
|
-
var Layer_ = __webpack_require__(
|
|
133
|
+
var Layer_ = __webpack_require__(85);
|
|
134
134
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -331,14 +331,14 @@ module.exports = require("styled-components");
|
|
|
331
331
|
|
|
332
332
|
/***/ }),
|
|
333
333
|
|
|
334
|
-
/***/
|
|
334
|
+
/***/ 43:
|
|
335
335
|
/***/ (function(module, exports) {
|
|
336
336
|
|
|
337
337
|
module.exports = require("@splunk/react-ui/Animation");
|
|
338
338
|
|
|
339
339
|
/***/ }),
|
|
340
340
|
|
|
341
|
-
/***/
|
|
341
|
+
/***/ 85:
|
|
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 = 226);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 226:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|