{
	"name": "@financial-times/o3-tooltip",
	"version": "3.2.2",
	"description": "Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI",
	"keywords": [
		"tooltip",
		"tool",
		"tip",
		"annotate",
		"highlight",
		"hover"
	],
	"homepage": "https://registry.origami.ft.com/components/o3-tooltip",
	"bugs": {
		"url": "https://github.com/Financial-Times/origami/issues/new?labels=o3-tooltip,components",
		"email": "origami.support@ft.com"
	},
	"license": "MIT",
	"browser": "./index.js",
	"main": "./cjs/index.js",
	"module": "./esm/index.js",
	"files": [
		"cjs",
		"esm",
		"index.js",
		"index.d.ts",
		"css",
		"origami.json",
		"package.json",
		"README.md"
	],
	"scripts": {
		"build": "bash ../../scripts/component/build-o3.bash o3-tooltip",
		"check:type": "tsc --noEmit"
	},
	"peerDependencies": {
		"@financial-times/o3-foundation": "^3.0.0"
	},
	"devDependencies": {
		"@financial-times/o3-figma-sb-links": "^0.0.0"
	},
	"engines": {
		"npm": ">7"
	},
	"private": false,
	"dependencies": {
		"@popperjs/core": "^2.11.8"
	}
}
