@splunk/react-ui 4.8.0 → 4.11.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 +4 -4
- package/Anchor.js +2 -2
- package/Animation.js +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +5 -29
- package/ButtonGroup.js +6 -27
- package/ButtonSimple.js +4 -4
- package/CHANGELOG.md +42 -5
- package/Calendar.js +12 -12
- package/Card.js +48 -62
- package/CardLayout.js +14 -35
- package/Chip.js +4 -4
- package/Clickable.js +23 -8
- package/CloseButton.js +2 -2
- package/Code.js +8 -5
- package/CollapsiblePanel.js +4 -4
- package/Color.js +10 -10
- package/ColumnLayout.js +2 -2
- package/ComboBox.js +9 -5
- package/Concertina.js +13 -13
- package/ControlGroup.js +26 -16
- package/Date.js +6 -6
- package/DefinitionList.js +2 -2
- package/Dropdown.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +15 -15
- package/FormRows.js +11 -11
- package/Heading.js +2 -2
- package/Image.js +8 -8
- package/JSONTree.js +40 -22
- package/Layer.js +72 -22
- package/Link.js +4 -4
- package/List.js +2 -2
- package/Markdown.js +62 -30
- package/Menu.js +42 -42
- package/Message.js +18 -18
- package/MessageBar.js +28 -21
- package/Modal.js +6 -6
- package/ModalLayer.js +16 -7
- package/Monogram.js +27 -15
- package/Multiselect.js +12 -12
- package/Number.js +4 -4
- package/Paginator.js +21 -24
- package/Paragraph.js +2 -2
- package/Popover.js +16 -11
- package/Progress.js +2 -2
- package/RadioBar.js +143 -39
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +20 -20
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +6 -6
- package/Select.js +9 -9
- package/SidePanel.js +4 -4
- package/Slider.js +4 -4
- package/SlidingPanels.js +16 -7
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +4 -4
- package/TabBar.js +11 -11
- package/TabLayout.js +4 -4
- package/Table.js +26 -31
- package/Text.js +18 -10
- package/Tooltip.js +21 -6
- package/TransitionOpen.js +14 -5
- package/WaitSpinner.js +2 -2
- package/package.json +12 -9
- package/stubs-splunkui.d.ts +13 -0
- package/types/src/Accordion/AccordionContext.d.ts +0 -1
- package/types/src/Button/Button.d.ts +0 -2
- package/types/src/ButtonGroup/ButtonGroupContext.d.ts +0 -1
- package/types/src/ButtonSimple/ButtonSimple.d.ts +2 -6
- package/types/src/Card/Body.d.ts +6 -1
- package/types/src/Card/Card.d.ts +0 -2
- package/types/src/CardLayout/CardLayoutContext.d.ts +0 -1
- package/types/src/Clickable/Clickable.d.ts +5 -0
- package/types/src/ComboBox/ComboBox.d.ts +2 -1
- package/types/src/Concertina/ConcertinaContext.d.ts +0 -1
- package/types/src/ControlGroup/ControlGroup.d.ts +9 -2
- package/types/src/Date/Date.d.ts +3 -3
- package/types/src/File/FileContext.d.ts +0 -1
- package/types/src/FormRows/FormRows.d.ts +1 -1
- package/types/src/FormRows/FormRowsContext.d.ts +0 -1
- package/types/src/FormRows/Row.d.ts +1 -1
- package/types/src/JSONTree/JSONTree.d.ts +2 -2
- package/types/src/JSONTree/TreeNode.d.ts +1 -1
- package/types/src/JSONTree/docs/examples/WithShiftModifier.d.ts +1 -0
- package/types/src/Layer/LayerStack.d.ts +8 -2
- package/types/src/Markdown/Markdown.d.ts +9 -4
- package/types/src/Markdown/renderers/MarkdownAnchorHeading.d.ts +15 -0
- package/types/src/Markdown/renderers/index.d.ts +2 -1
- package/types/src/Menu/MenuContext.d.ts +0 -1
- package/types/src/Modal/ModalContext.d.ts +0 -1
- package/types/src/ModalLayer/ModalLayer.d.ts +2 -0
- package/types/src/Monogram/Monogram.d.ts +2 -2
- package/types/src/Number/Number.d.ts +3 -3
- package/types/src/Popover/Popover.d.ts +1 -0
- package/types/src/Popover/PopoverContext.d.ts +0 -1
- package/types/src/RadioBar/Option.d.ts +10 -2
- package/types/src/RadioBar/RadioBar.d.ts +4 -1
- package/types/src/RadioBar/RadioBarContext.d.ts +4 -2
- package/types/src/RadioList/RadioListContext.d.ts +0 -1
- package/types/src/Slider/Slider.d.ts +3 -3
- package/types/src/SlidingPanels/SlidingPanels.d.ts +2 -0
- package/types/src/StepBar/StepBarContext.d.ts +0 -1
- package/types/src/TabBar/TabBarContext.d.ts +0 -1
- package/types/src/Text/Text.d.ts +4 -3
- package/types/src/Tooltip/Tooltip.d.ts +15 -10
- package/types/src/TransitionOpen/TransitionOpen.d.ts +2 -0
- package/types/src/fixtures/FetchOptions.d.ts +82 -2
- package/usePrevious.js +2 -2
- package/FetchOptions.js +0 -359
- package/types/src/FetchOptions/FetchOptions.d.ts +0 -82
- package/types/src/FetchOptions/index.d.ts +0 -2
package/Accordion.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
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 128:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -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__(81);
|
|
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
|
+
/***/ 81:
|
|
419
419
|
/***/ (function(module, exports) {
|
|
420
420
|
|
|
421
421
|
module.exports = require("@splunk/react-ui/CollapsiblePanel");
|
package/Anchor.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 = 145);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 145:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Animation.js
CHANGED
|
@@ -82,12 +82,12 @@ 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 = 173);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 173:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/AnimationToggle.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 = 129);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 129:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
package/Box.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 = 146);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 146:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Button.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 = 134);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 134:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -169,9 +169,6 @@ function External(props) {
|
|
|
169
169
|
Prisma24: Prisma24
|
|
170
170
|
}, props));
|
|
171
171
|
}
|
|
172
|
-
// EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
|
|
173
|
-
var ButtonGroupContext = __webpack_require__(58);
|
|
174
|
-
|
|
175
172
|
// EXTERNAL MODULE: external "styled-components"
|
|
176
173
|
var external_styled_components_ = __webpack_require__(3);
|
|
177
174
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
@@ -339,7 +336,6 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
339
336
|
|
|
340
337
|
|
|
341
338
|
|
|
342
|
-
|
|
343
339
|
var propTypes = {
|
|
344
340
|
action: external_prop_types_default.a.string,
|
|
345
341
|
appearance: external_prop_types_default.a.oneOf(['default', 'secondary', 'primary', 'destructive', 'pill', 'toggle', 'flat']),
|
|
@@ -444,9 +440,6 @@ var Button_Button = /*#__PURE__*/function (_Component) {
|
|
|
444
440
|
prepend = _this$props2.prepend,
|
|
445
441
|
to = _this$props2.to,
|
|
446
442
|
value = _this$props2.value;
|
|
447
|
-
var _this$context = this.context,
|
|
448
|
-
inlineContext = _this$context.inline,
|
|
449
|
-
roleContext = _this$context.role;
|
|
450
443
|
var _this$props3 = this.props,
|
|
451
444
|
children = _this$props3.children,
|
|
452
445
|
label = _this$props3.label;
|
|
@@ -461,16 +454,15 @@ var Button_Button = /*#__PURE__*/function (_Component) {
|
|
|
461
454
|
return /*#__PURE__*/external_react_default.a.createElement(StyledButtonSimple, Button_extends({
|
|
462
455
|
"aria-haspopup": isMenu || undefined,
|
|
463
456
|
"aria-invalid": error || undefined,
|
|
464
|
-
"data-test": "button"
|
|
465
|
-
role: roleContext || undefined
|
|
457
|
+
"data-test": "button"
|
|
466
458
|
}, this.props, {
|
|
467
459
|
className: Object(style_["toClassName"])(className, classNamePrivate),
|
|
468
460
|
"data-action": action,
|
|
469
|
-
"data-inline":
|
|
461
|
+
"data-inline": inline || null,
|
|
470
462
|
disabled: disabled,
|
|
471
463
|
append: append,
|
|
472
464
|
prepend: prepend,
|
|
473
|
-
$inline:
|
|
465
|
+
$inline: inline,
|
|
474
466
|
$hasPrismaIcon: hasPrismaIcon,
|
|
475
467
|
$isIconOnly: isIconOnly,
|
|
476
468
|
$isMenu: isMenu,
|
|
@@ -514,8 +506,6 @@ _defineProperty(Button_Button, "propTypes", propTypes);
|
|
|
514
506
|
|
|
515
507
|
_defineProperty(Button_Button, "defaultProps", defaultProps);
|
|
516
508
|
|
|
517
|
-
_defineProperty(Button_Button, "contextType", ButtonGroupContext["a" /* ButtonGroupContext */]);
|
|
518
|
-
|
|
519
509
|
_defineProperty(Button_Button, Dropdown_["legacyRefMode"], true);
|
|
520
510
|
|
|
521
511
|
/* harmony default export */ var src_Button_Button = (Button_Button);
|
|
@@ -626,20 +616,6 @@ module.exports = require("@splunk/react-icons/External");
|
|
|
626
616
|
|
|
627
617
|
/***/ }),
|
|
628
618
|
|
|
629
|
-
/***/ 58:
|
|
630
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
631
|
-
|
|
632
|
-
"use strict";
|
|
633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ButtonGroupContext; });
|
|
634
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
635
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
636
|
-
|
|
637
|
-
var ButtonGroupContext = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_0__["createContext"])({});
|
|
638
|
-
ButtonGroupContext.displayName = 'ButtonGroup';
|
|
639
|
-
/* harmony default export */ __webpack_exports__["b"] = (ButtonGroupContext);
|
|
640
|
-
|
|
641
|
-
/***/ }),
|
|
642
|
-
|
|
643
619
|
/***/ 6:
|
|
644
620
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
645
621
|
|
package/ButtonGroup.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 = 147);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 147:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -142,9 +142,6 @@ var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
|
|
|
142
142
|
prisma: themes_["variables"].spacingSmall
|
|
143
143
|
}));
|
|
144
144
|
|
|
145
|
-
// EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
|
|
146
|
-
var ButtonGroupContext = __webpack_require__(58);
|
|
147
|
-
|
|
148
145
|
// CONCATENATED MODULE: ./src/ButtonGroup/ButtonGroup.tsx
|
|
149
146
|
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); }
|
|
150
147
|
|
|
@@ -155,7 +152,6 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
|
|
|
155
152
|
|
|
156
153
|
|
|
157
154
|
|
|
158
|
-
|
|
159
155
|
var propTypes = {
|
|
160
156
|
children: external_prop_types_default.a.node,
|
|
161
157
|
elementRef: external_prop_types_default.a.oneOfType([external_prop_types_default.a.func, external_prop_types_default.a.object]),
|
|
@@ -173,7 +169,9 @@ function ButtonGroup(_ref) {
|
|
|
173
169
|
var length = _ref2.length;
|
|
174
170
|
return /*#__PURE__*/Object(external_react_["cloneElement"])(item, {
|
|
175
171
|
prepend: i > 0,
|
|
176
|
-
append: i < length - 1
|
|
172
|
+
append: i < length - 1,
|
|
173
|
+
inline: false,
|
|
174
|
+
role: item.props && item.props.role || 'menuitem'
|
|
177
175
|
});
|
|
178
176
|
});
|
|
179
177
|
return /*#__PURE__*/external_react_default.a.createElement(StyledBox, _extends({
|
|
@@ -181,12 +179,7 @@ function ButtonGroup(_ref) {
|
|
|
181
179
|
flex: true,
|
|
182
180
|
"data-test": "button-group",
|
|
183
181
|
role: "menubar"
|
|
184
|
-
}, otherProps),
|
|
185
|
-
value: {
|
|
186
|
-
inline: false,
|
|
187
|
-
role: 'menuitem'
|
|
188
|
-
}
|
|
189
|
-
}, childrenCleaned));
|
|
182
|
+
}, otherProps), childrenCleaned);
|
|
190
183
|
}
|
|
191
184
|
|
|
192
185
|
ButtonGroup.propTypes = propTypes;
|
|
@@ -210,20 +203,6 @@ module.exports = require("styled-components");
|
|
|
210
203
|
|
|
211
204
|
/***/ }),
|
|
212
205
|
|
|
213
|
-
/***/ 58:
|
|
214
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
215
|
-
|
|
216
|
-
"use strict";
|
|
217
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ButtonGroupContext; });
|
|
218
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
219
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
220
|
-
|
|
221
|
-
var ButtonGroupContext = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_0__["createContext"])({});
|
|
222
|
-
ButtonGroupContext.displayName = 'ButtonGroup';
|
|
223
|
-
/* harmony default export */ __webpack_exports__["b"] = (ButtonGroupContext);
|
|
224
|
-
|
|
225
|
-
/***/ }),
|
|
226
|
-
|
|
227
206
|
/***/ 8:
|
|
228
207
|
/***/ (function(module, exports) {
|
|
229
208
|
|
package/ButtonSimple.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 = 130);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 12:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 130:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -141,7 +141,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
141
141
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
144
|
-
var Clickable_ = __webpack_require__(
|
|
144
|
+
var Clickable_ = __webpack_require__(12);
|
|
145
145
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
146
146
|
|
|
147
147
|
// CONCATENATED MODULE: ./src/ButtonSimple/prismaStyles.ts
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
|
+
4.11.0 - August 2, 2022
|
|
4
|
+
----------
|
|
5
|
+
New Features:
|
|
6
|
+
* Added a `separateStackingContexts` prop to `LayerStackGlobalProvider`. This allows multiple "floating" elements (such as a `Popover` and a `Modal`) to stack in the order that they were opened rather than a fixed order (SUI-2809).
|
|
7
|
+
* This prop is currently defaults to `false`, to be backwards compatible, but will default to `true` in the next major version.
|
|
8
|
+
* Added util `prepareSandboxCode` to parse imports for including additional files to CodeSandbox examples.
|
|
9
|
+
* `ControlGroup` now supports customizing the position of the tooltip via the `tooltipDefaultPlacement` prop (SUI-3041).
|
|
10
|
+
|
|
11
|
+
Bug Fixes:
|
|
12
|
+
* `Text` no longer holds space for the clear icon when it is not shown (SUI-3748).
|
|
13
|
+
* Fixed `Text`'s error border color to stay the same when hovered on error (SUI-3672).
|
|
14
|
+
* `Tooltip` will now hide when the toggle is clicked (SUI-3453, SUI-2712).
|
|
15
|
+
* Fixed `MessageBar` content to be centered when persistent (SUI-3561).
|
|
16
|
+
|
|
17
|
+
4.10.0 - June 29, 2022
|
|
18
|
+
----------
|
|
19
|
+
New Features:
|
|
20
|
+
* Changed `Paginator`'s `PageSeparator` to have active color for Enterprise theme (SUI-3237).
|
|
21
|
+
* Added `expandChildren="withShiftModifier"` prop to `JSONTree` (SUI-3627).
|
|
22
|
+
|
|
23
|
+
Bug Fixes:
|
|
24
|
+
* `RadioBar` supports keyboard navigation using the arrow keys (SUI-3745).
|
|
25
|
+
* Fixed line-height for `Code` in Prisma themes (SUI-3637).
|
|
26
|
+
* Fixes `RadioBar.Option` spacing when using adornments in Enterprise themes.
|
|
27
|
+
* `File` descriptive button text now includes an ellipsis.
|
|
28
|
+
* Fixed animation toggle issue with `SlidingPanels` by bumping `react-spring` version (SUI-3474).
|
|
29
|
+
* Fixed life cycle warnings for components leveraging the `onRest` on `react-spring` (SUI-3666).
|
|
30
|
+
* Updated `ComboBox` to fix menu misalignment (SUI-3622).
|
|
31
|
+
* Added support for removing `Card.Body` padding via the `inset` prop (SUI-3704).
|
|
32
|
+
|
|
33
|
+
4.9.0 - June 7, 2020
|
|
34
|
+
----------
|
|
35
|
+
New Features:
|
|
36
|
+
* `MarkdownAnchorHeading` added to Markdown's renderers to allow headings as Anchors (SUI-831).
|
|
37
|
+
|
|
38
|
+
Bug Fixes:
|
|
39
|
+
* Clear button for `Text` now clears value on Safari (SUI-3510).
|
|
3
40
|
|
|
4
41
|
4.8.0 - May 20, 2022
|
|
5
42
|
----------
|
|
@@ -24,16 +61,16 @@ Bug Fixes:
|
|
|
24
61
|
* `Select`'s options should no longer be clickable while it's collapsing (SUI-3337).
|
|
25
62
|
* `Menu`s should now correctly manage focus if the first item is disabled (SUI-3468).
|
|
26
63
|
* `Message`'s `appearance="banner"` renders with an icon for improved accessibility (SUI-3526).
|
|
27
|
-
* `Modal` will now correctly gain focus when created with `open=true` (SUI-3412).
|
|
64
|
+
* `Modal` will now correctly gain focus when created with `open=true` (SUI-3412).
|
|
28
65
|
|
|
29
|
-
Deprecations:
|
|
66
|
+
Deprecations:
|
|
30
67
|
* `Message`'s `appearance="banner"`is deprecated and will be removed in a future major version. Use `MessageBar` instead (SUI-3437).
|
|
31
68
|
* `Message.Link` is deprecated and will be removed in a future major version. Use `Link` instead (SUI-3322).
|
|
32
69
|
|
|
33
70
|
4.6.0 - April 5, 2022
|
|
34
71
|
----------
|
|
35
72
|
New Features:
|
|
36
|
-
* Updated the `File` uploader descriptive button text from `browse...` to `upload file` (SUI-3275).
|
|
73
|
+
* Updated the `File` uploader descriptive button text from `browse...` to `upload file` (SUI-3275).
|
|
37
74
|
* `Clickable` now supports the `navigationLabel` prop to provide `data.label` to the `onClick` handler (SUI-3123).
|
|
38
75
|
* Added `onInputClick` prop to `Text` component (SUI-2801).
|
|
39
76
|
|
|
@@ -45,10 +82,10 @@ Bug Fixes:
|
|
|
45
82
|
* `Modal`'s title is now read by screen reader.
|
|
46
83
|
* `Card` will no longer render with different dimensions depending on the combination of `to` and `onClick` props.
|
|
47
84
|
* `TableRow`'s `data` prop is no longer incorrectly passed to the DOM element (SUI-3448)
|
|
48
|
-
|
|
85
|
+
|
|
49
86
|
4.5.3 - March 15, 2022
|
|
50
87
|
----------
|
|
51
|
-
Bug Fixes:
|
|
88
|
+
Bug Fixes:
|
|
52
89
|
* Fixed a regression where `Accordion.Panel`s may not open (SUI-3411).
|
|
53
90
|
|
|
54
91
|
4.5.2 - March 8, 2022
|
package/Calendar.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 = 114);
|
|
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
|
+
/***/ 114:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -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__(58);
|
|
407
407
|
|
|
408
408
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
409
409
|
var ChevronRight = __webpack_require__(27);
|
|
@@ -892,14 +892,14 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
892
892
|
|
|
893
893
|
/***/ }),
|
|
894
894
|
|
|
895
|
-
/***/
|
|
895
|
+
/***/ 58:
|
|
896
896
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
897
897
|
|
|
898
898
|
"use strict";
|
|
899
899
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
|
|
900
900
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
901
901
|
/* 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__(
|
|
902
|
+
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(59);
|
|
903
903
|
/* 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
904
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
905
905
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -942,6 +942,13 @@ function ChevronLeft(props) {
|
|
|
942
942
|
|
|
943
943
|
/***/ }),
|
|
944
944
|
|
|
945
|
+
/***/ 59:
|
|
946
|
+
/***/ (function(module, exports) {
|
|
947
|
+
|
|
948
|
+
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
949
|
+
|
|
950
|
+
/***/ }),
|
|
951
|
+
|
|
945
952
|
/***/ 6:
|
|
946
953
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
947
954
|
|
|
@@ -967,13 +974,6 @@ function SVG(props) {
|
|
|
967
974
|
|
|
968
975
|
/***/ }),
|
|
969
976
|
|
|
970
|
-
/***/ 60:
|
|
971
|
-
/***/ (function(module, exports) {
|
|
972
|
-
|
|
973
|
-
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
974
|
-
|
|
975
|
-
/***/ }),
|
|
976
|
-
|
|
977
977
|
/***/ 7:
|
|
978
978
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
979
979
|
|