@brightspace-ui/core 2.73.0 → 2.73.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.
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<d2l-demo-snippet>
|
|
31
31
|
<template>
|
|
32
32
|
<d2l-more-less height="8em">
|
|
33
|
-
<p id="img-target">
|
|
33
|
+
<p id="img-target">Lorem ipsum dolor sit amet, consectetur adipiscing elit, magna aliqua quis. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident <a href="">proident.</a></p>
|
|
34
34
|
</d2l-more-less>
|
|
35
35
|
</template>
|
|
36
36
|
</d2l-demo-snippet>
|
|
@@ -136,9 +136,6 @@ class MoreLess extends LocalizeCoreElement(LitElement) {
|
|
|
136
136
|
|
|
137
137
|
this.__content = this.shadowRoot.querySelector('.d2l-more-less-content');
|
|
138
138
|
this.__contentSlot = this.shadowRoot.querySelector('.d2l-more-less-content slot');
|
|
139
|
-
if (this.__content.offsetParent !== null) {
|
|
140
|
-
this.__init_setBaseHeight();
|
|
141
|
-
}
|
|
142
139
|
this.__init_setupBlurColour();
|
|
143
140
|
this.__init_setupListeners();
|
|
144
141
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.73.
|
|
3
|
+
"version": "2.73.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",
|