@highlight-ui/tooltip
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -45,3 +45,3 @@ 'use strict'; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-2","trigger":"Tooltip-module__3sgODyUy__v2-0-2"}; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-3","trigger":"Tooltip-module__3sgODyUy__v2-0-3"}; | ||
@@ -48,0 +48,0 @@ var mouseOutDelayValues = { |
import { Typography } from '@highlight-ui/typography'; | ||
import { parseMetadata, forkHandlers } from '@highlight-ui/utils-commons'; | ||
import { forkHandlers, parseMetadata } from '@highlight-ui/utils-commons'; | ||
import { useAutoPositioner, useForkRef } from '@highlight-ui/utils-hooks'; | ||
@@ -35,3 +35,3 @@ import { GroupedPortal } from '@highlight-ui/utils-portal-manager'; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-2","trigger":"Tooltip-module__3sgODyUy__v2-0-2"}; | ||
var styles = {"tooltip":"Tooltip-module__Qg97SOst__v2-0-3","trigger":"Tooltip-module__3sgODyUy__v2-0-3"}; | ||
@@ -38,0 +38,0 @@ var mouseOutDelayValues = { |
{ | ||
"name": "@highlight-ui/tooltip", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Personio GmbH", | ||
@@ -19,3 +19,3 @@ "main": "dist/cjs/index.js", | ||
"clean": "rimraf dist node_modules .jest-cache junit.xml", | ||
"build": "rollup -c ./build/rollup.conf.js", | ||
"build": "highlight-build", | ||
"sb:dev": "export COMPONENT_STORIES=$(basename $(pwd)); cd ../../; yarn sb:dev" | ||
@@ -27,7 +27,6 @@ }, | ||
"devDependencies": { | ||
"@highlight-ui/configs-base-jest": "^1.1.1", | ||
"@highlight-ui/configs-base-tsconfig": "*", | ||
"@highlight-ui/configs-base-jest": "^1.1.2", | ||
"@highlight-ui/configs-base-tsconfig": "^1.1.1", | ||
"@highlight-ui/configs-scripts": "^1.0.1", | ||
"@highlight-ui/theme": "^4.0.1", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.1.0", | ||
"@storybook/addon-docs": "^6.2.9", | ||
@@ -37,29 +36,21 @@ "@storybook/react": "^6.2.7", | ||
"@testing-library/user-event": "^12.6.3", | ||
"@types/classnames": "^2.2.11", | ||
"classnames": "^2.2.6", | ||
"classnames": "^2.3.1", | ||
"jest": "^26.6.0", | ||
"lodash": "^4.17.21", | ||
"postcss": "^8.2.13", | ||
"react": "^17.0.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.38.1", | ||
"rollup-plugin-node-externals": "^2.2.0", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"sass": "^1.32.5", | ||
"typescript": "4.2.2" | ||
"rimraf": "^3.0.2" | ||
}, | ||
"dependencies": { | ||
"@highlight-ui/typography": "^3.0.1", | ||
"@highlight-ui/utils-commons": "^1.3.0", | ||
"@highlight-ui/utils-hooks": "^1.2.3", | ||
"@highlight-ui/utils-portal-manager": "^2.1.11", | ||
"@highlight-ui/typography": "^3.0.2", | ||
"@highlight-ui/utils-commons": "^1.3.1", | ||
"@highlight-ui/utils-hooks": "^1.2.4", | ||
"@highlight-ui/utils-portal-manager": "^2.1.12", | ||
"@popperjs/core": "^2.9.2" | ||
}, | ||
"peerDependencies": { | ||
"classnames": "^2.2.x", | ||
"classnames": "^2.3.1", | ||
"lodash": "^4.17.x", | ||
"react": "^17.0.x" | ||
}, | ||
"gitHead": "06c169a0a1c3216e155becb23eee1b802518d5fd" | ||
"gitHead": "6d8cf82845c4ed5cd86eaceba6c42a57a5e6079a" | ||
} |
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
52870
13