UNPKG

@jengaui/tooltip

Version:

Jenga UI Tooltip component in React

78 lines 1.99 kB
{ "name": "@jengaui/tooltip", "version": "0.4.0", "description": "Jenga UI Tooltip component in React", "keywords": [ "react", "tooltip", "Jenga UI", "ui", "design-system", "react-components", "uikit", "accessible", "components", "tastycss", "library" ], "homepage": "https://github.com/Outposthq/jengaui", "bugs": { "url": "https://github.com/Outposthq/jengaui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Outposthq/jengaui.git" }, "license": "MIT", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/esm/index.js", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "dependencies": { "@jengaui/active-zone": "0.4.0", "@jengaui/core": "0.4.0", "@jengaui/overlays": "0.4.0", "@jengaui/utils": "0.4.0", "@react-aria/focus": "^3.9.0", "@react-aria/overlays": "^3.11.0", "@react-aria/tooltip": "^3.3.2", "@react-spectrum/utils": "^3.7.4", "@react-stately/tooltip": "^3.2.2", "@react-types/shared": "^3.15.0", "@react-types/tooltip": "^3.2.4", "tastycss": "^0.13.0" }, "devDependencies": { "@jengaui/tsconfig": "0.3.0", "@types/react": "^17.0.50", "@types/react-dom": "^17.0.17", "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "^5.3.6", "tsup": "^6.2.3", "typescript": "^4.8.4" }, "peerDependencies": { "react": ">= 18.2.0", "react-dom": ">= 18.2.0", "styled-components": ">= 5.3.6" }, "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/index.js" } }, "scripts": { "build": "tsup --config ./tsup.config.ts", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "dev": "tsup src/index.ts --minify --treeshake --format esm,cjs --watch --dts --external react", "lint": "TIMING=1 eslint src/**/*.ts* --fix" } }