@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,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.46.
|
|
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": "
|
|
69
|
+
"gitHead": "64d56dcc9ac1e605b739c05032e36050108784c8"
|
|
70
70
|
}
|