@brightspace-ui/core 2.80.1 → 2.80.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.
|
@@ -52,7 +52,7 @@ class CollapsiblePanel extends RtlMixin(LitElement) {
|
|
|
52
52
|
*/
|
|
53
53
|
expanded: { type: Boolean, reflect: true },
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Optional label describing the contents of the header.
|
|
56
56
|
* Used for screen readers.
|
|
57
57
|
* @type {string}
|
|
58
58
|
*/
|
package/custom-elements.json
CHANGED
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
1080
1080
|
"name": "expand-collapse-label",
|
|
1081
|
-
"description": "
|
|
1081
|
+
"description": "Optional label describing the contents of the header.\nUsed for screen readers.",
|
|
1082
1082
|
"type": "string"
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
{
|
|
1129
1129
|
"name": "expandCollapseLabel",
|
|
1130
1130
|
"attribute": "expand-collapse-label",
|
|
1131
|
-
"description": "
|
|
1131
|
+
"description": "Optional label describing the contents of the header.\nUsed for screen readers.",
|
|
1132
1132
|
"type": "string"
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.80.
|
|
3
|
+
"version": "2.80.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",
|