@skyscanner/backpack-web 31.7.1 → 31.7.2

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.
@@ -16,5 +16,5 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- import component from "./src/BpkGridToggle";
20
- export default component;
19
+ import BpkGridToggle from "./src/BpkGridToggle";
20
+ export default BpkGridToggle;
@@ -18,12 +18,6 @@
18
18
 
19
19
  import BpkInfoBannerInner from "./BpkInfoBannerInner";
20
20
  import { jsx as _jsx } from "react/jsx-runtime";
21
- const defaultProps = {
22
- animateOnEnter: false,
23
- animateOnLeave: false,
24
- show: true,
25
- icon: null
26
- };
27
21
  const BpkInfoBanner = ({
28
22
  animateOnEnter = false,
29
23
  animateOnLeave = false,
@@ -130,7 +130,7 @@ const BpkInfoBannerInner = ({
130
130
  ...rest,
131
131
  children: /*#__PURE__*/_jsxs("section", {
132
132
  className: sectionClassNames,
133
- role: "alert",
133
+ role: "presentation",
134
134
  children: [/*#__PURE__*/_jsxs("div", {
135
135
  role: isExpandable ? 'button' : undefined,
136
136
  className: headerClassNames,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "31.7.1",
3
+ "version": "31.7.2",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",