@brightspace-ui/core 3.308.2 → 3.309.0
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.
|
@@ -319,7 +319,7 @@ class PageDivider extends FocusMixin(PropertyRequiredMixin(LitElement)) {
|
|
|
319
319
|
};
|
|
320
320
|
|
|
321
321
|
#getArrowVisibility() {
|
|
322
|
-
if (this.panelType !== 'panel' || this.
|
|
322
|
+
if (this.panelType !== 'panel' || this.currentSize <= this.collapsedSize) return { showStartArrow: false, showEndArrow: false };
|
|
323
323
|
const canShrink = this.currentSize > this.minSize;
|
|
324
324
|
const canGrow = this.currentSize < this.maxSize;
|
|
325
325
|
const showStartArrow = this.panelPosition === 'start' ? canShrink : canGrow;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.309.0",
|
|
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",
|