@royaloperahouse/harmonic 0.6.0-e → 0.6.0-f
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 +2 -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 +2 -0
- package/dist/harmonic.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -5820,6 +5820,7 @@ var SearchBar = function SearchBar(_ref) {
|
|
|
5820
5820
|
})), showSearchLink && (isDesktop ? (/*#__PURE__*/React__default.createElement("div", {
|
|
5821
5821
|
"data-testid": "search-button"
|
|
5822
5822
|
}, /*#__PURE__*/React__default.createElement(TextLinkWrapper$1, {
|
|
5823
|
+
role: "button",
|
|
5823
5824
|
"data-testid": "search-link",
|
|
5824
5825
|
"aria-label": "Submit search",
|
|
5825
5826
|
onClick: function onClick() {
|
|
@@ -5830,6 +5831,7 @@ var SearchBar = function SearchBar(_ref) {
|
|
|
5830
5831
|
},
|
|
5831
5832
|
tabIndex: 0
|
|
5832
5833
|
}, "Search"))) : (/*#__PURE__*/React__default.createElement(SearchArrowContainer, {
|
|
5834
|
+
role: "button",
|
|
5833
5835
|
"aria-label": "Submit search",
|
|
5834
5836
|
"data-testid": "search-arrow-button",
|
|
5835
5837
|
onClick: function onClick() {
|