UNPKG

@financial-times/o-buttons

Version:

FT buttons styles. Provides customisation options with the FT colour palette.

39 lines (38 loc) 1.17 kB
{ "name": "@financial-times/o-buttons", "version": "7.9.2", "description": "FT buttons styles. Provides customisation options with the FT colour palette.", "keywords": [ "pagination" ], "homepage": "https://registry.origami.ft.com/components/o-buttons", "bugs": { "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-buttons,components", "email": "origami.support@ft.com" }, "license": "MIT", "type": "module", "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" }, "peerDependencies": { "@financial-times/o-brand": "^4.1.0", "@financial-times/o-colors": "^6.5.0", "@financial-times/o-icons": "^7.0.0", "@financial-times/o-normalise": "^3.3.0", "@financial-times/o-typography": "^7.4.1" }, "devDependencies": { "@financial-times/o-fonts": "^5.2.0", "@financial-times/o-normalise": "^3.3.0" }, "engines": { "npm": ">7" }, "private": false }