@haxtheweb/a11y-utils
Advanced tools
Comparing version 10.0.0 to 10.0.2
{ | ||
"version": "experimental", | ||
"tags": [ | ||
"schemaVersion": "1.0.0", | ||
"readme": "", | ||
"modules": [ | ||
{ | ||
"name": "a11y-utils", | ||
"path": "./a11y-utils.js", | ||
"description": "`a11y-utils`\n`a collection of accessibility patterns and styles`" | ||
}, | ||
{ | ||
"name": "a11y-utils", | ||
"path": "./src/a11y-utils.js", | ||
"description": "`a11y-utils`\n`a collection of accessibility patterns and styles`" | ||
"kind": "javascript-module", | ||
"path": "a11y-utils.js", | ||
"declarations": [ | ||
{ | ||
"kind": "variable", | ||
"name": "screenreaderOnlyCSS", | ||
"default": "css` .sr-only { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } `" | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "js", | ||
"name": "screenreaderOnlyCSS", | ||
"declaration": { | ||
"name": "screenreaderOnlyCSS", | ||
"module": "a11y-utils.js" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
@@ -18,3 +18,3 @@ { | ||
}, | ||
"version": "10.0.0", | ||
"version": "10.0.2", | ||
"description": "a collection of accessibility patterns and styles", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"start": "yarn run dev", | ||
"build": "gulp --gulpfile=gulpfile.cjs && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && wca analyze \"{*,lib/**}.js\" --format vscode --outFile custom-elements.json", | ||
"build": "gulp --gulpfile=gulpfile.cjs && prettier --ignore-path ../../.prettierignore --write \"**/*.{js,json}\" && cem analyze --litelement --exclude \"(public|*.stories.js)\" --globs \"{*,lib/**}.js\"", | ||
"dev": "concurrently --kill-others \"yarn run watch\" \"yarn run serve\"", | ||
@@ -48,2 +48,3 @@ "watch": "gulp dev --gulpfile=gulpfile.cjs", | ||
"devDependencies": { | ||
"@custom-elements-manifest/analyzer": "^0.10.4", | ||
"@haxtheweb/deduping-fix": "^10.0.0", | ||
@@ -53,3 +54,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
"@webcomponents/webcomponentsjs": "^2.8.0", | ||
"concurrently": "8.2.2", | ||
"concurrently": "9.1.2", | ||
"wct-browser-legacy": "1.0.2" | ||
@@ -68,3 +69,3 @@ }, | ||
], | ||
"gitHead": "8d88e4fc1d87dd0713f24dbc13eaf2ebfe57ccfb" | ||
"gitHead": "029b98edce1dcb2016fda7f5a06ad24f940b1b23" | ||
} |
24059
233
7