@cityssm/bulma-a11y
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@cityssm/bulma-a11y", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Bulma with increased colour contrast to meet accessibility requirements.", | ||
@@ -25,21 +25,21 @@ "main": "bulma-a11y.min.css", | ||
"devDependencies": { | ||
"@types/express": "^4.17.9", | ||
"@types/express": "^4.17.11", | ||
"@types/http-errors": "^1.8.0", | ||
"@types/mocha": "^8.2.0", | ||
"@types/puppeteer": "^5.4.2", | ||
"@typescript-eslint/eslint-plugin": "^4.11.0", | ||
"@typescript-eslint/parser": "^4.11.0", | ||
"bulma": "^0.9.1", | ||
"eslint": "^7.16.0", | ||
"eslint-config-standard-with-typescript": "^19.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"bulma": "^0.9.2", | ||
"eslint": "^7.18.0", | ||
"eslint-config-standard-with-typescript": "^20.0.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"express": "^4.17.1", | ||
"get-port": "^5.1.1", | ||
"lighthouse": "^7.0.0", | ||
"lighthouse": "^7.0.1", | ||
"mocha": "^8.2.1", | ||
"puppeteer": "^5.5.0" | ||
"puppeteer": "^5.5.0", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
# bulma-a11y | ||
[![npm (scoped)](https://img.shields.io/npm/v/@cityssm/bulma-a11y)](https://www.npmjs.com/package/@cityssm/bulma-a11y) ![Codacy grade](https://img.shields.io/codacy/grade/873a7db52d1c4a7da285a96343134e3e) [![AppVeyor](https://img.shields.io/appveyor/build/dangowans/bulma-a11y?label=lighthouse)](https://ci.appveyor.com/project/dangowans/bulma-a11y) | ||
[![npm (scoped)](https://img.shields.io/npm/v/@cityssm/bulma-a11y)](https://www.npmjs.com/package/@cityssm/bulma-a11y) [![Codacy grade](https://img.shields.io/codacy/grade/873a7db52d1c4a7da285a96343134e3e)](https://app.codacy.com/gh/cityssm/bulma-a11y/dashboard) [![AppVeyor](https://img.shields.io/appveyor/build/dangowans/bulma-a11y?label=lighthouse)](https://ci.appveyor.com/project/dangowans/bulma-a11y) [![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/cityssm/bulma-a11y)](https://app.snyk.io/org/cityssm/project/bf65d71f-8d8b-43ba-8262-29a3c92872ef) | ||
@@ -8,2 +8,10 @@ The [Bulma CSS framework](https://bulma.io/) | ||
![Sample Buttons](docs/buttons.png) | ||
## Installation | ||
```sh | ||
npm install @cityssm/bulma-a11y | ||
``` | ||
## Usage | ||
@@ -17,1 +25,16 @@ | ||
``` | ||
## Test Pages | ||
The following pages have minimal styling. | ||
They use code samples from the official Bulma website to test for sufficient colour contrast. | ||
- [Buttons](https://cityssm.github.io/bulma-a11y/test/server/html/buttons.html) | ||
- [Messages](https://cityssm.github.io/bulma-a11y/test/server/html/messages.html) | ||
- [Notifications](https://cityssm.github.io/bulma-a11y/test/server/html/notifications.html) | ||
- [Tags](https://cityssm.github.io/bulma-a11y/test/server/html/tags.html) | ||
## Important Note | ||
While bulma-a11y attempts to improve colour contrast of the main Bulma components, | ||
using bulma-a11y does not guarantee your website will be considered accessible. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
211172
789
39