@royaloperahouse/chord 0.4.3 → 0.4.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.4.4]
4
+ - AnchorTapBar a11y: added tabIndex to links
5
+
3
6
  ## [0.4.3]
4
7
  - Prevent focus when navigation tab is clicked
5
8
 
@@ -3993,7 +3993,8 @@ var AnchorTapBar = function AnchorTapBar(_ref) {
3993
3993
  selected: isSelectedItem(id),
3994
3994
  onClick: function onClick(e) {
3995
3995
  return onClicktab(e, id);
3996
- }
3996
+ },
3997
+ tabIndex: 0
3997
3998
  }, rest), text));
3998
3999
  })), tabsOverflow ? /*#__PURE__*/React__default.createElement(ArrowsContainer, null, !scrollStart ? /*#__PURE__*/React__default.createElement(ArrowWrapper, {
3999
4000
  onClick: scrollToLeft