@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 CHANGED
@@ -20887,7 +20887,7 @@ const OverlayPopper = ({
20887
20887
  onKeyDown: e => {
20888
20888
  if (['ArrowUp', 'ArrowDown'].includes(e.key)) {
20889
20889
  e.preventDefault();
20890
- openOverlay();
20890
+ handleOverlayOpen();
20891
20891
  }
20892
20892
  e.stopPropagation();
20893
20893
  },
@@ -58,7 +58,7 @@ const OverlayPopper = ({
58
58
  onKeyDown: e => {
59
59
  if (['ArrowUp', 'ArrowDown'].includes(e.key)) {
60
60
  e.preventDefault();
61
- openOverlay();
61
+ handleOverlayOpen();
62
62
  }
63
63
  e.stopPropagation();
64
64
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.19.18",
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": "a461f328a9702b8391f348aceb077ce5b0cd09a2"
65
+ "gitHead": "ab8134b8d14d37453ce727641f88e93821e2a41f"
66
66
  }