@brightspace-ui/core 3.175.1 → 3.175.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.
@@ -253,7 +253,7 @@ class InputTextArea extends InputInlineHelpMixin(FocusMixin(LabelledMixin(FormEl
253
253
  minlength="${ifDefined(this.minlength)}"
254
254
  placeholder="${ifDefined(this.placeholder)}"
255
255
  ?required="${this.required}"
256
- .value="${this.value}">${this.value}</textarea>
256
+ .value="${this.value}"></textarea>
257
257
  ${this.validationError ? html`<d2l-tooltip for=${this._textareaId} state="error" align="start">${this.validationError}</d2l-tooltip>` : null}
258
258
  </div>
259
259
  ${this._renderInlineHelp(this._inlineHelpId)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.175.1",
3
+ "version": "3.175.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",