@brightspace-ui/core 2.14.5 → 2.14.6

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.
@@ -111,9 +111,6 @@ export const htmlBlockContentStyles = css`
111
111
  mjx-assistive-mml math {
112
112
  position: absolute;
113
113
  }
114
- :host([dir="rtl"]) {
115
- text-align: right;
116
- }
117
114
  `;
118
115
 
119
116
  let renderers;
@@ -164,6 +161,9 @@ class HtmlBlock extends RtlMixin(LitElement) {
164
161
  :host([no-deferred-rendering]) div.d2l-html-block-rendered {
165
162
  display: none;
166
163
  }
164
+ :host([dir="rtl"]) {
165
+ text-align: right;
166
+ }
167
167
  `];
168
168
  }
169
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.14.5",
3
+ "version": "2.14.6",
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",