@brightspace-ui/core 2.32.0 → 2.32.1

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.
@@ -102,7 +102,7 @@ class TooltipHelp extends FocusMixin(FocusVisiblePolyfillMixin(LitElement)) {
102
102
  'd2l-body-small': !this.inheritFontStyle
103
103
  };
104
104
  return html`
105
- <button id="d2l-tooltip-help-text" class="${classMap(classes)}">
105
+ <button id="d2l-tooltip-help-text" class="${classMap(classes)}" type="button">
106
106
  ${this.text}
107
107
  </button>
108
108
  <d2l-tooltip for="d2l-tooltip-help-text" delay="0" offset="13" position="${ifDefined(this.position)}" ?showing="${this.showing}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.32.0",
3
+ "version": "2.32.1",
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",