UNPKG

@atlaskit/tooltip

Version:

A tooltip is a floating, non-actionable label used to explain a user interface element or feature.

84 lines (83 loc) 2.21 kB
{ "name": "@atlaskit/tooltip", "version": "17.0.3", "description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "sideEffects": false, "atlaskit:src": "src/index.ts", "atlassian": { "team": "Design System Team", "deprecatedAutoEntryPoints": true, "inPublicMirror": true, "releaseModel": "scheduled", "website": { "name": "Tooltip" } }, "dependencies": { "@atlaskit/analytics-next": "^8.0.0", "@atlaskit/motion": "^0.4.0", "@atlaskit/popper": "^5.0.0", "@atlaskit/portal": "^4.0.0", "@atlaskit/theme": "^11.0.0", "@emotion/core": "^10.0.9", "bind-event-listener": "^1.0.2", "tslib": "^2.0.0" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@atlaskit/build-utils": "*", "@atlaskit/button": "^15.1.0", "@atlaskit/docs": "*", "@atlaskit/icon": "^21.1.0", "@atlaskit/ssr": "*", "@atlaskit/visual-regression": "*", "@atlaskit/webdriver-runner": "*", "@emotion/styled": "^10.0.7", "@testing-library/dom": "^7.7.3", "@testing-library/react": "^8.0.1", "jest-in-case": "^1.0.2", "react-dom": "^16.8.0", "react-redux": "^5.1.2", "storybook-addon-performance": "0.12.0", "typescript": "3.9.6", "wait-for-expect": "^1.2.0" }, "keywords": [ "atlaskit", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "ui-components": [ "lite-mode" ], "analytics": [ "analytics-next" ], "theming": [ "new-theming-api" ], "deprecation": [ "no-deprecated-imports" ] } }, "homepage": "https://atlassian.design/components/tooltip/" }