@teamturing/react-kit 2.19.18 → 2.19.19
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/index.js +1 -1
- package/esm/core/OverlayPopper/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20887,7 +20887,7 @@ const OverlayPopper = ({
|
|
|
20887
20887
|
onKeyDown: e => {
|
|
20888
20888
|
if (['ArrowUp', 'ArrowDown'].includes(e.key)) {
|
|
20889
20889
|
e.preventDefault();
|
|
20890
|
-
|
|
20890
|
+
handleOverlayOpen();
|
|
20891
20891
|
}
|
|
20892
20892
|
e.stopPropagation();
|
|
20893
20893
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.19",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"react-is": "^18.2.0",
|
|
63
63
|
"styled-system": "^5.1.5"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "ab8134b8d14d37453ce727641f88e93821e2a41f"
|
|
66
66
|
}
|