@brightspace-ui/core 2.84.3 → 2.84.4

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.
@@ -169,6 +169,8 @@ class HtmlBlock extends LitElement {
169
169
  :host {
170
170
  display: block;
171
171
  overflow-wrap: break-word;
172
+ overflow-x: auto;
173
+ overflow-y: hidden;
172
174
  text-align: start;
173
175
  }
174
176
  :host([inline]),
@@ -36,7 +36,7 @@ Note: there is a [known defect](https://rally1.rallydev.com/#/?detail=/defect/64
36
36
 
37
37
  **Interactive Target Elements:**
38
38
 
39
- If the tooltip's target is an interactive element then it will automatically be accessibile. [A list of interactive elements can be found here.](https://github.com/BrightspaceUI/core/blob/main/components/tooltip/tooltip.js#L38)
39
+ If the tooltip's target is an interactive element then it will automatically be accessible. [A list of interactive elements can be found here.](https://github.com/BrightspaceUI/core/blob/main/components/tooltip/tooltip.js#L38)
40
40
 
41
41
  **Static / Custom Target Elements:**
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.84.3",
3
+ "version": "2.84.4",
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",