@brightspace-ui/core 2.184.6 → 2.184.7

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.
@@ -946,7 +946,8 @@ class Tooltip extends RtlMixin(LitElement) {
946
946
  if (logAccessibilityWarning && !isInteractive && !this.announced) {
947
947
  console.warn(
948
948
  'd2l-tooltip may be being used in a non-accessible manner; it should be attached to interactive elements like \'a\', \'button\',' +
949
- '\'input\'', '\'select\', \'textarea\' or static / custom elements if a role has been set and the element is focusable.'
949
+ '\'input\'', '\'select\', \'textarea\' or static / custom elements if a role has been set and the element is focusable.',
950
+ this._target
950
951
  );
951
952
  logAccessibilityWarning = false;
952
953
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.184.6",
3
+ "version": "2.184.7",
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",