@highlight-ui/tooltip
Advanced tools
Comparing version 1.1.12 to 2.0.0
@@ -1,2 +0,2 @@ | ||
export { default } from './src/Tooltip'; | ||
export { default as Tooltip } from './src/Tooltip'; | ||
export type { TooltipProps } from './src/Tooltip'; |
'use strict'; | ||
var Typography = require('@highlight-ui/typography'); | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var typography = require('@highlight-ui/typography'); | ||
var utilsCommons = require('@highlight-ui/utils-commons'); | ||
@@ -13,3 +15,2 @@ var utilsHooks = require('@highlight-ui/utils-hooks'); | ||
var Typography__default = /*#__PURE__*/_interopDefaultLegacy(Typography); | ||
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames); | ||
@@ -45,3 +46,3 @@ var uniqueId__default = /*#__PURE__*/_interopDefaultLegacy(uniqueId); | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v1-1-12","trigger":"Tooltip-module__3sgODyUy__v1-1-12"}; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-0","trigger":"Tooltip-module__3sgODyUy__v2-0-0"}; | ||
@@ -97,6 +98,6 @@ var mouseOutDelayValues = { | ||
React__default['default'].createElement("div", __assign({ role: "tooltip", className: styles.tooltip, id: id, ref: setPopperElement, style: popperStyles, onMouseEnter: handleTooltipHover, onMouseLeave: scheduleTooltipHiding }, attributes.popper), | ||
React__default['default'].createElement(Typography__default['default'], { variant: "caption-2" }, content)))))); | ||
React__default['default'].createElement(typography.Typography, { variant: "caption-2" }, content)))))); | ||
}; | ||
module.exports = Tooltip; | ||
exports.Tooltip = Tooltip; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { default } from './src/Tooltip'; | ||
export { default as Tooltip } from './src/Tooltip'; | ||
export type { TooltipProps } from './src/Tooltip'; |
@@ -1,2 +0,2 @@ | ||
import Typography from '@highlight-ui/typography'; | ||
import { Typography } from '@highlight-ui/typography'; | ||
import { parseMetadata, forkHandlers } from '@highlight-ui/utils-commons'; | ||
@@ -35,3 +35,3 @@ import { useAutoPositioner, useForkRef } from '@highlight-ui/utils-hooks'; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v1-1-12","trigger":"Tooltip-module__3sgODyUy__v1-1-12"}; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-0","trigger":"Tooltip-module__3sgODyUy__v2-0-0"}; | ||
@@ -90,3 +90,3 @@ var mouseOutDelayValues = { | ||
export default Tooltip; | ||
export { Tooltip }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@highlight-ui/tooltip", | ||
"version": "1.1.12", | ||
"version": "2.0.0", | ||
"author": "Personio GmbH", | ||
@@ -50,6 +50,6 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"@highlight-ui/typography": "^2.1.7", | ||
"@highlight-ui/typography": "^3.0.0", | ||
"@highlight-ui/utils-commons": "^1.2.2", | ||
"@highlight-ui/utils-hooks": "^1.2.3", | ||
"@highlight-ui/utils-portal-manager": "^2.1.9", | ||
"@highlight-ui/utils-portal-manager": "^2.1.10", | ||
"@popperjs/core": "^2.9.2" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "b23625e1ee38082febededafbfdadea9ff4ebb6d" | ||
"gitHead": "5fceeca8c701b19aacbed68f0b22f63738bd3113" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
52830
+ Added@highlight-ui/typography@3.0.30(transitive)
- Removed@highlight-ui/typography@2.1.8(transitive)