@skyscanner/backpack-web 37.5.0 → 37.6.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.
@@ -44,7 +44,8 @@ const propTypes = {
44
44
  className: PropTypes.string,
45
45
  onComplete: PropTypes.func,
46
46
  onCompleteTransitionEnd: PropTypes.func,
47
- getValueText: PropTypes.func
47
+ getValueText: PropTypes.func,
48
+ tabIndex: PropTypes.number
48
49
  };
49
50
  const defaultProps = {
50
51
  className: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "37.5.0",
3
+ "version": "37.6.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",