@brightspace-ui/core 2.14.3 → 2.14.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.
|
@@ -203,6 +203,8 @@ class HtmlBlock extends RtlMixin(LitElement) {
|
|
|
203
203
|
super.firstUpdated(changedProperties);
|
|
204
204
|
|
|
205
205
|
if (this._renderContainer) return;
|
|
206
|
+
|
|
207
|
+
// The d2l-html-block-rendered class is used to apply CSS outside of the html-block component. Do not change lightly.
|
|
206
208
|
this.shadowRoot.innerHTML += '<div class="d2l-html-block-rendered'
|
|
207
209
|
+ `${this.compact ? ' d2l-html-block-compact' : ''}`
|
|
208
210
|
+ '"></div><slot'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.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",
|