@brightspace-ui/core 2.101.1 → 2.101.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -412,7 +412,7 @@ export const DialogMixin = superclass => class extends RtlMixin(superclass) {
|
|
|
412
412
|
|
|
413
413
|
await this._updateSize();
|
|
414
414
|
this._state = 'showing';
|
|
415
|
-
await this.
|
|
415
|
+
await this.updateComplete;
|
|
416
416
|
|
|
417
417
|
// edge case: no children were focused, try again after one redraw
|
|
418
418
|
const activeElement = getComposedActiveElement();
|
|
@@ -132,7 +132,7 @@ export const ListItemCheckboxMixin = superclass => class extends SkeletonMixin(s
|
|
|
132
132
|
_onCheckboxKeyDown(e) {
|
|
133
133
|
// handle the enter key
|
|
134
134
|
if (e.keyCode !== 13) return;
|
|
135
|
-
this.
|
|
135
|
+
this.setSelected(!this.selected);
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
_onMouseEnterSelection() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.101.
|
|
3
|
+
"version": "2.101.3",
|
|
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",
|