@royaloperahouse/harmonic 0.19.1 → 0.19.2-a

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.
@@ -12199,7 +12199,7 @@ var ArrowsContainer = /*#__PURE__*/styled.div(_templateObject8$f || (_templateOb
12199
12199
  var withShadow = _ref7.withShadow;
12200
12200
  return withShadow && css(_templateObject9$a || (_templateObject9$a = _taggedTemplateLiteralLoose(["\n box-shadow: var(--shadow-floating);\n "])));
12201
12201
  });
12202
- var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject0$9 || (_templateObject0$9 = /*#__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) {
12202
+ var ArrowWrapper = /*#__PURE__*/styled.div(_templateObject0$9 || (_templateObject0$9 = /*#__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) {
12203
12203
  var disabled = _ref8.disabled;
12204
12204
  return disabled ? 'not-allowed' : 'pointer';
12205
12205
  }, function (_ref9) {
@@ -12245,7 +12245,7 @@ var AnchorTabBar = function AnchorTabBar(_ref) {
12245
12245
  onTabClick(e, id);
12246
12246
  }
12247
12247
  setSelectedItem(id);
12248
- var clickedTab = document.getElementById("tablink-" + selectedItem);
12248
+ var clickedTab = document.getElementById("tablink-" + id);
12249
12249
  if (clickedTab) {
12250
12250
  clickedTab.focus();
12251
12251
  }