@splunk/react-ui 4.8.0 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion.js +2 -2
- package/Button.js +4 -4
- package/ButtonGroup.js +2 -2
- package/CHANGELOG.md +8 -0
- package/Calendar.js +29 -29
- package/Card.js +14 -14
- package/CardLayout.js +2 -2
- package/Code.js +2 -2
- package/Color.js +4 -4
- package/Concertina.js +2 -2
- package/FetchOptions.js +2 -2
- package/FormRows.js +4 -4
- package/Layer.js +4 -4
- package/Link.js +2 -2
- package/Markdown.js +39 -4
- package/Menu.js +12 -12
- package/Message.js +12 -12
- package/MessageBar.js +12 -12
- package/Modal.js +4 -4
- package/ModalLayer.js +2 -2
- package/Paginator.js +29 -29
- package/Popover.js +4 -4
- package/SidePanel.js +2 -2
- package/TabLayout.js +2 -2
- package/Table.js +14 -14
- package/Text.js +1 -0
- package/Tooltip.js +6 -2
- package/package.json +2 -2
- package/types/src/ButtonSimple/ButtonSimple.d.ts +2 -6
- package/types/src/Markdown/Markdown.d.ts +7 -1
- package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
- package/types/src/Markdown/renderers/index.d.ts +2 -1
- package/types/src/Tooltip/Tooltip.d.ts +7 -5
package/Accordion.js
CHANGED
|
@@ -124,7 +124,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
124
124
|
var external_lodash_ = __webpack_require__(4);
|
|
125
125
|
|
|
126
126
|
// EXTERNAL MODULE: external "@splunk/react-ui/CollapsiblePanel"
|
|
127
|
-
var CollapsiblePanel_ = __webpack_require__(
|
|
127
|
+
var CollapsiblePanel_ = __webpack_require__(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/Button.js
CHANGED
|
@@ -135,7 +135,7 @@ var style_ = __webpack_require__(40);
|
|
|
135
135
|
var CaretDown = __webpack_require__(36);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "@splunk/react-icons/External"
|
|
138
|
-
var External_ = __webpack_require__(
|
|
138
|
+
var External_ = __webpack_require__(58);
|
|
139
139
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -170,7 +170,7 @@ function External(props) {
|
|
|
170
170
|
}, props));
|
|
171
171
|
}
|
|
172
172
|
// EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
|
|
173
|
-
var ButtonGroupContext = __webpack_require__(
|
|
173
|
+
var ButtonGroupContext = __webpack_require__(59);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "styled-components"
|
|
176
176
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -619,14 +619,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
619
619
|
|
|
620
620
|
/***/ }),
|
|
621
621
|
|
|
622
|
-
/***/
|
|
622
|
+
/***/ 58:
|
|
623
623
|
/***/ (function(module, exports) {
|
|
624
624
|
|
|
625
625
|
module.exports = require("@splunk/react-icons/External");
|
|
626
626
|
|
|
627
627
|
/***/ }),
|
|
628
628
|
|
|
629
|
-
/***/
|
|
629
|
+
/***/ 59:
|
|
630
630
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
631
631
|
|
|
632
632
|
"use strict";
|
package/ButtonGroup.js
CHANGED
|
@@ -143,7 +143,7 @@ var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
|
|
|
143
143
|
}));
|
|
144
144
|
|
|
145
145
|
// EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
|
|
146
|
-
var ButtonGroupContext = __webpack_require__(
|
|
146
|
+
var ButtonGroupContext = __webpack_require__(59);
|
|
147
147
|
|
|
148
148
|
// CONCATENATED MODULE: ./src/ButtonGroup/ButtonGroup.tsx
|
|
149
149
|
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); }
|
|
@@ -210,7 +210,7 @@ module.exports = require("styled-components");
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 59:
|
|
214
214
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
215
215
|
|
|
216
216
|
"use strict";
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
4.9.0 - June 7, 2020
|
|
5
|
+
----------
|
|
6
|
+
New Features:
|
|
7
|
+
* `MarkdownAnchorHeading` added to Markdown's renderers to allow headings to render as Anchors (SUI-831).
|
|
8
|
+
|
|
9
|
+
Bug Fixes:
|
|
10
|
+
* Clear button for `Text` now clears value on Safari (SUI-3510).
|
|
11
|
+
|
|
4
12
|
4.8.0 - May 20, 2022
|
|
5
13
|
----------
|
|
6
14
|
New Features:
|
package/Calendar.js
CHANGED
|
@@ -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);
|
|
@@ -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
|
@@ -243,7 +243,7 @@ Footer.propTypes = Footer_propTypes;
|
|
|
243
243
|
var i18n_ = __webpack_require__(5);
|
|
244
244
|
|
|
245
245
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
246
|
-
var Anchor_ = __webpack_require__(
|
|
246
|
+
var Anchor_ = __webpack_require__(62);
|
|
247
247
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
248
248
|
|
|
249
249
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
@@ -259,7 +259,7 @@ var useSplunkTheme_ = __webpack_require__(38);
|
|
|
259
259
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
260
260
|
|
|
261
261
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
262
|
-
var MoreVertical = __webpack_require__(
|
|
262
|
+
var MoreVertical = __webpack_require__(63);
|
|
263
263
|
|
|
264
264
|
// CONCATENATED MODULE: ./src/Card/HeaderStyles.ts
|
|
265
265
|
|
|
@@ -437,7 +437,7 @@ var StyledFirefoxFlexHack = external_styled_components_default.a.div.withConfig(
|
|
|
437
437
|
}));
|
|
438
438
|
|
|
439
439
|
// EXTERNAL MODULE: ./src/CardLayout/CardLayoutContext.tsx
|
|
440
|
-
var CardLayoutContext = __webpack_require__(
|
|
440
|
+
var CardLayoutContext = __webpack_require__(65);
|
|
441
441
|
|
|
442
442
|
// CONCATENATED MODULE: ./src/Card/Card.tsx
|
|
443
443
|
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); }
|
|
@@ -724,14 +724,21 @@ function SVG(props) {
|
|
|
724
724
|
|
|
725
725
|
/***/ }),
|
|
726
726
|
|
|
727
|
-
/***/
|
|
727
|
+
/***/ 62:
|
|
728
|
+
/***/ (function(module, exports) {
|
|
729
|
+
|
|
730
|
+
module.exports = require("@splunk/react-ui/Anchor");
|
|
731
|
+
|
|
732
|
+
/***/ }),
|
|
733
|
+
|
|
734
|
+
/***/ 63:
|
|
728
735
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
729
736
|
|
|
730
737
|
"use strict";
|
|
731
738
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
732
739
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
733
740
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
734
|
-
/* 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);
|
|
735
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__);
|
|
736
743
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
737
744
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -762,14 +769,14 @@ function MoreVertical(props) {
|
|
|
762
769
|
|
|
763
770
|
/***/ }),
|
|
764
771
|
|
|
765
|
-
/***/
|
|
772
|
+
/***/ 64:
|
|
766
773
|
/***/ (function(module, exports) {
|
|
767
774
|
|
|
768
775
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
|
769
776
|
|
|
770
777
|
/***/ }),
|
|
771
778
|
|
|
772
|
-
/***/
|
|
779
|
+
/***/ 65:
|
|
773
780
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
774
781
|
|
|
775
782
|
"use strict";
|
|
@@ -906,13 +913,6 @@ Icon.defaultProps = defaultProps;
|
|
|
906
913
|
|
|
907
914
|
module.exports = require("@splunk/react-ui/Box");
|
|
908
915
|
|
|
909
|
-
/***/ }),
|
|
910
|
-
|
|
911
|
-
/***/ 84:
|
|
912
|
-
/***/ (function(module, exports) {
|
|
913
|
-
|
|
914
|
-
module.exports = require("@splunk/react-ui/Anchor");
|
|
915
|
-
|
|
916
916
|
/***/ })
|
|
917
917
|
|
|
918
918
|
/******/ });
|
package/CardLayout.js
CHANGED
|
@@ -141,7 +141,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
141
141
|
}));
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: ./src/CardLayout/CardLayoutContext.tsx
|
|
144
|
-
var CardLayoutContext = __webpack_require__(
|
|
144
|
+
var CardLayoutContext = __webpack_require__(65);
|
|
145
145
|
|
|
146
146
|
// CONCATENATED MODULE: ./src/CardLayout/CardLayout.tsx
|
|
147
147
|
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); }
|
|
@@ -228,7 +228,7 @@ module.exports = require("styled-components");
|
|
|
228
228
|
|
|
229
229
|
/***/ }),
|
|
230
230
|
|
|
231
|
-
/***/
|
|
231
|
+
/***/ 65:
|
|
232
232
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
233
233
|
|
|
234
234
|
"use strict";
|
package/Code.js
CHANGED
|
@@ -123,7 +123,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var external_lodash_ = __webpack_require__(4);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: ./src/Code/prism/prism.empty
|
|
126
|
-
var prism_empty = __webpack_require__(
|
|
126
|
+
var prism_empty = __webpack_require__(82);
|
|
127
127
|
var prism_empty_default = /*#__PURE__*/__webpack_require__.n(prism_empty);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -378,7 +378,7 @@ module.exports = require("lodash");
|
|
|
378
378
|
|
|
379
379
|
/***/ }),
|
|
380
380
|
|
|
381
|
-
/***/
|
|
381
|
+
/***/ 82:
|
|
382
382
|
/***/ (function(module, exports, __webpack_require__) {
|
|
383
383
|
|
|
384
384
|
|
package/Color.js
CHANGED
|
@@ -159,7 +159,7 @@ var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_ti
|
|
|
159
159
|
var Check = __webpack_require__(53);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
|
|
162
|
-
var ChevronDown = __webpack_require__(
|
|
162
|
+
var ChevronDown = __webpack_require__(66);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: external "styled-components"
|
|
165
165
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -1244,14 +1244,14 @@ function SVG(props) {
|
|
|
1244
1244
|
|
|
1245
1245
|
/***/ }),
|
|
1246
1246
|
|
|
1247
|
-
/***/
|
|
1247
|
+
/***/ 66:
|
|
1248
1248
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1249
1249
|
|
|
1250
1250
|
"use strict";
|
|
1251
1251
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
|
|
1252
1252
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1253
1253
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1254
|
-
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1254
|
+
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
|
|
1255
1255
|
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
|
|
1256
1256
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1257
1257
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1294,7 +1294,7 @@ function ChevronDown(props) {
|
|
|
1294
1294
|
|
|
1295
1295
|
/***/ }),
|
|
1296
1296
|
|
|
1297
|
-
/***/
|
|
1297
|
+
/***/ 67:
|
|
1298
1298
|
/***/ (function(module, exports) {
|
|
1299
1299
|
|
|
1300
1300
|
module.exports = require("@splunk/react-icons/ChevronDown");
|
package/Concertina.js
CHANGED
|
@@ -338,7 +338,7 @@ var Box_ = __webpack_require__(8);
|
|
|
338
338
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
339
339
|
|
|
340
340
|
// EXTERNAL MODULE: external "@splunk/react-ui/Scroll"
|
|
341
|
-
var Scroll_ = __webpack_require__(
|
|
341
|
+
var Scroll_ = __webpack_require__(68);
|
|
342
342
|
var Scroll_default = /*#__PURE__*/__webpack_require__.n(Scroll_);
|
|
343
343
|
|
|
344
344
|
// CONCATENATED MODULE: ./src/Concertina/ConcertinaStyles.ts
|
|
@@ -897,7 +897,7 @@ module.exports = require("lodash");
|
|
|
897
897
|
|
|
898
898
|
/***/ }),
|
|
899
899
|
|
|
900
|
-
/***/
|
|
900
|
+
/***/ 68:
|
|
901
901
|
/***/ (function(module, exports) {
|
|
902
902
|
|
|
903
903
|
module.exports = require("@splunk/react-ui/Scroll");
|
package/FetchOptions.js
CHANGED
|
@@ -115,7 +115,7 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
115
115
|
var ui_utils_promise_ = __webpack_require__(88);
|
|
116
116
|
|
|
117
117
|
// EXTERNAL MODULE: ./src/FetchOptions/movies.json
|
|
118
|
-
var movies = __webpack_require__(
|
|
118
|
+
var movies = __webpack_require__(57);
|
|
119
119
|
|
|
120
120
|
// CONCATENATED MODULE: ./src/FetchOptions/FetchOptions.tsx
|
|
121
121
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -342,7 +342,7 @@ module.exports = require("lodash");
|
|
|
342
342
|
|
|
343
343
|
/***/ }),
|
|
344
344
|
|
|
345
|
-
/***/
|
|
345
|
+
/***/ 57:
|
|
346
346
|
/***/ (function(module) {
|
|
347
347
|
|
|
348
348
|
module.exports = JSON.parse("{\"a\":[{\"id\":1,\"title\":\"10 Cloverfield Lane\"},{\"id\":2,\"title\":\"13 Hours: The Secret Soldiers of Benghazi\"},{\"id\":3,\"title\":\"20th Century Women\"},{\"id\":4,\"title\":\"A Monster Calls\"},{\"id\":5,\"title\":\"A Street Cat Named Bob\"},{\"id\":6,\"title\":\"Alice Through the Looking Glass\"},{\"id\":7,\"title\":\"Allied\"},{\"id\":8,\"title\":\"Almost Christmas\"},{\"id\":9,\"title\":\"American Pastoral\"},{\"id\":10,\"title\":\"Arrival\"},{\"id\":11,\"title\":\"Assassin's Creed\"},{\"id\":12,\"title\":\"Bad Moms\"},{\"id\":13,\"title\":\"Bad Santa 2\"},{\"id\":14,\"title\":\"Barbershop: The Next Cut\"},{\"id\":15,\"title\":\"Batman v Superman: Dawn of Justice\"},{\"id\":16,\"title\":\"Batman: The Killing Joke\"},{\"id\":17,\"title\":\"Ben-Hur\"},{\"id\":18,\"title\":\"Billy Lynn's Long Halftime Walk\"},{\"id\":19,\"title\":\"Blair Witch\"},{\"id\":20,\"title\":\"Bleed for This\"},{\"id\":21,\"title\":\"Bobby Sands: 66 Days\"},{\"id\":22,\"title\":\"Boo! A Madea Halloween\"},{\"id\":23,\"title\":\"Boonie Bears III\"},{\"id\":24,\"title\":\"Bridget Jones's Baby\"},{\"id\":25,\"title\":\"Café Society\"},{\"id\":26,\"title\":\"Captain America: Civil War\"},{\"id\":27,\"title\":\"Central Intelligence\"},{\"id\":28,\"title\":\"Collateral Beauty\"},{\"id\":29,\"title\":\"Criminal\"},{\"id\":30,\"title\":\"Dad's Army\"},{\"id\":31,\"title\":\"Deadpool\"},{\"id\":32,\"title\":\"Deepwater Horizon\"},{\"id\":33,\"title\":\"Demolition\"},{\"id\":34,\"title\":\"Dirty Grandpa\"},{\"id\":35,\"title\":\"Doctor Strange\"},{\"id\":36,\"title\":\"Don't Breathe\"},{\"id\":37,\"title\":\"Eddie the Eagle\"},{\"id\":38,\"title\":\"Elvis & Nixon\"},{\"id\":39,\"title\":\"Everybody Wants Some!!\"},{\"id\":40,\"title\":\"Fantastic Beasts and Where to Find Them\"},{\"id\":41,\"title\":\"Fences\"},{\"id\":42,\"title\":\"Fifty Shades of Black\"},{\"id\":43,\"title\":\"Finding Dory\"},{\"id\":44,\"title\":\"Florence Foster Jenkins\"},{\"id\":45,\"title\":\"Free State of Jones\"},{\"id\":46,\"title\":\"Genius\"},{\"id\":47,\"title\":\"Ghostbusters\"},{\"id\":48,\"title\":\"God's Not Dead 2\"},{\"id\":49,\"title\":\"Gods of Egypt\"},{\"id\":50,\"title\":\"Gold\"},{\"id\":51,\"title\":\"Green Room\"},{\"id\":52,\"title\":\"Grimsby\"},{\"id\":53,\"title\":\"Hacksaw Ridge\"},{\"id\":54,\"title\":\"Hail, Caesar!\"},{\"id\":55,\"title\":\"Hands of Stone\"},{\"id\":56,\"title\":\"Hardcore Henry\"},{\"id\":57,\"title\":\"Hell or High Water\"},{\"id\":58,\"title\":\"Hidden Figures\"},{\"id\":59,\"title\":\"Hillsong: Let Hope Rise\"},{\"id\":60,\"title\":\"How to Be Single\"},{\"id\":61,\"title\":\"I'm Not Ashamed\"},{\"id\":62,\"title\":\"Ice Age: Collision Course\"},{\"id\":63,\"title\":\"Incarnate\"},{\"id\":64,\"title\":\"Independence Day: Resurgence\"},{\"id\":65,\"title\":\"Inferno\"},{\"id\":66,\"title\":\"Jack Reacher: Never Go Back\"},{\"id\":67,\"title\":\"Jane Got a Gun\"},{\"id\":68,\"title\":\"Jason Bourne\"},{\"id\":69,\"title\":\"Keanu\"},{\"id\":70,\"title\":\"Keeping Up with the Joneses\"},{\"id\":71,\"title\":\"Kevin Hart: What Now?\"},{\"id\":72,\"title\":\"Knight of Cups\"},{\"id\":73,\"title\":\"Kubo and the Two Strings\"},{\"id\":74,\"title\":\"Kung Fu Panda 3\"},{\"id\":75,\"title\":\"La La Land\"},{\"id\":76,\"title\":\"Last Days in the Desert\"},{\"id\":77,\"title\":\"Lazer Team\"},{\"id\":78,\"title\":\"Lights Out\"},{\"id\":79,\"title\":\"Lion\"},{\"id\":80,\"title\":\"Live by Night\"},{\"id\":81,\"title\":\"London Has Fallen\"},{\"id\":82,\"title\":\"Loving\"},{\"id\":83,\"title\":\"Maggie's Plan\"},{\"id\":84,\"title\":\"Man Down\"},{\"id\":85,\"title\":\"Manchester by the Sea\"},{\"id\":86,\"title\":\"Masterminds\"},{\"id\":87,\"title\":\"Max Steel\"},{\"id\":88,\"title\":\"Me Before You\"},{\"id\":89,\"title\":\"Mechanic: Resurrection\"},{\"id\":90,\"title\":\"Meet the Blacks\"},{\"id\":91,\"title\":\"Middle School: The Worst Years of My Life\"},{\"id\":92,\"title\":\"Midnight Special\"},{\"id\":93,\"title\":\"Mike and Dave Need Wedding Dates\"},{\"id\":94,\"title\":\"Miracles from Heaven\"},{\"id\":95,\"title\":\"Misconduct\"},{\"id\":96,\"title\":\"Miss Peregrine's Home for Peculiar Children\"},{\"id\":97,\"title\":\"Miss Sloane\"},{\"id\":98,\"title\":\"Moana\"},{\"id\":99,\"title\":\"Money Monster\"},{\"id\":100,\"title\":\"Monster Hunt\"},{\"id\":101,\"title\":\"Moonlight\"},{\"id\":102,\"title\":\"Morgan\"},{\"id\":103,\"title\":\"Mother's Day\"},{\"id\":104,\"title\":\"My Big Fat Greek Wedding 2\"},{\"id\":105,\"title\":\"Neighbors 2: Sorority Rising\"},{\"id\":106,\"title\":\"Nerdland\"},{\"id\":107,\"title\":\"Nerve\"},{\"id\":108,\"title\":\"Nine Lives\"},{\"id\":109,\"title\":\"Nocturnal Animals\"},{\"id\":110,\"title\":\"Norm of the North\"},{\"id\":111,\"title\":\"Now You See Me 2\"},{\"id\":112,\"title\":\"Office Christmas Party\"},{\"id\":113,\"title\":\"Ouija: Origin of Evil\"},{\"id\":114,\"title\":\"Passengers\"},{\"id\":115,\"title\":\"Patriots Day\"},{\"id\":116,\"title\":\"Pete's Dragon\"},{\"id\":117,\"title\":\"Popstar: Never Stop Never Stopping\"},{\"id\":118,\"title\":\"Pride and Prejudice and Zombies\"},{\"id\":119,\"title\":\"Queen of Katwe\"},{\"id\":120,\"title\":\"Race\"},{\"id\":121,\"title\":\"Ratchet & Clank\"},{\"id\":122,\"title\":\"Ride Along 2\"},{\"id\":123,\"title\":\"Risen\"},{\"id\":124,\"title\":\"Rogue One\"},{\"id\":125,\"title\":\"Rules Don't Apply\"},{\"id\":126,\"title\":\"Sausage Party\"},{\"id\":127,\"title\":\"Shut In\"},{\"id\":128,\"title\":\"Silence\"},{\"id\":129,\"title\":\"Sing\"},{\"id\":130,\"title\":\"Snowden\"},{\"id\":131,\"title\":\"Solace\"},{\"id\":132,\"title\":\"Star Trek Beyond\"},{\"id\":133,\"title\":\"Storks\"},{\"id\":134,\"title\":\"Suicide Squad\"},{\"id\":135,\"title\":\"Sully\"},{\"id\":136,\"title\":\"Teenage Mutant Ninja Turtles: Out of the Shadows\"},{\"id\":137,\"title\":\"The 5th Wave\"},{\"id\":138,\"title\":\"The Accountant\"},{\"id\":139,\"title\":\"The Angry Birds Movie\"},{\"id\":140,\"title\":\"The BFG\"},{\"id\":141,\"title\":\"The Birth of a Nation\"},{\"id\":142,\"title\":\"The Boss\"},{\"id\":143,\"title\":\"The Boy\"},{\"id\":144,\"title\":\"The Bronze\"},{\"id\":145,\"title\":\"The Choice\"},{\"id\":146,\"title\":\"The Comedian\"},{\"id\":147,\"title\":\"The Conjuring 2\"},{\"id\":148,\"title\":\"The Darkness\"},{\"id\":149,\"title\":\"The Disappointments Room\"},{\"id\":150,\"title\":\"The Divergent Series: Allegiant\"},{\"id\":151,\"title\":\"The Edge of Seventeen\"},{\"id\":152,\"title\":\"The Finest Hours\"},{\"id\":153,\"title\":\"The Forest\"},{\"id\":154,\"title\":\"The Founder\"},{\"id\":155,\"title\":\"The Girl on the Train\"},{\"id\":156,\"title\":\"The Huntsman: Winter's War\"},{\"id\":157,\"title\":\"The Infiltrator\"},{\"id\":158,\"title\":\"The Jungle Book\"},{\"id\":159,\"title\":\"The Legend of Tarzan\"},{\"id\":160,\"title\":\"The Light Between Oceans\"},{\"id\":161,\"title\":\"The Magnificent Seven\"},{\"id\":162,\"title\":\"The Masked Saint\"},{\"id\":163,\"title\":\"The Mermaid\"},{\"id\":164,\"title\":\"The Monkey King 2\"},{\"id\":165,\"title\":\"The Neon Demon\"},{\"id\":166,\"title\":\"The Nice Guys\"},{\"id\":167,\"title\":\"The Other Side of the Door\"},{\"id\":168,\"title\":\"The Perfect Match\"},{\"id\":169,\"title\":\"The Purge: Election Year\"},{\"id\":170,\"title\":\"The Secret Life of Pets\"},{\"id\":171,\"title\":\"The Shallows\"},{\"id\":172,\"title\":\"The Witch\"},{\"id\":173,\"title\":\"The Young Messiah\"},{\"id\":174,\"title\":\"They're Watching\"},{\"id\":175,\"title\":\"Trolls\"},{\"id\":176,\"title\":\"Voyage of Time\"},{\"id\":177,\"title\":\"War Dogs\"},{\"id\":178,\"title\":\"Warcraft\"},{\"id\":179,\"title\":\"When the Bough Breaks\"},{\"id\":180,\"title\":\"Whiskey Tango Foxtrot\"},{\"id\":181,\"title\":\"Why Him?\"},{\"id\":182,\"title\":\"X-Men: Apocalypse\"},{\"id\":183,\"title\":\"Yoga Hosers\"},{\"id\":184,\"title\":\"Your Name\"},{\"id\":185,\"title\":\"Zoolander 2\"},{\"id\":186,\"title\":\"Zootopia\"}]}");
|
package/FormRows.js
CHANGED
|
@@ -174,13 +174,13 @@ function Plus(props) {
|
|
|
174
174
|
}, props));
|
|
175
175
|
}
|
|
176
176
|
// EXTERNAL MODULE: external "react-sortable-hoc"
|
|
177
|
-
var external_react_sortable_hoc_ = __webpack_require__(
|
|
177
|
+
var external_react_sortable_hoc_ = __webpack_require__(79);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "lodash"
|
|
180
180
|
var external_lodash_ = __webpack_require__(4);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
183
|
-
var CloseButton_ = __webpack_require__(
|
|
183
|
+
var CloseButton_ = __webpack_require__(69);
|
|
184
184
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -772,7 +772,7 @@ function SVG(props) {
|
|
|
772
772
|
|
|
773
773
|
/***/ }),
|
|
774
774
|
|
|
775
|
-
/***/
|
|
775
|
+
/***/ 69:
|
|
776
776
|
/***/ (function(module, exports) {
|
|
777
777
|
|
|
778
778
|
module.exports = require("@splunk/react-ui/CloseButton");
|
|
@@ -897,7 +897,7 @@ Icon.defaultProps = defaultProps;
|
|
|
897
897
|
|
|
898
898
|
/***/ }),
|
|
899
899
|
|
|
900
|
-
/***/
|
|
900
|
+
/***/ 79:
|
|
901
901
|
/***/ (function(module, exports) {
|
|
902
902
|
|
|
903
903
|
module.exports = require("react-sortable-hoc");
|
package/Layer.js
CHANGED
|
@@ -145,7 +145,7 @@ var external_react_ = __webpack_require__(2);
|
|
|
145
145
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "react-dom"
|
|
148
|
-
var external_react_dom_ = __webpack_require__(
|
|
148
|
+
var external_react_dom_ = __webpack_require__(70);
|
|
149
149
|
|
|
150
150
|
// EXTERNAL MODULE: external "prop-types"
|
|
151
151
|
var external_prop_types_ = __webpack_require__(1);
|
|
@@ -162,7 +162,7 @@ var EventListener_ = __webpack_require__(15);
|
|
|
162
162
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: ./src/Layer/LayerStack.tsx
|
|
165
|
-
var LayerStack = __webpack_require__(
|
|
165
|
+
var LayerStack = __webpack_require__(80);
|
|
166
166
|
|
|
167
167
|
// CONCATENATED MODULE: ./src/Layer/Layer.tsx
|
|
168
168
|
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); }
|
|
@@ -370,14 +370,14 @@ module.exports = require("lodash");
|
|
|
370
370
|
|
|
371
371
|
/***/ }),
|
|
372
372
|
|
|
373
|
-
/***/
|
|
373
|
+
/***/ 70:
|
|
374
374
|
/***/ (function(module, exports) {
|
|
375
375
|
|
|
376
376
|
module.exports = require("react-dom");
|
|
377
377
|
|
|
378
378
|
/***/ }),
|
|
379
379
|
|
|
380
|
-
/***/
|
|
380
|
+
/***/ 80:
|
|
381
381
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
382
382
|
|
|
383
383
|
"use strict";
|
package/Link.js
CHANGED
|
@@ -137,7 +137,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
137
137
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: external "@splunk/react-icons/External"
|
|
140
|
-
var External_ = __webpack_require__(
|
|
140
|
+
var External_ = __webpack_require__(58);
|
|
141
141
|
var External_default = /*#__PURE__*/__webpack_require__.n(External_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
@@ -323,7 +323,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
323
323
|
|
|
324
324
|
/***/ }),
|
|
325
325
|
|
|
326
|
-
/***/
|
|
326
|
+
/***/ 58:
|
|
327
327
|
/***/ (function(module, exports) {
|
|
328
328
|
|
|
329
329
|
module.exports = require("@splunk/react-icons/External");
|
package/Markdown.js
CHANGED
|
@@ -119,6 +119,7 @@ __webpack_require__.d(renderers_namespaceObject, "MarkdownBlockquote", function(
|
|
|
119
119
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownCodeBlock", function() { return renderers_MarkdownCodeBlock; });
|
|
120
120
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownCode", function() { return renderers_MarkdownCode; });
|
|
121
121
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownHeading", function() { return renderers_MarkdownHeading; });
|
|
122
|
+
__webpack_require__.d(renderers_namespaceObject, "MarkdownAnchorHeading", function() { return renderers_MarkdownAnchorHeading; });
|
|
122
123
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownImage", function() { return renderers_MarkdownImage; });
|
|
123
124
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownItem", function() { return renderers_MarkdownItem; });
|
|
124
125
|
__webpack_require__.d(renderers_namespaceObject, "MarkdownLink", function() { return renderers_MarkdownLink; });
|
|
@@ -261,7 +262,7 @@ function MarkdownCodeBlock(_ref) {
|
|
|
261
262
|
MarkdownCodeBlock.propTypes = MarkdownCodeBlock_propTypes;
|
|
262
263
|
/* harmony default export */ var renderers_MarkdownCodeBlock = (MarkdownCodeBlock);
|
|
263
264
|
// EXTERNAL MODULE: external "@splunk/react-ui/Heading"
|
|
264
|
-
var Heading_ = __webpack_require__(
|
|
265
|
+
var Heading_ = __webpack_require__(55);
|
|
265
266
|
var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
|
|
266
267
|
|
|
267
268
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownHeading.tsx
|
|
@@ -282,6 +283,32 @@ function MarkdownHeading(_ref) {
|
|
|
282
283
|
|
|
283
284
|
MarkdownHeading.propTypes = MarkdownHeading_propTypes;
|
|
284
285
|
/* harmony default export */ var renderers_MarkdownHeading = (MarkdownHeading);
|
|
286
|
+
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
287
|
+
var Anchor_ = __webpack_require__(62);
|
|
288
|
+
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
289
|
+
|
|
290
|
+
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownAnchorHeading.tsx
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
var MarkdownAnchorHeading_propTypes = {
|
|
296
|
+
children: external_prop_types_default.a.node
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
function MarkdownAnchorHeading(_ref) {
|
|
300
|
+
var level = _ref.level,
|
|
301
|
+
children = _ref.children;
|
|
302
|
+
return /*#__PURE__*/external_react_default.a.createElement(Heading_default.a, {
|
|
303
|
+
level: Math.min(level, 4)
|
|
304
|
+
}, /*#__PURE__*/external_react_default.a.createElement(Anchor_default.a, {
|
|
305
|
+
name: children.toString().toLowerCase() // Remove all characters that are not letters or numbers, replace spaces with hyphens
|
|
306
|
+
.replace(/[^a-z0-9-. ]/g, '').replace(/[-. ]+/g, '-')
|
|
307
|
+
}, children));
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
MarkdownAnchorHeading.propTypes = MarkdownAnchorHeading_propTypes;
|
|
311
|
+
/* harmony default export */ var renderers_MarkdownAnchorHeading = (MarkdownAnchorHeading);
|
|
285
312
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownImage.tsx
|
|
286
313
|
|
|
287
314
|
|
|
@@ -332,7 +359,7 @@ function MarkdownLink(_ref) {
|
|
|
332
359
|
MarkdownLink.propTypes = MarkdownLink_propTypes;
|
|
333
360
|
/* harmony default export */ var renderers_MarkdownLink = (MarkdownLink);
|
|
334
361
|
// EXTERNAL MODULE: external "@splunk/react-ui/List"
|
|
335
|
-
var List_ = __webpack_require__(
|
|
362
|
+
var List_ = __webpack_require__(81);
|
|
336
363
|
var List_default = /*#__PURE__*/__webpack_require__.n(List_);
|
|
337
364
|
|
|
338
365
|
// CONCATENATED MODULE: ./src/Markdown/renderers/MarkdownList.tsx
|
|
@@ -399,6 +426,7 @@ MarkdownParagraph.propTypes = MarkdownParagraph_propTypes;
|
|
|
399
426
|
|
|
400
427
|
|
|
401
428
|
|
|
429
|
+
|
|
402
430
|
// CONCATENATED MODULE: ./src/Markdown/Markdown.tsx
|
|
403
431
|
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); }
|
|
404
432
|
|
|
@@ -523,13 +551,20 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
523
551
|
|
|
524
552
|
/***/ }),
|
|
525
553
|
|
|
526
|
-
/***/
|
|
554
|
+
/***/ 55:
|
|
527
555
|
/***/ (function(module, exports) {
|
|
528
556
|
|
|
529
557
|
module.exports = require("@splunk/react-ui/Heading");
|
|
530
558
|
|
|
531
559
|
/***/ }),
|
|
532
560
|
|
|
561
|
+
/***/ 62:
|
|
562
|
+
/***/ (function(module, exports) {
|
|
563
|
+
|
|
564
|
+
module.exports = require("@splunk/react-ui/Anchor");
|
|
565
|
+
|
|
566
|
+
/***/ }),
|
|
567
|
+
|
|
533
568
|
/***/ 8:
|
|
534
569
|
/***/ (function(module, exports) {
|
|
535
570
|
|
|
@@ -537,7 +572,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
537
572
|
|
|
538
573
|
/***/ }),
|
|
539
574
|
|
|
540
|
-
/***/
|
|
575
|
+
/***/ 81:
|
|
541
576
|
/***/ (function(module, exports) {
|
|
542
577
|
|
|
543
578
|
module.exports = require("@splunk/react-ui/List");
|
package/Menu.js
CHANGED
|
@@ -213,7 +213,7 @@ Divider.filterConsecutive = true;
|
|
|
213
213
|
Divider.filterLast = true;
|
|
214
214
|
/* harmony default export */ var Menu_Divider = (Divider);
|
|
215
215
|
// EXTERNAL MODULE: external "@splunk/react-ui/Heading"
|
|
216
|
-
var Heading_ = __webpack_require__(
|
|
216
|
+
var Heading_ = __webpack_require__(55);
|
|
217
217
|
var Heading_default = /*#__PURE__*/__webpack_require__.n(Heading_);
|
|
218
218
|
|
|
219
219
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
@@ -362,7 +362,7 @@ var Clickable_ = __webpack_require__(11);
|
|
|
362
362
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
363
363
|
|
|
364
364
|
// EXTERNAL MODULE: external "@splunk/react-ui/Switch"
|
|
365
|
-
var Switch_ = __webpack_require__(
|
|
365
|
+
var Switch_ = __webpack_require__(71);
|
|
366
366
|
var Switch_default = /*#__PURE__*/__webpack_require__.n(Switch_);
|
|
367
367
|
|
|
368
368
|
// CONCATENATED MODULE: ./src/Menu/ItemStyles.ts
|
|
@@ -835,7 +835,7 @@ var ItemWithTheme = Object(themes_["withSplunkTheme"])(Item_Item);
|
|
|
835
835
|
ItemWithTheme.propTypes = Item_Item.propTypes;
|
|
836
836
|
/* harmony default export */ var Menu_Item = (ItemWithTheme);
|
|
837
837
|
// EXTERNAL MODULE: external "@splunk/react-ui/Scroll"
|
|
838
|
-
var Scroll_ = __webpack_require__(
|
|
838
|
+
var Scroll_ = __webpack_require__(68);
|
|
839
839
|
var Scroll_default = /*#__PURE__*/__webpack_require__.n(Scroll_);
|
|
840
840
|
|
|
841
841
|
// CONCATENATED MODULE: ./src/Menu/MenuStyles.ts
|
|
@@ -1310,6 +1310,13 @@ function Check(props) {
|
|
|
1310
1310
|
|
|
1311
1311
|
/***/ }),
|
|
1312
1312
|
|
|
1313
|
+
/***/ 55:
|
|
1314
|
+
/***/ (function(module, exports) {
|
|
1315
|
+
|
|
1316
|
+
module.exports = require("@splunk/react-ui/Heading");
|
|
1317
|
+
|
|
1318
|
+
/***/ }),
|
|
1319
|
+
|
|
1313
1320
|
/***/ 6:
|
|
1314
1321
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1315
1322
|
|
|
@@ -1335,20 +1342,13 @@ function SVG(props) {
|
|
|
1335
1342
|
|
|
1336
1343
|
/***/ }),
|
|
1337
1344
|
|
|
1338
|
-
/***/
|
|
1345
|
+
/***/ 68:
|
|
1339
1346
|
/***/ (function(module, exports) {
|
|
1340
1347
|
|
|
1341
1348
|
module.exports = require("@splunk/react-ui/Scroll");
|
|
1342
1349
|
|
|
1343
1350
|
/***/ }),
|
|
1344
1351
|
|
|
1345
|
-
/***/ 69:
|
|
1346
|
-
/***/ (function(module, exports) {
|
|
1347
|
-
|
|
1348
|
-
module.exports = require("@splunk/react-ui/Heading");
|
|
1349
|
-
|
|
1350
|
-
/***/ }),
|
|
1351
|
-
|
|
1352
1352
|
/***/ 7:
|
|
1353
1353
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1354
1354
|
|
|
@@ -1467,7 +1467,7 @@ Icon.defaultProps = defaultProps;
|
|
|
1467
1467
|
|
|
1468
1468
|
/***/ }),
|
|
1469
1469
|
|
|
1470
|
-
/***/
|
|
1470
|
+
/***/ 71:
|
|
1471
1471
|
/***/ (function(module, exports) {
|
|
1472
1472
|
|
|
1473
1473
|
module.exports = require("@splunk/react-ui/Switch");
|