@splunk/react-ui 4.18.0 → 4.20.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 +6 -6
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Breadcrumbs.d.ts +2 -0
- package/Breadcrumbs.js +299 -0
- package/Button.js +17 -17
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +25 -1
- package/Calendar.js +17 -17
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +32 -25
- package/Clickable.js +16 -14
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +10 -10
- package/Color.js +33 -33
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +28 -28
- package/Concertina.js +18 -18
- package/ControlGroup.js +13 -13
- package/Date.js +29 -29
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +21 -21
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +23 -23
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +23 -23
- package/JSONTree.js +20 -20
- package/Layer.js +14 -14
- package/Link.js +7 -7
- package/List.js +2 -2
- package/Markdown.js +19 -20
- package/Menu.js +252 -232
- package/Message.js +43 -43
- package/MessageBar.js +39 -39
- package/Modal.js +20 -20
- package/ModalLayer.js +6 -6
- package/Monogram.js +3 -3
- package/Multiselect.js +2987 -2493
- package/Number.js +8 -8
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +113 -50
- package/Progress.js +10 -10
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +43 -22
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +8 -8
- package/ScrollContainerContext.js +4 -4
- package/Search.js +25 -25
- package/Select.js +517 -120
- package/SidePanel.js +6 -6
- package/Slider.js +8 -8
- package/SlidingPanels.js +10 -10
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +6 -6
- package/TabLayout.js +6 -6
- package/Table.js +145 -111
- package/Text.js +40 -38
- package/TextArea.js +42 -40
- package/Tooltip.js +15 -15
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +17 -17
- package/types/src/Breadcrumbs/Breadcrumbs.d.ts +25 -0
- package/types/src/Breadcrumbs/Item.d.ts +42 -0
- package/types/src/Breadcrumbs/docs/examples/Adornments.d.ts +2 -0
- package/types/src/Breadcrumbs/docs/examples/Basic.d.ts +2 -0
- package/types/src/Breadcrumbs/index.d.ts +2 -0
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/Code/Code.d.ts +1 -1
- package/types/src/FormRows/FormRows.d.ts +1 -2
- package/types/src/FormRows/Row.d.ts +2 -12
- package/types/src/FormRows/RowInternal.d.ts +19 -0
- package/types/src/FormRows/SortableList.d.ts +8 -2
- package/types/src/FormRows/SortableRow.d.ts +20 -0
- package/types/src/Heading/Heading.d.ts +1 -1
- package/types/src/Link/Link.d.ts +5 -0
- package/types/src/Multiselect/Compact.d.ts +4 -0
- package/types/src/Multiselect/Multiselect.d.ts +5 -0
- package/types/src/Multiselect/docs/examples/CompactSelectAll.d.ts +2 -0
- package/types/src/Select/SelectAllOption.d.ts +14 -0
- package/types/src/Select/SelectBase.d.ts +11 -3
- package/types/src/Table/Table.d.ts +4 -0
- package/types/src/Text/Text.d.ts +3 -3
- package/types/src/TextArea/TextArea.d.ts +3 -3
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +4 -4
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
- package/types/src/Typography/docs/examples/Variants.d.ts +0 -2
package/Image.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 202);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,28 +108,35 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 138:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/endsWith");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 139:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("@splunk/react-ui/File");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 140:
|
|
126
126
|
/***/ (function(module, exports) {
|
|
127
127
|
|
|
128
128
|
module.exports = require("@splunk/react-ui/Message");
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 2:
|
|
133
|
+
/***/ (function(module, exports) {
|
|
134
|
+
|
|
135
|
+
module.exports = require("react");
|
|
136
|
+
|
|
137
|
+
/***/ }),
|
|
138
|
+
|
|
139
|
+
/***/ 202:
|
|
133
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
141
|
|
|
135
142
|
"use strict";
|
|
@@ -148,7 +155,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
148
155
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
149
156
|
|
|
150
157
|
// EXTERNAL MODULE: external "lodash/endsWith"
|
|
151
|
-
var endsWith_ = __webpack_require__(
|
|
158
|
+
var endsWith_ = __webpack_require__(138);
|
|
152
159
|
var endsWith_default = /*#__PURE__*/__webpack_require__.n(endsWith_);
|
|
153
160
|
|
|
154
161
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -156,15 +163,15 @@ var omit_ = __webpack_require__(5);
|
|
|
156
163
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
157
164
|
|
|
158
165
|
// EXTERNAL MODULE: external "lodash/toLower"
|
|
159
|
-
var toLower_ = __webpack_require__(
|
|
166
|
+
var toLower_ = __webpack_require__(36);
|
|
160
167
|
var toLower_default = /*#__PURE__*/__webpack_require__.n(toLower_);
|
|
161
168
|
|
|
162
169
|
// EXTERNAL MODULE: external "@splunk/react-ui/File"
|
|
163
|
-
var File_ = __webpack_require__(
|
|
170
|
+
var File_ = __webpack_require__(139);
|
|
164
171
|
var File_default = /*#__PURE__*/__webpack_require__.n(File_);
|
|
165
172
|
|
|
166
173
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
167
|
-
var format_ = __webpack_require__(
|
|
174
|
+
var format_ = __webpack_require__(29);
|
|
168
175
|
|
|
169
176
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
170
177
|
var i18n_ = __webpack_require__(4);
|
|
@@ -173,11 +180,11 @@ var i18n_ = __webpack_require__(4);
|
|
|
173
180
|
var themes_ = __webpack_require__(0);
|
|
174
181
|
|
|
175
182
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
176
|
-
var Cross_ = __webpack_require__(
|
|
183
|
+
var Cross_ = __webpack_require__(26);
|
|
177
184
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
178
185
|
|
|
179
186
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
180
|
-
var Close_ = __webpack_require__(
|
|
187
|
+
var Close_ = __webpack_require__(27);
|
|
181
188
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
182
189
|
|
|
183
190
|
// CONCATENATED MODULE: ./src/Image/icons/Cross.tsx
|
|
@@ -217,7 +224,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
217
224
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
218
225
|
|
|
219
226
|
// EXTERNAL MODULE: external "@splunk/react-ui/Message"
|
|
220
|
-
var Message_ = __webpack_require__(
|
|
227
|
+
var Message_ = __webpack_require__(140);
|
|
221
228
|
var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
|
|
222
229
|
|
|
223
230
|
// CONCATENATED MODULE: ./src/Image/ImageStyles.ts
|
|
@@ -504,28 +511,21 @@ _defineProperty(Image_Image, "defaultProps", defaultProps);
|
|
|
504
511
|
|
|
505
512
|
/***/ }),
|
|
506
513
|
|
|
507
|
-
/***/
|
|
508
|
-
/***/ (function(module, exports) {
|
|
509
|
-
|
|
510
|
-
module.exports = require("react");
|
|
511
|
-
|
|
512
|
-
/***/ }),
|
|
513
|
-
|
|
514
|
-
/***/ 25:
|
|
514
|
+
/***/ 26:
|
|
515
515
|
/***/ (function(module, exports) {
|
|
516
516
|
|
|
517
517
|
module.exports = require("@splunk/react-icons/Cross");
|
|
518
518
|
|
|
519
519
|
/***/ }),
|
|
520
520
|
|
|
521
|
-
/***/
|
|
521
|
+
/***/ 27:
|
|
522
522
|
/***/ (function(module, exports) {
|
|
523
523
|
|
|
524
524
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
525
525
|
|
|
526
526
|
/***/ }),
|
|
527
527
|
|
|
528
|
-
/***/
|
|
528
|
+
/***/ 29:
|
|
529
529
|
/***/ (function(module, exports) {
|
|
530
530
|
|
|
531
531
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -539,7 +539,7 @@ module.exports = require("styled-components");
|
|
|
539
539
|
|
|
540
540
|
/***/ }),
|
|
541
541
|
|
|
542
|
-
/***/
|
|
542
|
+
/***/ 36:
|
|
543
543
|
/***/ (function(module, exports) {
|
|
544
544
|
|
|
545
545
|
module.exports = require("lodash/toLower");
|
package/JSONTree.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 = 196);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,28 +101,28 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 116:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/isObject");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 12:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
-
module.exports = require("
|
|
114
|
+
module.exports = require("@splunk/react-ui/Clickable");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 122:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
|
-
module.exports = require("
|
|
121
|
+
module.exports = require("lodash/fill");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 196:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -145,23 +145,23 @@ var isString_ = __webpack_require__(23);
|
|
|
145
145
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "lodash/fill"
|
|
148
|
-
var fill_ = __webpack_require__(
|
|
148
|
+
var fill_ = __webpack_require__(122);
|
|
149
149
|
var fill_default = /*#__PURE__*/__webpack_require__.n(fill_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "lodash/isArray"
|
|
152
|
-
var isArray_ = __webpack_require__(
|
|
152
|
+
var isArray_ = __webpack_require__(76);
|
|
153
153
|
var isArray_default = /*#__PURE__*/__webpack_require__.n(isArray_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "lodash/isEmpty"
|
|
156
|
-
var isEmpty_ = __webpack_require__(
|
|
156
|
+
var isEmpty_ = __webpack_require__(90);
|
|
157
157
|
var isEmpty_default = /*#__PURE__*/__webpack_require__.n(isEmpty_);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "lodash/isNumber"
|
|
160
|
-
var isNumber_ = __webpack_require__(
|
|
160
|
+
var isNumber_ = __webpack_require__(77);
|
|
161
161
|
var isNumber_default = /*#__PURE__*/__webpack_require__.n(isNumber_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "lodash/isObject"
|
|
164
|
-
var isObject_ = __webpack_require__(
|
|
164
|
+
var isObject_ = __webpack_require__(116);
|
|
165
165
|
var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject_);
|
|
166
166
|
|
|
167
167
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -169,7 +169,7 @@ var keys_ = __webpack_require__(9);
|
|
|
169
169
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: external "lodash/repeat"
|
|
172
|
-
var repeat_ = __webpack_require__(
|
|
172
|
+
var repeat_ = __webpack_require__(82);
|
|
173
173
|
var repeat_default = /*#__PURE__*/__webpack_require__.n(repeat_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -673,38 +673,38 @@ module.exports = require("styled-components");
|
|
|
673
673
|
|
|
674
674
|
/***/ }),
|
|
675
675
|
|
|
676
|
-
/***/
|
|
676
|
+
/***/ 76:
|
|
677
677
|
/***/ (function(module, exports) {
|
|
678
678
|
|
|
679
679
|
module.exports = require("lodash/isArray");
|
|
680
680
|
|
|
681
681
|
/***/ }),
|
|
682
682
|
|
|
683
|
-
/***/
|
|
683
|
+
/***/ 77:
|
|
684
684
|
/***/ (function(module, exports) {
|
|
685
685
|
|
|
686
686
|
module.exports = require("lodash/isNumber");
|
|
687
687
|
|
|
688
688
|
/***/ }),
|
|
689
689
|
|
|
690
|
-
/***/
|
|
690
|
+
/***/ 82:
|
|
691
691
|
/***/ (function(module, exports) {
|
|
692
692
|
|
|
693
693
|
module.exports = require("lodash/repeat");
|
|
694
694
|
|
|
695
695
|
/***/ }),
|
|
696
696
|
|
|
697
|
-
/***/
|
|
697
|
+
/***/ 9:
|
|
698
698
|
/***/ (function(module, exports) {
|
|
699
699
|
|
|
700
|
-
module.exports = require("lodash/
|
|
700
|
+
module.exports = require("lodash/keys");
|
|
701
701
|
|
|
702
702
|
/***/ }),
|
|
703
703
|
|
|
704
|
-
/***/
|
|
704
|
+
/***/ 90:
|
|
705
705
|
/***/ (function(module, exports) {
|
|
706
706
|
|
|
707
|
-
module.exports = require("lodash/
|
|
707
|
+
module.exports = require("lodash/isEmpty");
|
|
708
708
|
|
|
709
709
|
/***/ })
|
|
710
710
|
|
package/Layer.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 223);
|
|
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, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/pull");
|
|
@@ -122,7 +122,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 168:
|
|
126
126
|
/***/ (function(module, exports) {
|
|
127
127
|
|
|
128
128
|
var g;
|
|
@@ -156,7 +156,7 @@ module.exports = require("react");
|
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/
|
|
159
|
+
/***/ 223:
|
|
160
160
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
161
|
|
|
162
162
|
"use strict";
|
|
@@ -174,7 +174,7 @@ var external_react_ = __webpack_require__(2);
|
|
|
174
174
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
175
175
|
|
|
176
176
|
// EXTERNAL MODULE: external "react-dom"
|
|
177
|
-
var external_react_dom_ = __webpack_require__(
|
|
177
|
+
var external_react_dom_ = __webpack_require__(93);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "prop-types"
|
|
180
180
|
var external_prop_types_ = __webpack_require__(1);
|
|
@@ -185,11 +185,11 @@ var includes_ = __webpack_require__(15);
|
|
|
185
185
|
var includes_default = /*#__PURE__*/__webpack_require__.n(includes_);
|
|
186
186
|
|
|
187
187
|
// EXTERNAL MODULE: external "lodash/last"
|
|
188
|
-
var last_ = __webpack_require__(
|
|
188
|
+
var last_ = __webpack_require__(94);
|
|
189
189
|
var last_default = /*#__PURE__*/__webpack_require__.n(last_);
|
|
190
190
|
|
|
191
191
|
// EXTERNAL MODULE: external "lodash/pull"
|
|
192
|
-
var pull_ = __webpack_require__(
|
|
192
|
+
var pull_ = __webpack_require__(123);
|
|
193
193
|
var pull_default = /*#__PURE__*/__webpack_require__.n(pull_);
|
|
194
194
|
|
|
195
195
|
// EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
|
|
@@ -200,7 +200,7 @@ var EventListener_ = __webpack_require__(16);
|
|
|
200
200
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
201
201
|
|
|
202
202
|
// EXTERNAL MODULE: ./src/Layer/LayerStack.tsx
|
|
203
|
-
var LayerStack = __webpack_require__(
|
|
203
|
+
var LayerStack = __webpack_require__(95);
|
|
204
204
|
|
|
205
205
|
// EXTERNAL MODULE: external "styled-components"
|
|
206
206
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -221,7 +221,7 @@ var StyledLayer = external_styled_components_default.a.div.withConfig({
|
|
|
221
221
|
});
|
|
222
222
|
|
|
223
223
|
// EXTERNAL MODULE: ./src/utils/ssrDocument.ts
|
|
224
|
-
var ssrDocument = __webpack_require__(
|
|
224
|
+
var ssrDocument = __webpack_require__(28);
|
|
225
225
|
|
|
226
226
|
// CONCATENATED MODULE: ./src/Layer/Layer.tsx
|
|
227
227
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
@@ -428,7 +428,7 @@ _defineProperty(Layer_Layer, "contextType", LayerStack["b" /* LayerStackContext
|
|
|
428
428
|
|
|
429
429
|
/***/ }),
|
|
430
430
|
|
|
431
|
-
/***/
|
|
431
|
+
/***/ 28:
|
|
432
432
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
433
433
|
|
|
434
434
|
"use strict";
|
|
@@ -513,21 +513,21 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
513
513
|
|
|
514
514
|
/***/ }),
|
|
515
515
|
|
|
516
|
-
/***/
|
|
516
|
+
/***/ 93:
|
|
517
517
|
/***/ (function(module, exports) {
|
|
518
518
|
|
|
519
519
|
module.exports = require("react-dom");
|
|
520
520
|
|
|
521
521
|
/***/ }),
|
|
522
522
|
|
|
523
|
-
/***/
|
|
523
|
+
/***/ 94:
|
|
524
524
|
/***/ (function(module, exports) {
|
|
525
525
|
|
|
526
526
|
module.exports = require("lodash/last");
|
|
527
527
|
|
|
528
528
|
/***/ }),
|
|
529
529
|
|
|
530
|
-
/***/
|
|
530
|
+
/***/ 95:
|
|
531
531
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
532
532
|
|
|
533
533
|
"use strict";
|
|
@@ -586,7 +586,7 @@ function LayerStackGlobalProvider(_ref) {
|
|
|
586
586
|
|
|
587
587
|
LayerStackGlobalProvider.propTypes = propTypes;
|
|
588
588
|
|
|
589
|
-
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(
|
|
589
|
+
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(168)))
|
|
590
590
|
|
|
591
591
|
/***/ })
|
|
592
592
|
|
package/Link.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 203);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 203:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -141,11 +141,11 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
141
141
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-icons/ArrowSquareTopRight"
|
|
144
|
-
var ArrowSquareTopRight_ = __webpack_require__(
|
|
144
|
+
var ArrowSquareTopRight_ = __webpack_require__(96);
|
|
145
145
|
var ArrowSquareTopRight_default = /*#__PURE__*/__webpack_require__.n(ArrowSquareTopRight_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/External"
|
|
148
|
-
var External_ = __webpack_require__(
|
|
148
|
+
var External_ = __webpack_require__(65);
|
|
149
149
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -197,7 +197,7 @@ var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
|
197
197
|
var StyledClickable = external_styled_components_default()(Clickable_default.a).withConfig({
|
|
198
198
|
displayName: "LinkStyles__StyledClickable",
|
|
199
199
|
componentId: "sc-1hhltcf-0"
|
|
200
|
-
})(["", ";color:", ";text-decoration:none;font-size:inherit;font-weight:inherit;line-height:inherit;border-radius:", ";&:not([disabled]){cursor:pointer;", ";&:focus{box-shadow:", ";outline:0;&:active{box-shadow:none;}}}&[disabled]{color:", ";}&::-moz-focus-inner{border:0;padding:0;}"], themes_["mixins"].reset('inline'), Object(themes_["pick"])({
|
|
200
|
+
})(["", ";color:", ";text-decoration:none;font-size:inherit;font-weight:inherit;line-height:inherit;border-radius:", ";&:not([disabled],[aria-disabled='true']){cursor:pointer;", ";&:focus{box-shadow:", ";outline:0;&:active{box-shadow:none;}}}&[disabled],&[aria-disabled='true']{color:", ";}&::-moz-focus-inner{border:0;padding:0;}"], themes_["mixins"].reset('inline'), Object(themes_["pick"])({
|
|
201
201
|
enterprise: themes_["variables"].linkColor,
|
|
202
202
|
prisma: themes_["variables"].interactiveColorPrimary
|
|
203
203
|
}), Object(themes_["pick"])({
|
|
@@ -348,14 +348,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
348
348
|
|
|
349
349
|
/***/ }),
|
|
350
350
|
|
|
351
|
-
/***/
|
|
351
|
+
/***/ 65:
|
|
352
352
|
/***/ (function(module, exports) {
|
|
353
353
|
|
|
354
354
|
module.exports = require("@splunk/react-icons/enterprise/External");
|
|
355
355
|
|
|
356
356
|
/***/ }),
|
|
357
357
|
|
|
358
|
-
/***/
|
|
358
|
+
/***/ 96:
|
|
359
359
|
/***/ (function(module, exports) {
|
|
360
360
|
|
|
361
361
|
module.exports = require("@splunk/react-icons/ArrowSquareTopRight");
|
package/List.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 204);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 204:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/Markdown.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 = 172);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,42 +101,42 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 110:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/List");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 141:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("commonmark-react-renderer");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 142:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("commonmark");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 143:
|
|
126
126
|
/***/ (function(module, exports) {
|
|
127
127
|
|
|
128
128
|
module.exports = require("@splunk/react-ui/Code");
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 144:
|
|
133
133
|
/***/ (function(module, exports) {
|
|
134
134
|
|
|
135
135
|
module.exports = require("@splunk/react-ui/Paragraph");
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 172:
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
@@ -165,12 +165,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
165
165
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
166
166
|
|
|
167
167
|
// EXTERNAL MODULE: external "commonmark-react-renderer"
|
|
168
|
-
var external_commonmark_react_renderer_ = __webpack_require__(
|
|
168
|
+
var external_commonmark_react_renderer_ = __webpack_require__(141);
|
|
169
169
|
var external_commonmark_react_renderer_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_react_renderer_);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: external "commonmark"
|
|
172
|
-
var external_commonmark_ = __webpack_require__(
|
|
173
|
-
var external_commonmark_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_);
|
|
172
|
+
var external_commonmark_ = __webpack_require__(142);
|
|
174
173
|
|
|
175
174
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
176
175
|
var Box_ = __webpack_require__(6);
|
|
@@ -258,7 +257,7 @@ function MarkdownCode(_ref) {
|
|
|
258
257
|
MarkdownCode.propTypes = MarkdownCode_propTypes;
|
|
259
258
|
/* harmony default export */ var renderers_MarkdownCode = (MarkdownCode);
|
|
260
259
|
// EXTERNAL MODULE: external "@splunk/react-ui/Code"
|
|
261
|
-
var Code_ = __webpack_require__(
|
|
260
|
+
var Code_ = __webpack_require__(143);
|
|
262
261
|
var Code_default = /*#__PURE__*/__webpack_require__.n(Code_);
|
|
263
262
|
|
|
264
263
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -292,7 +291,7 @@ function MarkdownCodeBlock(_ref) {
|
|
|
292
291
|
MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
|
|
293
292
|
/* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
|
|
294
293
|
// EXTERNAL MODULE: external "@splunk/react-ui/Heading"
|
|
295
|
-
var Heading_ = __webpack_require__(
|
|
294
|
+
var Heading_ = __webpack_require__(80);
|
|
296
295
|
var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
|
|
297
296
|
|
|
298
297
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
|
|
@@ -314,7 +313,7 @@ function MarkdownHeading(_ref) {
|
|
|
314
313
|
MarkdownHeading.propTypes = MarkdownHeading_propTypes;
|
|
315
314
|
/* harmony default export */ var renderers_MarkdownHeading = (MarkdownHeading);
|
|
316
315
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
317
|
-
var Anchor_ = __webpack_require__(
|
|
316
|
+
var Anchor_ = __webpack_require__(88);
|
|
318
317
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
319
318
|
|
|
320
319
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownAnchorHeading.tsx
|
|
@@ -363,7 +362,7 @@ function MarkdownImage(_ref) {
|
|
|
363
362
|
MarkdownImage.propTypes = MarkdownImage_propTypes;
|
|
364
363
|
/* harmony default export */ var renderers_MarkdownImage = (MarkdownImage);
|
|
365
364
|
// EXTERNAL MODULE: external "@splunk/react-ui/Link"
|
|
366
|
-
var Link_ = __webpack_require__(
|
|
365
|
+
var Link_ = __webpack_require__(37);
|
|
367
366
|
var Link_default = /*#__PURE__*/__webpack_require__.n(Link_);
|
|
368
367
|
|
|
369
368
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownLink.tsx
|
|
@@ -395,7 +394,7 @@ function MarkdownLink(_ref) {
|
|
|
395
394
|
MarkdownLink.propTypes = MarkdownLink_propTypes;
|
|
396
395
|
/* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
|
|
397
396
|
// EXTERNAL MODULE: external "@splunk/react-ui/List"
|
|
398
|
-
var List_ = __webpack_require__(
|
|
397
|
+
var List_ = __webpack_require__(110);
|
|
399
398
|
var List_default = /*#__PURE__*/__webpack_require__.n(List_);
|
|
400
399
|
|
|
401
400
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
|
|
@@ -438,7 +437,7 @@ function MarkdownItem(_ref) {
|
|
|
438
437
|
MarkdownItem.propTypes = MarkdownItem_propTypes;
|
|
439
438
|
/* harmony default export */ var renderers_MarkdownItem = (MarkdownItem);
|
|
440
439
|
// EXTERNAL MODULE: external "@splunk/react-ui/Paragraph"
|
|
441
|
-
var Paragraph_ = __webpack_require__(
|
|
440
|
+
var Paragraph_ = __webpack_require__(144);
|
|
442
441
|
var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
|
|
443
442
|
|
|
444
443
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
|
|
@@ -504,7 +503,7 @@ var Markdown_propTypes = {
|
|
|
504
503
|
paragraphRenderer: external_prop_types_default.a.func,
|
|
505
504
|
text: external_prop_types_default.a.string.isRequired
|
|
506
505
|
};
|
|
507
|
-
var parser = new
|
|
506
|
+
var parser = new external_commonmark_["Parser"]();
|
|
508
507
|
/**
|
|
509
508
|
* The `Markdown` component renders the given Markdown text as a React component.
|
|
510
509
|
* The component prefers @splunk/react-ui components over plain HTML components. For example
|
|
@@ -580,7 +579,7 @@ module.exports = require("styled-components");
|
|
|
580
579
|
|
|
581
580
|
/***/ }),
|
|
582
581
|
|
|
583
|
-
/***/
|
|
582
|
+
/***/ 37:
|
|
584
583
|
/***/ (function(module, exports) {
|
|
585
584
|
|
|
586
585
|
module.exports = require("@splunk/react-ui/Link");
|
|
@@ -601,14 +600,14 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
601
600
|
|
|
602
601
|
/***/ }),
|
|
603
602
|
|
|
604
|
-
/***/
|
|
603
|
+
/***/ 80:
|
|
605
604
|
/***/ (function(module, exports) {
|
|
606
605
|
|
|
607
606
|
module.exports = require("@splunk/react-ui/Heading");
|
|
608
607
|
|
|
609
608
|
/***/ }),
|
|
610
609
|
|
|
611
|
-
/***/
|
|
610
|
+
/***/ 88:
|
|
612
611
|
/***/ (function(module, exports) {
|
|
613
612
|
|
|
614
613
|
module.exports = require("@splunk/react-ui/Anchor");
|