N°3523 Add accessibility to silo selection and user menu toggler

This commit is contained in:
Stephen Abello
2021-11-19 11:14:39 +01:00
parent 18b8e7093a
commit 72d1ab5cbc
29 changed files with 540 additions and 7 deletions

27
node_modules/selectize-plugin-a11y/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "selectize-plugin-a11y",
"version": "1.1.0",
"description": "Make Selectize.js accessibile",
"main": "selectize-plugin-a11y.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SLMNBJ/selectize-plugin-a11y.git"
},
"keywords": [
"selectize",
"selectize.js",
"a11y",
"accessibility",
"selectize",
"voiceover"
],
"author": "Salmen Bejaoui",
"license": "MIT",
"bugs": {
"url": "https://github.com/SLMNBJ/selectize-plugin-a11y/issues"
},
"homepage": "https://github.com/SLMNBJ/selectize-plugin-a11y#readme"
}