@splunk/react-ui 4.6.0 → 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 +7 -7
- 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 +23 -3
- package/Calendar.js +16 -16
- package/Card.js +46 -46
- package/CardLayout.js +4 -4
- package/Chip.js +10 -10
- package/Clickable.js +4 -4
- package/CloseButton.js +8 -8
- package/Code.js +4 -4
- package/CollapsiblePanel.js +9 -9
- package/Color.js +20 -20
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +8 -8
- package/Concertina.js +15 -15
- package/ControlGroup.js +12 -12
- 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 +26 -26
- package/FormRows.js +13 -13
- 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 +17 -17
- package/Menu.js +134 -69
- package/Message.js +246 -305
- package/MessageBar.d.ts +2 -0
- package/MessageBar.js +789 -0
- package/Modal.js +58 -53
- package/ModalLayer.js +5 -4
- package/Monogram.js +4 -4
- package/Multiselect.js +50 -41
- 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 +44 -35
- package/SidePanel.js +6 -6
- package/Slider.js +14 -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 +55 -48
- package/Text.js +30 -30
- package/Tooltip.js +14 -14
- package/TransitionOpen.js +9 -9
- package/WaitSpinner.js +2 -2
- package/cypress/support/index.ts +1 -0
- package/package.json +7 -3
- package/types/src/Animation/Animation.d.ts +0 -1
- package/types/src/Calendar/DateTable.d.ts +0 -1
- 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 +1 -0
- package/types/src/Monogram/Monogram.d.ts +2 -2
- package/types/src/Number/IncrementIcon.d.ts +0 -1
- package/types/src/Paginator/PageSeparator.d.ts +0 -1
- package/types/src/Popover/Popover.d.ts +1 -2
- package/types/src/Select/SelectBase.d.ts +1 -1
- 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/Tooltip/InfoIcon.d.ts +0 -1
- 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/Modal.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 118);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 118:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -133,11 +133,11 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
133
133
|
var external_lodash_ = __webpack_require__(4);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "@splunk/react-ui/ModalLayer"
|
|
136
|
-
var ModalLayer_ = __webpack_require__(
|
|
136
|
+
var ModalLayer_ = __webpack_require__(77);
|
|
137
137
|
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: external "@splunk/ui-utils/focus"
|
|
140
|
-
var focus_ = __webpack_require__(
|
|
140
|
+
var focus_ = __webpack_require__(26);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
143
143
|
var id_ = __webpack_require__(10);
|
|
@@ -163,7 +163,7 @@ var themes_ = __webpack_require__(0);
|
|
|
163
163
|
var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
|
|
164
164
|
displayName: "BodyStyles__StyledBox",
|
|
165
165
|
componentId: "lv54z7-0"
|
|
166
|
-
})(["background-color:", ";", "
|
|
166
|
+
})(["background-color:", ";", " flex:0 1 auto;overflow:auto;@media all and (-ms-high-contrast:none){*::-ms-backdrop,&{max-height:calc(100vh - 180px);}}"], Object(themes_["pick"])({
|
|
167
167
|
enterprise: themes_["variables"].backgroundColor,
|
|
168
168
|
prisma: themes_["variables"].backgroundColorDialog
|
|
169
169
|
}), Object(themes_["pick"])({
|
|
@@ -175,8 +175,6 @@ var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
|
|
|
175
175
|
comfortable: Object(external_styled_components_["css"])(["padding:12px 24px;&:first-child{padding-top:36px;}&:last-child{padding-bottom:36px;}"]),
|
|
176
176
|
compact: Object(external_styled_components_["css"])(["padding:8px 24px;&:first-child{padding-top:26px;}&:last-child{padding-bottom:26px;}"])
|
|
177
177
|
}
|
|
178
|
-
}), Object(themes_["pick"])({
|
|
179
|
-
prisma: Object(external_styled_components_["css"])(["color:", ";"], themes_["variables"].contentColorActive)
|
|
180
178
|
}));
|
|
181
179
|
|
|
182
180
|
// CONCATENATED MODULE: ./src/Modal/Body.tsx
|
|
@@ -281,7 +279,7 @@ function Footer(_ref) {
|
|
|
281
279
|
Footer.propTypes = Footer_propTypes;
|
|
282
280
|
/* harmony default export */ var Modal_Footer = (Footer);
|
|
283
281
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
284
|
-
var CloseButton_ = __webpack_require__(
|
|
282
|
+
var CloseButton_ = __webpack_require__(67);
|
|
285
283
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
286
284
|
|
|
287
285
|
// CONCATENATED MODULE: ./src/Modal/HeaderStyles.ts
|
|
@@ -322,10 +320,10 @@ var StyledTitleWrapper = external_styled_components_default.a.div.withConfig({
|
|
|
322
320
|
displayName: "HeaderStyles__StyledTitleWrapper",
|
|
323
321
|
componentId: "sc-1y722ut-1"
|
|
324
322
|
})(["", ";flex-direction:column;"], themes_["mixins"].reset('flex'));
|
|
325
|
-
var StyledIcon = external_styled_components_default.a.
|
|
323
|
+
var StyledIcon = external_styled_components_default.a.div.withConfig({
|
|
326
324
|
displayName: "HeaderStyles__StyledIcon",
|
|
327
325
|
componentId: "sc-1y722ut-2"
|
|
328
|
-
})(["margin-right:
|
|
326
|
+
})(["display:inline-flex;align-items:center;justify-content:center;margin-right:", ";", " width:", ";height:", ";flex-shrink:0;"], themes_["variables"].spacingLarge, Object(themes_["pick"])({
|
|
329
327
|
prisma: Object(external_styled_components_["css"])(["background-color:", ";"], themes_["variables"].transparent)
|
|
330
328
|
}), Object(themes_["pick"])({
|
|
331
329
|
comfortable: '40px',
|
|
@@ -441,7 +439,7 @@ var Styled = external_styled_components_default()(external_react_spring_["animat
|
|
|
441
439
|
componentId: "sc-5fn8ds-0"
|
|
442
440
|
})(["", ";flex-direction:column;position:fixed;left:50%;transform:translateX(-50%);z-index:", ";", ""], themes_["mixins"].reset('flex'), themes_["variables"].zindexModal, Object(themes_["pick"])({
|
|
443
441
|
enterprise: Object(external_styled_components_["css"])(["box-shadow:0 1px 5px ", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);"], themes_["variables"].black, themes_["variables"].spacing, themes_["variables"].spacing),
|
|
444
|
-
prisma: Object(external_styled_components_["css"])(["box-shadow:", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);"], themes_["variables"].modalShadow, themes_["variables"].spacingXLarge, themes_["variables"].spacingXLarge)
|
|
442
|
+
prisma: Object(external_styled_components_["css"])(["box-shadow:", ";max-height:calc(100vh - ", " * 4);max-width:calc(100vw - ", " * 4);border-radius:", ";overflow:hidden;"], themes_["variables"].modalShadow, themes_["variables"].spacingXLarge, themes_["variables"].spacingXLarge, themes_["variables"].borderRadius)
|
|
445
443
|
}));
|
|
446
444
|
|
|
447
445
|
// CONCATENATED MODULE: ./src/Modal/Modal.tsx
|
|
@@ -552,35 +550,43 @@ var Modal_Modal = /*#__PURE__*/function (_Component) {
|
|
|
552
550
|
});
|
|
553
551
|
|
|
554
552
|
_defineProperty(_assertThisInitialized(_this), "handleInitialFocus", function () {
|
|
555
|
-
var
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
// doesn't work for all values of "initialFocus"
|
|
559
|
-
// and it has a nested defer() call, which we want to avoid
|
|
560
|
-
|
|
561
|
-
if (_this.initialFocus !== initialFocus) {
|
|
562
|
-
if (initialFocus === 'first') {
|
|
563
|
-
if (_this.el) {
|
|
564
|
-
/* eslint-disable prefer-destructuring */
|
|
565
|
-
|
|
566
|
-
/* prefer-desturucting leads to harder-to-read syntax in this case */
|
|
567
|
-
focusTarget = Object(focus_["getSortedTabbableElements"])(_this.el)[0];
|
|
568
|
-
/* eslint-enable prefer-destructuring */
|
|
569
|
-
}
|
|
570
|
-
} else if (initialFocus === 'container') {
|
|
571
|
-
focusTarget = _this.el;
|
|
572
|
-
} else if (_typeof(initialFocus) === 'object') {
|
|
573
|
-
focusTarget = initialFocus;
|
|
574
|
-
} // Typescript isn't happy with optional chaining here
|
|
553
|
+
var _this$props = _this.props,
|
|
554
|
+
initialFocus = _this$props.initialFocus,
|
|
555
|
+
open = _this$props.open;
|
|
575
556
|
|
|
557
|
+
if (open) {
|
|
558
|
+
_this.initialFocusTimeoutId = Object(external_lodash_["defer"])(function () {
|
|
559
|
+
var focusTarget; // not using the takeFocus() util here because it
|
|
560
|
+
// doesn't work for all values of "initialFocus"
|
|
561
|
+
// and it has a nested defer() call, which we want to avoid
|
|
562
|
+
|
|
563
|
+
if (_this.initialFocus !== initialFocus) {
|
|
564
|
+
if (initialFocus === 'first') {
|
|
565
|
+
if (_this.el) {
|
|
566
|
+
/* eslint-disable prefer-destructuring */
|
|
567
|
+
|
|
568
|
+
/* prefer-desturucting leads to harder-to-read syntax in this case */
|
|
569
|
+
focusTarget = Object(focus_["getSortedTabbableElements"])(_this.el)[0];
|
|
570
|
+
/* eslint-enable prefer-destructuring */
|
|
571
|
+
}
|
|
572
|
+
} else if (initialFocus === 'container') {
|
|
573
|
+
focusTarget = _this.el;
|
|
574
|
+
} else if (_typeof(initialFocus) === 'object') {
|
|
575
|
+
focusTarget = initialFocus;
|
|
576
|
+
} // Typescript isn't happy with optional chaining here
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
if (focusTarget != null && 'focus' in focusTarget) {
|
|
580
|
+
focusTarget.focus();
|
|
581
|
+
}
|
|
576
582
|
|
|
577
|
-
|
|
578
|
-
focusTarget.focus();
|
|
583
|
+
_this.initialFocus = initialFocus;
|
|
579
584
|
}
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
585
|
+
});
|
|
586
|
+
} else {
|
|
587
|
+
_this.initialFocus = null;
|
|
588
|
+
clearTimeout(_this.initialFocusTimeoutId);
|
|
589
|
+
}
|
|
584
590
|
});
|
|
585
591
|
|
|
586
592
|
_defineProperty(_assertThisInitialized(_this), "handleModalMount", function (element) {
|
|
@@ -594,16 +600,16 @@ var Modal_Modal = /*#__PURE__*/function (_Component) {
|
|
|
594
600
|
});
|
|
595
601
|
|
|
596
602
|
_defineProperty(_assertThisInitialized(_this), "handleRequestClose", function (e) {
|
|
597
|
-
var _this$props$onRequest, _this$
|
|
603
|
+
var _this$props$onRequest, _this$props2;
|
|
598
604
|
|
|
599
605
|
_this.initialFocus = null;
|
|
600
|
-
(_this$props$onRequest = (_this$
|
|
606
|
+
(_this$props$onRequest = (_this$props2 = _this.props).onRequestClose) === null || _this$props$onRequest === void 0 ? void 0 : _this$props$onRequest.call(_this$props2, e);
|
|
601
607
|
});
|
|
602
608
|
|
|
603
609
|
_defineProperty(_assertThisInitialized(_this), "renderModal", function (interpolatedStyle) {
|
|
604
|
-
var _this$
|
|
605
|
-
style = _this$
|
|
606
|
-
children = _this$
|
|
610
|
+
var _this$props3 = _this.props,
|
|
611
|
+
style = _this$props3.style,
|
|
612
|
+
children = _this$props3.children;
|
|
607
613
|
var top = interpolatedStyle.top,
|
|
608
614
|
opacity = interpolatedStyle.opacity;
|
|
609
615
|
var clonedChildren = external_react_["Children"].toArray(children).filter(external_react_["isValidElement"]);
|
|
@@ -631,11 +637,14 @@ var Modal_Modal = /*#__PURE__*/function (_Component) {
|
|
|
631
637
|
}
|
|
632
638
|
|
|
633
639
|
_createClass(Modal, [{
|
|
640
|
+
key: "componentDidMount",
|
|
641
|
+
value: function componentDidMount() {
|
|
642
|
+
this.handleInitialFocus();
|
|
643
|
+
}
|
|
644
|
+
}, {
|
|
634
645
|
key: "componentDidUpdate",
|
|
635
646
|
value: function componentDidUpdate(prevProps) {
|
|
636
|
-
var
|
|
637
|
-
initialFocus = _this$props3.initialFocus,
|
|
638
|
-
open = _this$props3.open;
|
|
647
|
+
var initialFocus = this.props.initialFocus;
|
|
639
648
|
|
|
640
649
|
if (prevProps.initialFocus !== initialFocus) {
|
|
641
650
|
// cancel the defer() set up in handleInitialFocus()
|
|
@@ -643,11 +652,7 @@ var Modal_Modal = /*#__PURE__*/function (_Component) {
|
|
|
643
652
|
clearTimeout(this.initialFocusTimeoutId);
|
|
644
653
|
}
|
|
645
654
|
|
|
646
|
-
|
|
647
|
-
this.handleInitialFocus();
|
|
648
|
-
} else {
|
|
649
|
-
this.initialFocus = null;
|
|
650
|
-
}
|
|
655
|
+
this.handleInitialFocus();
|
|
651
656
|
}
|
|
652
657
|
}, {
|
|
653
658
|
key: "render",
|
|
@@ -697,7 +702,7 @@ module.exports = require("react");
|
|
|
697
702
|
|
|
698
703
|
/***/ }),
|
|
699
704
|
|
|
700
|
-
/***/
|
|
705
|
+
/***/ 26:
|
|
701
706
|
/***/ (function(module, exports) {
|
|
702
707
|
|
|
703
708
|
module.exports = require("@splunk/ui-utils/focus");
|
|
@@ -725,14 +730,14 @@ module.exports = require("lodash");
|
|
|
725
730
|
|
|
726
731
|
/***/ }),
|
|
727
732
|
|
|
728
|
-
/***/
|
|
733
|
+
/***/ 67:
|
|
729
734
|
/***/ (function(module, exports) {
|
|
730
735
|
|
|
731
736
|
module.exports = require("@splunk/react-ui/CloseButton");
|
|
732
737
|
|
|
733
738
|
/***/ }),
|
|
734
739
|
|
|
735
|
-
/***/
|
|
740
|
+
/***/ 77:
|
|
736
741
|
/***/ (function(module, exports) {
|
|
737
742
|
|
|
738
743
|
module.exports = require("@splunk/react-ui/ModalLayer");
|
package/ModalLayer.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 = 163);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 163:
|
|
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 Animation_ = __webpack_require__(30);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: external "@splunk/react-ui/Layer"
|
|
126
|
-
var Layer_ = __webpack_require__(
|
|
126
|
+
var Layer_ = __webpack_require__(55);
|
|
127
127
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -243,6 +243,7 @@ var ModalLayer_ModalLayer = /*#__PURE__*/function (_Component) {
|
|
|
243
243
|
return /*#__PURE__*/external_react_default.a.createElement("div", null,
|
|
244
244
|
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
|
|
245
245
|
renderModal(interpolatedStyle), open && useLayerForClickAway && /*#__PURE__*/external_react_default.a.createElement(StyledClickAwayOverlay, {
|
|
246
|
+
"data-test": "modal-overlay",
|
|
246
247
|
onMouseDown: _this.handleClickAway,
|
|
247
248
|
key: "clickAway",
|
|
248
249
|
style: {
|
|
@@ -328,7 +329,7 @@ module.exports = require("@splunk/react-ui/Animation");
|
|
|
328
329
|
|
|
329
330
|
/***/ }),
|
|
330
331
|
|
|
331
|
-
/***/
|
|
332
|
+
/***/ 55:
|
|
332
333
|
/***/ (function(module, exports) {
|
|
333
334
|
|
|
334
335
|
module.exports = require("@splunk/react-ui/Layer");
|
package/Monogram.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 = 164);
|
|
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
|
+
/***/ 164:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -135,7 +135,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
135
135
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
138
|
-
var Clickable_ = __webpack_require__(
|
|
138
|
+
var Clickable_ = __webpack_require__(11);
|
|
139
139
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: external "@splunk/themes"
|
package/Multiselect.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 = 128);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,14 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 100:
|
|
112
|
+
/***/ (function(module, exports) {
|
|
113
|
+
|
|
114
|
+
module.exports = require("@splunk/react-ui/Chip");
|
|
115
|
+
|
|
116
|
+
/***/ }),
|
|
117
|
+
|
|
118
|
+
/***/ 12:
|
|
112
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
120
|
|
|
114
121
|
"use strict";
|
|
@@ -135,7 +142,7 @@ function updateReactRef(ref, current) {
|
|
|
135
142
|
|
|
136
143
|
/***/ }),
|
|
137
144
|
|
|
138
|
-
/***/
|
|
145
|
+
/***/ 128:
|
|
139
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
147
|
|
|
141
148
|
"use strict";
|
|
@@ -312,7 +319,7 @@ _defineProperty(Option_Option, "defaultProps", defaultProps);
|
|
|
312
319
|
|
|
313
320
|
/* harmony default export */ var Multiselect_Option = (Option_Option);
|
|
314
321
|
// EXTERNAL MODULE: ./src/Select/SelectBase.tsx + 2 modules
|
|
315
|
-
var SelectBase = __webpack_require__(
|
|
322
|
+
var SelectBase = __webpack_require__(42);
|
|
316
323
|
|
|
317
324
|
// CONCATENATED MODULE: ./src/Multiselect/Compact.tsx
|
|
318
325
|
function Compact_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Compact_typeof = function _typeof(obj) { return typeof obj; }; } else { Compact_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Compact_typeof(obj); }
|
|
@@ -462,7 +469,7 @@ Compact_defineProperty(Compact_Compact, "Heading", Menu_["Heading"]);
|
|
|
462
469
|
|
|
463
470
|
/* harmony default export */ var Multiselect_Compact = (Compact_Compact);
|
|
464
471
|
// EXTERNAL MODULE: external "@splunk/ui-utils/filter"
|
|
465
|
-
var filter_ = __webpack_require__(
|
|
472
|
+
var filter_ = __webpack_require__(25);
|
|
466
473
|
|
|
467
474
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
468
475
|
var id_ = __webpack_require__(10);
|
|
@@ -471,7 +478,7 @@ var id_ = __webpack_require__(10);
|
|
|
471
478
|
var keyboard_ = __webpack_require__(9);
|
|
472
479
|
|
|
473
480
|
// EXTERNAL MODULE: external "@splunk/react-ui/Chip"
|
|
474
|
-
var Chip_ = __webpack_require__(
|
|
481
|
+
var Chip_ = __webpack_require__(100);
|
|
475
482
|
var Chip_default = /*#__PURE__*/__webpack_require__.n(Chip_);
|
|
476
483
|
|
|
477
484
|
// EXTERNAL MODULE: external "@splunk/react-ui/ResultsMenu"
|
|
@@ -483,7 +490,7 @@ var Popover_ = __webpack_require__(16);
|
|
|
483
490
|
var Popover_default = /*#__PURE__*/__webpack_require__.n(Popover_);
|
|
484
491
|
|
|
485
492
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
486
|
-
var ScreenReaderContent_ = __webpack_require__(
|
|
493
|
+
var ScreenReaderContent_ = __webpack_require__(14);
|
|
487
494
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
488
495
|
|
|
489
496
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -573,7 +580,7 @@ var StyledOverlay = external_styled_components_default.a.div.withConfig({
|
|
|
573
580
|
});
|
|
574
581
|
|
|
575
582
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
576
|
-
var updateReactRef = __webpack_require__(
|
|
583
|
+
var updateReactRef = __webpack_require__(12);
|
|
577
584
|
|
|
578
585
|
// CONCATENATED MODULE: ./src/Multiselect/Normal.tsx
|
|
579
586
|
function Normal_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Normal_typeof = function _typeof(obj) { return typeof obj; }; } else { Normal_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Normal_typeof(obj); }
|
|
@@ -1447,7 +1454,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
1447
1454
|
|
|
1448
1455
|
/***/ }),
|
|
1449
1456
|
|
|
1450
|
-
/***/
|
|
1457
|
+
/***/ 14:
|
|
1451
1458
|
/***/ (function(module, exports) {
|
|
1452
1459
|
|
|
1453
1460
|
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
@@ -1482,14 +1489,14 @@ module.exports = require("react");
|
|
|
1482
1489
|
|
|
1483
1490
|
/***/ }),
|
|
1484
1491
|
|
|
1485
|
-
/***/
|
|
1492
|
+
/***/ 23:
|
|
1486
1493
|
/***/ (function(module, exports) {
|
|
1487
1494
|
|
|
1488
1495
|
module.exports = require("@splunk/react-ui/Text");
|
|
1489
1496
|
|
|
1490
1497
|
/***/ }),
|
|
1491
1498
|
|
|
1492
|
-
/***/
|
|
1499
|
+
/***/ 25:
|
|
1493
1500
|
/***/ (function(module, exports) {
|
|
1494
1501
|
|
|
1495
1502
|
module.exports = require("@splunk/ui-utils/filter");
|
|
@@ -1745,7 +1752,7 @@ module.exports = require("lodash");
|
|
|
1745
1752
|
|
|
1746
1753
|
/***/ }),
|
|
1747
1754
|
|
|
1748
|
-
/***/
|
|
1755
|
+
/***/ 42:
|
|
1749
1756
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1750
1757
|
|
|
1751
1758
|
"use strict";
|
|
@@ -1769,7 +1776,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
1769
1776
|
var external_lodash_ = __webpack_require__(4);
|
|
1770
1777
|
|
|
1771
1778
|
// EXTERNAL MODULE: external "@splunk/ui-utils/filter"
|
|
1772
|
-
var filter_ = __webpack_require__(
|
|
1779
|
+
var filter_ = __webpack_require__(25);
|
|
1773
1780
|
|
|
1774
1781
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
1775
1782
|
var id_ = __webpack_require__(10);
|
|
@@ -1796,14 +1803,14 @@ var ResultsMenu_ = __webpack_require__(32);
|
|
|
1796
1803
|
var ResultsMenu_default = /*#__PURE__*/__webpack_require__.n(ResultsMenu_);
|
|
1797
1804
|
|
|
1798
1805
|
// EXTERNAL MODULE: external "@splunk/react-ui/Text"
|
|
1799
|
-
var Text_ = __webpack_require__(
|
|
1806
|
+
var Text_ = __webpack_require__(23);
|
|
1800
1807
|
var Text_default = /*#__PURE__*/__webpack_require__.n(Text_);
|
|
1801
1808
|
|
|
1802
1809
|
// EXTERNAL MODULE: ./src/icons/CaretDown.tsx
|
|
1803
1810
|
var CaretDown = __webpack_require__(36);
|
|
1804
1811
|
|
|
1805
1812
|
// EXTERNAL MODULE: ./src/icons/Search.tsx
|
|
1806
|
-
var Search = __webpack_require__(
|
|
1813
|
+
var Search = __webpack_require__(44);
|
|
1807
1814
|
|
|
1808
1815
|
// EXTERNAL MODULE: ./src/Select/OptionBase.tsx
|
|
1809
1816
|
var OptionBase = __webpack_require__(28);
|
|
@@ -2101,7 +2108,7 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2101
2108
|
|
|
2102
2109
|
_defineProperty(_assertThisInitialized(_this), "dropdown", null);
|
|
2103
2110
|
|
|
2104
|
-
_defineProperty(_assertThisInitialized(_this), "
|
|
2111
|
+
_defineProperty(_assertThisInitialized(_this), "firstSelectedEnabledOption", null);
|
|
2105
2112
|
|
|
2106
2113
|
_defineProperty(_assertThisInitialized(_this), "firstSelectedOptionIndex", void 0);
|
|
2107
2114
|
|
|
@@ -2246,6 +2253,10 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2246
2253
|
var value = _ref.value;
|
|
2247
2254
|
e.preventDefault();
|
|
2248
2255
|
|
|
2256
|
+
if (!_this.state.open) {
|
|
2257
|
+
return;
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2249
2260
|
_this.toggleValue(e, value);
|
|
2250
2261
|
});
|
|
2251
2262
|
|
|
@@ -2350,8 +2361,8 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2350
2361
|
|
|
2351
2362
|
(_this$props$onOpen = (_this$props6 = _this.props).onOpen) === null || _this$props$onOpen === void 0 ? void 0 : _this$props$onOpen.call(_this$props6);
|
|
2352
2363
|
|
|
2353
|
-
if (_this.
|
|
2354
|
-
_this.
|
|
2364
|
+
if (_this.firstSelectedEnabledOption && !_this.hasFilter()) {
|
|
2365
|
+
_this.firstSelectedEnabledOption.focus();
|
|
2355
2366
|
} else {
|
|
2356
2367
|
var _this$firstSelectedOp;
|
|
2357
2368
|
|
|
@@ -2398,7 +2409,7 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2398
2409
|
|
|
2399
2410
|
_defineProperty(_assertThisInitialized(_this), "handleOptionMount", function (c, itemKey, isFirst) {
|
|
2400
2411
|
if (isFirst) {
|
|
2401
|
-
_this.
|
|
2412
|
+
_this.firstSelectedEnabledOption = c;
|
|
2402
2413
|
}
|
|
2403
2414
|
|
|
2404
2415
|
if (c == null) {
|
|
@@ -2433,7 +2444,7 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2433
2444
|
var childrenTopCount = 0;
|
|
2434
2445
|
var hasDivider = false; // used to avoid overwriting the selected item ref in multiple mode
|
|
2435
2446
|
|
|
2436
|
-
var
|
|
2447
|
+
var foundSelectedAndEnabled;
|
|
2437
2448
|
var topValues = showSelectedValuesFirst === 'immediately' ? _this.getTopValues() : topValuesState;
|
|
2438
2449
|
var children = external_react_["Children"].toArray(_this.props.children).reduce(function (acc, item, i) {
|
|
2439
2450
|
// ignore Headings and Dividers
|
|
@@ -2448,7 +2459,7 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2448
2459
|
}
|
|
2449
2460
|
|
|
2450
2461
|
var selected = currentValues && currentValues.indexOf(item.props.value) >= 0;
|
|
2451
|
-
var
|
|
2462
|
+
var isFirstSelectedAndEnabled = !!selected && !item.props.disabled && !foundSelectedAndEnabled;
|
|
2452
2463
|
var useMatchOptions = allowKeyMatching && !multiple && !filter && !isLoadingOptions && !onScrollBottom;
|
|
2453
2464
|
var itemKey = "".concat(item.props.label, "-").concat(item.props.value);
|
|
2454
2465
|
var filterIndex = -1;
|
|
@@ -2474,12 +2485,12 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2474
2485
|
multiple: multiple,
|
|
2475
2486
|
role: 'option',
|
|
2476
2487
|
ref: function ref(element) {
|
|
2477
|
-
return _this.handleOptionMount(element, itemKey,
|
|
2488
|
+
return _this.handleOptionMount(element, itemKey, isFirstSelectedAndEnabled);
|
|
2478
2489
|
}
|
|
2479
2490
|
});
|
|
2480
2491
|
|
|
2481
|
-
if (
|
|
2482
|
-
|
|
2492
|
+
if (isFirstSelectedAndEnabled) {
|
|
2493
|
+
foundSelectedAndEnabled = true;
|
|
2483
2494
|
}
|
|
2484
2495
|
|
|
2485
2496
|
if (topValues && topValues.indexOf(item.props.value) >= 0) {
|
|
@@ -2855,7 +2866,12 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2855
2866
|
});
|
|
2856
2867
|
|
|
2857
2868
|
if (matchedItem) {
|
|
2858
|
-
acc.push(matchedItem.props.children || matchedItem.props.label);
|
|
2869
|
+
acc.push(matchedItem.props.children || matchedItem.props.label);
|
|
2870
|
+
|
|
2871
|
+
if (!matchedItem.props.disabled) {
|
|
2872
|
+
isAnyValueSelected = true;
|
|
2873
|
+
} // if not in multiple mode, add the icon
|
|
2874
|
+
|
|
2859
2875
|
|
|
2860
2876
|
if (!multiple && currentValues.length === 1) {
|
|
2861
2877
|
icon = matchedItem.props.icon;
|
|
@@ -2874,7 +2890,6 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2874
2890
|
label = valuesLabel; // only apply prefix / suffix if the label is not empty
|
|
2875
2891
|
|
|
2876
2892
|
if (label.length > 0) {
|
|
2877
|
-
isAnyValueSelected = true;
|
|
2878
2893
|
label = this.wrapLabel({
|
|
2879
2894
|
prefixLabel: prefixLabel,
|
|
2880
2895
|
label: label,
|
|
@@ -2969,7 +2984,8 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2969
2984
|
isLoading: _this2.props.isLoadingOptions,
|
|
2970
2985
|
id: _this2.menuId
|
|
2971
2986
|
}, Object(external_lodash_["pick"])(_this2.props, 'noOptionsMessage', 'footerMessage', 'animateLoading', 'loadingMessage'), {
|
|
2972
|
-
style: _objectSpread(_objectSpread({}, internalMenuStyle), _this2.props.menuStyle)
|
|
2987
|
+
style: _objectSpread(_objectSpread({}, internalMenuStyle), _this2.props.menuStyle),
|
|
2988
|
+
tabIndex: currentValues.length > 0 && !isAnyValueSelected ? 0 : undefined
|
|
2973
2989
|
}), finalChildren);
|
|
2974
2990
|
};
|
|
2975
2991
|
|
|
@@ -2987,7 +3003,7 @@ var SelectBase_SelectBase = /*#__PURE__*/function (_Component) {
|
|
|
2987
3003
|
_this2.dropdown = c;
|
|
2988
3004
|
},
|
|
2989
3005
|
retainFocus: false,
|
|
2990
|
-
takeFocus: !isAnyValueSelected || !!filterEnabled
|
|
3006
|
+
takeFocus: currentValues.length === 0 || currentValues.length > 0 && !isAnyValueSelected || !!filterEnabled
|
|
2991
3007
|
}, createMenu);
|
|
2992
3008
|
}
|
|
2993
3009
|
}]);
|
|
@@ -3012,14 +3028,14 @@ _defineProperty(SelectBase_SelectBase, "invalidLinkAppearanceProps", ['append',
|
|
|
3012
3028
|
|
|
3013
3029
|
/***/ }),
|
|
3014
3030
|
|
|
3015
|
-
/***/
|
|
3031
|
+
/***/ 44:
|
|
3016
3032
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3017
3033
|
|
|
3018
3034
|
"use strict";
|
|
3019
3035
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Search; });
|
|
3020
3036
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
3021
3037
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
3022
|
-
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3038
|
+
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
3023
3039
|
/* harmony import */ var _splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_Search__WEBPACK_IMPORTED_MODULE_1__);
|
|
3024
3040
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
3025
3041
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -3062,17 +3078,17 @@ function Search(props) {
|
|
|
3062
3078
|
|
|
3063
3079
|
/***/ }),
|
|
3064
3080
|
|
|
3065
|
-
/***/
|
|
3081
|
+
/***/ 5:
|
|
3066
3082
|
/***/ (function(module, exports) {
|
|
3067
3083
|
|
|
3068
|
-
module.exports = require("@splunk/
|
|
3084
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
3069
3085
|
|
|
3070
3086
|
/***/ }),
|
|
3071
3087
|
|
|
3072
|
-
/***/
|
|
3088
|
+
/***/ 51:
|
|
3073
3089
|
/***/ (function(module, exports) {
|
|
3074
3090
|
|
|
3075
|
-
module.exports = require("@splunk/
|
|
3091
|
+
module.exports = require("@splunk/react-icons/Search");
|
|
3076
3092
|
|
|
3077
3093
|
/***/ }),
|
|
3078
3094
|
|
|
@@ -3231,13 +3247,6 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
3231
3247
|
|
|
3232
3248
|
module.exports = require("@splunk/ui-utils/keyboard");
|
|
3233
3249
|
|
|
3234
|
-
/***/ }),
|
|
3235
|
-
|
|
3236
|
-
/***/ 94:
|
|
3237
|
-
/***/ (function(module, exports) {
|
|
3238
|
-
|
|
3239
|
-
module.exports = require("@splunk/react-ui/Chip");
|
|
3240
|
-
|
|
3241
3250
|
/***/ })
|
|
3242
3251
|
|
|
3243
3252
|
/******/ });
|
package/Number.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 = 144);
|
|
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
|
+
/***/ 144:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -139,7 +139,7 @@ var keyboard_ = __webpack_require__(9);
|
|
|
139
139
|
var i18n_ = __webpack_require__(5);
|
|
140
140
|
|
|
141
141
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVG"
|
|
142
|
-
var SVG_ = __webpack_require__(
|
|
142
|
+
var SVG_ = __webpack_require__(24);
|
|
143
143
|
var SVG_default = /*#__PURE__*/__webpack_require__.n(SVG_);
|
|
144
144
|
|
|
145
145
|
// CONCATENATED MODULE: ./src/Number/IncrementIcon.tsx
|
|
@@ -166,11 +166,11 @@ var Button_ = __webpack_require__(17);
|
|
|
166
166
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
167
167
|
|
|
168
168
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
169
|
-
var Clickable_ = __webpack_require__(
|
|
169
|
+
var Clickable_ = __webpack_require__(11);
|
|
170
170
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
171
171
|
|
|
172
172
|
// EXTERNAL MODULE: external "@splunk/react-ui/Text"
|
|
173
|
-
var Text_ = __webpack_require__(
|
|
173
|
+
var Text_ = __webpack_require__(23);
|
|
174
174
|
var Text_default = /*#__PURE__*/__webpack_require__.n(Text_);
|
|
175
175
|
|
|
176
176
|
// CONCATENATED MODULE: ./src/Number/NumberStyles.ts
|
|
@@ -779,14 +779,14 @@ module.exports = require("react");
|
|
|
779
779
|
|
|
780
780
|
/***/ }),
|
|
781
781
|
|
|
782
|
-
/***/
|
|
782
|
+
/***/ 23:
|
|
783
783
|
/***/ (function(module, exports) {
|
|
784
784
|
|
|
785
785
|
module.exports = require("@splunk/react-ui/Text");
|
|
786
786
|
|
|
787
787
|
/***/ }),
|
|
788
788
|
|
|
789
|
-
/***/
|
|
789
|
+
/***/ 24:
|
|
790
790
|
/***/ (function(module, exports) {
|
|
791
791
|
|
|
792
792
|
module.exports = require("@splunk/react-icons/SVG");
|