@jupyterlab/ui-components
Advanced tools
Comparing version
@@ -464,2 +464,6 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
else { | ||
// mark as a decorative | ||
svgElement.setAttribute('aria-hidden', 'true'); | ||
} | ||
} | ||
@@ -466,0 +470,0 @@ return svgElement; |
@@ -56,3 +56,3 @@ // Copyright (c) Jupyter Development Team. | ||
} | ||
else if (name.startsWith('data')) { | ||
else if (name.startsWith('data') || name.startsWith('aria')) { | ||
d[name] = elem.getAttribute(name); | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "@jupyterlab/ui-components", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "JupyterLab - UI components written in React", | ||
@@ -45,6 +45,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@jupyter/web-components": "^0.16.6", | ||
"@jupyterlab/coreutils": "^6.4.1", | ||
"@jupyterlab/observables": "^5.4.1", | ||
"@jupyterlab/rendermime-interfaces": "^3.12.1", | ||
"@jupyterlab/translation": "^4.4.1", | ||
"@jupyterlab/coreutils": "^6.4.2", | ||
"@jupyterlab/observables": "^5.4.2", | ||
"@jupyterlab/rendermime-interfaces": "^3.12.2", | ||
"@jupyterlab/translation": "^4.4.2", | ||
"@lumino/algorithm": "^2.0.3", | ||
@@ -59,3 +59,3 @@ "@lumino/commands": "^2.3.2", | ||
"@lumino/virtualdom": "^2.0.3", | ||
"@lumino/widgets": "^2.7.0", | ||
"@lumino/widgets": "^2.7.1", | ||
"@rjsf/core": "^5.13.4", | ||
@@ -68,3 +68,3 @@ "@rjsf/utils": "^5.13.4", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.4.1", | ||
"@jupyterlab/testing": "^4.4.2", | ||
"@types/jest": "^29.2.0", | ||
@@ -71,0 +71,0 @@ "@types/react": "^18.0.26", |
@@ -83,3 +83,3 @@ // Copyright (c) Jupyter Development Team. | ||
void 0; | ||
} else if (name.startsWith('data')) { | ||
} else if (name.startsWith('data') || name.startsWith('aria')) { | ||
d[name] = elem.getAttribute(name); | ||
@@ -86,0 +86,0 @@ } else { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
973993
0.04%59550
6.4%20828
0.03%38
5.56%