Skip to content

Commit

Permalink
fix: add aria-hidden attribute to sprite node for proper accessibilit…
Browse files Browse the repository at this point in the history
…y behaviour

Closes #315
  • Loading branch information
kisenka committed Apr 2, 2020
1 parent 956eb76 commit bb08665
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"svg-baker": "^1.5.0",
"svg-baker-runtime": "^1.4.3",
"svg-baker-runtime": "^1.4.4",
"url-slug": "2.0.0"
},
"devDependencies": {
Expand Down
29 changes: 24 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7491,14 +7491,14 @@ supports-color@^5.4.0:
dependencies:
has-flag "^3.0.0"

svg-baker-runtime@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.3.tgz#8ec035daf3af4abe7e788120868ebbf84a34468f"
integrity sha512-QY6RlJN3v6xPxVQboSrsGiLWaWay+uFstic6QEzoIUK2l6M/lqL/wiqFcoqroBsGpqpP0knXplltLZGTzncbNw==
svg-baker-runtime@^1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/svg-baker-runtime/-/svg-baker-runtime-1.4.4.tgz#91f8bcf27194d33b0b2db2f4e86c6bc99377a6f1"
integrity sha512-ffjA5ewpZRllt05vtdAQVglThd15ztNX6AP+bsaOBjMoUaPRU0sApxqXyfy9A8ctJu6p9uB+fVIMj57RCY38Ew==
dependencies:
deepmerge "1.3.2"
mitt "1.1.2"
svg-baker "^1.5.0"
svg-baker "^1.6.0"

svg-baker@^1.5.0:
version "1.5.0"
Expand All @@ -7519,6 +7519,25 @@ svg-baker@^1.5.0:
query-string "^4.3.2"
traverse "^0.6.6"

svg-baker@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/svg-baker/-/svg-baker-1.6.0.tgz#c40766d3f04993057fcd0efbebbabe199a415510"
integrity sha512-uUwkBtAH8YlX7CbEm6Q67n9FHsQ/LQs2SmLBoKYLyir+UEdNFLOg+CvTDJ5qPtVjma4lhT+FuD1DkghUPTeH+A==
dependencies:
bluebird "^3.5.0"
clone "^2.1.1"
he "^1.1.1"
image-size "^0.5.1"
loader-utils "^1.1.0"
merge-options "1.0.1"
micromatch "3.1.0"
postcss "^5.2.17"
postcss-prefix-selector "^1.6.0"
posthtml-rename-id "^1.0"
posthtml-svg-mode "^1.0.3"
query-string "^4.3.2"
traverse "^0.6.6"

svgo-loader@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/svgo-loader/-/svgo-loader-1.2.1.tgz#e255cdebf56753ff83bd28d1d7a20762c0df5130"
Expand Down

0 comments on commit bb08665

Please sign in to comment.