@splunk/react-ui 4.1.0 → 4.4.1
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 +26 -35
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +22 -22
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +12 -6
- package/CHANGELOG.md +69 -2
- package/Calendar.js +23 -23
- package/Card.js +15 -15
- package/CardLayout.js +2 -2
- package/Chip.js +13 -13
- package/Clickable.js +4 -4
- package/CloseButton.js +8 -8
- package/Code.js +1279 -1120
- package/CollapsiblePanel.js +11 -11
- package/Color.js +111 -172
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +63 -30
- package/Concertina.js +2 -2
- package/ControlGroup.js +61 -20
- package/Date.js +66 -29
- package/DefinitionList.js +2 -2
- package/Dropdown.js +6 -6
- package/FetchOptions.js +8 -8
- package/File.js +87 -72
- package/FormRows.js +219 -331
- package/Heading.js +2 -2
- package/Image.js +15 -15
- package/JSONTree.js +63 -20
- package/Layer.js +8 -8
- package/Link.js +13 -13
- package/List.js +2 -2
- package/Markdown.js +19 -19
- package/Menu.js +315 -230
- package/Message.js +19 -19
- package/Modal.js +22 -11
- package/ModalLayer.js +25 -11
- package/Monogram.js +7 -7
- package/Multiselect.js +1931 -1057
- package/Number.js +40 -27
- package/Paginator.js +67 -49
- package/Paragraph.js +2 -2
- package/Popover.js +62 -35
- package/Progress.js +9 -21
- package/RadioBar.js +6 -6
- package/RadioList.js +2 -2
- package/ResultsMenu.js +18 -10
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +37 -19
- package/ScrollContainerContext.js +2 -2
- package/Select.js +1309 -562
- package/SidePanel.js +22 -17
- package/Slider.js +8 -8
- package/SlidingPanels.js +63 -47
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +20 -11
- package/TabBar.js +54 -40
- package/TabLayout.js +4 -4
- package/Table.js +148 -85
- package/Text.js +474 -356
- package/Tooltip.js +6 -6
- package/TransitionOpen.js +26 -24
- package/WaitSpinner.js +4 -4
- package/package.json +8 -7
- package/stubs-splunkui.d.ts +1 -0
- package/types/src/Accordion/Accordion.d.ts +2 -2
- package/types/src/Animation/Animation.d.ts +6 -5
- package/types/src/Button/Button.d.ts +2 -2
- package/types/src/ButtonSimple/ButtonSimple.d.ts +5 -5
- package/types/src/Calendar/DateTable.d.ts +1 -0
- package/types/src/Calendar/MonthHeader.d.ts +2 -2
- package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +1 -2
- package/types/src/Color/Color.d.ts +5 -4
- package/types/src/Color/Swatch.d.ts +4 -15
- package/types/src/ComboBox/ComboBox.d.ts +2 -2
- package/types/src/ControlGroup/ControlGroup.d.ts +7 -2
- package/types/src/ControlGroup/ControlGroupContext.d.ts +15 -0
- package/types/src/Date/Date.d.ts +7 -5
- package/types/src/Date/Icon.d.ts +1 -0
- package/types/src/Dropdown/Dropdown.d.ts +1 -1
- package/types/src/File/File.d.ts +2 -2
- package/types/src/File/FileContext.d.ts +9 -0
- package/types/src/File/Icon.d.ts +1 -0
- package/types/src/File/IconCloud.d.ts +1 -0
- package/types/src/File/Item.d.ts +5 -10
- package/types/src/File/PaperClip.d.ts +1 -0
- package/types/src/File/Retry.d.ts +1 -0
- package/types/src/File/Trash.d.ts +1 -0
- package/types/src/FormRows/FormRows.d.ts +11 -69
- package/types/src/FormRows/FormRowsContext.d.ts +9 -0
- package/types/src/FormRows/Row.d.ts +7 -20
- package/types/src/JSONTree/JSONTree.d.ts +14 -2
- package/types/src/JSONTree/TreeNode.d.ts +4 -1
- package/types/src/Menu/Divider.d.ts +1 -0
- package/types/src/Menu/Heading.d.ts +3 -1
- package/types/src/Menu/Item.d.ts +22 -6
- package/types/src/Menu/Menu.d.ts +17 -18
- package/types/src/Menu/MenuContext.d.ts +6 -0
- package/types/src/Menu/index.d.ts +1 -0
- package/types/src/Multiselect/Compact.d.ts +7 -26
- package/types/src/Multiselect/Multiselect.d.ts +7 -2
- package/types/src/Multiselect/Normal.d.ts +8 -2
- package/types/src/Multiselect/Option.d.ts +4 -1
- package/types/src/Number/IncrementIcon.d.ts +1 -0
- package/types/src/Number/Number.d.ts +4 -4
- package/types/src/Paginator/PageSeparator.d.ts +3 -0
- package/types/src/Popover/Popover.d.ts +5 -5
- package/types/src/Popover/PopoverContext.d.ts +6 -0
- package/types/src/Popover/index.d.ts +1 -0
- package/types/src/RadioBar/RadioBar.d.ts +5 -5
- package/types/src/RadioList/RadioListContext.d.ts +1 -0
- package/types/src/ResultsMenu/ResultsMenu.d.ts +4 -0
- package/types/src/Scroll/Inner.d.ts +4 -3
- package/types/src/Scroll/Scroll.d.ts +1 -1
- package/types/src/Select/Option.d.ts +2 -5
- package/types/src/Select/OptionBase.d.ts +94 -0
- package/types/src/Select/Select.d.ts +12 -37
- package/types/src/Select/SelectBase.d.ts +221 -0
- package/types/src/SidePanel/SidePanel.d.ts +4 -0
- package/types/src/Slider/Slider.d.ts +4 -4
- package/types/src/SlidingPanels/SlidingPanels.d.ts +0 -1
- package/types/src/Switch/CheckIcon.d.ts +1 -0
- package/types/src/Switch/Switch.d.ts +3 -7
- package/types/src/TabBar/Tab.d.ts +4 -1
- package/types/src/TabLayout/TabLayout.d.ts +2 -2
- package/types/src/Table/DragHandle.d.ts +1 -0
- package/types/src/Table/Head.d.ts +2 -0
- package/types/src/Table/HeadCell.d.ts +2 -2
- package/types/src/Table/HeadDropdownCell.d.ts +1 -1
- package/types/src/Table/HeadExpandRowsIcon.d.ts +1 -0
- package/types/src/Table/HeadInner.d.ts +3 -3
- package/types/src/Table/Table.d.ts +7 -3
- package/types/src/Table/Toggle.d.ts +1 -0
- package/types/src/Text/IconOutlinedHide.d.ts +1 -0
- package/types/src/Text/IconOutlinedView.d.ts +1 -0
- package/types/src/Text/Text.d.ts +28 -12
- package/types/src/Tooltip/InfoIcon.d.ts +1 -0
- package/types/src/Tooltip/Tooltip.d.ts +3 -3
- package/types/src/icons/Alert.d.ts +1 -0
- package/types/src/icons/AlertFilled.d.ts +1 -0
- package/types/src/icons/CaretDown.d.ts +1 -0
- package/types/src/icons/CaretRight.d.ts +1 -0
- package/types/src/icons/Check.d.ts +1 -0
- package/types/src/icons/ChevronDown.d.ts +1 -0
- package/types/src/icons/ChevronLeft.d.ts +1 -0
- package/types/src/icons/ChevronRight.d.ts +1 -0
- package/types/src/icons/CrossMark.d.ts +1 -0
- package/types/src/icons/External.d.ts +1 -0
- package/types/src/icons/InfoFilled.d.ts +1 -0
- package/types/src/icons/More.d.ts +1 -0
- package/types/src/icons/MoreVertical.d.ts +1 -0
- package/types/src/icons/Plus.d.ts +1 -0
- package/types/src/icons/SVG.d.ts +1 -0
- package/types/src/icons/Search.d.ts +1 -0
- package/types/src/icons/SortedDown.d.ts +1 -0
- package/types/src/icons/SortedUp.d.ts +1 -0
- package/types/src/icons/Success.d.ts +1 -0
- package/types/src/icons/SuccessFilled.d.ts +1 -0
- package/types/src/icons/WarningFilled.d.ts +1 -0
- package/types/src/utils/types.d.ts +1 -0
package/Card.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 = 109);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 109:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -236,23 +236,23 @@ Footer.propTypes = Footer_propTypes;
|
|
|
236
236
|
var i18n_ = __webpack_require__(5);
|
|
237
237
|
|
|
238
238
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
239
|
-
var Anchor_ = __webpack_require__(
|
|
239
|
+
var Anchor_ = __webpack_require__(73);
|
|
240
240
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
241
241
|
|
|
242
242
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
243
|
-
var Button_ = __webpack_require__(
|
|
243
|
+
var Button_ = __webpack_require__(16);
|
|
244
244
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
245
245
|
|
|
246
246
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
247
|
-
var Dropdown_ = __webpack_require__(
|
|
247
|
+
var Dropdown_ = __webpack_require__(19);
|
|
248
248
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
249
249
|
|
|
250
250
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
251
|
-
var useSplunkTheme_ = __webpack_require__(
|
|
251
|
+
var useSplunkTheme_ = __webpack_require__(38);
|
|
252
252
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
253
253
|
|
|
254
254
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
255
|
-
var MoreVertical = __webpack_require__(
|
|
255
|
+
var MoreVertical = __webpack_require__(54);
|
|
256
256
|
|
|
257
257
|
// CONCATENATED MODULE: ./src/Card/HeaderStyles.ts
|
|
258
258
|
|
|
@@ -653,14 +653,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
653
653
|
/***/ 16:
|
|
654
654
|
/***/ (function(module, exports) {
|
|
655
655
|
|
|
656
|
-
module.exports = require("@splunk/react-ui/
|
|
656
|
+
module.exports = require("@splunk/react-ui/Button");
|
|
657
657
|
|
|
658
658
|
/***/ }),
|
|
659
659
|
|
|
660
|
-
/***/
|
|
660
|
+
/***/ 19:
|
|
661
661
|
/***/ (function(module, exports) {
|
|
662
662
|
|
|
663
|
-
module.exports = require("@splunk/react-ui/
|
|
663
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
664
664
|
|
|
665
665
|
/***/ }),
|
|
666
666
|
|
|
@@ -678,7 +678,7 @@ module.exports = require("styled-components");
|
|
|
678
678
|
|
|
679
679
|
/***/ }),
|
|
680
680
|
|
|
681
|
-
/***/
|
|
681
|
+
/***/ 38:
|
|
682
682
|
/***/ (function(module, exports) {
|
|
683
683
|
|
|
684
684
|
module.exports = require("@splunk/themes/useSplunkTheme");
|
|
@@ -692,14 +692,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
692
692
|
|
|
693
693
|
/***/ }),
|
|
694
694
|
|
|
695
|
-
/***/
|
|
695
|
+
/***/ 54:
|
|
696
696
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
697
697
|
|
|
698
698
|
"use strict";
|
|
699
699
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
700
700
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
701
701
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
702
|
-
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
702
|
+
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
|
|
703
703
|
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
|
|
704
704
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
705
705
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -730,7 +730,7 @@ function MoreVertical(props) {
|
|
|
730
730
|
|
|
731
731
|
/***/ }),
|
|
732
732
|
|
|
733
|
-
/***/
|
|
733
|
+
/***/ 55:
|
|
734
734
|
/***/ (function(module, exports) {
|
|
735
735
|
|
|
736
736
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
|
@@ -880,7 +880,7 @@ Icon.defaultProps = defaultProps;
|
|
|
880
880
|
|
|
881
881
|
/***/ }),
|
|
882
882
|
|
|
883
|
-
/***/
|
|
883
|
+
/***/ 73:
|
|
884
884
|
/***/ (function(module, exports) {
|
|
885
885
|
|
|
886
886
|
module.exports = require("@splunk/react-ui/Anchor");
|
package/CardLayout.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,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 160:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Chip.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 = 148);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 148:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -123,13 +123,13 @@ var external_react_ = __webpack_require__(2);
|
|
|
123
123
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: external "@splunk/ui-utils/color"
|
|
126
|
-
var color_ = __webpack_require__(
|
|
126
|
+
var color_ = __webpack_require__(33);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
129
129
|
var i18n_ = __webpack_require__(5);
|
|
130
130
|
|
|
131
131
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
132
|
-
var omit_ = __webpack_require__(
|
|
132
|
+
var omit_ = __webpack_require__(32);
|
|
133
133
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "prop-types"
|
|
@@ -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: ./src/icons/CrossMark.tsx
|
|
140
|
-
var CrossMark = __webpack_require__(
|
|
140
|
+
var CrossMark = __webpack_require__(21);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "styled-components"
|
|
143
143
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -528,14 +528,14 @@ module.exports = require("react");
|
|
|
528
528
|
|
|
529
529
|
/***/ }),
|
|
530
530
|
|
|
531
|
-
/***/
|
|
531
|
+
/***/ 21:
|
|
532
532
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
533
533
|
|
|
534
534
|
"use strict";
|
|
535
535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
536
536
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
537
537
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
538
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
538
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
|
|
539
539
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
540
540
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
541
541
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -578,28 +578,28 @@ function CrossMark(props) {
|
|
|
578
578
|
|
|
579
579
|
/***/ }),
|
|
580
580
|
|
|
581
|
-
/***/
|
|
581
|
+
/***/ 25:
|
|
582
582
|
/***/ (function(module, exports) {
|
|
583
583
|
|
|
584
584
|
module.exports = require("@splunk/react-icons/Close");
|
|
585
585
|
|
|
586
586
|
/***/ }),
|
|
587
587
|
|
|
588
|
-
/***/
|
|
588
|
+
/***/ 3:
|
|
589
589
|
/***/ (function(module, exports) {
|
|
590
590
|
|
|
591
|
-
module.exports = require("
|
|
591
|
+
module.exports = require("styled-components");
|
|
592
592
|
|
|
593
593
|
/***/ }),
|
|
594
594
|
|
|
595
|
-
/***/
|
|
595
|
+
/***/ 32:
|
|
596
596
|
/***/ (function(module, exports) {
|
|
597
597
|
|
|
598
|
-
module.exports = require("
|
|
598
|
+
module.exports = require("lodash/omit");
|
|
599
599
|
|
|
600
600
|
/***/ }),
|
|
601
601
|
|
|
602
|
-
/***/
|
|
602
|
+
/***/ 33:
|
|
603
603
|
/***/ (function(module, exports) {
|
|
604
604
|
|
|
605
605
|
module.exports = require("@splunk/ui-utils/color");
|
package/Clickable.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 = 130);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 130:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -153,7 +153,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
153
153
|
var external_lodash_ = __webpack_require__(4);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
156
|
-
var Dropdown_ = __webpack_require__(
|
|
156
|
+
var Dropdown_ = __webpack_require__(19);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "styled-components"
|
|
159
159
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -385,7 +385,7 @@ _defineProperty(Clickable_Clickable, Dropdown_["legacyRefMode"], true);
|
|
|
385
385
|
|
|
386
386
|
/***/ }),
|
|
387
387
|
|
|
388
|
-
/***/
|
|
388
|
+
/***/ 19:
|
|
389
389
|
/***/ (function(module, exports) {
|
|
390
390
|
|
|
391
391
|
module.exports = require("@splunk/react-ui/Dropdown");
|
package/CloseButton.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,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 139:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,14 +123,14 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var i18n_ = __webpack_require__(5);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
126
|
-
var CrossMark = __webpack_require__(
|
|
126
|
+
var CrossMark = __webpack_require__(21);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "styled-components"
|
|
129
129
|
var external_styled_components_ = __webpack_require__(3);
|
|
130
130
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/react-ui/ButtonSimple"
|
|
133
|
-
var ButtonSimple_ = __webpack_require__(
|
|
133
|
+
var ButtonSimple_ = __webpack_require__(43);
|
|
134
134
|
var ButtonSimple_default = /*#__PURE__*/__webpack_require__.n(ButtonSimple_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -194,14 +194,14 @@ module.exports = require("react");
|
|
|
194
194
|
|
|
195
195
|
/***/ }),
|
|
196
196
|
|
|
197
|
-
/***/
|
|
197
|
+
/***/ 21:
|
|
198
198
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
199
199
|
|
|
200
200
|
"use strict";
|
|
201
201
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
202
202
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
203
203
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
204
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
204
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
|
|
205
205
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
206
206
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
207
207
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -244,7 +244,7 @@ function CrossMark(props) {
|
|
|
244
244
|
|
|
245
245
|
/***/ }),
|
|
246
246
|
|
|
247
|
-
/***/
|
|
247
|
+
/***/ 25:
|
|
248
248
|
/***/ (function(module, exports) {
|
|
249
249
|
|
|
250
250
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -258,7 +258,7 @@ module.exports = require("styled-components");
|
|
|
258
258
|
|
|
259
259
|
/***/ }),
|
|
260
260
|
|
|
261
|
-
/***/
|
|
261
|
+
/***/ 43:
|
|
262
262
|
/***/ (function(module, exports) {
|
|
263
263
|
|
|
264
264
|
module.exports = require("@splunk/react-ui/ButtonSimple");
|