@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.
Files changed (145) hide show
  1. package/Accordion.js +10 -9
  2. package/Anchor.js +2 -2
  3. package/Animation.js +2 -2
  4. package/AnimationToggle.js +2 -2
  5. package/Box.js +2 -2
  6. package/Button.js +13 -13
  7. package/ButtonGroup.js +4 -4
  8. package/ButtonSimple.js +6 -6
  9. package/CHANGELOG.md +42 -1
  10. package/Calendar.js +16 -16
  11. package/Card.js +48 -53
  12. package/CardLayout.js +4 -4
  13. package/Chip.js +10 -10
  14. package/Clickable.js +41 -15
  15. package/CloseButton.js +8 -8
  16. package/Code.js +8 -7
  17. package/CollapsiblePanel.js +11 -14
  18. package/Color.js +48 -48
  19. package/ColumnLayout.js +4 -4
  20. package/ComboBox.js +8 -8
  21. package/Concertina.js +15 -15
  22. package/ControlGroup.js +30 -37
  23. package/Date.js +10 -10
  24. package/DefinitionList.js +2 -2
  25. package/Dropdown.js +4 -4
  26. package/EventListener.js +4 -4
  27. package/FetchOptions.js +8 -8
  28. package/File.js +27 -27
  29. package/FormRows.js +21 -23
  30. package/Heading.js +2 -2
  31. package/Image.js +14 -14
  32. package/JSONTree.js +4 -4
  33. package/Layer.js +10 -10
  34. package/Link.js +6 -6
  35. package/List.js +2 -2
  36. package/Markdown.js +28 -16
  37. package/Menu.js +135 -70
  38. package/Message.js +246 -305
  39. package/MessageBar.d.ts +2 -0
  40. package/MessageBar.js +789 -0
  41. package/Modal.js +95 -61
  42. package/ModalLayer.js +5 -4
  43. package/Monogram.js +4 -4
  44. package/Multiselect.js +293 -42
  45. package/Number.js +8 -8
  46. package/Paginator.js +24 -24
  47. package/Paragraph.js +2 -2
  48. package/Popover.js +12 -12
  49. package/Progress.js +6 -6
  50. package/RadioBar.js +4 -4
  51. package/RadioList.js +2 -2
  52. package/Resize.js +8 -8
  53. package/ResultsMenu.js +25 -23
  54. package/ScreenReaderContent.js +2 -2
  55. package/Scroll.js +6 -6
  56. package/ScrollContainerContext.js +2 -2
  57. package/Search.js +14 -14
  58. package/Select.js +286 -36
  59. package/SidePanel.js +6 -6
  60. package/Slider.js +20 -14
  61. package/SlidingPanels.js +4 -4
  62. package/StaticContent.js +2 -2
  63. package/StepBar.js +18 -18
  64. package/Switch.js +17 -31
  65. package/TabBar.js +60 -46
  66. package/TabLayout.js +4 -4
  67. package/Table.js +63 -55
  68. package/Text.js +163 -146
  69. package/Tooltip.js +14 -14
  70. package/TransitionOpen.js +69 -44
  71. package/WaitSpinner.js +2 -2
  72. package/cypress/plugins/index.ts +15 -0
  73. package/cypress/support/commands.ts +1 -0
  74. package/cypress/support/index.ts +10 -0
  75. package/cypress.json +12 -0
  76. package/package.json +18 -5
  77. package/types/src/Animation/Animation.d.ts +0 -1
  78. package/types/src/Calendar/DateTable.d.ts +0 -1
  79. package/types/src/Clickable/Clickable.d.ts +12 -2
  80. package/types/src/Clickable/NavigationProvider.d.ts +12 -2
  81. package/types/src/Color/Color.d.ts +3 -3
  82. package/types/src/Date/Date.d.ts +3 -3
  83. package/types/src/Date/Icon.d.ts +0 -1
  84. package/types/src/File/Icon.d.ts +0 -1
  85. package/types/src/File/IconCloud.d.ts +0 -1
  86. package/types/src/File/PaperClip.d.ts +0 -1
  87. package/types/src/File/Retry.d.ts +0 -1
  88. package/types/src/File/Trash.d.ts +0 -1
  89. package/types/src/Markdown/renderers/MarkdownCode.d.ts +0 -1
  90. package/types/src/Markdown/renderers/MarkdownCodeBlock.d.ts +0 -1
  91. package/types/src/Markdown/renderers/MarkdownImage.d.ts +0 -1
  92. package/types/src/Menu/Divider.d.ts +0 -1
  93. package/types/src/Message/Link.d.ts +2 -0
  94. package/types/src/Message/Message.d.ts +6 -1
  95. package/types/src/MessageBar/MessageBar.d.ts +28 -0
  96. package/types/src/MessageBar/index.d.ts +2 -0
  97. package/types/src/Modal/Modal.d.ts +3 -0
  98. package/types/src/Modal/ModalContext.d.ts +6 -0
  99. package/types/src/Monogram/Monogram.d.ts +2 -2
  100. package/types/src/Multiselect/Multiselect.d.ts +1 -0
  101. package/types/src/Number/IncrementIcon.d.ts +0 -1
  102. package/types/src/Number/Number.d.ts +3 -3
  103. package/types/src/Paginator/PageSeparator.d.ts +0 -1
  104. package/types/src/Popover/Popover.d.ts +1 -2
  105. package/types/src/RadioBar/RadioBar.d.ts +3 -3
  106. package/types/src/Select/Select.d.ts +8 -3
  107. package/types/src/Select/SelectBase.d.ts +17 -5
  108. package/types/src/Select/matchUtils.d.ts +12 -0
  109. package/types/src/Slider/Slider.d.ts +3 -3
  110. package/types/src/Switch/CheckIcon.d.ts +0 -1
  111. package/types/src/Switch/Switch.d.ts +7 -7
  112. package/types/src/Table/DragHandle.d.ts +0 -1
  113. package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
  114. package/types/src/Table/Toggle.d.ts +0 -1
  115. package/types/src/Text/IconOutlinedHide.d.ts +0 -1
  116. package/types/src/Text/IconOutlinedView.d.ts +0 -1
  117. package/types/src/Text/Text.d.ts +12 -5
  118. package/types/src/Tooltip/InfoIcon.d.ts +0 -1
  119. package/types/src/TransitionOpen/TransitionOpen.d.ts +1 -0
  120. package/types/src/icons/Alert.d.ts +0 -1
  121. package/types/src/icons/AlertFilled.d.ts +0 -1
  122. package/types/src/icons/CaretDown.d.ts +0 -1
  123. package/types/src/icons/CaretRight.d.ts +0 -1
  124. package/types/src/icons/Check.d.ts +0 -1
  125. package/types/src/icons/ChevronDown.d.ts +0 -1
  126. package/types/src/icons/ChevronLeft.d.ts +0 -1
  127. package/types/src/icons/ChevronRight.d.ts +0 -1
  128. package/types/src/icons/CrossMark.d.ts +0 -1
  129. package/types/src/icons/External.d.ts +0 -1
  130. package/types/src/icons/InfoFilled.d.ts +0 -1
  131. package/types/src/icons/More.d.ts +0 -1
  132. package/types/src/icons/MoreVertical.d.ts +0 -1
  133. package/types/src/icons/Plus.d.ts +0 -1
  134. package/types/src/icons/SVG.d.ts +0 -1
  135. package/types/src/icons/Search.d.ts +0 -1
  136. package/types/src/icons/Sort.d.ts +0 -1
  137. package/types/src/icons/SortedDown.d.ts +0 -1
  138. package/types/src/icons/SortedUp.d.ts +0 -1
  139. package/types/src/icons/Success.d.ts +0 -1
  140. package/types/src/icons/SuccessFilled.d.ts +0 -1
  141. package/types/src/icons/WarningFilled.d.ts +0 -1
  142. package/types/src/utils/types.d.ts +0 -1
  143. package/unit-test-setup-testing-library.ts +9 -0
  144. package/usePrevious.js +2 -2
  145. package/types/src/Message/Banner.d.ts +0 -8
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 = 126);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 133);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 126:
104
+ /***/ 133:
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__(74);
127
+ var CollapsiblePanel_ = __webpack_require__(83);
128
128
  var CollapsiblePanel_default = /*#__PURE__*/__webpack_require__.n(CollapsiblePanel_);
129
129
 
130
130
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -199,11 +199,12 @@ function Panel(_ref) {
199
199
  "data-test-panel-id": panelId,
200
200
  style: {
201
201
  flexShrink: 1
202
- },
202
+ }
203
+ }, otherProps, {
203
204
  onRequestClose: onRequestCloseContext,
204
205
  onRequestOpen: onRequestOpenContext,
205
206
  open: open
206
- }, otherProps));
207
+ }));
207
208
  }
208
209
 
209
210
  Panel.propTypes = propTypes;
@@ -407,17 +408,17 @@ module.exports = require("lodash");
407
408
 
408
409
  /***/ }),
409
410
 
410
- /***/ 74:
411
+ /***/ 8:
411
412
  /***/ (function(module, exports) {
412
413
 
413
- module.exports = require("@splunk/react-ui/CollapsiblePanel");
414
+ module.exports = require("@splunk/react-ui/Box");
414
415
 
415
416
  /***/ }),
416
417
 
417
- /***/ 8:
418
+ /***/ 83:
418
419
  /***/ (function(module, exports) {
419
420
 
420
- module.exports = require("@splunk/react-ui/Box");
421
+ module.exports = require("@splunk/react-ui/CollapsiblePanel");
421
422
 
422
423
  /***/ })
423
424
 
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 = 143);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 150);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 143:
104
+ /***/ 150:
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 = 169);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 177);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 169:
90
+ /***/ 177:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -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 = 127);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 127:
97
+ /***/ 134:
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 = 144);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 151);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 144:
104
+ /***/ 151:
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 = 132);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 139);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 132:
104
+ /***/ 139:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -129,13 +129,13 @@ var i18n_ = __webpack_require__(5);
129
129
  var Dropdown_ = __webpack_require__(19);
130
130
 
131
131
  // EXTERNAL MODULE: external "@splunk/ui-utils/style"
132
- var style_ = __webpack_require__(39);
132
+ var style_ = __webpack_require__(40);
133
133
 
134
134
  // EXTERNAL MODULE: ./src/icons/CaretDown.tsx
135
135
  var CaretDown = __webpack_require__(36);
136
136
 
137
137
  // EXTERNAL MODULE: external "@splunk/react-icons/External"
138
- var External_ = __webpack_require__(52);
138
+ var External_ = __webpack_require__(57);
139
139
  var External_default = /*#__PURE__*/__webpack_require__.n(External_);
140
140
 
141
141
  // EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
@@ -170,14 +170,14 @@ function External(props) {
170
170
  }, props));
171
171
  }
172
172
  // EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
173
- var ButtonGroupContext = __webpack_require__(53);
173
+ var ButtonGroupContext = __webpack_require__(58);
174
174
 
175
175
  // EXTERNAL MODULE: external "styled-components"
176
176
  var external_styled_components_ = __webpack_require__(3);
177
177
  var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
178
178
 
179
179
  // EXTERNAL MODULE: external "@splunk/react-ui/ButtonSimple"
180
- var ButtonSimple_ = __webpack_require__(43);
180
+ var ButtonSimple_ = __webpack_require__(45);
181
181
  var ButtonSimple_default = /*#__PURE__*/__webpack_require__.n(ButtonSimple_);
182
182
 
183
183
  // EXTERNAL MODULE: external "@splunk/themes"
@@ -591,21 +591,21 @@ module.exports = require("@splunk/react-icons/Caret");
591
591
 
592
592
  /***/ }),
593
593
 
594
- /***/ 39:
594
+ /***/ 4:
595
595
  /***/ (function(module, exports) {
596
596
 
597
- module.exports = require("@splunk/ui-utils/style");
597
+ module.exports = require("lodash");
598
598
 
599
599
  /***/ }),
600
600
 
601
- /***/ 4:
601
+ /***/ 40:
602
602
  /***/ (function(module, exports) {
603
603
 
604
- module.exports = require("lodash");
604
+ module.exports = require("@splunk/ui-utils/style");
605
605
 
606
606
  /***/ }),
607
607
 
608
- /***/ 43:
608
+ /***/ 45:
609
609
  /***/ (function(module, exports) {
610
610
 
611
611
  module.exports = require("@splunk/react-ui/ButtonSimple");
@@ -619,14 +619,14 @@ module.exports = require("@splunk/ui-utils/i18n");
619
619
 
620
620
  /***/ }),
621
621
 
622
- /***/ 52:
622
+ /***/ 57:
623
623
  /***/ (function(module, exports) {
624
624
 
625
625
  module.exports = require("@splunk/react-icons/External");
626
626
 
627
627
  /***/ }),
628
628
 
629
- /***/ 53:
629
+ /***/ 58:
630
630
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
631
631
 
632
632
  "use strict";
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 = 145);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 152);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 145:
104
+ /***/ 152:
105
105
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
106
106
 
107
107
  "use strict";
@@ -143,7 +143,7 @@ var StyledBox = external_styled_components_default()(Box_default.a).withConfig({
143
143
  }));
144
144
 
145
145
  // EXTERNAL MODULE: ./src/ButtonGroup/ButtonGroupContext.tsx
146
- var ButtonGroupContext = __webpack_require__(53);
146
+ var ButtonGroupContext = __webpack_require__(58);
147
147
 
148
148
  // CONCATENATED MODULE: ./src/ButtonGroup/ButtonGroup.tsx
149
149
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
@@ -210,7 +210,7 @@ module.exports = require("styled-components");
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 53:
213
+ /***/ 58:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
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 = 128);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 135);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
101
101
 
102
102
  /***/ }),
103
103
 
104
- /***/ 12:
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
- /***/ 128:
111
+ /***/ 135:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -133,7 +133,7 @@ var i18n_ = __webpack_require__(5);
133
133
  var themes_ = __webpack_require__(0);
134
134
 
135
135
  // EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
136
- var ScreenReaderContent_ = __webpack_require__(15);
136
+ var ScreenReaderContent_ = __webpack_require__(14);
137
137
  var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
138
138
 
139
139
  // EXTERNAL MODULE: external "styled-components"
@@ -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__(12);
144
+ var Clickable_ = __webpack_require__(11);
145
145
  var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
146
146
 
147
147
  // CONCATENATED MODULE: ./src/ButtonSimple/prismaStyles.ts
@@ -530,7 +530,7 @@ ButtonSimpleWithTheme.propTypes = ButtonSimple_ButtonSimple.propTypes;
530
530
 
531
531
  /***/ }),
532
532
 
533
- /***/ 15:
533
+ /***/ 14:
534
534
  /***/ (function(module, exports) {
535
535
 
536
536
  module.exports = require("@splunk/react-ui/ScreenReaderContent");
package/CHANGELOG.md CHANGED
@@ -1,6 +1,46 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 4.7.0 - May 4, 2022
5
+ ----------
6
+ New Features:
7
+ * New `MessageBar` component for system-level messages.
8
+
9
+ Bug Fixes:
10
+ * `Modal` now has the correct border radius and the `icon` in `Modal.Header` is now centered (SUI-3447).
11
+ * `Switch` checkbox no longer displays the default browser tooltip. The default values of `selectedLabel`, `someSelectedLabel` and `unselectedLabel` of `Switch` have been removed (SUI-3241).
12
+ * `Switch` checkbox status is no longer read twice by screen reader (SUI-3241).
13
+ * `Menu.Item`s with icons have the correct height of 40px and icons are vertically centered (SUI-3341).
14
+ * `Modal.Body` now has the correct text color of `contentColorDefault` in Prisma themes (SUI-3488).
15
+ * `Select`'s options should no longer be clickable while it's collapsing (SUI-3337).
16
+ * `Menu`s should now correctly manage focus if the first item is disabled (SUI-3468).
17
+ * `Message`'s `appearance="banner"` renders with an icon for improved accessibility (SUI-3526).
18
+
19
+ Deprecations:
20
+ * `Message`'s `appearance="banner"`is deprecated and will be removed in a future major version. Use `MessageBar` instead (SUI-3437).
21
+ * `Message.Link` is deprecated and will be removed in a future major version. Use `Link` instead (SUI-3322).
22
+
23
+ 4.6.0 - April 5, 2022
24
+ ----------
25
+ New Features:
26
+ * Updated the `File` uploader descriptive button text from `browse...` to `upload file` (SUI-3275).
27
+ * `Clickable` now supports the `navigationLabel` prop to provide `data.label` to the `onClick` handler (SUI-3123).
28
+ * Added `onInputClick` prop to `Text` component (SUI-2801).
29
+
30
+ Bug Fixes:
31
+ * `NavigationProvider`'s `value` **now** has the the same shape as other provider values.
32
+ * `TransitionOpen`'s slide transitions now consistently use transforms instead of animating dimensions (SUI-3328).
33
+ * `FormRows`'s inside a `Modal` now display correctly when being sorted (SUI-3416).
34
+ * Focus on `FormRows` drag handle is now visible in Prisma themes (SUI-3415).
35
+ * `Modal`'s title is now read by screen reader.
36
+ * `Card` will no longer render with different dimensions depending on the combination of `to` and `onClick` props.
37
+ * `TableRow`'s `data` prop is no longer incorrectly passed to the DOM element (SUI-3448)
38
+
39
+ 4.5.3 - March 15, 2022
40
+ ----------
41
+ Bug Fixes:
42
+ * Fixed a regression where `Accordion.Panel`s may not open (SUI-3411).
43
+
4
44
  4.5.2 - March 8, 2022
5
45
  ----------
6
46
  Bug Fixes:
@@ -10,7 +50,7 @@ Bug Fixes:
10
50
 
11
51
  `styled-components@5.2.0` changed how selectors like `& + &` are compiled; [styled-components PR#3236](https://github.com/styled-components/styled-components/pull/3236).
12
52
  This breaks styles that worked in previous versions of styled-components; [styled-components issue #3265](https://github.com/styled-components/styled-components/issues/3265).
13
-
53
+
14
54
  **Until noted otherwise in a future release of `@splunk/react-ui` do not use `styled-components@^5.2.0` with` @splunk/react-ui`**.
15
55
 
16
56
  4.5.1 - March 1, 2022
@@ -33,6 +73,7 @@ New Features:
33
73
  * `Color`'s `defaultPalette` is now extrapolated from 8 base colors by `tinycolor2` to form the rest of the palette (SUI-2466).
34
74
  * Redundant `Table.HeadCell` indicators for sortable columns in Prisma themes have been replaced with the icons that matches the existing sort arrows. Note: column widths may be affected by this change (SUI-2547).
35
75
  * `Table` now supports `rowExpansion="controlled"` to allow for customization of expanded row state (SUI-2649).
76
+ * `Select` now supports jumping to the first matching item when a character key is pressed as long as `filter=false` and the control is not currently loading data. This behavior can be disabled with `allowKeyMatching=false`
36
77
 
37
78
  Bug Fixes:
38
79
  * Updated `Chip` styles to grid to fix misalignment (SUI-2706).
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 = 112);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 119);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
108
108
 
109
109
  /***/ }),
110
110
 
111
- /***/ 112:
111
+ /***/ 119:
112
112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
113
113
 
114
114
  "use strict";
@@ -130,7 +130,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
130
130
  var external_lodash_ = __webpack_require__(4);
131
131
 
132
132
  // EXTERNAL MODULE: external "moment"
133
- var external_moment_ = __webpack_require__(20);
133
+ var external_moment_ = __webpack_require__(21);
134
134
  var external_moment_default = /*#__PURE__*/__webpack_require__.n(external_moment_);
135
135
 
136
136
  // EXTERNAL MODULE: external "@splunk/ui-utils/id"
@@ -392,7 +392,7 @@ function DateTable(_ref2) {
392
392
  DateTable.propTypes = DateTable_propTypes;
393
393
  /* harmony default export */ var Calendar_DateTable = (DateTable);
394
394
  // EXTERNAL MODULE: external "lodash/omit"
395
- var omit_ = __webpack_require__(42);
395
+ var omit_ = __webpack_require__(43);
396
396
  var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
397
397
 
398
398
  // EXTERNAL MODULE: external "@splunk/react-ui/Button"
@@ -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__(54);
406
+ var ChevronLeft = __webpack_require__(59);
407
407
 
408
408
  // EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
409
409
  var ChevronRight = __webpack_require__(27);
@@ -800,7 +800,7 @@ module.exports = require("react");
800
800
 
801
801
  /***/ }),
802
802
 
803
- /***/ 20:
803
+ /***/ 21:
804
804
  /***/ (function(module, exports) {
805
805
 
806
806
  module.exports = require("moment");
@@ -878,7 +878,7 @@ module.exports = require("lodash");
878
878
 
879
879
  /***/ }),
880
880
 
881
- /***/ 42:
881
+ /***/ 43:
882
882
  /***/ (function(module, exports) {
883
883
 
884
884
  module.exports = require("lodash/omit");
@@ -892,14 +892,14 @@ module.exports = require("@splunk/ui-utils/i18n");
892
892
 
893
893
  /***/ }),
894
894
 
895
- /***/ 54:
895
+ /***/ 59:
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__(55);
902
+ /* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(60);
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,13 +942,6 @@ function ChevronLeft(props) {
942
942
 
943
943
  /***/ }),
944
944
 
945
- /***/ 55:
946
- /***/ (function(module, exports) {
947
-
948
- module.exports = require("@splunk/react-icons/ChevronLeft");
949
-
950
- /***/ }),
951
-
952
945
  /***/ 6:
953
946
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
954
947
 
@@ -974,6 +967,13 @@ function SVG(props) {
974
967
 
975
968
  /***/ }),
976
969
 
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