@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
package/dist/harmonic.esm.js
CHANGED
|
@@ -5845,6 +5845,7 @@ var SearchBar = function SearchBar(_ref) {
|
|
|
5845
5845
|
})), showSearchLink && (isDesktop ? (/*#__PURE__*/React__default.createElement("div", {
|
|
5846
5846
|
"data-testid": "search-button"
|
|
5847
5847
|
}, /*#__PURE__*/React__default.createElement(TextLinkWrapper$1, {
|
|
5848
|
+
role: "button",
|
|
5848
5849
|
"data-testid": "search-link",
|
|
5849
5850
|
"aria-label": "Submit search",
|
|
5850
5851
|
onClick: function onClick() {
|
|
@@ -5855,6 +5856,7 @@ var SearchBar = function SearchBar(_ref) {
|
|
|
5855
5856
|
},
|
|
5856
5857
|
tabIndex: 0
|
|
5857
5858
|
}, "Search"))) : (/*#__PURE__*/React__default.createElement(SearchArrowContainer, {
|
|
5859
|
+
role: "button",
|
|
5858
5860
|
"aria-label": "Submit search",
|
|
5859
5861
|
"data-testid": "search-arrow-button",
|
|
5860
5862
|
onClick: function onClick() {
|