@financial-times/o-overlay
Version:
Configurable custom overlay box that can be used to show overlay windows. The overlays can also be switched to display differently on small screens
50 lines (49 loc) • 1.43 kB
JSON
{
"name": "@financial-times/o-overlay",
"version": "5.0.1",
"description": "Configurable custom overlay box that can be used to show overlay windows. The overlays can also be switched to display differently on small screens",
"keywords": [
"overlay",
"modal",
"interstitial",
"messaging",
"popover",
"notification",
"hover"
],
"homepage": "https://registry.origami.ft.com/components/o-overlay",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-overlay,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"scripts": {
"start": "npx serve ./demos/local",
"build": "bash ../../scripts/component/build.bash",
"test": "bash ../../scripts/component/test.bash",
"debug:js": "bash ../../scripts/component/debug-js.bash",
"lint": "bash ../../scripts/component/lint.bash",
"watch": "bash ../../scripts/component/watch.bash"
},
"dependencies": {
"focusable": "^2.3.0",
"ftdomdelegate": "^4.0.0"
},
"peerDependencies": {
"@financial-times/o-brand": "^4.1.0",
"@financial-times/o-viewport": "^5.1.2",
"@financial-times/o-private-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o-buttons": "^7.9.2",
"@financial-times/o-fonts": "^5.3.5",
"@financial-times/o-spacing": "^3.2.5",
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"private": false
}