@teamturing/react-kit 2.46.2 → 2.46.3

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
@@ -34146,7 +34146,8 @@ function useTooltip({
34146
34146
  const hover = useHover$1(context, {
34147
34147
  move: false,
34148
34148
  restMs: 300,
34149
- enabled: controlledOpen == null
34149
+ enabled: controlledOpen == null,
34150
+ mouseOnly: true
34150
34151
  });
34151
34152
  const focus = useFocus(context, {
34152
34153
  enabled: controlledOpen == null
@@ -34,7 +34,8 @@ function useTooltip({
34
34
  const hover = useHover(context, {
35
35
  move: false,
36
36
  restMs: 300,
37
- enabled: controlledOpen == null
37
+ enabled: controlledOpen == null,
38
+ mouseOnly: true
38
39
  });
39
40
  const focus = useFocus(context, {
40
41
  enabled: controlledOpen == null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.46.2",
3
+ "version": "2.46.3",
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",
@@ -66,5 +66,5 @@
66
66
  "react-textarea-autosize": "^8.5.3",
67
67
  "styled-system": "^5.1.5"
68
68
  },
69
- "gitHead": "356cb9e393d0969affa112f95ba5508c40d7390a"
69
+ "gitHead": "9b9125cc4c39a4f0064a6ab1be742a030e3bf307"
70
70
  }