@brightspace-ui/labs 2.46.2 → 2.48.0

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.
package/package.json CHANGED
@@ -113,5 +113,5 @@
113
113
  "parse-srt": "^1.0.0-alpha",
114
114
  "webvtt-parser": "^2"
115
115
  },
116
- "version": "2.46.2"
116
+ "version": "2.48.0"
117
117
  }
@@ -180,7 +180,8 @@ class TreeSelectorNode extends LocalizeLabsElement(RtlMixin(LitElement)) {
180
180
  <d2l-input-checkbox
181
181
  ?checked="${this._showSelected}"
182
182
  ?indeterminate="${this._showIndeterminate}"
183
- aria-label="${label}"
183
+ label="${label}"
184
+ label-hidden
184
185
  @change="${this._onChange}"
185
186
  ></d2l-input-checkbox>
186
187
  <span class="d2l-labs-tree-selector-node-text" @click="${this._onArrowClick}" aria-hidden="true">${this.name}</span>