@brightspace-ui/core 2.1.1 → 2.1.2
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.
|
@@ -71,6 +71,7 @@ export const TabPanelMixin = superclass => class extends superclass {
|
|
|
71
71
|
}
|
|
72
72
|
} else if (prop === 'text') {
|
|
73
73
|
this.setAttribute('aria-label', this.text);
|
|
74
|
+
/** Dispatched when the text attribute is changed */
|
|
74
75
|
this.dispatchEvent(new CustomEvent(
|
|
75
76
|
'd2l-tab-panel-text-changed', { bubbles: true, composed: true, detail: { text: this.text } }
|
|
76
77
|
));
|
package/custom-elements.json
CHANGED
|
@@ -9707,7 +9707,8 @@
|
|
|
9707
9707
|
"description": "Dispatched when a tab is selected"
|
|
9708
9708
|
},
|
|
9709
9709
|
{
|
|
9710
|
-
"name": "d2l-tab-panel-text-changed"
|
|
9710
|
+
"name": "d2l-tab-panel-text-changed",
|
|
9711
|
+
"description": "Dispatched when the text attribute is changed"
|
|
9711
9712
|
}
|
|
9712
9713
|
],
|
|
9713
9714
|
"slots": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.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",
|