@royaloperahouse/harmonic 1.0.1 → 1.0.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.
@@ -11847,7 +11847,7 @@ var ArrowsContainer = /*#__PURE__*/styled.div(_templateObject8$f || (_templateOb
11847
11847
  var withShadow = _ref7.withShadow;
11848
11848
  return withShadow && css(_templateObject9$9 || (_templateObject9$9 = _taggedTemplateLiteralLoose(["\n box-shadow: var(--shadow-floating);\n "])));
11849
11849
  });
11850
- var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject0$8 || (_templateObject0$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: ", ";\n pinter-events: ", ";\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n && svg path {\n fill: ", ";\n }\n"])), function (_ref8) {
11850
+ var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject0$8 || (_templateObject0$8 = /*#__PURE__*/_taggedTemplateLiteralLoose(["\n width: 24px;\n height: 24px;\n cursor: ", ";\n pointer-events: ", ";\n display: flex;\n align-items: center;\n justify-content: flex-center;\n\n && svg path {\n fill: ", ";\n }\n"])), function (_ref8) {
11851
11851
  var disabled = _ref8.disabled;
11852
11852
  return disabled ? 'not-allowed' : 'pointer';
11853
11853
  }, function (_ref9) {
@@ -11893,7 +11893,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
11893
11893
  onTabClick(e, id);
11894
11894
  }
11895
11895
  setSelectedItem(id);
11896
- var clickedTab = document.getElementById("tablink-" + selectedItem);
11896
+ var clickedTab = document.getElementById("tablink-" + id);
11897
11897
  if (clickedTab) {
11898
11898
  clickedTab.focus();
11899
11899
  }