@splunk/react-ui 4.18.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 +6 -6
- 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 +25 -1
- package/Calendar.js +17 -17
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +32 -25
- package/Clickable.js +16 -14
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +10 -10
- package/Color.js +33 -33
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +28 -28
- package/Concertina.js +18 -18
- package/ControlGroup.js +13 -13
- package/Date.js +29 -29
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +21 -21
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +23 -23
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +23 -23
- 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 +252 -232
- package/Message.js +43 -43
- package/MessageBar.js +39 -39
- package/Modal.js +20 -20
- package/ModalLayer.js +6 -6
- package/Monogram.js +3 -3
- package/Multiselect.js +2987 -2493
- package/Number.js +8 -8
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +113 -50
- package/Progress.js +10 -10
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +43 -22
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +8 -8
- package/ScrollContainerContext.js +4 -4
- package/Search.js +25 -25
- package/Select.js +517 -120
- package/SidePanel.js +6 -6
- package/Slider.js +8 -8
- package/SlidingPanels.js +10 -10
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +6 -6
- package/TabLayout.js +6 -6
- package/Table.js +145 -111
- package/Text.js +40 -38
- package/TextArea.js +42 -40
- package/Tooltip.js +15 -15
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +17 -17
- 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/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/Code/Code.d.ts +1 -1
- 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/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/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
- 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,6 +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/Error");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 101:
|
|
112
|
+
/***/ (function(module, exports) {
|
|
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
|
+
|
|
107
128
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
108
129
|
|
|
109
130
|
/***/ }),
|
|
@@ -115,14 +136,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
115
136
|
|
|
116
137
|
/***/ }),
|
|
117
138
|
|
|
118
|
-
/***/
|
|
139
|
+
/***/ 146:
|
|
119
140
|
/***/ (function(module, exports) {
|
|
120
141
|
|
|
121
142
|
module.exports = require("@splunk/react-ui/MessageBar");
|
|
122
143
|
|
|
123
144
|
/***/ }),
|
|
124
145
|
|
|
125
|
-
/***/
|
|
146
|
+
/***/ 183:
|
|
126
147
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
148
|
|
|
128
149
|
"use strict";
|
|
@@ -142,47 +163,47 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
142
163
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
143
164
|
|
|
144
165
|
// EXTERNAL MODULE: external "@splunk/react-icons/CheckCircle"
|
|
145
|
-
var CheckCircle_ = __webpack_require__(
|
|
166
|
+
var CheckCircle_ = __webpack_require__(72);
|
|
146
167
|
var CheckCircle_default = /*#__PURE__*/__webpack_require__.n(CheckCircle_);
|
|
147
168
|
|
|
148
169
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
149
|
-
var Cross_ = __webpack_require__(
|
|
170
|
+
var Cross_ = __webpack_require__(26);
|
|
150
171
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
151
172
|
|
|
152
173
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
153
|
-
var Close_ = __webpack_require__(
|
|
174
|
+
var Close_ = __webpack_require__(27);
|
|
154
175
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
155
176
|
|
|
156
177
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationCircle"
|
|
157
|
-
var ExclamationCircle_ = __webpack_require__(
|
|
178
|
+
var ExclamationCircle_ = __webpack_require__(73);
|
|
158
179
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
159
180
|
|
|
160
181
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
161
|
-
var InformationCircle_ = __webpack_require__(
|
|
182
|
+
var InformationCircle_ = __webpack_require__(98);
|
|
162
183
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
163
184
|
|
|
164
185
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
165
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
186
|
+
var ExclamationTriangle_ = __webpack_require__(99);
|
|
166
187
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
167
188
|
|
|
168
189
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
169
|
-
var Error_ = __webpack_require__(
|
|
190
|
+
var Error_ = __webpack_require__(100);
|
|
170
191
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
171
192
|
|
|
172
193
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
173
|
-
var InfoCircle_ = __webpack_require__(
|
|
194
|
+
var InfoCircle_ = __webpack_require__(101);
|
|
174
195
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
175
196
|
|
|
176
197
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
177
|
-
var Success_ = __webpack_require__(
|
|
198
|
+
var Success_ = __webpack_require__(102);
|
|
178
199
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
179
200
|
|
|
180
201
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
181
|
-
var Warning_ = __webpack_require__(
|
|
202
|
+
var Warning_ = __webpack_require__(103);
|
|
182
203
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
183
204
|
|
|
184
205
|
// EXTERNAL MODULE: external "@splunk/react-ui/MessageBar"
|
|
185
|
-
var MessageBar_ = __webpack_require__(
|
|
206
|
+
var MessageBar_ = __webpack_require__(146);
|
|
186
207
|
var MessageBar_default = /*#__PURE__*/__webpack_require__.n(MessageBar_);
|
|
187
208
|
|
|
188
209
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -193,7 +214,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
193
214
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
194
215
|
|
|
195
216
|
// EXTERNAL MODULE: external "@splunk/react-ui/Link"
|
|
196
|
-
var Link_ = __webpack_require__(
|
|
217
|
+
var Link_ = __webpack_require__(37);
|
|
197
218
|
var Link_default = /*#__PURE__*/__webpack_require__.n(Link_);
|
|
198
219
|
|
|
199
220
|
// CONCATENATED MODULE: ./src/Message/LinkStyles.ts
|
|
@@ -547,14 +568,14 @@ module.exports = require("react");
|
|
|
547
568
|
|
|
548
569
|
/***/ }),
|
|
549
570
|
|
|
550
|
-
/***/
|
|
571
|
+
/***/ 26:
|
|
551
572
|
/***/ (function(module, exports) {
|
|
552
573
|
|
|
553
574
|
module.exports = require("@splunk/react-icons/Cross");
|
|
554
575
|
|
|
555
576
|
/***/ }),
|
|
556
577
|
|
|
557
|
-
/***/
|
|
578
|
+
/***/ 27:
|
|
558
579
|
/***/ (function(module, exports) {
|
|
559
580
|
|
|
560
581
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -568,7 +589,7 @@ module.exports = require("styled-components");
|
|
|
568
589
|
|
|
569
590
|
/***/ }),
|
|
570
591
|
|
|
571
|
-
/***/
|
|
592
|
+
/***/ 37:
|
|
572
593
|
/***/ (function(module, exports) {
|
|
573
594
|
|
|
574
595
|
module.exports = require("@splunk/react-ui/Link");
|
|
@@ -582,52 +603,31 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
582
603
|
|
|
583
604
|
/***/ }),
|
|
584
605
|
|
|
585
|
-
/***/
|
|
606
|
+
/***/ 72:
|
|
586
607
|
/***/ (function(module, exports) {
|
|
587
608
|
|
|
588
609
|
module.exports = require("@splunk/react-icons/CheckCircle");
|
|
589
610
|
|
|
590
611
|
/***/ }),
|
|
591
612
|
|
|
592
|
-
/***/
|
|
613
|
+
/***/ 73:
|
|
593
614
|
/***/ (function(module, exports) {
|
|
594
615
|
|
|
595
616
|
module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
596
617
|
|
|
597
618
|
/***/ }),
|
|
598
619
|
|
|
599
|
-
/***/ 95:
|
|
600
|
-
/***/ (function(module, exports) {
|
|
601
|
-
|
|
602
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
603
|
-
|
|
604
|
-
/***/ }),
|
|
605
|
-
|
|
606
|
-
/***/ 96:
|
|
607
|
-
/***/ (function(module, exports) {
|
|
608
|
-
|
|
609
|
-
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
610
|
-
|
|
611
|
-
/***/ }),
|
|
612
|
-
|
|
613
|
-
/***/ 97:
|
|
614
|
-
/***/ (function(module, exports) {
|
|
615
|
-
|
|
616
|
-
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
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,6 +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/Error");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 101:
|
|
112
|
+
/***/ (function(module, exports) {
|
|
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
|
+
|
|
107
128
|
module.exports = require("@splunk/react-icons/enterprise/Warning");
|
|
108
129
|
|
|
109
130
|
/***/ }),
|
|
@@ -129,7 +150,7 @@ module.exports = require("react");
|
|
|
129
150
|
|
|
130
151
|
/***/ }),
|
|
131
152
|
|
|
132
|
-
/***/
|
|
153
|
+
/***/ 224:
|
|
133
154
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
155
|
|
|
135
156
|
"use strict";
|
|
@@ -148,11 +169,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
148
169
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
149
170
|
|
|
150
171
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
151
|
-
var Cross_ = __webpack_require__(
|
|
172
|
+
var Cross_ = __webpack_require__(26);
|
|
152
173
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
153
174
|
|
|
154
175
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
155
|
-
var Close_ = __webpack_require__(
|
|
176
|
+
var Close_ = __webpack_require__(27);
|
|
156
177
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
157
178
|
|
|
158
179
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -170,35 +191,35 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
170
191
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
171
192
|
|
|
172
193
|
// EXTERNAL MODULE: external "@splunk/react-icons/CheckCircle"
|
|
173
|
-
var CheckCircle_ = __webpack_require__(
|
|
194
|
+
var CheckCircle_ = __webpack_require__(72);
|
|
174
195
|
var CheckCircle_default = /*#__PURE__*/__webpack_require__.n(CheckCircle_);
|
|
175
196
|
|
|
176
197
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationCircle"
|
|
177
|
-
var ExclamationCircle_ = __webpack_require__(
|
|
198
|
+
var ExclamationCircle_ = __webpack_require__(73);
|
|
178
199
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
179
200
|
|
|
180
201
|
// EXTERNAL MODULE: external "@splunk/react-icons/InformationCircle"
|
|
181
|
-
var InformationCircle_ = __webpack_require__(
|
|
202
|
+
var InformationCircle_ = __webpack_require__(98);
|
|
182
203
|
var InformationCircle_default = /*#__PURE__*/__webpack_require__.n(InformationCircle_);
|
|
183
204
|
|
|
184
205
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationTriangle"
|
|
185
|
-
var ExclamationTriangle_ = __webpack_require__(
|
|
206
|
+
var ExclamationTriangle_ = __webpack_require__(99);
|
|
186
207
|
var ExclamationTriangle_default = /*#__PURE__*/__webpack_require__.n(ExclamationTriangle_);
|
|
187
208
|
|
|
188
209
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Error"
|
|
189
|
-
var Error_ = __webpack_require__(
|
|
210
|
+
var Error_ = __webpack_require__(100);
|
|
190
211
|
var Error_default = /*#__PURE__*/__webpack_require__.n(Error_);
|
|
191
212
|
|
|
192
213
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/InfoCircle"
|
|
193
|
-
var InfoCircle_ = __webpack_require__(
|
|
214
|
+
var InfoCircle_ = __webpack_require__(101);
|
|
194
215
|
var InfoCircle_default = /*#__PURE__*/__webpack_require__.n(InfoCircle_);
|
|
195
216
|
|
|
196
217
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Success"
|
|
197
|
-
var Success_ = __webpack_require__(
|
|
218
|
+
var Success_ = __webpack_require__(102);
|
|
198
219
|
var Success_default = /*#__PURE__*/__webpack_require__.n(Success_);
|
|
199
220
|
|
|
200
221
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Warning"
|
|
201
|
-
var Warning_ = __webpack_require__(
|
|
222
|
+
var Warning_ = __webpack_require__(103);
|
|
202
223
|
var Warning_default = /*#__PURE__*/__webpack_require__.n(Warning_);
|
|
203
224
|
|
|
204
225
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -479,14 +500,14 @@ MessageBar.propTypes = propTypes;
|
|
|
479
500
|
|
|
480
501
|
/***/ }),
|
|
481
502
|
|
|
482
|
-
/***/
|
|
503
|
+
/***/ 26:
|
|
483
504
|
/***/ (function(module, exports) {
|
|
484
505
|
|
|
485
506
|
module.exports = require("@splunk/react-icons/Cross");
|
|
486
507
|
|
|
487
508
|
/***/ }),
|
|
488
509
|
|
|
489
|
-
/***/
|
|
510
|
+
/***/ 27:
|
|
490
511
|
/***/ (function(module, exports) {
|
|
491
512
|
|
|
492
513
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -514,52 +535,31 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
514
535
|
|
|
515
536
|
/***/ }),
|
|
516
537
|
|
|
517
|
-
/***/
|
|
538
|
+
/***/ 72:
|
|
518
539
|
/***/ (function(module, exports) {
|
|
519
540
|
|
|
520
541
|
module.exports = require("@splunk/react-icons/CheckCircle");
|
|
521
542
|
|
|
522
543
|
/***/ }),
|
|
523
544
|
|
|
524
|
-
/***/
|
|
545
|
+
/***/ 73:
|
|
525
546
|
/***/ (function(module, exports) {
|
|
526
547
|
|
|
527
548
|
module.exports = require("@splunk/react-icons/ExclamationCircle");
|
|
528
549
|
|
|
529
550
|
/***/ }),
|
|
530
551
|
|
|
531
|
-
/***/ 95:
|
|
532
|
-
/***/ (function(module, exports) {
|
|
533
|
-
|
|
534
|
-
module.exports = require("@splunk/react-icons/InformationCircle");
|
|
535
|
-
|
|
536
|
-
/***/ }),
|
|
537
|
-
|
|
538
|
-
/***/ 96:
|
|
539
|
-
/***/ (function(module, exports) {
|
|
540
|
-
|
|
541
|
-
module.exports = require("@splunk/react-icons/ExclamationTriangle");
|
|
542
|
-
|
|
543
|
-
/***/ }),
|
|
544
|
-
|
|
545
|
-
/***/ 97:
|
|
546
|
-
/***/ (function(module, exports) {
|
|
547
|
-
|
|
548
|
-
module.exports = require("@splunk/react-icons/enterprise/Error");
|
|
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");
|
|
@@ -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
|
+
/***/ 92:
|
|
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 = 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";
|
|
@@ -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
|
|