@splunk/react-ui 4.12.0 → 4.13.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 +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +11 -11
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +7 -7
- package/CHANGELOG.md +25 -0
- package/Calendar.js +33 -33
- package/Card.js +13 -13
- package/CardLayout.js +2 -2
- package/Chip.js +11 -11
- package/Clickable.js +7 -7
- package/CloseButton.js +11 -11
- package/Code.js +4 -4
- package/CollapsiblePanel.js +6 -6
- package/Color.js +21 -21
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +4 -4
- package/Concertina.js +2 -2
- package/ControlGroup.js +4 -4
- package/Date.js +4 -4
- package/DefinitionList.js +2 -2
- package/Dropdown.js +6 -2
- package/EventListener.js +4 -4
- package/File.js +15 -15
- package/FormRows.js +4 -4
- package/Heading.js +3 -3
- package/Image.js +15 -15
- package/JSONTree.js +2 -2
- package/Layer.js +4 -4
- package/Link.js +9 -9
- package/List.js +2 -2
- package/Markdown.js +21 -21
- package/Menu.js +32 -33
- package/Message.js +22 -22
- package/MessageBar.js +15 -15
- package/Modal.js +4 -4
- package/ModalLayer.js +8 -8
- package/Monogram.js +2 -2
- package/Multiselect.js +112 -103
- package/Number.js +2 -2
- package/Paginator.js +41 -41
- package/Paragraph.js +2 -2
- package/Popover.js +18 -9
- package/Progress.js +4 -4
- package/RadioBar.js +2 -2
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +12 -12
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +2 -2
- package/Search.js +13 -13
- package/Select.js +109 -100
- package/SidePanel.js +4 -4
- package/Slider.js +4 -4
- package/SlidingPanels.js +6 -6
- package/SplitButton.js +511 -0
- package/StaticContent.js +2 -2
- package/StepBar.js +6 -6
- package/Switch.js +2 -2
- package/TabBar.js +2 -2
- package/TabLayout.js +4 -4
- package/Table.js +60 -43
- package/Text.js +105 -101
- package/TextArea.js +83 -72
- package/Tooltip.js +2 -2
- package/TransitionOpen.js +8 -8
- package/Typography.js +4 -4
- package/WaitSpinner.js +68 -2
- package/package.json +4 -3
- package/types/src/Button/Button.d.ts +1 -1
- package/types/src/Dropdown/Dropdown.d.ts +11 -3
- package/types/src/Popover/Popover.d.ts +5 -1
- package/types/src/Popover/getPlacement.d.ts +1 -1
- package/types/src/SplitButton/Item.d.ts +45 -0
- package/types/src/SplitButton/SplitButton.d.ts +41 -0
- package/types/src/SplitButton/docs/examples/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/ChangeLabel.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/Disabled.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +1 -0
- package/types/src/SplitButton/index.d.ts +2 -0
- package/types/src/Table/HeadCell.d.ts +4 -1
- package/types/src/Table/HeadDropdownCell.d.ts +10 -3
- package/types/src/Text/Text.d.ts +5 -1
- package/types/src/TextArea/TextArea.d.ts +5 -1
- package/types/src/WaitSpinner/WaitSpinner.d.ts +1 -1
- package/types/src/useForceUpdate/index.d.ts +2 -0
- package/types/src/useForceUpdate/useForceUpdate.d.ts +9 -0
- package/types/src/useIsSsr/index.d.ts +2 -0
- package/types/src/useIsSsr/useIsSsr.d.ts +8 -0
- package/useForceUpdate.js +151 -0
- package/useIsSsr.js +153 -0
- package/usePrevious.js +2 -2
- package/types/src/Text/docs/examples/prisma/Multiline.d.ts +0 -10
- package/types/src/Text/docs/examples/prisma/Search.d.ts +0 -10
package/Accordion.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 130);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 130:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -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__(84);
|
|
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
|
+
/***/ 84:
|
|
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 = 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/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 = 178);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 178:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
|
@@ -99,7 +99,7 @@ __webpack_require__.d(__webpack_exports__, "Spring", function() { return /* reex
|
|
|
99
99
|
__webpack_require__.d(__webpack_exports__, "Transition", function() { return /* reexport */ Transition; });
|
|
100
100
|
|
|
101
101
|
// EXTERNAL MODULE: external "react-spring"
|
|
102
|
-
var external_react_spring_ = __webpack_require__(
|
|
102
|
+
var external_react_spring_ = __webpack_require__(19);
|
|
103
103
|
|
|
104
104
|
// EXTERNAL MODULE: external "@splunk/react-ui/AnimationToggle"
|
|
105
105
|
var AnimationToggle_ = __webpack_require__(36);
|
|
@@ -151,7 +151,7 @@ function Transition(_ref2) {
|
|
|
151
151
|
|
|
152
152
|
/***/ }),
|
|
153
153
|
|
|
154
|
-
/***/
|
|
154
|
+
/***/ 19:
|
|
155
155
|
/***/ (function(module, exports) {
|
|
156
156
|
|
|
157
157
|
module.exports = require("react-spring");
|
package/AnimationToggle.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 = 131);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 131:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
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 = 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";
|
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 = 137);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 137:
|
|
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__(18);
|
|
130
130
|
|
|
131
131
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
132
|
-
var style_ = __webpack_require__(
|
|
132
|
+
var style_ = __webpack_require__(32);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: ./src/icons/CaretDown.tsx
|
|
135
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__(59);
|
|
139
139
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -515,17 +515,17 @@ _defineProperty(Button_Button, Dropdown_["legacyRefMode"], true);
|
|
|
515
515
|
|
|
516
516
|
/***/ }),
|
|
517
517
|
|
|
518
|
-
/***/
|
|
518
|
+
/***/ 18:
|
|
519
519
|
/***/ (function(module, exports) {
|
|
520
520
|
|
|
521
|
-
module.exports = require("react");
|
|
521
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
522
522
|
|
|
523
523
|
/***/ }),
|
|
524
524
|
|
|
525
|
-
/***/
|
|
525
|
+
/***/ 2:
|
|
526
526
|
/***/ (function(module, exports) {
|
|
527
527
|
|
|
528
|
-
module.exports = require("
|
|
528
|
+
module.exports = require("react");
|
|
529
529
|
|
|
530
530
|
/***/ }),
|
|
531
531
|
|
|
@@ -536,7 +536,7 @@ module.exports = require("styled-components");
|
|
|
536
536
|
|
|
537
537
|
/***/ }),
|
|
538
538
|
|
|
539
|
-
/***/
|
|
539
|
+
/***/ 32:
|
|
540
540
|
/***/ (function(module, exports) {
|
|
541
541
|
|
|
542
542
|
module.exports = require("@splunk/ui-utils/style");
|
|
@@ -609,7 +609,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
609
609
|
|
|
610
610
|
/***/ }),
|
|
611
611
|
|
|
612
|
-
/***/
|
|
612
|
+
/***/ 59:
|
|
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 = 152);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 152:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/ButtonSimple.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 = 132);
|
|
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
|
+
/***/ 132:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -147,7 +147,7 @@ var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
|
147
147
|
// CONCATENATED MODULE: ./src/ButtonSimple/prismaStyles.ts
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
var common = Object(external_styled_components_["css"])(["", " cursor:pointer;position:relative;&:focus,&:hover{z-index:3;}"], themes_["mixins"].reset('block'));
|
|
150
|
+
var common = Object(external_styled_components_["css"])(["", " cursor:pointer;position:relative;border-radius:", ";&:focus,&:hover{z-index:3;}"], themes_["mixins"].reset('block'), themes_["variables"].borderRadius);
|
|
151
151
|
/* Setting border-radius to 0.1px creates a rounded shadow, */
|
|
152
152
|
|
|
153
153
|
var appendPrepend = Object(external_styled_components_["css"])(["", " ", ""], function (_ref) {
|
|
@@ -158,9 +158,9 @@ var appendPrepend = Object(external_styled_components_["css"])(["", " ", ""], fu
|
|
|
158
158
|
return $prepend && Object(external_styled_components_["css"])(["border-top-left-radius:0.1px;border-bottom-left-radius:0.1px;"]);
|
|
159
159
|
});
|
|
160
160
|
var prismaTransparent = Object(external_styled_components_["css"])(["", " ", " ", " &:not([disabled]){color:", ";transition:background-color 0.2s,border 0.2s,box-shadow 0.2s,text-decoration 0.2s;&:hover{background-color:", ";border-color:", ";", "}", " ", " &:active{background-color:", ";transition:none;}&:focus{background-color:", ";", " &:active{background-color:", ";}}}&[disabled]{border-color:", ";color:", ";cursor:not-allowed;", "}"], common, Object(themes_["pickVariant"])('$variant', {
|
|
161
|
-
prismaSecondary: Object(external_styled_components_["css"])(["
|
|
162
|
-
prismaDefault: Object(external_styled_components_["css"])(["border:1px solid ", ";
|
|
163
|
-
prismaToggle: Object(external_styled_components_["css"])(["border:1px solid ", ";
|
|
161
|
+
prismaSecondary: Object(external_styled_components_["css"])(["font-weight:", ";"], themes_["variables"].fontWeightSemiBold),
|
|
162
|
+
prismaDefault: Object(external_styled_components_["css"])(["border:1px solid ", ";font-weight:", ";"], themes_["variables"].interactiveColorBorder, themes_["variables"].fontWeightSemiBold),
|
|
163
|
+
prismaToggle: Object(external_styled_components_["css"])(["border:1px solid ", ";font-weight:normal;"], themes_["variables"].interactiveColorBorder)
|
|
164
164
|
}), appendPrepend, themes_["variables"].contentColorActive, themes_["variables"].interactiveColorOverlayHover, themes_["variables"].interactiveColorBorderHover, Object(themes_["pickVariant"])('$variant', {
|
|
165
165
|
prismaSecondary: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].hoverShadow),
|
|
166
166
|
prismaDefault: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].hoverShadow)
|
|
@@ -181,7 +181,7 @@ var prismaTransparent = Object(external_styled_components_["css"])(["", " ", " "
|
|
|
181
181
|
var disabledFillStyles = Object(external_styled_components_["css"])(["&[disabled]{border-color:", ";color:", ";background-color:", ";cursor:not-allowed;", "}"], themes_["variables"].interactiveColorBorderDisabled, themes_["variables"].contentColorDisabled, themes_["variables"].interactiveColorBackgroundDisabled, function ($selected) {
|
|
182
182
|
return $selected && Object(external_styled_components_["css"])(["background-color:", ";"], themes_["mixins"].overlayColors(themes_["variables"].interactiveColorBackgroundDisabled, themes_["variables"].interactiveColorOverlaySelected));
|
|
183
183
|
});
|
|
184
|
-
var prismaFilled = Object(external_styled_components_["css"])(["", " font-weight:", ";border-radius:
|
|
184
|
+
var prismaFilled = Object(external_styled_components_["css"])(["", " font-weight:", ";border-radius:", ";", " &:not([disabled]){color:", ";transition:background-color 0.2s,box-shadow 0.2s,text-decoration 0.2s;background-color:", ";&:hover,&:focus{background-color:", ";}&:hover{box-shadow:", ";}&:focus{box-shadow:", ";}&:active{background-color:", ";transition:none;}}", ""], common, themes_["variables"].fontWeightSemiBold, themes_["variables"].borderRadius, appendPrepend, themes_["variables"].contentColorInverted, Object(themes_["pickVariant"])('$selected', {
|
|
185
185
|
"false": Object(themes_["pickVariant"])('$variant', {
|
|
186
186
|
prismaPrimary: themes_["variables"].interactiveColorPrimary,
|
|
187
187
|
prismaDestructive: themes_["variables"].accentColorNegative
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
4.13.0 - October 5, 2022
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* New `SplitButton` component (SUI-2760).
|
|
8
|
+
|
|
9
|
+
Bug Fixes:
|
|
10
|
+
* `Button`s visual design now matches the Splunk Design System (SUI-3072).
|
|
11
|
+
* `Table` now displays the full drag handle when using `headType="fixed"` and `HeadDropdownCell` (chore).
|
|
12
|
+
* `Text`'s and `TextArea`'s adornment color now match the Splunk Design System (SUI-5076).
|
|
13
|
+
* Improved `Menu` keyboard navigation performance with large data sets.
|
|
14
|
+
* `Multiselect` with `compact` will no longer affect disabled items with "Select All" and "Clear All" (SUI-5060).
|
|
15
|
+
|
|
16
|
+
Deprecations:
|
|
17
|
+
* The `placeholder` prop in the `Text` & `TextArea` components has been deprecated and will be removed in the next major release (SUI-5055).
|
|
18
|
+
* `placeholder` text presents a number of visual and cognitive issues and best to avoid using it.
|
|
19
|
+
* The HTML `placeholder` attribute is still supported.
|
|
20
|
+
* The `placeholder` attribute should not replace a label.
|
|
21
|
+
|
|
22
|
+
4.12.1 - September 20, 2022
|
|
23
|
+
----------
|
|
24
|
+
Bug Fixes:
|
|
25
|
+
* `Text` now only displays the "clear" icon if a value has been entered (SUI-3735).
|
|
26
|
+
* `Heading` no longer transforms text to be uppercase (SUI-5074).
|
|
27
|
+
* `Menu.Heading` no longer transforms text to be uppercase (SUI-5074).
|
|
28
|
+
|
|
4
29
|
4.12.0 - September 6, 2022
|
|
5
30
|
----------
|
|
6
31
|
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 = 117);
|
|
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
|
+
/***/ 117:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -403,7 +403,7 @@ var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
|
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__(60);
|
|
407
407
|
|
|
408
408
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
409
409
|
var ChevronRight = __webpack_require__(27);
|
|
@@ -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__(33);
|
|
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
|
+
/***/ 33:
|
|
868
868
|
/***/ (function(module, exports) {
|
|
869
869
|
|
|
870
870
|
module.exports = require("@splunk/react-icons/ChevronRight");
|
|
@@ -892,14 +892,39 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
892
892
|
|
|
893
893
|
/***/ }),
|
|
894
894
|
|
|
895
|
-
/***/
|
|
895
|
+
/***/ 6:
|
|
896
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
897
|
+
|
|
898
|
+
"use strict";
|
|
899
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
900
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
901
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
902
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
903
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
904
|
+
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); }
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
909
|
+
displayName: "SVG__Styled",
|
|
910
|
+
componentId: "sc-1bz0ryh-0"
|
|
911
|
+
})(["flex:0 0 auto;"]);
|
|
912
|
+
function SVG(props) {
|
|
913
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
914
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
915
|
+
}, props));
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
/***/ }),
|
|
919
|
+
|
|
920
|
+
/***/ 60:
|
|
896
921
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
897
922
|
|
|
898
923
|
"use strict";
|
|
899
924
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
|
|
900
925
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
901
926
|
/* 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__(
|
|
927
|
+
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(61);
|
|
903
928
|
/* 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
929
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
905
930
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -942,32 +967,7 @@ function ChevronLeft(props) {
|
|
|
942
967
|
|
|
943
968
|
/***/ }),
|
|
944
969
|
|
|
945
|
-
/***/
|
|
946
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
947
|
-
|
|
948
|
-
"use strict";
|
|
949
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
950
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
951
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
952
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
953
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
954
|
-
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); }
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
959
|
-
displayName: "SVG__Styled",
|
|
960
|
-
componentId: "sc-1bz0ryh-0"
|
|
961
|
-
})(["flex:0 0 auto;"]);
|
|
962
|
-
function SVG(props) {
|
|
963
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
964
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
965
|
-
}, props));
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
/***/ }),
|
|
969
|
-
|
|
970
|
-
/***/ 60:
|
|
970
|
+
/***/ 61:
|
|
971
971
|
/***/ (function(module, exports) {
|
|
972
972
|
|
|
973
973
|
module.exports = require("@splunk/react-icons/ChevronLeft");
|
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 = 118);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 118:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -248,7 +248,7 @@ 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__(62);
|
|
252
252
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
253
253
|
|
|
254
254
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
@@ -256,7 +256,7 @@ 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__(18);
|
|
260
260
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
261
261
|
|
|
262
262
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
@@ -264,7 +264,7 @@ 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__(63);
|
|
268
268
|
|
|
269
269
|
// CONCATENATED MODULE: ./src/Card/HeaderStyles.ts
|
|
270
270
|
|
|
@@ -664,17 +664,17 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
664
664
|
|
|
665
665
|
/***/ }),
|
|
666
666
|
|
|
667
|
-
/***/
|
|
667
|
+
/***/ 18:
|
|
668
668
|
/***/ (function(module, exports) {
|
|
669
669
|
|
|
670
|
-
module.exports = require("react");
|
|
670
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
671
671
|
|
|
672
672
|
/***/ }),
|
|
673
673
|
|
|
674
|
-
/***/
|
|
674
|
+
/***/ 2:
|
|
675
675
|
/***/ (function(module, exports) {
|
|
676
676
|
|
|
677
|
-
module.exports = require("
|
|
677
|
+
module.exports = require("react");
|
|
678
678
|
|
|
679
679
|
/***/ }),
|
|
680
680
|
|
|
@@ -724,21 +724,21 @@ function SVG(props) {
|
|
|
724
724
|
|
|
725
725
|
/***/ }),
|
|
726
726
|
|
|
727
|
-
/***/
|
|
727
|
+
/***/ 62:
|
|
728
728
|
/***/ (function(module, exports) {
|
|
729
729
|
|
|
730
730
|
module.exports = require("@splunk/react-ui/Anchor");
|
|
731
731
|
|
|
732
732
|
/***/ }),
|
|
733
733
|
|
|
734
|
-
/***/
|
|
734
|
+
/***/ 63:
|
|
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__(64);
|
|
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
|
+
/***/ 64:
|
|
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 = 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/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 = 154);
|
|
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
|
+
/***/ 154:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -137,7 +137,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
137
137
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
140
|
-
var CrossMark = __webpack_require__(
|
|
140
|
+
var CrossMark = __webpack_require__(20);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "styled-components"
|
|
143
143
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -545,7 +545,14 @@ Chip.defaultProps = defaultProps;
|
|
|
545
545
|
|
|
546
546
|
/***/ }),
|
|
547
547
|
|
|
548
|
-
/***/
|
|
548
|
+
/***/ 2:
|
|
549
|
+
/***/ (function(module, exports) {
|
|
550
|
+
|
|
551
|
+
module.exports = require("react");
|
|
552
|
+
|
|
553
|
+
/***/ }),
|
|
554
|
+
|
|
555
|
+
/***/ 20:
|
|
549
556
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
550
557
|
|
|
551
558
|
"use strict";
|
|
@@ -595,13 +602,6 @@ function CrossMark(props) {
|
|
|
595
602
|
|
|
596
603
|
/***/ }),
|
|
597
604
|
|
|
598
|
-
/***/ 2:
|
|
599
|
-
/***/ (function(module, exports) {
|
|
600
|
-
|
|
601
|
-
module.exports = require("react");
|
|
602
|
-
|
|
603
|
-
/***/ }),
|
|
604
|
-
|
|
605
605
|
/***/ 21:
|
|
606
606
|
/***/ (function(module, exports) {
|
|
607
607
|
|
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";
|
|
@@ -153,7 +153,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
153
153
|
var external_lodash_ = __webpack_require__(4);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
156
|
-
var Dropdown_ = __webpack_require__(
|
|
156
|
+
var Dropdown_ = __webpack_require__(18);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "styled-components"
|
|
159
159
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -427,17 +427,17 @@ _defineProperty(Clickable_Clickable, Dropdown_["legacyRefMode"], true);
|
|
|
427
427
|
|
|
428
428
|
/***/ }),
|
|
429
429
|
|
|
430
|
-
/***/
|
|
430
|
+
/***/ 18:
|
|
431
431
|
/***/ (function(module, exports) {
|
|
432
432
|
|
|
433
|
-
module.exports = require("react");
|
|
433
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
434
434
|
|
|
435
435
|
/***/ }),
|
|
436
436
|
|
|
437
|
-
/***/
|
|
437
|
+
/***/ 2:
|
|
438
438
|
/***/ (function(module, exports) {
|
|
439
439
|
|
|
440
|
-
module.exports = require("
|
|
440
|
+
module.exports = require("react");
|
|
441
441
|
|
|
442
442
|
/***/ }),
|
|
443
443
|
|