@newageerp/v3.badges.tooltip
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -28,3 +28,3 @@ "use strict"; | ||
const react_1 = __importStar(require("react")); | ||
const react_tooltip_1 = require("react-tooltip"); | ||
const react_tooltip_1 = __importDefault(require("react-tooltip")); | ||
const md5 = require("md5"); | ||
@@ -41,8 +41,5 @@ function Tooltip(props) { | ||
react_1.default.createElement("i", { className: (0, classnames_1.default)("fa fa-regular fa-info-circle", textColor, className) })), | ||
react_1.default.createElement(react_tooltip_1.Tooltip, { id: "view-" + helpKey, | ||
// multiline={true} | ||
// type={"light"} | ||
place: props.place, className: (0, classnames_1.default)('tw3-rounded-md', 'tw3-shadow-md', "tw3-text-left tw3-max-w-md") }))); | ||
react_1.default.createElement(react_tooltip_1.default, { id: "view-" + helpKey, multiline: true, type: "light", place: props.place, className: (0, classnames_1.default)('tw3-rounded-md', 'tw3-shadow-md', "tw3-text-left tw3-max-w-md") }))); | ||
} | ||
exports.Tooltip = Tooltip; | ||
//# sourceMappingURL=tooltip.js.map |
{ | ||
"name": "@newageerp/v3.badges.tooltip", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"homepage": "https://bit.dev/newageerp/v3/badges/tooltip", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "v3/badges/tooltip", | ||
"version": "2.4.2" | ||
"version": "2.4.3" | ||
}, | ||
@@ -15,3 +15,3 @@ "dependencies": { | ||
"md5": "2.3.0", | ||
"react-tooltip": "5.21.1", | ||
"react-tooltip": "4.2.21", | ||
"core-js": "^3.0.0" | ||
@@ -18,0 +18,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
30377
104
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedreact-tooltip@4.2.21(transitive)
+ Addeduuid@7.0.3(transitive)
- Removed@floating-ui/core@1.6.8(transitive)
- Removed@floating-ui/dom@1.6.12(transitive)
- Removed@floating-ui/utils@0.2.8(transitive)
- Removedreact-tooltip@5.21.1(transitive)
Updatedreact-tooltip@4.2.21