@brightspace-ui/core 3.100.0 → 3.100.2
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.
@@ -351,7 +351,6 @@ export const DropdownContentMixin = superclass => class extends LocalizeCoreElem
|
|
351
351
|
if (isNaN(newVerticalOffset)) {
|
352
352
|
newVerticalOffset = defaultVerticalOffset;
|
353
353
|
}
|
354
|
-
this.style.setProperty('--d2l-dropdown-verticaloffset', `${newVerticalOffset}px`);
|
355
354
|
this._verticalOffset = newVerticalOffset;
|
356
355
|
}
|
357
356
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.100.
|
3
|
+
"version": "3.100.2",
|
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",
|