@brightspace-ui/core 3.36.0 → 3.36.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -132,7 +132,6 @@ export const DropdownOpenerMixin = superclass => class extends superclass {
|
|
132
132
|
if (!opener) {
|
133
133
|
return;
|
134
134
|
}
|
135
|
-
opener.setAttribute('aria-haspopup', 'true');
|
136
135
|
opener.setAttribute('aria-expanded', (content && content.opened || false).toString());
|
137
136
|
}
|
138
137
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.36.
|
3
|
+
"version": "3.36.2",
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|