Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@newageerp/v3.badges.tooltip

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newageerp/v3.badges.tooltip - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

4

dist/tooltip.js

@@ -33,3 +33,3 @@ "use strict";

const helpKey = md5(text);
const textColor = props.textColor ? props.textColor : 'tw3-text-blue-500';
const textColor = props.textColor ? props.textColor : 'text-blue-500';
return (react_1.default.createElement(react_1.Fragment, null,

@@ -41,5 +41,5 @@ react_1.default.createElement("span", { "data-tip": text

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.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") })));
react_1.default.createElement(react_tooltip_1.default, { id: "view-" + helpKey, multiline: true, type: "light", place: props.place, className: (0, classnames_1.default)('rounded-md', 'shadow-md', "text-left max-w-md") })));
}
exports.Tooltip = Tooltip;
//# sourceMappingURL=tooltip.js.map
{
"name": "@newageerp/v3.badges.tooltip",
"version": "2.4.5",
"version": "2.4.6",
"homepage": "https://bit.dev/newageerp/v3/badges/tooltip",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"name": "v3/badges/tooltip",
"version": "2.4.5"
"version": "2.4.6"
},

@@ -12,0 +12,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc