@splunk/react-ui 4.5.2 → 4.7.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 +10 -9
- package/Anchor.js +2 -2
- package/Animation.js +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +13 -13
- package/ButtonGroup.js +4 -4
- package/ButtonSimple.js +6 -6
- package/CHANGELOG.md +42 -1
- package/Calendar.js +16 -16
- package/Card.js +48 -53
- package/CardLayout.js +4 -4
- package/Chip.js +10 -10
- package/Clickable.js +41 -15
- package/CloseButton.js +8 -8
- package/Code.js +8 -7
- package/CollapsiblePanel.js +11 -14
- package/Color.js +48 -48
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +8 -8
- package/Concertina.js +15 -15
- package/ControlGroup.js +30 -37
- package/Date.js +10 -10
- package/DefinitionList.js +2 -2
- package/Dropdown.js +4 -4
- package/EventListener.js +4 -4
- package/FetchOptions.js +8 -8
- package/File.js +27 -27
- package/FormRows.js +21 -23
- package/Heading.js +2 -2
- package/Image.js +14 -14
- package/JSONTree.js +4 -4
- package/Layer.js +10 -10
- package/Link.js +6 -6
- package/List.js +2 -2
- package/Markdown.js +28 -16
- package/Menu.js +135 -70
- package/Message.js +246 -305
- package/MessageBar.d.ts +2 -0
- package/MessageBar.js +789 -0
- package/Modal.js +95 -61
- package/ModalLayer.js +5 -4
- package/Monogram.js +4 -4
- package/Multiselect.js +293 -42
- package/Number.js +8 -8
- package/Paginator.js +24 -24
- package/Paragraph.js +2 -2
- package/Popover.js +12 -12
- package/Progress.js +6 -6
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +8 -8
- package/ResultsMenu.js +25 -23
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +286 -36
- package/SidePanel.js +6 -6
- package/Slider.js +20 -14
- package/SlidingPanels.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +18 -18
- package/Switch.js +17 -31
- package/TabBar.js +60 -46
- package/TabLayout.js +4 -4
- package/Table.js +63 -55
- package/Text.js +163 -146
- package/Tooltip.js +14 -14
- package/TransitionOpen.js +69 -44
- package/WaitSpinner.js +2 -2
- package/cypress/plugins/index.ts +15 -0
- package/cypress/support/commands.ts +1 -0
- package/cypress/support/index.ts +10 -0
- package/cypress.json +12 -0
- package/package.json +18 -5
- package/types/src/Animation/Animation.d.ts +0 -1
- package/types/src/Calendar/DateTable.d.ts +0 -1
- package/types/src/Clickable/Clickable.d.ts +12 -2
- package/types/src/Clickable/NavigationProvider.d.ts +12 -2
- package/types/src/Color/Color.d.ts +3 -3
- package/types/src/Date/Date.d.ts +3 -3
- package/types/src/Date/Icon.d.ts +0 -1
- package/types/src/File/Icon.d.ts +0 -1
- package/types/src/File/IconCloud.d.ts +0 -1
- package/types/src/File/PaperClip.d.ts +0 -1
- package/types/src/File/Retry.d.ts +0 -1
- package/types/src/File/Trash.d.ts +0 -1
- package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
- package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
- package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
- package/types/src/Menu/Divider.d.ts +0 -1
- package/types/src/Message/Link.d.ts +2 -0
- package/types/src/Message/Message.d.ts +6 -1
- package/types/src/MessageBar/MessageBar.d.ts +28 -0
- package/types/src/MessageBar/index.d.ts +2 -0
- package/types/src/Modal/Modal.d.ts +3 -0
- package/types/src/Modal/ModalContext.d.ts +6 -0
- package/types/src/Monogram/Monogram.d.ts +2 -2
- package/types/src/Multiselect/Multiselect.d.ts +1 -0
- package/types/src/Number/IncrementIcon.d.ts +0 -1
- package/types/src/Number/Number.d.ts +3 -3
- package/types/src/Paginator/PageSeparator.d.ts +0 -1
- package/types/src/Popover/Popover.d.ts +1 -2
- package/types/src/RadioBar/RadioBar.d.ts +3 -3
- package/types/src/Select/Select.d.ts +8 -3
- package/types/src/Select/SelectBase.d.ts +17 -5
- package/types/src/Select/matchUtils.d.ts +12 -0
- package/types/src/Slider/Slider.d.ts +3 -3
- package/types/src/Switch/CheckIcon.d.ts +0 -1
- package/types/src/Switch/Switch.d.ts +7 -7
- package/types/src/Table/DragHandle.d.ts +0 -1
- package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
- package/types/src/Table/Toggle.d.ts +0 -1
- package/types/src/Text/IconOutlinedHide.d.ts +0 -1
- package/types/src/Text/IconOutlinedView.d.ts +0 -1
- package/types/src/Text/Text.d.ts +12 -5
- package/types/src/Tooltip/InfoIcon.d.ts +0 -1
- package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
- package/types/src/icons/Alert.d.ts +0 -1
- package/types/src/icons/AlertFilled.d.ts +0 -1
- package/types/src/icons/CaretDown.d.ts +0 -1
- package/types/src/icons/CaretRight.d.ts +0 -1
- package/types/src/icons/Check.d.ts +0 -1
- package/types/src/icons/ChevronDown.d.ts +0 -1
- package/types/src/icons/ChevronLeft.d.ts +0 -1
- package/types/src/icons/ChevronRight.d.ts +0 -1
- package/types/src/icons/CrossMark.d.ts +0 -1
- package/types/src/icons/External.d.ts +0 -1
- package/types/src/icons/InfoFilled.d.ts +0 -1
- package/types/src/icons/More.d.ts +0 -1
- package/types/src/icons/MoreVertical.d.ts +0 -1
- package/types/src/icons/Plus.d.ts +0 -1
- package/types/src/icons/SVG.d.ts +0 -1
- package/types/src/icons/Search.d.ts +0 -1
- package/types/src/icons/Sort.d.ts +0 -1
- package/types/src/icons/SortedDown.d.ts +0 -1
- package/types/src/icons/SortedUp.d.ts +0 -1
- package/types/src/icons/Success.d.ts +0 -1
- package/types/src/icons/SuccessFilled.d.ts +0 -1
- package/types/src/icons/WarningFilled.d.ts +0 -1
- package/types/src/utils/types.d.ts +0 -1
- package/unit-test-setup-testing-library.ts +9 -0
- package/usePrevious.js +2 -2
- package/types/src/Message/Banner.d.ts +0 -8
package/Card.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 120);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
|
+
/***/ (function(module, exports) {
|
|
106
|
+
|
|
107
|
+
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 120:
|
|
105
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
113
|
|
|
107
114
|
"use strict";
|
|
@@ -236,7 +243,7 @@ Footer.propTypes = Footer_propTypes;
|
|
|
236
243
|
var i18n_ = __webpack_require__(5);
|
|
237
244
|
|
|
238
245
|
// EXTERNAL MODULE: external "@splunk/react-ui/Anchor"
|
|
239
|
-
var Anchor_ = __webpack_require__(
|
|
246
|
+
var Anchor_ = __webpack_require__(84);
|
|
240
247
|
var Anchor_default = /*#__PURE__*/__webpack_require__.n(Anchor_);
|
|
241
248
|
|
|
242
249
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
@@ -252,7 +259,7 @@ var useSplunkTheme_ = __webpack_require__(38);
|
|
|
252
259
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
253
260
|
|
|
254
261
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
255
|
-
var MoreVertical = __webpack_require__(
|
|
262
|
+
var MoreVertical = __webpack_require__(61);
|
|
256
263
|
|
|
257
264
|
// CONCATENATED MODULE: ./src/Card/HeaderStyles.ts
|
|
258
265
|
|
|
@@ -381,19 +388,18 @@ function Header(_ref) {
|
|
|
381
388
|
Header.propTypes = Header_propTypes;
|
|
382
389
|
/* harmony default export */ var Card_Header = (Header);
|
|
383
390
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
384
|
-
var Clickable_ = __webpack_require__(
|
|
391
|
+
var Clickable_ = __webpack_require__(11);
|
|
385
392
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
386
393
|
|
|
387
394
|
// CONCATENATED MODULE: ./src/Card/CardStyles.ts
|
|
388
395
|
|
|
389
396
|
|
|
390
397
|
|
|
391
|
-
|
|
392
398
|
var cardTransitionTime = '0.2s';
|
|
393
399
|
var Styled = external_styled_components_default.a.div.withConfig({
|
|
394
400
|
displayName: "CardStyles__Styled",
|
|
395
401
|
componentId: "ola3x0-0"
|
|
396
|
-
})(["", ";flex-direction:column;align-items:stretch;min-width:100px;flex:1;vertical-align:top;", " transition:height ", ",width ", ",min-width ", ",max-width ", ",margin ", ",box-shadow ", ",border-color ", ";", " &[data-clickable='true']{cursor:pointer;", " &:hover{", "}&:focus{", "}}"
|
|
402
|
+
})(["", ";flex-direction:column;align-items:stretch;min-width:100px;flex:1;vertical-align:top;", " transition:height ", ",width ", ",min-width ", ",max-width ", ",margin ", ",box-shadow ", ",border-color ", ";", " &[data-clickable='true']{cursor:pointer;", " &:hover{", "}&:focus{", "}}"], themes_["mixins"].reset('inline-flex'), Object(themes_["pick"])({
|
|
397
403
|
enterprise: Object(external_styled_components_["css"])(["background-color:", ";border:1px solid transparent;"], themes_["variables"].backgroundColor),
|
|
398
404
|
prisma: Object(external_styled_components_["css"])(["background-color:", ";border-radius:", ";box-shadow:", ";"], themes_["variables"].backgroundColorSection, themes_["variables"].borderRadius, themes_["variables"].embossShadow)
|
|
399
405
|
}), cardTransitionTime, cardTransitionTime, cardTransitionTime, cardTransitionTime, cardTransitionTime, cardTransitionTime, cardTransitionTime, function (_ref) {
|
|
@@ -413,10 +419,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
413
419
|
}), Object(themes_["pick"])({
|
|
414
420
|
enterprise: Object(external_styled_components_["css"])(["box-shadow:", ";"], themes_["variables"].focusShadow),
|
|
415
421
|
prisma: Object(external_styled_components_["css"])(["box-shadow:", ";background-color:", ";"], themes_["variables"].embossShadow, themes_["mixins"].overlayColors(themes_["variables"].backgroundColorSection, themes_["variables"].interactiveColorOverlayHover))
|
|
416
|
-
})
|
|
417
|
-
var rendersAsButton = _ref3.rendersAsButton;
|
|
418
|
-
return rendersAsButton && Object(external_styled_components_["css"])(["& ", "{flex-basis:0;}"], StyledBox);
|
|
419
|
-
});
|
|
422
|
+
}));
|
|
420
423
|
var StyledClickable = Styled.withComponent(Clickable_default.a);
|
|
421
424
|
/* A child element we add to <button>s to make flexbox work.
|
|
422
425
|
Without this wrapper element, child elements won't flex
|
|
@@ -434,7 +437,7 @@ var StyledFirefoxFlexHack = external_styled_components_default.a.div.withConfig(
|
|
|
434
437
|
}));
|
|
435
438
|
|
|
436
439
|
// EXTERNAL MODULE: ./src/CardLayout/CardLayoutContext.tsx
|
|
437
|
-
var CardLayoutContext = __webpack_require__(
|
|
440
|
+
var CardLayoutContext = __webpack_require__(63);
|
|
438
441
|
|
|
439
442
|
// CONCATENATED MODULE: ./src/Card/Card.tsx
|
|
440
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); }
|
|
@@ -607,7 +610,6 @@ var Card_Card = /*#__PURE__*/function (_Component) {
|
|
|
607
610
|
}, _sharedProps, _otherProps, {
|
|
608
611
|
onClick: onClick ? this.handleCardClick : undefined,
|
|
609
612
|
openInNewContext: openInNewContext,
|
|
610
|
-
rendersAsButton: onClick && !to,
|
|
611
613
|
to: to || undefined
|
|
612
614
|
}), /*#__PURE__*/external_react_default.a.createElement(StyledFirefoxFlexHack, null, _children));
|
|
613
615
|
}
|
|
@@ -653,13 +655,6 @@ _defineProperty(Card_Card, "Footer", Card_Footer);
|
|
|
653
655
|
|
|
654
656
|
|
|
655
657
|
|
|
656
|
-
/***/ }),
|
|
657
|
-
|
|
658
|
-
/***/ 12:
|
|
659
|
-
/***/ (function(module, exports) {
|
|
660
|
-
|
|
661
|
-
module.exports = require("@splunk/react-ui/Clickable");
|
|
662
|
-
|
|
663
658
|
/***/ }),
|
|
664
659
|
|
|
665
660
|
/***/ 17:
|
|
@@ -704,14 +699,39 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
704
699
|
|
|
705
700
|
/***/ }),
|
|
706
701
|
|
|
707
|
-
/***/
|
|
702
|
+
/***/ 6:
|
|
703
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
704
|
+
|
|
705
|
+
"use strict";
|
|
706
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
707
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
708
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
709
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
710
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
711
|
+
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); }
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
716
|
+
displayName: "SVG__Styled",
|
|
717
|
+
componentId: "sc-1bz0ryh-0"
|
|
718
|
+
})(["flex:0 0 auto;"]);
|
|
719
|
+
function SVG(props) {
|
|
720
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
721
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
722
|
+
}, props));
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
/***/ }),
|
|
726
|
+
|
|
727
|
+
/***/ 61:
|
|
708
728
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
709
729
|
|
|
710
730
|
"use strict";
|
|
711
731
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
712
732
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
713
733
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
714
|
-
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
734
|
+
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(62);
|
|
715
735
|
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
|
|
716
736
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
717
737
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -742,14 +762,14 @@ function MoreVertical(props) {
|
|
|
742
762
|
|
|
743
763
|
/***/ }),
|
|
744
764
|
|
|
745
|
-
/***/
|
|
765
|
+
/***/ 62:
|
|
746
766
|
/***/ (function(module, exports) {
|
|
747
767
|
|
|
748
768
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
|
749
769
|
|
|
750
770
|
/***/ }),
|
|
751
771
|
|
|
752
|
-
/***/
|
|
772
|
+
/***/ 63:
|
|
753
773
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
754
774
|
|
|
755
775
|
"use strict";
|
|
@@ -763,31 +783,6 @@ CardLayoutContext.displayName = 'CardLayout';
|
|
|
763
783
|
|
|
764
784
|
/***/ }),
|
|
765
785
|
|
|
766
|
-
/***/ 6:
|
|
767
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
768
|
-
|
|
769
|
-
"use strict";
|
|
770
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
771
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
772
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
773
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
774
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
775
|
-
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); }
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
780
|
-
displayName: "SVG__Styled",
|
|
781
|
-
componentId: "sc-1bz0ryh-0"
|
|
782
|
-
})(["flex:0 0 auto;"]);
|
|
783
|
-
function SVG(props) {
|
|
784
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
785
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
786
|
-
}, props));
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/***/ }),
|
|
790
|
-
|
|
791
786
|
/***/ 7:
|
|
792
787
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
793
788
|
|
|
@@ -906,17 +901,17 @@ Icon.defaultProps = defaultProps;
|
|
|
906
901
|
|
|
907
902
|
/***/ }),
|
|
908
903
|
|
|
909
|
-
/***/
|
|
904
|
+
/***/ 8:
|
|
910
905
|
/***/ (function(module, exports) {
|
|
911
906
|
|
|
912
|
-
module.exports = require("@splunk/react-ui/
|
|
907
|
+
module.exports = require("@splunk/react-ui/Box");
|
|
913
908
|
|
|
914
909
|
/***/ }),
|
|
915
910
|
|
|
916
|
-
/***/
|
|
911
|
+
/***/ 84:
|
|
917
912
|
/***/ (function(module, exports) {
|
|
918
913
|
|
|
919
|
-
module.exports = require("@splunk/react-ui/
|
|
914
|
+
module.exports = require("@splunk/react-ui/Anchor");
|
|
920
915
|
|
|
921
916
|
/***/ })
|
|
922
917
|
|
package/CardLayout.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 153);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 153:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -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__(63);
|
|
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
|
+
/***/ 63:
|
|
232
232
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
233
233
|
|
|
234
234
|
"use strict";
|
package/Chip.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 154);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 154:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -129,7 +129,7 @@ var color_ = __webpack_require__(33);
|
|
|
129
129
|
var i18n_ = __webpack_require__(5);
|
|
130
130
|
|
|
131
131
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
132
|
-
var omit_ = __webpack_require__(
|
|
132
|
+
var omit_ = __webpack_require__(43);
|
|
133
133
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "prop-types"
|
|
@@ -137,14 +137,14 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
137
137
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
140
|
-
var CrossMark = __webpack_require__(
|
|
140
|
+
var CrossMark = __webpack_require__(20);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "styled-components"
|
|
143
143
|
var external_styled_components_ = __webpack_require__(3);
|
|
144
144
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
145
145
|
|
|
146
146
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
147
|
-
var Clickable_ = __webpack_require__(
|
|
147
|
+
var Clickable_ = __webpack_require__(11);
|
|
148
148
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
149
149
|
|
|
150
150
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -552,14 +552,14 @@ module.exports = require("react");
|
|
|
552
552
|
|
|
553
553
|
/***/ }),
|
|
554
554
|
|
|
555
|
-
/***/
|
|
555
|
+
/***/ 20:
|
|
556
556
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
557
557
|
|
|
558
558
|
"use strict";
|
|
559
559
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
560
560
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
561
561
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
562
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
562
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
|
|
563
563
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
564
564
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
565
565
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -602,7 +602,7 @@ function CrossMark(props) {
|
|
|
602
602
|
|
|
603
603
|
/***/ }),
|
|
604
604
|
|
|
605
|
-
/***/
|
|
605
|
+
/***/ 22:
|
|
606
606
|
/***/ (function(module, exports) {
|
|
607
607
|
|
|
608
608
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -623,7 +623,7 @@ module.exports = require("@splunk/ui-utils/color");
|
|
|
623
623
|
|
|
624
624
|
/***/ }),
|
|
625
625
|
|
|
626
|
-
/***/
|
|
626
|
+
/***/ 43:
|
|
627
627
|
/***/ (function(module, exports) {
|
|
628
628
|
|
|
629
629
|
module.exports = require("lodash/omit");
|
package/Clickable.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 140);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 140:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -177,9 +177,10 @@ var StyledA = external_styled_components_default.a.a.withConfig({
|
|
|
177
177
|
|
|
178
178
|
var propTypes = {
|
|
179
179
|
children: external_prop_types_default.a.node,
|
|
180
|
-
onClick: external_prop_types_default.a.func
|
|
180
|
+
onClick: external_prop_types_default.a.func,
|
|
181
|
+
prefix: external_prop_types_default.a.string
|
|
181
182
|
};
|
|
182
|
-
var NavigationContext = /*#__PURE__*/external_react_default.a.createContext(
|
|
183
|
+
var NavigationContext = /*#__PURE__*/external_react_default.a.createContext({});
|
|
183
184
|
/**
|
|
184
185
|
* Used to provide an override for the `onClick` for links for single page applications so that
|
|
185
186
|
* internal links can navigate without a page reload.
|
|
@@ -187,17 +188,21 @@ var NavigationContext = /*#__PURE__*/external_react_default.a.createContext(unde
|
|
|
187
188
|
|
|
188
189
|
function NavigationProvider(_ref) {
|
|
189
190
|
var children = _ref.children,
|
|
190
|
-
onClick = _ref.onClick
|
|
191
|
+
onClick = _ref.onClick,
|
|
192
|
+
prefix = _ref.prefix;
|
|
191
193
|
// @docs-props-type NavigationProviderProps
|
|
192
194
|
return /*#__PURE__*/external_react_default.a.createElement(NavigationContext.Provider, {
|
|
193
|
-
value:
|
|
195
|
+
value: {
|
|
196
|
+
onClick: onClick,
|
|
197
|
+
prefix: prefix
|
|
198
|
+
}
|
|
194
199
|
}, children);
|
|
195
200
|
}
|
|
196
201
|
|
|
197
202
|
NavigationProvider.propTypes = propTypes;
|
|
198
203
|
|
|
199
204
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
200
|
-
var updateReactRef = __webpack_require__(
|
|
205
|
+
var updateReactRef = __webpack_require__(12);
|
|
201
206
|
|
|
202
207
|
// CONCATENATED MODULE: ./src/Clickable/Clickable.tsx
|
|
203
208
|
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); }
|
|
@@ -239,8 +244,9 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
239
244
|
|
|
240
245
|
var WITH_SCHEME = /^[a-z0-9]+:/;
|
|
241
246
|
var SCHEME_RELATIVE = /^\/\//;
|
|
247
|
+
var IS_RELATIVE = /^\//;
|
|
242
248
|
var isInternalLink = function isInternalLink(to) {
|
|
243
|
-
return !WITH_SCHEME.test(to) && !SCHEME_RELATIVE.test(to);
|
|
249
|
+
return to != null && !WITH_SCHEME.test(to) && !SCHEME_RELATIVE.test(to);
|
|
244
250
|
};
|
|
245
251
|
var Clickable_propTypes = {
|
|
246
252
|
children: external_prop_types_default.a.node,
|
|
@@ -248,6 +254,7 @@ var Clickable_propTypes = {
|
|
|
248
254
|
elementRef: external_prop_types_default.a.oneOfType([external_prop_types_default.a.func, external_prop_types_default.a.object]),
|
|
249
255
|
onClick: external_prop_types_default.a.func,
|
|
250
256
|
openInNewContext: external_prop_types_default.a.bool,
|
|
257
|
+
navigationLabel: external_prop_types_default.a.string,
|
|
251
258
|
to: external_prop_types_default.a.string
|
|
252
259
|
};
|
|
253
260
|
var defaultProps = {
|
|
@@ -258,6 +265,14 @@ var defaultProps = {
|
|
|
258
265
|
function isLink(props) {
|
|
259
266
|
return !!props.to && !props.disabled;
|
|
260
267
|
}
|
|
268
|
+
|
|
269
|
+
function getPrefixedURL(to, prefix) {
|
|
270
|
+
if (prefix != null && isInternalLink(to) && IS_RELATIVE.test(to)) {
|
|
271
|
+
return "".concat(prefix).concat(to);
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
return to;
|
|
275
|
+
}
|
|
261
276
|
/**
|
|
262
277
|
* `Clickable` renders as a `button` element, or as an `a` element if the `to` prop is set
|
|
263
278
|
* and the `disabled` prop is `false`. This is called link mode.
|
|
@@ -302,9 +317,17 @@ var Clickable_Clickable = /*#__PURE__*/function (_Component) {
|
|
|
302
317
|
if (_this.props.onClick) {
|
|
303
318
|
_this.props.onClick(e);
|
|
304
319
|
} else if (isLink(_this.props) && providedOnClick) {
|
|
320
|
+
var prefix = _this.context.prefix;
|
|
321
|
+
var label = _this.props.navigationLabel;
|
|
322
|
+
|
|
323
|
+
if (!label && Object(external_lodash_["isString"])(_this.props.children)) {
|
|
324
|
+
label = _this.props.children;
|
|
325
|
+
}
|
|
326
|
+
|
|
305
327
|
providedOnClick(e, {
|
|
306
|
-
to: _this.props.to,
|
|
307
|
-
openInNewContext: _this.props.openInNewContext
|
|
328
|
+
to: getPrefixedURL(_this.props.to, prefix),
|
|
329
|
+
openInNewContext: _this.props.openInNewContext,
|
|
330
|
+
label: label
|
|
308
331
|
});
|
|
309
332
|
}
|
|
310
333
|
};
|
|
@@ -329,7 +352,10 @@ var Clickable_Clickable = /*#__PURE__*/function (_Component) {
|
|
|
329
352
|
}, {
|
|
330
353
|
key: "render",
|
|
331
354
|
value: function render() {
|
|
332
|
-
var
|
|
355
|
+
var _this$context = this.context,
|
|
356
|
+
onClick = _this$context.onClick,
|
|
357
|
+
prefix = _this$context.prefix;
|
|
358
|
+
var handleOnClick = this.createHandleOnClick(onClick); // Only set the href attribute when enabled, and therefore using an <a> tag
|
|
333
359
|
|
|
334
360
|
if (isLink(this.props)) {
|
|
335
361
|
var _this$props = this.props,
|
|
@@ -343,10 +369,10 @@ var Clickable_Clickable = /*#__PURE__*/function (_Component) {
|
|
|
343
369
|
return /*#__PURE__*/external_react_default.a.createElement(StyledA, _extends({
|
|
344
370
|
"data-test": "clickable",
|
|
345
371
|
ref: this.handleMount,
|
|
346
|
-
href: to,
|
|
372
|
+
href: getPrefixedURL(this.props.to, prefix),
|
|
347
373
|
target: target,
|
|
348
374
|
rel: rel,
|
|
349
|
-
onClick:
|
|
375
|
+
onClick: handleOnClick
|
|
350
376
|
}, Object(external_lodash_["omit"])(_otherProps, 'disabled', 'elementRef', 'onClick')), _children);
|
|
351
377
|
} // button variant
|
|
352
378
|
|
|
@@ -361,7 +387,7 @@ var Clickable_Clickable = /*#__PURE__*/function (_Component) {
|
|
|
361
387
|
"data-test": "clickable",
|
|
362
388
|
ref: this.handleMount,
|
|
363
389
|
type: type || 'button',
|
|
364
|
-
onClick:
|
|
390
|
+
onClick: handleOnClick
|
|
365
391
|
}, Object(external_lodash_["omit"])(otherProps, 'elementRef', 'onClick', 'openInNewContext', 'to')), children);
|
|
366
392
|
}
|
|
367
393
|
}]);
|
package/CloseButton.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 = 155);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 155:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,14 +123,14 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var i18n_ = __webpack_require__(5);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
126
|
-
var CrossMark = __webpack_require__(
|
|
126
|
+
var CrossMark = __webpack_require__(20);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "styled-components"
|
|
129
129
|
var external_styled_components_ = __webpack_require__(3);
|
|
130
130
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/react-ui/ButtonSimple"
|
|
133
|
-
var ButtonSimple_ = __webpack_require__(
|
|
133
|
+
var ButtonSimple_ = __webpack_require__(45);
|
|
134
134
|
var ButtonSimple_default = /*#__PURE__*/__webpack_require__.n(ButtonSimple_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -194,14 +194,14 @@ module.exports = require("react");
|
|
|
194
194
|
|
|
195
195
|
/***/ }),
|
|
196
196
|
|
|
197
|
-
/***/
|
|
197
|
+
/***/ 20:
|
|
198
198
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
199
199
|
|
|
200
200
|
"use strict";
|
|
201
201
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return CrossMark; });
|
|
202
202
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
203
203
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
204
|
-
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
204
|
+
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(22);
|
|
205
205
|
/* harmony import */ var _splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Close__WEBPACK_IMPORTED_MODULE_1__);
|
|
206
206
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
207
207
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -244,7 +244,7 @@ function CrossMark(props) {
|
|
|
244
244
|
|
|
245
245
|
/***/ }),
|
|
246
246
|
|
|
247
|
-
/***/
|
|
247
|
+
/***/ 22:
|
|
248
248
|
/***/ (function(module, exports) {
|
|
249
249
|
|
|
250
250
|
module.exports = require("@splunk/react-icons/Close");
|
|
@@ -258,7 +258,7 @@ module.exports = require("styled-components");
|
|
|
258
258
|
|
|
259
259
|
/***/ }),
|
|
260
260
|
|
|
261
|
-
/***/
|
|
261
|
+
/***/ 45:
|
|
262
262
|
/***/ (function(module, exports) {
|
|
263
263
|
|
|
264
264
|
module.exports = require("@splunk/react-ui/ButtonSimple");
|
package/Code.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 = 156);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 156:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -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__(81);
|
|
127
127
|
var prism_empty_default = /*#__PURE__*/__webpack_require__.n(prism_empty);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -139,11 +139,11 @@ var themes_ = __webpack_require__(0);
|
|
|
139
139
|
var Styled = external_styled_components_default.a.pre.withConfig({
|
|
140
140
|
displayName: "CodeStyles__Styled",
|
|
141
141
|
componentId: "sc-1eq4k68-0"
|
|
142
|
-
})(["", ";", " line-height:17px;text-align:left;tab-size:4;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;hyphens:none;overflow-x:auto;margin-bottom:1.3em;"], themes_["mixins"].reset('block'), Object(themes_["pick"])({
|
|
142
|
+
})(["", ";", " line-height:17px;text-align:left;tab-size:4;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;hyphens:none;overflow-x:auto;margin-bottom:1.3em;&:focus-visible{outline:solid ", ";}"], themes_["mixins"].reset('block'), Object(themes_["pick"])({
|
|
143
143
|
enterprise: {
|
|
144
144
|
dark: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].gray92)
|
|
145
145
|
}
|
|
146
|
-
}));
|
|
146
|
+
}), themes_["variables"].focusColor);
|
|
147
147
|
var StyledCode = external_styled_components_default.a.code.withConfig({
|
|
148
148
|
displayName: "CodeStyles__StyledCode",
|
|
149
149
|
componentId: "sc-1eq4k68-1"
|
|
@@ -343,7 +343,8 @@ function Code(_ref) {
|
|
|
343
343
|
var codeContent = render(tokens);
|
|
344
344
|
return /*#__PURE__*/external_react_default.a.createElement(Styled, _extends({
|
|
345
345
|
"data-test": "code",
|
|
346
|
-
ref: elementRef
|
|
346
|
+
ref: elementRef,
|
|
347
|
+
tabIndex: 0
|
|
347
348
|
}, otherProps), /*#__PURE__*/external_react_default.a.createElement(StyledCode, {
|
|
348
349
|
className: "language-".concat(language)
|
|
349
350
|
}, codeContent));
|
|
@@ -377,7 +378,7 @@ module.exports = require("lodash");
|
|
|
377
378
|
|
|
378
379
|
/***/ }),
|
|
379
380
|
|
|
380
|
-
/***/
|
|
381
|
+
/***/ 81:
|
|
381
382
|
/***/ (function(module, exports, __webpack_require__) {
|
|
382
383
|
|
|
383
384
|
|