@transferwise/components 0.0.0-experimental-a9f68ee → 0.0.0-experimental-8d5038a
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/build/index.js
CHANGED
|
@@ -12501,6 +12501,7 @@ const Option = props => {
|
|
|
12501
12501
|
children: /*#__PURE__*/jsxRuntime.jsxs("a", {
|
|
12502
12502
|
className: "dropdown-item",
|
|
12503
12503
|
href: "#",
|
|
12504
|
+
tabIndex: -1,
|
|
12504
12505
|
onClick: onClick,
|
|
12505
12506
|
children: [/*#__PURE__*/jsxRuntime.jsx("span", {
|
|
12506
12507
|
children: hightlight(label, query)
|