@teamturing/react-kit 2.46.1 → 2.46.2
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 +2 -0
- package/esm/core/Tooltip/index.js +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -34307,8 +34307,10 @@ const Tooltip = ({
|
|
|
34307
34307
|
return /*#__PURE__*/jsxRuntimeExports.jsxs(BaseTooltip, {
|
|
34308
34308
|
placement: directionToPlacement,
|
|
34309
34309
|
children: [/*#__PURE__*/jsxRuntimeExports.jsx(BaseTooltipTrigger, {
|
|
34310
|
+
className: 'tooltip__tooltip_trigger',
|
|
34310
34311
|
children: children
|
|
34311
34312
|
}), /*#__PURE__*/jsxRuntimeExports.jsx(BaseTooltipContent, {
|
|
34313
|
+
className: 'tooltip__tooltip_content',
|
|
34312
34314
|
children: text
|
|
34313
34315
|
})]
|
|
34314
34316
|
});
|
|
@@ -19,8 +19,10 @@ const Tooltip = ({
|
|
|
19
19
|
return /*#__PURE__*/jsxRuntimeExports.jsxs(BaseTooltip, {
|
|
20
20
|
placement: directionToPlacement,
|
|
21
21
|
children: [/*#__PURE__*/jsxRuntimeExports.jsx(BaseTooltipTrigger, {
|
|
22
|
+
className: 'tooltip__tooltip_trigger',
|
|
22
23
|
children: children
|
|
23
24
|
}), /*#__PURE__*/jsxRuntimeExports.jsx(BaseTooltipContent, {
|
|
25
|
+
className: 'tooltip__tooltip_content',
|
|
24
26
|
children: text
|
|
25
27
|
})]
|
|
26
28
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.46.
|
|
3
|
+
"version": "2.46.2",
|
|
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": "356cb9e393d0969affa112f95ba5508c40d7390a"
|
|
70
70
|
}
|