react-path-tooltip
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -11,5 +11,5 @@ import React from 'react'; | ||
textColor?: string; | ||
rtl?: string; | ||
rtl?: boolean; | ||
} | ||
export declare const PathTooltip: React.FC<IProps>; | ||
export {}; |
@@ -13,3 +13,3 @@ "use strict"; | ||
const [textColor,] = react_1.useState(props["textColor"] || "white"); | ||
const [rtl,] = react_1.useState(props["rtl"] || "ltr"); | ||
const [rtl,] = react_1.useState(props["rtl"] || false); | ||
const pathRef = props.pathRef; | ||
@@ -16,0 +16,0 @@ const svgRef = props.svgRef; |
{ | ||
"name": "react-path-tooltip", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "displayName": "React Path Tooltip", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10907