@splunk/react-ui 4.11.0 → 4.12.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 +2 -2
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/Box.js +2 -2
- package/Button.js +23 -23
- package/ButtonGroup.js +2 -2
- package/CHANGELOG.md +28 -0
- package/Calendar.js +20 -20
- package/Card.js +17 -17
- package/CardLayout.js +2 -2
- package/Chip.js +17 -17
- package/Clickable.js +7 -7
- package/CloseButton.js +15 -15
- package/Code.js +4 -4
- package/CollapsiblePanel.js +4 -4
- package/Color.js +17 -17
- package/ColumnLayout.js +7 -7
- package/ComboBox.js +12 -11
- package/Concertina.js +11 -11
- package/ControlGroup.js +4 -4
- package/Date.js +8 -8
- package/DefinitionList.js +2 -2
- package/Dropdown.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +25 -25
- package/FormRows.js +10 -10
- package/Heading.js +2 -2
- package/Image.js +19 -19
- package/Layer.js +8 -8
- package/Link.js +9 -9
- package/List.js +2 -2
- package/Markdown.js +17 -17
- package/Menu.js +33 -33
- package/Message.js +31 -31
- package/MessageBar.js +32 -32
- package/Modal.js +8 -8
- package/ModalLayer.js +4 -4
- package/Monogram.js +2 -2
- package/Multiselect.js +93 -89
- package/Number.js +4 -4
- package/Paginator.js +20 -20
- package/Paragraph.js +2 -2
- package/Popover.js +6 -6
- package/Progress.js +8 -8
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +60 -39
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +17 -16
- package/Select.js +86 -84
- package/SidePanel.js +4 -4
- package/Slider.js +8 -8
- package/SlidingPanels.js +2 -2
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +6 -6
- package/TabLayout.js +4 -4
- package/Table.js +114 -82
- package/Text.js +109 -236
- package/TextArea.js +1444 -0
- package/Tooltip.js +4 -4
- package/TransitionOpen.js +8 -7
- package/Typography.js +225 -0
- package/WaitSpinner.js +4 -4
- package/cypress.json +1 -0
- package/package.json +12 -2
- package/test-runner-jest.config.js +38 -0
- package/types/src/ComboBox/ComboBox.d.ts +13 -4
- package/types/src/Multiselect/Compact.d.ts +11 -4
- package/types/src/Multiselect/Multiselect.d.ts +14 -5
- package/types/src/Multiselect/Normal.d.ts +11 -4
- package/types/src/ResultsMenu/ResultsMenu.d.ts +8 -2
- package/types/src/Search/Search.d.ts +4 -0
- package/types/src/Select/Select.d.ts +13 -4
- package/types/src/Select/SelectBase.d.ts +12 -4
- package/types/src/SidePanel/SidePanel.d.ts +2 -1
- package/types/src/Table/HeadCell.d.ts +7 -3
- package/types/src/Table/Table.d.ts +2 -3
- package/types/src/Table/TableContext.d.ts +5 -0
- package/types/src/Text/Text.d.ts +21 -12
- package/types/src/TextArea/TextArea.d.ts +190 -0
- package/types/src/TextArea/docs/examples/Basic.d.ts +2 -0
- package/types/src/TextArea/docs/examples/Disabled.d.ts +2 -0
- package/types/src/TextArea/docs/examples/Error.d.ts +2 -0
- package/types/src/TextArea/docs/examples/Inline.d.ts +2 -0
- package/types/src/TextArea/docs/examples/Uncontrolled.d.ts +2 -0
- package/types/src/TextArea/index.d.ts +2 -0
- package/types/src/{Text → TextArea}/syncHeightWithShadow.d.ts +1 -2
- package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
- package/types/src/TransitionOpen/index.d.ts +1 -0
- package/types/src/Typography/Typography.d.ts +78 -0
- package/types/src/Typography/docs/examples/Basic.d.ts +2 -0
- package/types/src/Typography/docs/examples/Variants.d.ts +2 -0
- package/types/src/Typography/index.d.ts +2 -0
- package/types/src/Typography/test/Typography.unit.d.ts +1 -0
- package/usePrevious.js +2 -2
package/Dropdown.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 = 176);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,14 +128,14 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 17:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("@splunk/react-ui/Popover");
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 176:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -161,7 +161,7 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
161
161
|
var id_ = __webpack_require__(10);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
164
|
-
var Popover_ = __webpack_require__(
|
|
164
|
+
var Popover_ = __webpack_require__(17);
|
|
165
165
|
var Popover_default = /*#__PURE__*/__webpack_require__.n(Popover_);
|
|
166
166
|
|
|
167
167
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
package/EventListener.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 = 177);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 177:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -113,7 +113,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
113
113
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
114
114
|
|
|
115
115
|
// EXTERNAL MODULE: external "use-typed-event-listener"
|
|
116
|
-
var external_use_typed_event_listener_ = __webpack_require__(
|
|
116
|
+
var external_use_typed_event_listener_ = __webpack_require__(86);
|
|
117
117
|
var external_use_typed_event_listener_default = /*#__PURE__*/__webpack_require__.n(external_use_typed_event_listener_);
|
|
118
118
|
|
|
119
119
|
// CONCATENATED MODULE: ./src/EventListener/EventListener.tsx
|
|
@@ -158,7 +158,7 @@ module.exports = require("react");
|
|
|
158
158
|
|
|
159
159
|
/***/ }),
|
|
160
160
|
|
|
161
|
-
/***/
|
|
161
|
+
/***/ 86:
|
|
162
162
|
/***/ (function(module, exports) {
|
|
163
163
|
|
|
164
164
|
module.exports = require("use-typed-event-listener");
|
package/File.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 113);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 113:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -144,14 +144,14 @@ var i18n_ = __webpack_require__(5);
|
|
|
144
144
|
var id_ = __webpack_require__(10);
|
|
145
145
|
|
|
146
146
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
147
|
-
var format_ = __webpack_require__(
|
|
147
|
+
var format_ = __webpack_require__(43);
|
|
148
148
|
|
|
149
149
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
150
|
-
var Progress_ = __webpack_require__(
|
|
150
|
+
var Progress_ = __webpack_require__(87);
|
|
151
151
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
152
152
|
|
|
153
153
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
154
|
-
var CrossMark = __webpack_require__(
|
|
154
|
+
var CrossMark = __webpack_require__(19);
|
|
155
155
|
|
|
156
156
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVG"
|
|
157
157
|
var SVG_ = __webpack_require__(24);
|
|
@@ -235,7 +235,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
235
235
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
236
236
|
|
|
237
237
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
238
|
-
var mixins_ = __webpack_require__(
|
|
238
|
+
var mixins_ = __webpack_require__(56);
|
|
239
239
|
|
|
240
240
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
241
241
|
|
|
@@ -1023,21 +1023,14 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
1023
1023
|
|
|
1024
1024
|
/***/ }),
|
|
1025
1025
|
|
|
1026
|
-
/***/
|
|
1027
|
-
/***/ (function(module, exports) {
|
|
1028
|
-
|
|
1029
|
-
module.exports = require("react");
|
|
1030
|
-
|
|
1031
|
-
/***/ }),
|
|
1032
|
-
|
|
1033
|
-
/***/ 20:
|
|
1026
|
+
/***/ 19:
|
|
1034
1027
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1035
1028
|
|
|
1036
1029
|
"use strict";
|
|
1037
1030
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
1038
1031
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1039
1032
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1040
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1033
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21);
|
|
1041
1034
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
1042
1035
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1043
1036
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1080,7 +1073,14 @@ function CrossMark(props) {
|
|
|
1080
1073
|
|
|
1081
1074
|
/***/ }),
|
|
1082
1075
|
|
|
1083
|
-
/***/
|
|
1076
|
+
/***/ 2:
|
|
1077
|
+
/***/ (function(module, exports) {
|
|
1078
|
+
|
|
1079
|
+
module.exports = require("react");
|
|
1080
|
+
|
|
1081
|
+
/***/ }),
|
|
1082
|
+
|
|
1083
|
+
/***/ 21:
|
|
1084
1084
|
/***/ (function(module, exports) {
|
|
1085
1085
|
|
|
1086
1086
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -1108,7 +1108,7 @@ module.exports = require("lodash");
|
|
|
1108
1108
|
|
|
1109
1109
|
/***/ }),
|
|
1110
1110
|
|
|
1111
|
-
/***/
|
|
1111
|
+
/***/ 43:
|
|
1112
1112
|
/***/ (function(module, exports) {
|
|
1113
1113
|
|
|
1114
1114
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -1122,6 +1122,13 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
1122
1122
|
|
|
1123
1123
|
/***/ }),
|
|
1124
1124
|
|
|
1125
|
+
/***/ 56:
|
|
1126
|
+
/***/ (function(module, exports) {
|
|
1127
|
+
|
|
1128
|
+
module.exports = require("@splunk/themes/mixins");
|
|
1129
|
+
|
|
1130
|
+
/***/ }),
|
|
1131
|
+
|
|
1125
1132
|
/***/ 6:
|
|
1126
1133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1127
1134
|
|
|
@@ -1272,18 +1279,11 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1272
1279
|
|
|
1273
1280
|
/***/ }),
|
|
1274
1281
|
|
|
1275
|
-
/***/
|
|
1282
|
+
/***/ 87:
|
|
1276
1283
|
/***/ (function(module, exports) {
|
|
1277
1284
|
|
|
1278
1285
|
module.exports = require("@splunk/react-ui/Progress");
|
|
1279
1286
|
|
|
1280
|
-
/***/ }),
|
|
1281
|
-
|
|
1282
|
-
/***/ 86:
|
|
1283
|
-
/***/ (function(module, exports) {
|
|
1284
|
-
|
|
1285
|
-
module.exports = require("@splunk/themes/mixins");
|
|
1286
|
-
|
|
1287
1287
|
/***/ })
|
|
1288
1288
|
|
|
1289
1289
|
/******/ });
|
package/FormRows.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 122);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 122:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -127,7 +127,7 @@ var i18n_ = __webpack_require__(5);
|
|
|
127
127
|
var keyboard_ = __webpack_require__(9);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "@splunk/react-icons/Plus"
|
|
130
|
-
var Plus_ = __webpack_require__(
|
|
130
|
+
var Plus_ = __webpack_require__(88);
|
|
131
131
|
var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
|
|
132
132
|
|
|
133
133
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -174,13 +174,13 @@ function Plus(props) {
|
|
|
174
174
|
}, props));
|
|
175
175
|
}
|
|
176
176
|
// EXTERNAL MODULE: external "react-sortable-hoc"
|
|
177
|
-
var external_react_sortable_hoc_ = __webpack_require__(
|
|
177
|
+
var external_react_sortable_hoc_ = __webpack_require__(79);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "lodash"
|
|
180
180
|
var external_lodash_ = __webpack_require__(4);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
183
|
-
var CloseButton_ = __webpack_require__(
|
|
183
|
+
var CloseButton_ = __webpack_require__(67);
|
|
184
184
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -196,7 +196,7 @@ var Box_ = __webpack_require__(8);
|
|
|
196
196
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
197
197
|
|
|
198
198
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
199
|
-
var Button_ = __webpack_require__(
|
|
199
|
+
var Button_ = __webpack_require__(16);
|
|
200
200
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
201
201
|
|
|
202
202
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -712,7 +712,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
712
712
|
|
|
713
713
|
/***/ }),
|
|
714
714
|
|
|
715
|
-
/***/
|
|
715
|
+
/***/ 16:
|
|
716
716
|
/***/ (function(module, exports) {
|
|
717
717
|
|
|
718
718
|
module.exports = require("@splunk/react-ui/Button");
|
|
@@ -772,7 +772,7 @@ function SVG(props) {
|
|
|
772
772
|
|
|
773
773
|
/***/ }),
|
|
774
774
|
|
|
775
|
-
/***/
|
|
775
|
+
/***/ 67:
|
|
776
776
|
/***/ (function(module, exports) {
|
|
777
777
|
|
|
778
778
|
module.exports = require("@splunk/react-ui/CloseButton");
|
|
@@ -897,7 +897,7 @@ Icon.defaultProps = defaultProps;
|
|
|
897
897
|
|
|
898
898
|
/***/ }),
|
|
899
899
|
|
|
900
|
-
/***/
|
|
900
|
+
/***/ 79:
|
|
901
901
|
/***/ (function(module, exports) {
|
|
902
902
|
|
|
903
903
|
module.exports = require("react-sortable-hoc");
|
|
@@ -911,7 +911,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
911
911
|
|
|
912
912
|
/***/ }),
|
|
913
913
|
|
|
914
|
-
/***/
|
|
914
|
+
/***/ 88:
|
|
915
915
|
/***/ (function(module, exports) {
|
|
916
916
|
|
|
917
917
|
module.exports = require("@splunk/react-icons/Plus");
|
package/Heading.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 = 156);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 156:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Image.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 = 157);
|
|
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
|
+
/***/ 157:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -130,17 +130,17 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
130
130
|
var external_lodash_ = __webpack_require__(4);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
133
|
-
var format_ = __webpack_require__(
|
|
133
|
+
var format_ = __webpack_require__(43);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
136
136
|
var i18n_ = __webpack_require__(5);
|
|
137
137
|
|
|
138
138
|
// EXTERNAL MODULE: external "@splunk/react-ui/File"
|
|
139
|
-
var File_ = __webpack_require__(
|
|
139
|
+
var File_ = __webpack_require__(89);
|
|
140
140
|
var File_default = /*#__PURE__*/__webpack_require__.n(File_);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
143
|
-
var CrossMark = __webpack_require__(
|
|
143
|
+
var CrossMark = __webpack_require__(19);
|
|
144
144
|
|
|
145
145
|
// EXTERNAL MODULE: external "styled-components"
|
|
146
146
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -151,7 +151,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
151
151
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
152
152
|
|
|
153
153
|
// EXTERNAL MODULE: external "@splunk/react-ui/Message"
|
|
154
|
-
var Message_ = __webpack_require__(
|
|
154
|
+
var Message_ = __webpack_require__(90);
|
|
155
155
|
var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
|
|
156
156
|
|
|
157
157
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -440,21 +440,14 @@ _defineProperty(Image_Image, "defaultProps", defaultProps);
|
|
|
440
440
|
|
|
441
441
|
/***/ }),
|
|
442
442
|
|
|
443
|
-
/***/
|
|
444
|
-
/***/ (function(module, exports) {
|
|
445
|
-
|
|
446
|
-
module.exports = require("react");
|
|
447
|
-
|
|
448
|
-
/***/ }),
|
|
449
|
-
|
|
450
|
-
/***/ 20:
|
|
443
|
+
/***/ 19:
|
|
451
444
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
452
445
|
|
|
453
446
|
"use strict";
|
|
454
447
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
455
448
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
456
449
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
457
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
450
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21);
|
|
458
451
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
459
452
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
460
453
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -497,7 +490,14 @@ function CrossMark(props) {
|
|
|
497
490
|
|
|
498
491
|
/***/ }),
|
|
499
492
|
|
|
500
|
-
/***/
|
|
493
|
+
/***/ 2:
|
|
494
|
+
/***/ (function(module, exports) {
|
|
495
|
+
|
|
496
|
+
module.exports = require("react");
|
|
497
|
+
|
|
498
|
+
/***/ }),
|
|
499
|
+
|
|
500
|
+
/***/ 21:
|
|
501
501
|
/***/ (function(module, exports) {
|
|
502
502
|
|
|
503
503
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -518,7 +518,7 @@ module.exports = require("lodash");
|
|
|
518
518
|
|
|
519
519
|
/***/ }),
|
|
520
520
|
|
|
521
|
-
/***/
|
|
521
|
+
/***/ 43:
|
|
522
522
|
/***/ (function(module, exports) {
|
|
523
523
|
|
|
524
524
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -675,14 +675,14 @@ Icon.defaultProps = defaultProps;
|
|
|
675
675
|
|
|
676
676
|
/***/ }),
|
|
677
677
|
|
|
678
|
-
/***/
|
|
678
|
+
/***/ 89:
|
|
679
679
|
/***/ (function(module, exports) {
|
|
680
680
|
|
|
681
681
|
module.exports = require("@splunk/react-ui/File");
|
|
682
682
|
|
|
683
683
|
/***/ }),
|
|
684
684
|
|
|
685
|
-
/***/
|
|
685
|
+
/***/ 90:
|
|
686
686
|
/***/ (function(module, exports) {
|
|
687
687
|
|
|
688
688
|
module.exports = require("@splunk/react-ui/Message");
|
package/Layer.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 158);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 109:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
var g;
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 158:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -153,7 +153,7 @@ var external_react_ = __webpack_require__(2);
|
|
|
153
153
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "react-dom"
|
|
156
|
-
var external_react_dom_ = __webpack_require__(
|
|
156
|
+
var external_react_dom_ = __webpack_require__(68);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "prop-types"
|
|
159
159
|
var external_prop_types_ = __webpack_require__(1);
|
|
@@ -170,7 +170,7 @@ var EventListener_ = __webpack_require__(15);
|
|
|
170
170
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
171
171
|
|
|
172
172
|
// EXTERNAL MODULE: ./src/Layer/LayerStack.tsx
|
|
173
|
-
var LayerStack = __webpack_require__(
|
|
173
|
+
var LayerStack = __webpack_require__(69);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "styled-components"
|
|
176
176
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -411,14 +411,14 @@ module.exports = require("lodash");
|
|
|
411
411
|
|
|
412
412
|
/***/ }),
|
|
413
413
|
|
|
414
|
-
/***/
|
|
414
|
+
/***/ 68:
|
|
415
415
|
/***/ (function(module, exports) {
|
|
416
416
|
|
|
417
417
|
module.exports = require("react-dom");
|
|
418
418
|
|
|
419
419
|
/***/ }),
|
|
420
420
|
|
|
421
|
-
/***/
|
|
421
|
+
/***/ 69:
|
|
422
422
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
423
423
|
|
|
424
424
|
"use strict";
|
|
@@ -477,7 +477,7 @@ function LayerStackGlobalProvider(_ref) {
|
|
|
477
477
|
|
|
478
478
|
LayerStackGlobalProvider.propTypes = propTypes;
|
|
479
479
|
|
|
480
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
480
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(109)))
|
|
481
481
|
|
|
482
482
|
/***/ }),
|
|
483
483
|
|
package/Link.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 159);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 159:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -127,7 +127,7 @@ 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/Dropdown"
|
|
130
|
-
var Dropdown_ = __webpack_require__(
|
|
130
|
+
var Dropdown_ = __webpack_require__(20);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
133
133
|
var i18n_ = __webpack_require__(5);
|
|
@@ -137,7 +137,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
137
137
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: external "@splunk/react-icons/External"
|
|
140
|
-
var External_ = __webpack_require__(
|
|
140
|
+
var External_ = __webpack_require__(58);
|
|
141
141
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
@@ -295,17 +295,17 @@ _defineProperty(Link_Link, Dropdown_["legacyRefMode"], true);
|
|
|
295
295
|
|
|
296
296
|
/***/ }),
|
|
297
297
|
|
|
298
|
-
/***/
|
|
298
|
+
/***/ 2:
|
|
299
299
|
/***/ (function(module, exports) {
|
|
300
300
|
|
|
301
|
-
module.exports = require("
|
|
301
|
+
module.exports = require("react");
|
|
302
302
|
|
|
303
303
|
/***/ }),
|
|
304
304
|
|
|
305
|
-
/***/
|
|
305
|
+
/***/ 20:
|
|
306
306
|
/***/ (function(module, exports) {
|
|
307
307
|
|
|
308
|
-
module.exports = require("react");
|
|
308
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
309
309
|
|
|
310
310
|
/***/ }),
|
|
311
311
|
|
|
@@ -323,7 +323,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
323
323
|
|
|
324
324
|
/***/ }),
|
|
325
325
|
|
|
326
|
-
/***/
|
|
326
|
+
/***/ 58:
|
|
327
327
|
/***/ (function(module, exports) {
|
|
328
328
|
|
|
329
329
|
module.exports = require("@splunk/react-icons/External");
|
package/List.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";
|