@splunk/react-ui 4.9.0 → 4.10.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 +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +5 -29
- package/ButtonGroup.js +6 -27
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +14 -1
- package/Calendar.js +31 -31
- package/Card.js +19 -45
- package/CardLayout.js +14 -35
- package/Chip.js +2 -2
- package/Clickable.js +2 -2
- package/CloseButton.js +2 -2
- package/Code.js +8 -5
- package/CollapsiblePanel.js +2 -2
- package/Color.js +8 -8
- package/ColumnLayout.js +2 -2
- package/ComboBox.js +2 -2
- package/Concertina.js +4 -4
- package/ControlGroup.js +10 -10
- package/Date.js +4 -4
- package/DefinitionList.js +2 -2
- package/Dropdown.js +2 -2
- package/EventListener.js +4 -4
- package/FetchOptions.js +6 -6
- package/File.js +7 -7
- package/FormRows.js +11 -11
- package/Heading.js +2 -2
- package/Image.js +6 -6
- package/JSONTree.js +38 -20
- package/Layer.js +8 -8
- package/Link.js +2 -2
- package/List.js +2 -2
- package/Markdown.js +29 -32
- package/Menu.js +14 -14
- package/Message.js +16 -16
- package/MessageBar.js +14 -14
- package/Modal.js +6 -6
- package/ModalLayer.js +14 -5
- package/Monogram.js +2 -2
- package/Multiselect.js +10 -10
- package/Number.js +2 -2
- package/Paginator.js +40 -43
- package/Paragraph.js +2 -2
- package/Popover.js +12 -7
- package/Progress.js +2 -2
- package/RadioBar.js +141 -37
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +6 -6
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +2 -2
- package/ScrollContainerContext.js +2 -2
- package/Search.js +4 -4
- package/Select.js +9 -9
- package/SidePanel.js +4 -4
- package/Slider.js +4 -4
- package/SlidingPanels.js +14 -5
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +2 -2
- package/TabBar.js +2 -2
- package/TabLayout.js +4 -4
- package/Table.js +28 -30
- package/Text.js +4 -4
- package/Tooltip.js +2 -2
- package/TransitionOpen.js +14 -5
- package/WaitSpinner.js +2 -2
- package/package.json +3 -3
- package/types/src/Accordion/AccordionContext.d.ts +0 -1
- package/types/src/Button/Button.d.ts +0 -2
- package/types/src/ButtonGroup/ButtonGroupContext.d.ts +0 -1
- package/types/src/Card/Card.d.ts +0 -2
- package/types/src/CardLayout/CardLayoutContext.d.ts +0 -1
- package/types/src/Concertina/ConcertinaContext.d.ts +0 -1
- package/types/src/File/FileContext.d.ts +0 -1
- package/types/src/FormRows/FormRowsContext.d.ts +0 -1
- package/types/src/JSONTree/JSONTree.d.ts +2 -2
- package/types/src/JSONTree/TreeNode.d.ts +1 -1
- package/types/src/JSONTree/docs/examples/WithShiftModifier.d.ts +1 -0
- package/types/src/Markdown/Markdown.d.ts +2 -3
- package/types/src/Menu/MenuContext.d.ts +0 -1
- package/types/src/Modal/ModalContext.d.ts +0 -1
- package/types/src/ModalLayer/ModalLayer.d.ts +2 -0
- package/types/src/Popover/Popover.d.ts +1 -0
- package/types/src/Popover/PopoverContext.d.ts +0 -1
- package/types/src/RadioBar/Option.d.ts +10 -2
- package/types/src/RadioBar/RadioBar.d.ts +4 -1
- package/types/src/RadioBar/RadioBarContext.d.ts +4 -2
- package/types/src/RadioList/RadioListContext.d.ts +0 -1
- package/types/src/SlidingPanels/SlidingPanels.d.ts +2 -0
- package/types/src/StepBar/StepBarContext.d.ts +0 -1
- package/types/src/TabBar/TabBarContext.d.ts +0 -1
- package/types/src/TransitionOpen/TransitionOpen.d.ts +2 -0
- package/usePrevious.js +2 -2
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 = 151);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 151:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -140,9 +140,6 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
140
140
|
right: Object(external_styled_components_["css"])(["justify-content:flex-end;"])
|
|
141
141
|
}));
|
|
142
142
|
|
|
143
|
-
// EXTERNAL MODULE: ./src/CardLayout/CardLayoutContext.tsx
|
|
144
|
-
var CardLayoutContext = __webpack_require__(65);
|
|
145
|
-
|
|
146
143
|
// CONCATENATED MODULE: ./src/CardLayout/CardLayout.tsx
|
|
147
144
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
148
145
|
|
|
@@ -159,7 +156,6 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
159
156
|
|
|
160
157
|
|
|
161
158
|
|
|
162
|
-
|
|
163
159
|
var propTypes = {
|
|
164
160
|
alignCards: external_prop_types_default.a.oneOf(['left', 'center', 'right']),
|
|
165
161
|
cardMaxWidth: external_prop_types_default.a.oneOfType([external_prop_types_default.a.number, external_prop_types_default.a.string]),
|
|
@@ -186,25 +182,22 @@ function CardLayout(_ref) {
|
|
|
186
182
|
wrapCards = _ref$wrapCards === void 0 ? true : _ref$wrapCards,
|
|
187
183
|
otherProps = _objectWithoutProperties(_ref, ["alignCards", "cardMaxWidth", "cardMinWidth", "cardWidth", "children", "elementRef", "gutterSize", "style", "wrapCards"]);
|
|
188
184
|
|
|
189
|
-
var
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
185
|
+
var clonedChildren = external_react_["Children"].toArray(children).filter(external_react_["isValidElement"]).map(function (child) {
|
|
186
|
+
return /*#__PURE__*/Object(external_react_["cloneElement"])(child, {
|
|
187
|
+
minWidth: cardWidth || cardMinWidth || undefined,
|
|
188
|
+
maxWidth: cardWidth || cardMaxWidth || undefined,
|
|
189
|
+
margin: gutterSize / 2
|
|
190
|
+
});
|
|
191
|
+
});
|
|
193
192
|
return /*#__PURE__*/external_react_default.a.createElement(Styled, _extends({
|
|
193
|
+
"data-test": "card-layout",
|
|
194
|
+
$alignCards: alignCards,
|
|
195
|
+
$wrapCards: wrapCards,
|
|
194
196
|
ref: elementRef,
|
|
195
197
|
style: _objectSpread({
|
|
196
198
|
padding: gutterSize / 2
|
|
197
|
-
}, style)
|
|
198
|
-
|
|
199
|
-
$alignCards: alignCards,
|
|
200
|
-
$wrapCards: wrapCards
|
|
201
|
-
}, otherProps), /*#__PURE__*/external_react_default.a.createElement(CardLayoutContext["a" /* default */].Provider, {
|
|
202
|
-
value: {
|
|
203
|
-
minWidth: minWidth,
|
|
204
|
-
maxWidth: maxWidth,
|
|
205
|
-
margin: margin
|
|
206
|
-
}
|
|
207
|
-
}, validChildren));
|
|
199
|
+
}, style)
|
|
200
|
+
}, otherProps), clonedChildren);
|
|
208
201
|
}
|
|
209
202
|
|
|
210
203
|
CardLayout.propTypes = propTypes;
|
|
@@ -226,20 +219,6 @@ module.exports = require("react");
|
|
|
226
219
|
|
|
227
220
|
module.exports = require("styled-components");
|
|
228
221
|
|
|
229
|
-
/***/ }),
|
|
230
|
-
|
|
231
|
-
/***/ 65:
|
|
232
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
233
|
-
|
|
234
|
-
"use strict";
|
|
235
|
-
/* unused harmony export CardLayoutContext */
|
|
236
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
237
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
238
|
-
|
|
239
|
-
var CardLayoutContext = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_0__["createContext"])({});
|
|
240
|
-
CardLayoutContext.displayName = 'CardLayout';
|
|
241
|
-
/* harmony default export */ __webpack_exports__["a"] = (CardLayoutContext);
|
|
242
|
-
|
|
243
222
|
/***/ })
|
|
244
223
|
|
|
245
224
|
/******/ });
|
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 = 152);
|
|
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
|
+
/***/ 152:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
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 = 138);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 138:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
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 = 153);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 153:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Code.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 = 154);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 154:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,7 +123,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var external_lodash_ = __webpack_require__(4);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: ./src/Code/prism/prism.empty
|
|
126
|
-
var prism_empty = __webpack_require__(
|
|
126
|
+
var prism_empty = __webpack_require__(80);
|
|
127
127
|
var prism_empty_default = /*#__PURE__*/__webpack_require__.n(prism_empty);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -139,10 +139,13 @@ var themes_ = __webpack_require__(0);
|
|
|
139
139
|
var Styled = external_styled_components_default.a.pre.withConfig({
|
|
140
140
|
displayName: "CodeStyles__Styled",
|
|
141
141
|
componentId: "sc-1eq4k68-0"
|
|
142
|
-
})(["", ";", " line-height:
|
|
142
|
+
})(["", ";", " line-height:", ";text-align:left;tab-size:4;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;hyphens:none;overflow-x:auto;margin-bottom:1.3em;&:focus-visible{outline:solid ", ";}"], themes_["mixins"].reset('block'), Object(themes_["pick"])({
|
|
143
143
|
enterprise: {
|
|
144
144
|
dark: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].gray92)
|
|
145
145
|
}
|
|
146
|
+
}), Object(themes_["pick"])({
|
|
147
|
+
enterprise: '17px',
|
|
148
|
+
prisma: themes_["variables"].lineHeight
|
|
146
149
|
}), themes_["variables"].focusColor);
|
|
147
150
|
var StyledCode = external_styled_components_default.a.code.withConfig({
|
|
148
151
|
displayName: "CodeStyles__StyledCode",
|
|
@@ -378,7 +381,7 @@ module.exports = require("lodash");
|
|
|
378
381
|
|
|
379
382
|
/***/ }),
|
|
380
383
|
|
|
381
|
-
/***/
|
|
384
|
+
/***/ 80:
|
|
382
385
|
/***/ (function(module, exports, __webpack_require__) {
|
|
383
386
|
|
|
384
387
|
|
package/CollapsiblePanel.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 = 155);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 155:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
package/Color.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 = 134);
|
|
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
|
+
/***/ 134:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -132,7 +132,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
132
132
|
var external_lodash_ = __webpack_require__(4);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: external "@splunk/themes/SplunkThemeProvider"
|
|
135
|
-
var SplunkThemeProvider_ = __webpack_require__(
|
|
135
|
+
var SplunkThemeProvider_ = __webpack_require__(83);
|
|
136
136
|
var SplunkThemeProvider_default = /*#__PURE__*/__webpack_require__.n(SplunkThemeProvider_);
|
|
137
137
|
|
|
138
138
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -159,7 +159,7 @@ var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_ti
|
|
|
159
159
|
var Check = __webpack_require__(53);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
|
|
162
|
-
var ChevronDown = __webpack_require__(
|
|
162
|
+
var ChevronDown = __webpack_require__(64);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: external "styled-components"
|
|
165
165
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -1244,14 +1244,14 @@ function SVG(props) {
|
|
|
1244
1244
|
|
|
1245
1245
|
/***/ }),
|
|
1246
1246
|
|
|
1247
|
-
/***/
|
|
1247
|
+
/***/ 64:
|
|
1248
1248
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1249
1249
|
|
|
1250
1250
|
"use strict";
|
|
1251
1251
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
|
|
1252
1252
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1253
1253
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1254
|
-
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1254
|
+
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(65);
|
|
1255
1255
|
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
|
|
1256
1256
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1257
1257
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1294,7 +1294,7 @@ function ChevronDown(props) {
|
|
|
1294
1294
|
|
|
1295
1295
|
/***/ }),
|
|
1296
1296
|
|
|
1297
|
-
/***/
|
|
1297
|
+
/***/ 65:
|
|
1298
1298
|
/***/ (function(module, exports) {
|
|
1299
1299
|
|
|
1300
1300
|
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
@@ -1419,7 +1419,7 @@ Icon.defaultProps = defaultProps;
|
|
|
1419
1419
|
|
|
1420
1420
|
/***/ }),
|
|
1421
1421
|
|
|
1422
|
-
/***/
|
|
1422
|
+
/***/ 83:
|
|
1423
1423
|
/***/ (function(module, exports) {
|
|
1424
1424
|
|
|
1425
1425
|
module.exports = require("@splunk/themes/SplunkThemeProvider");
|
package/ColumnLayout.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 = 121);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 121:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/ComboBox.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
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 156:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
package/Concertina.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
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 122:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -338,7 +338,7 @@ var Box_ = __webpack_require__(8);
|
|
|
338
338
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
339
339
|
|
|
340
340
|
// EXTERNAL MODULE: external "@splunk/react-ui/Scroll"
|
|
341
|
-
var Scroll_ = __webpack_require__(
|
|
341
|
+
var Scroll_ = __webpack_require__(66);
|
|
342
342
|
var Scroll_default = /*#__PURE__*/__webpack_require__.n(Scroll_);
|
|
343
343
|
|
|
344
344
|
// CONCATENATED MODULE: ./src/Concertina/ConcertinaStyles.ts
|
|
@@ -897,7 +897,7 @@ module.exports = require("lodash");
|
|
|
897
897
|
|
|
898
898
|
/***/ }),
|
|
899
899
|
|
|
900
|
-
/***/
|
|
900
|
+
/***/ 66:
|
|
901
901
|
/***/ (function(module, exports) {
|
|
902
902
|
|
|
903
903
|
module.exports = require("@splunk/react-ui/Scroll");
|
package/ControlGroup.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
|
/******/ ({
|
|
@@ -108,14 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 141:
|
|
111
|
+
/***/ 139:
|
|
119
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
113
|
|
|
121
114
|
"use strict";
|
|
@@ -199,7 +192,7 @@ var StyledLabelWrapper = external_styled_components_default.a.div.withConfig({
|
|
|
199
192
|
componentId: "wjnyif-2"
|
|
200
193
|
})(["display:inline-flex;align-items:center;", ""], Object(themes_["pick"])({
|
|
201
194
|
enterprise: Object(external_styled_components_["css"])(["justify-content:flex-end;"]),
|
|
202
|
-
prisma: Object(external_styled_components_["css"])(["
|
|
195
|
+
prisma: Object(external_styled_components_["css"])(["padding-bottom:", ";"], themes_["variables"].spacingXSmall)
|
|
203
196
|
}));
|
|
204
197
|
var StyledLabelWrapperLeft = external_styled_components_default()(StyledLabelWrapper).withConfig({
|
|
205
198
|
displayName: "ControlGroupStyles__StyledLabelWrapperLeft",
|
|
@@ -622,6 +615,13 @@ ControlGroupWithTheme.propTypes = ControlGroup_ControlGroup.propTypes;
|
|
|
622
615
|
|
|
623
616
|
|
|
624
617
|
|
|
618
|
+
/***/ }),
|
|
619
|
+
|
|
620
|
+
/***/ 14:
|
|
621
|
+
/***/ (function(module, exports) {
|
|
622
|
+
|
|
623
|
+
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
624
|
+
|
|
625
625
|
/***/ }),
|
|
626
626
|
|
|
627
627
|
/***/ 2:
|
package/Date.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 = 140);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 140:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -168,7 +168,7 @@ var id_ = __webpack_require__(10);
|
|
|
168
168
|
var keyboard_ = __webpack_require__(9);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/react-ui/Calendar"
|
|
171
|
-
var Calendar_ = __webpack_require__(
|
|
171
|
+
var Calendar_ = __webpack_require__(84);
|
|
172
172
|
var Calendar_default = /*#__PURE__*/__webpack_require__.n(Calendar_);
|
|
173
173
|
|
|
174
174
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -618,7 +618,7 @@ module.exports = require("lodash");
|
|
|
618
618
|
|
|
619
619
|
/***/ }),
|
|
620
620
|
|
|
621
|
-
/***/
|
|
621
|
+
/***/ 84:
|
|
622
622
|
/***/ (function(module, exports) {
|
|
623
623
|
|
|
624
624
|
module.exports = require("@splunk/react-ui/Calendar");
|
package/DefinitionList.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 = 123);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 123:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
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
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ 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";
|
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__(85);
|
|
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
|
+
/***/ 85:
|
|
162
162
|
/***/ (function(module, exports) {
|
|
163
163
|
|
|
164
164
|
module.exports = require("use-typed-event-listener");
|
package/FetchOptions.js
CHANGED
|
@@ -82,19 +82,19 @@ 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 = 178);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 110:
|
|
91
91
|
/***/ (function(module, exports) {
|
|
92
92
|
|
|
93
93
|
module.exports = require("core-js/es/promise");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 178:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -106,13 +106,13 @@ __webpack_require__.d(__webpack_exports__, "default", function() { return /* ree
|
|
|
106
106
|
__webpack_require__.d(__webpack_exports__, "isMovieOption", function() { return /* reexport */ isMovieOption; });
|
|
107
107
|
|
|
108
108
|
// EXTERNAL MODULE: external "core-js/es/promise"
|
|
109
|
-
var promise_ = __webpack_require__(
|
|
109
|
+
var promise_ = __webpack_require__(110);
|
|
110
110
|
|
|
111
111
|
// EXTERNAL MODULE: external "lodash"
|
|
112
112
|
var external_lodash_ = __webpack_require__(4);
|
|
113
113
|
|
|
114
114
|
// EXTERNAL MODULE: external "@splunk/ui-utils/promise"
|
|
115
|
-
var ui_utils_promise_ = __webpack_require__(
|
|
115
|
+
var ui_utils_promise_ = __webpack_require__(86);
|
|
116
116
|
|
|
117
117
|
// EXTERNAL MODULE: ./src/FetchOptions/movies.json
|
|
118
118
|
var movies = __webpack_require__(57);
|
|
@@ -349,7 +349,7 @@ module.exports = JSON.parse("{\"a\":[{\"id\":1,\"title\":\"10 Cloverfield Lane\"
|
|
|
349
349
|
|
|
350
350
|
/***/ }),
|
|
351
351
|
|
|
352
|
-
/***/
|
|
352
|
+
/***/ 86:
|
|
353
353
|
/***/ (function(module, exports) {
|
|
354
354
|
|
|
355
355
|
module.exports = require("@splunk/ui-utils/promise");
|
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 = 115);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 115:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -154,7 +154,7 @@ var id_ = __webpack_require__(10);
|
|
|
154
154
|
var format_ = __webpack_require__(41);
|
|
155
155
|
|
|
156
156
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
157
|
-
var Progress_ = __webpack_require__(
|
|
157
|
+
var Progress_ = __webpack_require__(87);
|
|
158
158
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
159
159
|
|
|
160
160
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
@@ -242,7 +242,7 @@ var Clickable_ = __webpack_require__(11);
|
|
|
242
242
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
243
243
|
|
|
244
244
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
245
|
-
var mixins_ = __webpack_require__(
|
|
245
|
+
var mixins_ = __webpack_require__(88);
|
|
246
246
|
|
|
247
247
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
248
248
|
|
|
@@ -972,7 +972,7 @@ var File_File = /*#__PURE__*/function (_Component) {
|
|
|
972
972
|
onChange: this.handleInputChange,
|
|
973
973
|
onFocus: this.handleInputFocus,
|
|
974
974
|
type: "file"
|
|
975
|
-
}), !disabled && Object(i18n_["_"])('upload file'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
|
|
975
|
+
}), !disabled && Object(i18n_["_"])('upload file…'))), supportsMessage), !disabled && help && /*#__PURE__*/external_react_default.a.createElement(StyledHelp, {
|
|
976
976
|
"data-test": "help"
|
|
977
977
|
}, help), dragOverNotDisabled && this.state.dragOver && /*#__PURE__*/external_react_default.a.createElement(StyledWindowDrop, {
|
|
978
978
|
"data-test": "file-window-drop",
|
|
@@ -1272,14 +1272,14 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1272
1272
|
|
|
1273
1273
|
/***/ }),
|
|
1274
1274
|
|
|
1275
|
-
/***/
|
|
1275
|
+
/***/ 87:
|
|
1276
1276
|
/***/ (function(module, exports) {
|
|
1277
1277
|
|
|
1278
1278
|
module.exports = require("@splunk/react-ui/Progress");
|
|
1279
1279
|
|
|
1280
1280
|
/***/ }),
|
|
1281
1281
|
|
|
1282
|
-
/***/
|
|
1282
|
+
/***/ 88:
|
|
1283
1283
|
/***/ (function(module, exports) {
|
|
1284
1284
|
|
|
1285
1285
|
module.exports = require("@splunk/themes/mixins");
|