@splunk/react-ui 4.5.2 → 4.5.3

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 CHANGED
@@ -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;
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 4.5.3 - March 15, 2022
5
+ ----------
6
+ Bug Fixes:
7
+ * Fixed a regression where `Accordion.Panel`s may not open (SUI-3411).
8
+
4
9
  4.5.2 - March 8, 2022
5
10
  ----------
6
11
  Bug Fixes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-ui",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "Library of React components that implement the Splunk design language",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Splunk Inc.",