Socket
Socket
Sign inDemoInstall

@fremtind/jkl-tooltip-react

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-tooltip-react - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

build/cjs/TooltipContent.js

@@ -107,4 +107,4 @@ "use strict";

style: {
left: isPositioned ? `${arrow == null ? void 0 : arrow.x}px` : "",
top: isPositioned ? `${arrow == null ? void 0 : arrow.y}px` : ""
left: isPositioned ? "".concat(arrow == null ? void 0 : arrow.x, "px") : "",
top: isPositioned ? "".concat(arrow == null ? void 0 : arrow.y, "px") : ""
}

@@ -111,0 +111,0 @@ }

@@ -74,4 +74,4 @@ import { useMergeRefs } from "@floating-ui/react";

style: {
left: isPositioned ? `${arrow == null ? void 0 : arrow.x}px` : "",
top: isPositioned ? `${arrow == null ? void 0 : arrow.y}px` : ""
left: isPositioned ? "".concat(arrow == null ? void 0 : arrow.x, "px") : "",
top: isPositioned ? "".concat(arrow == null ? void 0 : arrow.y, "px") : ""
}

@@ -78,0 +78,0 @@ }

{
"name": "@fremtind/jkl-tooltip-react",
"version": "4.0.2",
"version": "4.0.3",
"publishConfig": {

@@ -41,6 +41,6 @@ "access": "public"

"@floating-ui/react": "^0.24.2",
"@fremtind/jkl-core": "^13.0.0",
"@fremtind/jkl-icons-react": "^8.1.1",
"@fremtind/jkl-react-hooks": "^12.0.0",
"@fremtind/jkl-tooltip": "^4.0.0",
"@fremtind/jkl-core": "^13.0.1",
"@fremtind/jkl-icons-react": "^8.1.2",
"@fremtind/jkl-react-hooks": "^12.0.1",
"@fremtind/jkl-tooltip": "^4.0.1",
"classnames": "^2.3.2",

@@ -62,3 +62,3 @@ "framer-motion": "^7.10.3"

},
"gitHead": "bcdc1154f4d29d955295f2b6e3c0d27db9d1371b"
"gitHead": "a3f698343dbc966239d274bb0b55b193c5c23a9e"
}

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