@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/Accordion.js
CHANGED
|
@@ -124,7 +124,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
124
124
|
var external_lodash_ = __webpack_require__(4);
|
|
125
125
|
|
|
126
126
|
// EXTERNAL MODULE: external "@splunk/react-ui/CollapsiblePanel"
|
|
127
|
-
var CollapsiblePanel_ = __webpack_require__(
|
|
127
|
+
var CollapsiblePanel_ = __webpack_require__(83);
|
|
128
128
|
var CollapsiblePanel_default = /*#__PURE__*/__webpack_require__.n(CollapsiblePanel_);
|
|
129
129
|
|
|
130
130
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -415,7 +415,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
415
415
|
|
|
416
416
|
/***/ }),
|
|
417
417
|
|
|
418
|
-
/***/
|
|
418
|
+
/***/ 83:
|
|
419
419
|
/***/ (function(module, exports) {
|
|
420
420
|
|
|
421
421
|
module.exports = require("@splunk/react-ui/CollapsiblePanel");
|
package/Anchor.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 = 147);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 147:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Animation.js
CHANGED
|
@@ -82,12 +82,12 @@ 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
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 175:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -102,7 +102,7 @@ __webpack_require__.d(__webpack_exports__, "Transition", function() { return /*
|
|
|
102
102
|
var external_react_spring_ = __webpack_require__(18);
|
|
103
103
|
|
|
104
104
|
// EXTERNAL MODULE: external "@splunk/react-ui/AnimationToggle"
|
|
105
|
-
var AnimationToggle_ = __webpack_require__(
|
|
105
|
+
var AnimationToggle_ = __webpack_require__(36);
|
|
106
106
|
|
|
107
107
|
// CONCATENATED MODULE: ./src/Animation/Animation.tsx
|
|
108
108
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -158,7 +158,7 @@ module.exports = require("react-spring");
|
|
|
158
158
|
|
|
159
159
|
/***/ }),
|
|
160
160
|
|
|
161
|
-
/***/
|
|
161
|
+
/***/ 36:
|
|
162
162
|
/***/ (function(module, exports) {
|
|
163
163
|
|
|
164
164
|
module.exports = require("@splunk/react-ui/AnimationToggle");
|
package/Box.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
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 148:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Button.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 = 135);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 135:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -126,16 +126,16 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
126
126
|
var i18n_ = __webpack_require__(5);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
129
|
-
var Dropdown_ = __webpack_require__(
|
|
129
|
+
var Dropdown_ = __webpack_require__(20);
|
|
130
130
|
|
|
131
131
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
132
|
-
var style_ = __webpack_require__(
|
|
132
|
+
var style_ = __webpack_require__(31);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: ./src/icons/CaretDown.tsx
|
|
135
|
-
var CaretDown = __webpack_require__(
|
|
135
|
+
var CaretDown = __webpack_require__(38);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "@splunk/react-icons/External"
|
|
138
|
-
var External_ = __webpack_require__(
|
|
138
|
+
var External_ = __webpack_require__(58);
|
|
139
139
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -174,7 +174,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
174
174
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
175
175
|
|
|
176
176
|
// EXTERNAL MODULE: external "@splunk/react-ui/ButtonSimple"
|
|
177
|
-
var ButtonSimple_ = __webpack_require__(
|
|
177
|
+
var ButtonSimple_ = __webpack_require__(46);
|
|
178
178
|
var ButtonSimple_default = /*#__PURE__*/__webpack_require__.n(ButtonSimple_);
|
|
179
179
|
|
|
180
180
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -515,17 +515,17 @@ _defineProperty(Button_Button, Dropdown_["legacyRefMode"], true);
|
|
|
515
515
|
|
|
516
516
|
/***/ }),
|
|
517
517
|
|
|
518
|
-
/***/
|
|
518
|
+
/***/ 2:
|
|
519
519
|
/***/ (function(module, exports) {
|
|
520
520
|
|
|
521
|
-
module.exports = require("
|
|
521
|
+
module.exports = require("react");
|
|
522
522
|
|
|
523
523
|
/***/ }),
|
|
524
524
|
|
|
525
|
-
/***/
|
|
525
|
+
/***/ 20:
|
|
526
526
|
/***/ (function(module, exports) {
|
|
527
527
|
|
|
528
|
-
module.exports = require("react");
|
|
528
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
529
529
|
|
|
530
530
|
/***/ }),
|
|
531
531
|
|
|
@@ -536,14 +536,21 @@ module.exports = require("styled-components");
|
|
|
536
536
|
|
|
537
537
|
/***/ }),
|
|
538
538
|
|
|
539
|
-
/***/
|
|
539
|
+
/***/ 31:
|
|
540
|
+
/***/ (function(module, exports) {
|
|
541
|
+
|
|
542
|
+
module.exports = require("@splunk/ui-utils/style");
|
|
543
|
+
|
|
544
|
+
/***/ }),
|
|
545
|
+
|
|
546
|
+
/***/ 38:
|
|
540
547
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
541
548
|
|
|
542
549
|
"use strict";
|
|
543
550
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CaretDown; });
|
|
544
551
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
545
552
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
546
|
-
/* harmony import */ var _splunk_react_icons_Caret__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
553
|
+
/* harmony import */ var _splunk_react_icons_Caret__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
547
554
|
/* harmony import */ var _splunk_react_icons_Caret__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Caret__WEBPACK_IMPORTED_MODULE_1__);
|
|
548
555
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
549
556
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -574,7 +581,7 @@ function CaretDown(props) {
|
|
|
574
581
|
|
|
575
582
|
/***/ }),
|
|
576
583
|
|
|
577
|
-
/***/
|
|
584
|
+
/***/ 39:
|
|
578
585
|
/***/ (function(module, exports) {
|
|
579
586
|
|
|
580
587
|
module.exports = require("@splunk/react-icons/Caret");
|
|
@@ -588,14 +595,7 @@ module.exports = require("lodash");
|
|
|
588
595
|
|
|
589
596
|
/***/ }),
|
|
590
597
|
|
|
591
|
-
/***/
|
|
592
|
-
/***/ (function(module, exports) {
|
|
593
|
-
|
|
594
|
-
module.exports = require("@splunk/ui-utils/style");
|
|
595
|
-
|
|
596
|
-
/***/ }),
|
|
597
|
-
|
|
598
|
-
/***/ 45:
|
|
598
|
+
/***/ 46:
|
|
599
599
|
/***/ (function(module, exports) {
|
|
600
600
|
|
|
601
601
|
module.exports = require("@splunk/react-ui/ButtonSimple");
|
|
@@ -609,7 +609,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
609
609
|
|
|
610
610
|
/***/ }),
|
|
611
611
|
|
|
612
|
-
/***/
|
|
612
|
+
/***/ 58:
|
|
613
613
|
/***/ (function(module, exports) {
|
|
614
614
|
|
|
615
615
|
module.exports = require("@splunk/react-icons/External");
|
package/ButtonGroup.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 = 149);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 149:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
|
+
|
|
4
|
+
4.12.0 - September 6, 2022
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* Added an `onScroll` prop to `ComboBox`, `Multiselect`, `Search`, and `Select` (SUI-4309).
|
|
8
|
+
* Added a new `TextArea` component for multi-line text input (SUI-4075).
|
|
9
|
+
|
|
10
|
+
Bug Fixes:
|
|
11
|
+
* `ComboBox`, `Multiselect`, and `Select` will no longer call `onScrollBottom` twice when the whole menu fits on-screen (SUI-2776).
|
|
12
|
+
* `Text`'s value cannot be cleared when `disabled` (SUI-4276).
|
|
13
|
+
* Allow line breaks when using `Text`'s `multiline` prop (SUI-4013).
|
|
14
|
+
* `Table`'s header has been refactored:
|
|
15
|
+
* Now using `position:sticky` from `headType="fixed"`
|
|
16
|
+
* Scroll bar no longer displays beneath the header when using `headType="fixed"` (SUI-1503).
|
|
17
|
+
* Toggle action no longer receives focus twice when using `headType="fixed"` (SUI-1849).
|
|
18
|
+
* Header cell offsets no out of sync when using `headType="fixed"` and asynchronously loaded images/canvas (SUI-2580).
|
|
19
|
+
* Header no longer disappears when using `headType="fixed"`, `onRequestResizeColumn` and `resizableFillLayout` (SUI-3263).
|
|
20
|
+
* Header cells widths no longer out of sync when using `headType="fixed"`, `onRequestResizeColumn` and `resizableFillLayout` (SUI-3417).
|
|
21
|
+
|
|
22
|
+
Type Changes:
|
|
23
|
+
* `ComboBox`, `Multiselect`, and `Select` now have more accurate typing for `onScrollBottom` (SUI-2776).
|
|
24
|
+
|
|
25
|
+
Deprecation:
|
|
26
|
+
* `Text`s `multiline`, `rowsMax`, and `rowsMin` props are deprecated and will be removed in a future major version. Use the `TextArea` component for free-form text input instead (SUI-4075).
|
|
27
|
+
|
|
3
28
|
4.11.0 - August 2, 2022
|
|
4
29
|
----------
|
|
5
30
|
New Features:
|
|
@@ -14,6 +39,9 @@ Bug Fixes:
|
|
|
14
39
|
* `Tooltip` will now hide when the toggle is clicked (SUI-3453, SUI-2712).
|
|
15
40
|
* Fixed `MessageBar` content to be centered when persistent (SUI-3561).
|
|
16
41
|
|
|
42
|
+
Type Changes:
|
|
43
|
+
* Fixed `Sidebar` type definition to allow props that are passed to `TransitionOpen` (SUI-4253)
|
|
44
|
+
|
|
17
45
|
4.10.0 - June 29, 2022
|
|
18
46
|
----------
|
|
19
47
|
New Features:
|
package/Calendar.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
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 115:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -130,7 +130,7 @@ 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 "moment"
|
|
133
|
-
var external_moment_ = __webpack_require__(
|
|
133
|
+
var external_moment_ = __webpack_require__(22);
|
|
134
134
|
var external_moment_default = /*#__PURE__*/__webpack_require__.n(external_moment_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
@@ -392,18 +392,18 @@ function DateTable(_ref2) {
|
|
|
392
392
|
DateTable.propTypes = DateTable_propTypes;
|
|
393
393
|
/* harmony default export */ var Calendar_DateTable = (DateTable);
|
|
394
394
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
395
|
-
var omit_ = __webpack_require__(
|
|
395
|
+
var omit_ = __webpack_require__(45);
|
|
396
396
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
397
397
|
|
|
398
398
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
399
|
-
var Button_ = __webpack_require__(
|
|
399
|
+
var Button_ = __webpack_require__(16);
|
|
400
400
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
401
401
|
|
|
402
402
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
403
403
|
var i18n_ = __webpack_require__(5);
|
|
404
404
|
|
|
405
405
|
// EXTERNAL MODULE: ./src/icons/ChevronLeft.tsx
|
|
406
|
-
var ChevronLeft = __webpack_require__(
|
|
406
|
+
var ChevronLeft = __webpack_require__(59);
|
|
407
407
|
|
|
408
408
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
409
409
|
var ChevronRight = __webpack_require__(27);
|
|
@@ -786,7 +786,7 @@ Calendar_defineProperty(Calendar_Calendar, "defaultProps", Calendar_defaultProps
|
|
|
786
786
|
|
|
787
787
|
/***/ }),
|
|
788
788
|
|
|
789
|
-
/***/
|
|
789
|
+
/***/ 16:
|
|
790
790
|
/***/ (function(module, exports) {
|
|
791
791
|
|
|
792
792
|
module.exports = require("@splunk/react-ui/Button");
|
|
@@ -800,7 +800,7 @@ module.exports = require("react");
|
|
|
800
800
|
|
|
801
801
|
/***/ }),
|
|
802
802
|
|
|
803
|
-
/***/
|
|
803
|
+
/***/ 22:
|
|
804
804
|
/***/ (function(module, exports) {
|
|
805
805
|
|
|
806
806
|
module.exports = require("moment");
|
|
@@ -814,7 +814,7 @@ module.exports = require("moment");
|
|
|
814
814
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronRight; });
|
|
815
815
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
816
816
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
817
|
-
/* harmony import */ var _splunk_react_icons_ChevronRight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
817
|
+
/* harmony import */ var _splunk_react_icons_ChevronRight__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(32);
|
|
818
818
|
/* harmony import */ var _splunk_react_icons_ChevronRight__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronRight__WEBPACK_IMPORTED_MODULE_1__);
|
|
819
819
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
820
820
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -864,7 +864,7 @@ module.exports = require("styled-components");
|
|
|
864
864
|
|
|
865
865
|
/***/ }),
|
|
866
866
|
|
|
867
|
-
/***/
|
|
867
|
+
/***/ 32:
|
|
868
868
|
/***/ (function(module, exports) {
|
|
869
869
|
|
|
870
870
|
module.exports = require("@splunk/react-icons/ChevronRight");
|
|
@@ -878,7 +878,7 @@ module.exports = require("lodash");
|
|
|
878
878
|
|
|
879
879
|
/***/ }),
|
|
880
880
|
|
|
881
|
-
/***/
|
|
881
|
+
/***/ 45:
|
|
882
882
|
/***/ (function(module, exports) {
|
|
883
883
|
|
|
884
884
|
module.exports = require("lodash/omit");
|
|
@@ -892,14 +892,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
892
892
|
|
|
893
893
|
/***/ }),
|
|
894
894
|
|
|
895
|
-
/***/
|
|
895
|
+
/***/ 59:
|
|
896
896
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
897
897
|
|
|
898
898
|
"use strict";
|
|
899
899
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
|
|
900
900
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
901
901
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
902
|
-
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
902
|
+
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(60);
|
|
903
903
|
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__);
|
|
904
904
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
905
905
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -942,13 +942,6 @@ function ChevronLeft(props) {
|
|
|
942
942
|
|
|
943
943
|
/***/ }),
|
|
944
944
|
|
|
945
|
-
/***/ 59:
|
|
946
|
-
/***/ (function(module, exports) {
|
|
947
|
-
|
|
948
|
-
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
949
|
-
|
|
950
|
-
/***/ }),
|
|
951
|
-
|
|
952
945
|
/***/ 6:
|
|
953
946
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
954
947
|
|
|
@@ -974,6 +967,13 @@ function SVG(props) {
|
|
|
974
967
|
|
|
975
968
|
/***/ }),
|
|
976
969
|
|
|
970
|
+
/***/ 60:
|
|
971
|
+
/***/ (function(module, exports) {
|
|
972
|
+
|
|
973
|
+
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
974
|
+
|
|
975
|
+
/***/ }),
|
|
976
|
+
|
|
977
977
|
/***/ 7:
|
|
978
978
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
979
979
|
|
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 = 116);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 116:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -248,23 +248,23 @@ Footer.propTypes = Footer_propTypes;
|
|
|
248
248
|
var i18n_ = __webpack_require__(5);
|
|
249
249
|
|
|
250
250
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
251
|
-
var Anchor_ = __webpack_require__(
|
|
251
|
+
var Anchor_ = __webpack_require__(61);
|
|
252
252
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
253
253
|
|
|
254
254
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
255
|
-
var Button_ = __webpack_require__(
|
|
255
|
+
var Button_ = __webpack_require__(16);
|
|
256
256
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
257
257
|
|
|
258
258
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
259
|
-
var Dropdown_ = __webpack_require__(
|
|
259
|
+
var Dropdown_ = __webpack_require__(20);
|
|
260
260
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
261
261
|
|
|
262
262
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
263
|
-
var useSplunkTheme_ = __webpack_require__(
|
|
263
|
+
var useSplunkTheme_ = __webpack_require__(40);
|
|
264
264
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
265
265
|
|
|
266
266
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
267
|
-
var MoreVertical = __webpack_require__(
|
|
267
|
+
var MoreVertical = __webpack_require__(62);
|
|
268
268
|
|
|
269
269
|
// CONCATENATED MODULE: ./src/Card/HeaderStyles.ts
|
|
270
270
|
|
|
@@ -657,24 +657,24 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
657
657
|
|
|
658
658
|
/***/ }),
|
|
659
659
|
|
|
660
|
-
/***/
|
|
660
|
+
/***/ 16:
|
|
661
661
|
/***/ (function(module, exports) {
|
|
662
662
|
|
|
663
663
|
module.exports = require("@splunk/react-ui/Button");
|
|
664
664
|
|
|
665
665
|
/***/ }),
|
|
666
666
|
|
|
667
|
-
/***/
|
|
667
|
+
/***/ 2:
|
|
668
668
|
/***/ (function(module, exports) {
|
|
669
669
|
|
|
670
|
-
module.exports = require("
|
|
670
|
+
module.exports = require("react");
|
|
671
671
|
|
|
672
672
|
/***/ }),
|
|
673
673
|
|
|
674
|
-
/***/
|
|
674
|
+
/***/ 20:
|
|
675
675
|
/***/ (function(module, exports) {
|
|
676
676
|
|
|
677
|
-
module.exports = require("react");
|
|
677
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
678
678
|
|
|
679
679
|
/***/ }),
|
|
680
680
|
|
|
@@ -685,7 +685,7 @@ module.exports = require("styled-components");
|
|
|
685
685
|
|
|
686
686
|
/***/ }),
|
|
687
687
|
|
|
688
|
-
/***/
|
|
688
|
+
/***/ 40:
|
|
689
689
|
/***/ (function(module, exports) {
|
|
690
690
|
|
|
691
691
|
module.exports = require("@splunk/themes/useSplunkTheme");
|
|
@@ -724,21 +724,21 @@ function SVG(props) {
|
|
|
724
724
|
|
|
725
725
|
/***/ }),
|
|
726
726
|
|
|
727
|
-
/***/
|
|
727
|
+
/***/ 61:
|
|
728
728
|
/***/ (function(module, exports) {
|
|
729
729
|
|
|
730
730
|
module.exports = require("@splunk/react-ui/Anchor");
|
|
731
731
|
|
|
732
732
|
/***/ }),
|
|
733
733
|
|
|
734
|
-
/***/
|
|
734
|
+
/***/ 62:
|
|
735
735
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
736
736
|
|
|
737
737
|
"use strict";
|
|
738
738
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
739
739
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
740
740
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
741
|
-
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
741
|
+
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(63);
|
|
742
742
|
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
|
|
743
743
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
744
744
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -769,7 +769,7 @@ function MoreVertical(props) {
|
|
|
769
769
|
|
|
770
770
|
/***/ }),
|
|
771
771
|
|
|
772
|
-
/***/
|
|
772
|
+
/***/ 63:
|
|
773
773
|
/***/ (function(module, exports) {
|
|
774
774
|
|
|
775
775
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
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 = 150);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 150:
|
|
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 = 151);
|
|
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
|
+
/***/ 151:
|
|
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__(35);
|
|
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__(45);
|
|
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__(19);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "styled-components"
|
|
143
143
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -545,21 +545,14 @@ Chip.defaultProps = defaultProps;
|
|
|
545
545
|
|
|
546
546
|
/***/ }),
|
|
547
547
|
|
|
548
|
-
/***/
|
|
549
|
-
/***/ (function(module, exports) {
|
|
550
|
-
|
|
551
|
-
module.exports = require("react");
|
|
552
|
-
|
|
553
|
-
/***/ }),
|
|
554
|
-
|
|
555
|
-
/***/ 20:
|
|
548
|
+
/***/ 19:
|
|
556
549
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
557
550
|
|
|
558
551
|
"use strict";
|
|
559
552
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
560
553
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
561
554
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
562
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
555
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21);
|
|
563
556
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
564
557
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
565
558
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -602,7 +595,14 @@ function CrossMark(props) {
|
|
|
602
595
|
|
|
603
596
|
/***/ }),
|
|
604
597
|
|
|
605
|
-
/***/
|
|
598
|
+
/***/ 2:
|
|
599
|
+
/***/ (function(module, exports) {
|
|
600
|
+
|
|
601
|
+
module.exports = require("react");
|
|
602
|
+
|
|
603
|
+
/***/ }),
|
|
604
|
+
|
|
605
|
+
/***/ 21:
|
|
606
606
|
/***/ (function(module, exports) {
|
|
607
607
|
|
|
608
608
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -616,14 +616,14 @@ module.exports = require("styled-components");
|
|
|
616
616
|
|
|
617
617
|
/***/ }),
|
|
618
618
|
|
|
619
|
-
/***/
|
|
619
|
+
/***/ 35:
|
|
620
620
|
/***/ (function(module, exports) {
|
|
621
621
|
|
|
622
622
|
module.exports = require("@splunk/ui-utils/color");
|
|
623
623
|
|
|
624
624
|
/***/ }),
|
|
625
625
|
|
|
626
|
-
/***/
|
|
626
|
+
/***/ 45:
|
|
627
627
|
/***/ (function(module, exports) {
|
|
628
628
|
|
|
629
629
|
module.exports = require("lodash/omit");
|