@splunk/react-ui 4.18.0 → 4.19.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 +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +4 -4
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +11 -1
- package/Calendar.js +8 -8
- package/Card.js +8 -8
- package/CardLayout.js +2 -2
- package/Chip.js +23 -16
- package/Clickable.js +11 -11
- package/CloseButton.js +2 -2
- package/Code.js +12 -12
- package/CollapsiblePanel.js +4 -4
- package/Color.js +16 -16
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +14 -14
- package/Concertina.js +10 -10
- package/ControlGroup.js +2 -2
- package/Date.js +13 -13
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +13 -13
- package/DualListbox.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +8 -8
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +15 -15
- package/JSONTree.js +14 -14
- package/Layer.js +12 -12
- package/Link.js +4 -4
- package/List.js +2 -2
- package/Markdown.js +16 -16
- package/Menu.js +18 -18
- package/Message.js +21 -21
- package/MessageBar.js +19 -19
- package/Modal.js +11 -11
- package/ModalLayer.js +4 -4
- package/Monogram.js +3 -3
- package/Multiselect.js +34 -34
- package/Number.js +4 -4
- package/Paginator.js +6 -6
- package/Paragraph.js +2 -2
- package/Popover.js +22 -22
- package/Progress.js +4 -4
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +8 -8
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +12 -12
- package/SidePanel.js +4 -4
- package/Slider.js +6 -6
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +4 -4
- package/TabBar.js +4 -4
- package/TabLayout.js +6 -6
- package/Table.js +46 -45
- package/Text.js +23 -21
- package/TextArea.js +23 -21
- package/Tooltip.js +11 -11
- package/TransitionOpen.js +2 -2
- package/Typography.js +4 -4
- package/WaitSpinner.js +2 -2
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +9 -9
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- 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/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +2 -2
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
package/Heading.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 220);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,13 +101,6 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/ 134:
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("@splunk/react-ui/Typography");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
104
|
/***/ 2:
|
|
112
105
|
/***/ (function(module, exports) {
|
|
113
106
|
|
|
@@ -115,7 +108,7 @@ module.exports = require("react");
|
|
|
115
108
|
|
|
116
109
|
/***/ }),
|
|
117
110
|
|
|
118
|
-
/***/
|
|
111
|
+
/***/ 220:
|
|
119
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
113
|
|
|
121
114
|
"use strict";
|
|
@@ -137,56 +130,57 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
137
130
|
var external_styled_components_ = __webpack_require__(3);
|
|
138
131
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
139
132
|
|
|
140
|
-
// EXTERNAL MODULE: external "@splunk/react-ui/Typography"
|
|
141
|
-
var Typography_ = __webpack_require__(134);
|
|
142
|
-
var Typography_default = /*#__PURE__*/__webpack_require__.n(Typography_);
|
|
143
|
-
|
|
144
133
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
145
134
|
var themes_ = __webpack_require__(0);
|
|
146
135
|
|
|
147
136
|
// CONCATENATED MODULE: ./src/Heading/HeadingStyles.ts
|
|
148
137
|
|
|
149
138
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
displayName: "HeadingStyles__StyledTypography",
|
|
139
|
+
var StyledHeading = external_styled_components_default.a.h2.withConfig({
|
|
140
|
+
displayName: "HeadingStyles__StyledHeading",
|
|
153
141
|
componentId: "sc-15s3yx3-0"
|
|
154
|
-
})(["", "
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
142
|
+
})(["", ";margin:1.414em 0 0.4em;text-rendering:optimizelegibility;", " ", ""], function (_ref) {
|
|
143
|
+
var $variant = _ref.$variant;
|
|
144
|
+
|
|
145
|
+
if ($variant === 'title4') {
|
|
146
|
+
return Object(themes_["pickVariant"])('$isSection', {
|
|
147
|
+
"true": {
|
|
148
|
+
enterprise: {
|
|
149
|
+
compact: themes_["mixins"].typography('title4', {
|
|
150
|
+
weight: 'semiBold'
|
|
151
|
+
}),
|
|
152
|
+
comfortable: themes_["mixins"].typography('title4', {
|
|
153
|
+
size: 14,
|
|
154
|
+
weight: 'semiBold'
|
|
155
|
+
})
|
|
156
|
+
},
|
|
157
|
+
prisma: themes_["mixins"].typography('title4', {
|
|
158
|
+
color: 'default',
|
|
169
159
|
size: 14
|
|
170
|
-
})
|
|
160
|
+
})
|
|
161
|
+
},
|
|
162
|
+
"false": {
|
|
163
|
+
enterprise: {
|
|
164
|
+
compact: themes_["mixins"].typography('title4'),
|
|
165
|
+
comfortable: themes_["mixins"].typography('title4', {
|
|
166
|
+
size: 14
|
|
167
|
+
})
|
|
168
|
+
},
|
|
169
|
+
prisma: themes_["mixins"].typography('title4')
|
|
171
170
|
}
|
|
172
|
-
}
|
|
173
|
-
prisma: function prisma(_ref3) {
|
|
174
|
-
var $isSection = _ref3.$isSection;
|
|
175
|
-
return $isSection ? themes_["mixins"].typography('title4', {
|
|
176
|
-
color: 'default',
|
|
177
|
-
size: 14
|
|
178
|
-
}) : themes_["mixins"].typography('title4');
|
|
179
|
-
}
|
|
171
|
+
});
|
|
180
172
|
}
|
|
181
|
-
|
|
173
|
+
|
|
174
|
+
return themes_["mixins"].typography($variant);
|
|
175
|
+
}, Object(themes_["pickVariant"])('$isSection', {
|
|
182
176
|
"true": {
|
|
183
177
|
enterprise: {
|
|
184
178
|
dark: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].gray80),
|
|
185
179
|
light: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].gray45)
|
|
186
180
|
}
|
|
187
181
|
}
|
|
188
|
-
}), function (
|
|
189
|
-
var $isSection =
|
|
182
|
+
}), function (_ref2) {
|
|
183
|
+
var $isSection = _ref2.$isSection;
|
|
190
184
|
return $isSection && Object(external_styled_components_["css"])(["margin:0.707em 0 0.2em;"]);
|
|
191
185
|
});
|
|
192
186
|
|
|
@@ -227,11 +221,12 @@ var elementToVariant = {
|
|
|
227
221
|
};
|
|
228
222
|
|
|
229
223
|
function Heading(_ref) {
|
|
230
|
-
var
|
|
224
|
+
var children = _ref.children,
|
|
225
|
+
elementRef = _ref.elementRef,
|
|
226
|
+
_ref$level = _ref.level,
|
|
231
227
|
level = _ref$level === void 0 ? 2 : _ref$level,
|
|
232
|
-
children = _ref.children,
|
|
233
228
|
variant = _ref.variant,
|
|
234
|
-
otherProps = _objectWithoutProperties(_ref, ["
|
|
229
|
+
otherProps = _objectWithoutProperties(_ref, ["children", "elementRef", "level", "variant"]);
|
|
235
230
|
|
|
236
231
|
// @docs-props-type HeadingPropsBase
|
|
237
232
|
var isSection = function isSection(l) {
|
|
@@ -243,11 +238,12 @@ function Heading(_ref) {
|
|
|
243
238
|
|
|
244
239
|
if (false) {}
|
|
245
240
|
|
|
246
|
-
return /*#__PURE__*/external_react_default.a.createElement(
|
|
247
|
-
forwardedAs: element,
|
|
241
|
+
return /*#__PURE__*/external_react_default.a.createElement(StyledHeading, _extends({
|
|
248
242
|
$isSection: isSection(level),
|
|
249
243
|
"data-test": "heading",
|
|
250
|
-
|
|
244
|
+
ref: elementRef,
|
|
245
|
+
as: element,
|
|
246
|
+
$variant: finalVariant
|
|
251
247
|
}, otherProps), children);
|
|
252
248
|
}
|
|
253
249
|
|
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 = 200);
|
|
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
|
+
/***/ 136:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/endsWith");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 137:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("@splunk/react-ui/File");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 138:
|
|
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
|
+
/***/ 200:
|
|
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__(136);
|
|
152
159
|
var endsWith_default = /*#__PURE__*/__webpack_require__.n(endsWith_);
|
|
153
160
|
|
|
154
161
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -160,7 +167,7 @@ var toLower_ = __webpack_require__(34);
|
|
|
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__(137);
|
|
164
171
|
var File_default = /*#__PURE__*/__webpack_require__.n(File_);
|
|
165
172
|
|
|
166
173
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
@@ -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__(138);
|
|
221
228
|
var Message_default = /*#__PURE__*/__webpack_require__.n(Message_);
|
|
222
229
|
|
|
223
230
|
// CONCATENATED MODULE: ./src/Image/ImageStyles.ts
|
|
@@ -502,13 +509,6 @@ _defineProperty(Image_Image, "defaultProps", defaultProps);
|
|
|
502
509
|
|
|
503
510
|
|
|
504
511
|
|
|
505
|
-
/***/ }),
|
|
506
|
-
|
|
507
|
-
/***/ 2:
|
|
508
|
-
/***/ (function(module, exports) {
|
|
509
|
-
|
|
510
|
-
module.exports = require("react");
|
|
511
|
-
|
|
512
512
|
/***/ }),
|
|
513
513
|
|
|
514
514
|
/***/ 25:
|
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 = 194);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 114:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/isObject");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 119:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/fill");
|
|
@@ -122,7 +122,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 194:
|
|
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__(119);
|
|
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__(74);
|
|
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__(88);
|
|
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__(75);
|
|
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__(114);
|
|
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__(80);
|
|
173
173
|
var repeat_default = /*#__PURE__*/__webpack_require__.n(repeat_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -673,28 +673,28 @@ module.exports = require("styled-components");
|
|
|
673
673
|
|
|
674
674
|
/***/ }),
|
|
675
675
|
|
|
676
|
-
/***/
|
|
676
|
+
/***/ 74:
|
|
677
677
|
/***/ (function(module, exports) {
|
|
678
678
|
|
|
679
679
|
module.exports = require("lodash/isArray");
|
|
680
680
|
|
|
681
681
|
/***/ }),
|
|
682
682
|
|
|
683
|
-
/***/
|
|
683
|
+
/***/ 75:
|
|
684
684
|
/***/ (function(module, exports) {
|
|
685
685
|
|
|
686
686
|
module.exports = require("lodash/isNumber");
|
|
687
687
|
|
|
688
688
|
/***/ }),
|
|
689
689
|
|
|
690
|
-
/***/
|
|
690
|
+
/***/ 80:
|
|
691
691
|
/***/ (function(module, exports) {
|
|
692
692
|
|
|
693
693
|
module.exports = require("lodash/repeat");
|
|
694
694
|
|
|
695
695
|
/***/ }),
|
|
696
696
|
|
|
697
|
-
/***/
|
|
697
|
+
/***/ 88:
|
|
698
698
|
/***/ (function(module, exports) {
|
|
699
699
|
|
|
700
700
|
module.exports = require("lodash/isEmpty");
|
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 = 221);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 120:
|
|
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
|
+
/***/ 167:
|
|
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
|
+
/***/ 221:
|
|
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__(91);
|
|
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__(92);
|
|
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__(120);
|
|
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__(93);
|
|
204
204
|
|
|
205
205
|
// EXTERNAL MODULE: external "styled-components"
|
|
206
206
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -513,21 +513,21 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
513
513
|
|
|
514
514
|
/***/ }),
|
|
515
515
|
|
|
516
|
-
/***/
|
|
516
|
+
/***/ 91:
|
|
517
517
|
/***/ (function(module, exports) {
|
|
518
518
|
|
|
519
519
|
module.exports = require("react-dom");
|
|
520
520
|
|
|
521
521
|
/***/ }),
|
|
522
522
|
|
|
523
|
-
/***/
|
|
523
|
+
/***/ 92:
|
|
524
524
|
/***/ (function(module, exports) {
|
|
525
525
|
|
|
526
526
|
module.exports = require("lodash/last");
|
|
527
527
|
|
|
528
528
|
/***/ }),
|
|
529
529
|
|
|
530
|
-
/***/
|
|
530
|
+
/***/ 93:
|
|
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__(167)))
|
|
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 = 201);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 201:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -141,7 +141,7 @@ 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__(94);
|
|
145
145
|
var ArrowSquareTopRight_default = /*#__PURE__*/__webpack_require__.n(ArrowSquareTopRight_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/External"
|
|
@@ -355,7 +355,7 @@ module.exports = require("@splunk/react-icons/enterprise/External");
|
|
|
355
355
|
|
|
356
356
|
/***/ }),
|
|
357
357
|
|
|
358
|
-
/***/
|
|
358
|
+
/***/ 94:
|
|
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 = 202);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 202:
|
|
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 = 171);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,42 +101,42 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 108:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/List");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 139:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("commonmark-react-renderer");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 140:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("commonmark");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 141:
|
|
126
126
|
/***/ (function(module, exports) {
|
|
127
127
|
|
|
128
128
|
module.exports = require("@splunk/react-ui/Code");
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 142:
|
|
133
133
|
/***/ (function(module, exports) {
|
|
134
134
|
|
|
135
135
|
module.exports = require("@splunk/react-ui/Paragraph");
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 171:
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
@@ -165,11 +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__(139);
|
|
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__(
|
|
172
|
+
var external_commonmark_ = __webpack_require__(140);
|
|
173
173
|
var external_commonmark_default = /*#__PURE__*/__webpack_require__.n(external_commonmark_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -258,7 +258,7 @@ function MarkdownCode(_ref) {
|
|
|
258
258
|
MarkdownCode.propTypes = MarkdownCode_propTypes;
|
|
259
259
|
/* harmony default export */ var renderers_MarkdownCode = (MarkdownCode);
|
|
260
260
|
// EXTERNAL MODULE: external "@splunk/react-ui/Code"
|
|
261
|
-
var Code_ = __webpack_require__(
|
|
261
|
+
var Code_ = __webpack_require__(141);
|
|
262
262
|
var Code_default = /*#__PURE__*/__webpack_require__.n(Code_);
|
|
263
263
|
|
|
264
264
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -292,7 +292,7 @@ function MarkdownCodeBlock(_ref) {
|
|
|
292
292
|
MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
|
|
293
293
|
/* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
|
|
294
294
|
// EXTERNAL MODULE: external "@splunk/react-ui/Heading"
|
|
295
|
-
var Heading_ = __webpack_require__(
|
|
295
|
+
var Heading_ = __webpack_require__(78);
|
|
296
296
|
var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
|
|
297
297
|
|
|
298
298
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
|
|
@@ -314,7 +314,7 @@ function MarkdownHeading(_ref) {
|
|
|
314
314
|
MarkdownHeading.propTypes = MarkdownHeading_propTypes;
|
|
315
315
|
/* harmony default export */ var renderers_MarkdownHeading = (MarkdownHeading);
|
|
316
316
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
317
|
-
var Anchor_ = __webpack_require__(
|
|
317
|
+
var Anchor_ = __webpack_require__(86);
|
|
318
318
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
319
319
|
|
|
320
320
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownAnchorHeading.tsx
|
|
@@ -395,7 +395,7 @@ function MarkdownLink(_ref) {
|
|
|
395
395
|
MarkdownLink.propTypes = MarkdownLink_propTypes;
|
|
396
396
|
/* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
|
|
397
397
|
// EXTERNAL MODULE: external "@splunk/react-ui/List"
|
|
398
|
-
var List_ = __webpack_require__(
|
|
398
|
+
var List_ = __webpack_require__(108);
|
|
399
399
|
var List_default = /*#__PURE__*/__webpack_require__.n(List_);
|
|
400
400
|
|
|
401
401
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
|
|
@@ -438,7 +438,7 @@ function MarkdownItem(_ref) {
|
|
|
438
438
|
MarkdownItem.propTypes = MarkdownItem_propTypes;
|
|
439
439
|
/* harmony default export */ var renderers_MarkdownItem = (MarkdownItem);
|
|
440
440
|
// EXTERNAL MODULE: external "@splunk/react-ui/Paragraph"
|
|
441
|
-
var Paragraph_ = __webpack_require__(
|
|
441
|
+
var Paragraph_ = __webpack_require__(142);
|
|
442
442
|
var Paragraph_default = /*#__PURE__*/__webpack_require__.n(Paragraph_);
|
|
443
443
|
|
|
444
444
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownParagraph.tsx
|
|
@@ -601,14 +601,14 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
601
601
|
|
|
602
602
|
/***/ }),
|
|
603
603
|
|
|
604
|
-
/***/
|
|
604
|
+
/***/ 78:
|
|
605
605
|
/***/ (function(module, exports) {
|
|
606
606
|
|
|
607
607
|
module.exports = require("@splunk/react-ui/Heading");
|
|
608
608
|
|
|
609
609
|
/***/ }),
|
|
610
610
|
|
|
611
|
-
/***/
|
|
611
|
+
/***/ 86:
|
|
612
612
|
/***/ (function(module, exports) {
|
|
613
613
|
|
|
614
614
|
module.exports = require("@splunk/react-ui/Anchor");
|