@teamturing/react-kit 2.46.5 → 2.46.6

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
@@ -40294,6 +40294,7 @@ const FormControlTooltipIcon = ({
40294
40294
  }) => /*#__PURE__*/jsxRuntimeExports.jsx(Tooltip, {
40295
40295
  text: text,
40296
40296
  direction: direction,
40297
+ mouseOnly: false,
40297
40298
  children: /*#__PURE__*/jsxRuntimeExports.jsx(StyledIcon, {
40298
40299
  icon: icon,
40299
40300
  size: size,
@@ -14,6 +14,7 @@ const FormControlTooltipIcon = ({
14
14
  }) => /*#__PURE__*/jsxRuntimeExports.jsx(Tooltip, {
15
15
  text: text,
16
16
  direction: direction,
17
+ mouseOnly: false,
17
18
  children: /*#__PURE__*/jsxRuntimeExports.jsx(StyledIcon, {
18
19
  icon: icon,
19
20
  size: size,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "2.46.5",
3
+ "version": "2.46.6",
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": "fc093fecce517059d071cf41c0993cfafe8e2f90"
69
+ "gitHead": "64d56dcc9ac1e605b739c05032e36050108784c8"
70
70
  }