@royaloperahouse/harmonic 0.6.0-f → 0.6.1-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.
- package/dist/harmonic.cjs.development.js +6 -0
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +6 -0
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -5696,6 +5696,9 @@ var Tabs = function Tabs(_ref) {
|
|
|
5696
5696
|
});
|
|
5697
5697
|
})), !showMenu && (/*#__PURE__*/React__default.createElement(MenuContainer$1, null, openMenu ? (/*#__PURE__*/React__default.createElement("a", {
|
|
5698
5698
|
"data-testid": "mobile-menu-close",
|
|
5699
|
+
role: "button",
|
|
5700
|
+
"aria-label": "Close menu",
|
|
5701
|
+
tabIndex: 0,
|
|
5699
5702
|
onClick: function onClick(e) {
|
|
5700
5703
|
e.preventDefault();
|
|
5701
5704
|
onClickHandler(false);
|
|
@@ -5705,6 +5708,9 @@ var Tabs = function Tabs(_ref) {
|
|
|
5705
5708
|
iconName: "Close"
|
|
5706
5709
|
}))) : (/*#__PURE__*/React__default.createElement(MenuItem, null, /*#__PURE__*/React__default.createElement("a", {
|
|
5707
5710
|
"data-testid": "mobile-menu-button",
|
|
5711
|
+
role: "button",
|
|
5712
|
+
"aria-label": "Open menu",
|
|
5713
|
+
tabIndex: 0,
|
|
5708
5714
|
onClick: function onClick(e) {
|
|
5709
5715
|
e.preventDefault();
|
|
5710
5716
|
onClickHandler(true);
|