@secondstaxorg/sscomp 1.7.1 → 1.7.12
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/bundle.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/Tooltip/Tooltip.d.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -30338,7 +30338,8 @@ const Tooltip = (props) => {
|
|
|
30338
30338
|
React$1.useEffect(()=>{
|
|
30339
30339
|
tippy(`#${childElementId}`,{
|
|
30340
30340
|
content:tooltipContent,
|
|
30341
|
-
placement:tooltipPosition
|
|
30341
|
+
placement:tooltipPosition,
|
|
30342
|
+
interactive:true
|
|
30342
30343
|
});
|
|
30343
30344
|
},[]);
|
|
30344
30345
|
|