@brightspace-ui/core 3.164.2 → 3.164.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.
@@ -586,7 +586,7 @@ The `d2l-filter-overflow-group` is a container for multiple filters that handles
|
|
586
586
|
## Future Improvements
|
587
587
|
|
588
588
|
* Date Dimension - Ability to filter by dates
|
589
|
-
* ability to delay change events until the user has pressed an apply button
|
589
|
+
* ability to delay change events until the user has pressed an apply button
|
590
590
|
|
591
591
|
Looking for an enhancement not listed here? Create a GitHub issue!
|
592
592
|
<!-- docs: end hidden content -->
|
@@ -7,7 +7,7 @@ import { getFocusRingStyles } from '../../helpers/focus.js';
|
|
7
7
|
import { LocalizeCoreElement } from '../../helpers/localize-core-element.js';
|
8
8
|
import ResizeObserver from 'resize-observer-polyfill/dist/ResizeObserver.es.js';
|
9
9
|
|
10
|
-
export const printMediaQueryOnlyFlag = getFlag('GAUD-8263-scroll-wrapper-media-print',
|
10
|
+
export const printMediaQueryOnlyFlag = getFlag('GAUD-8263-scroll-wrapper-media-print', true);
|
11
11
|
|
12
12
|
const RTL_MULTIPLIER = navigator.userAgent.indexOf('Edge/') > 0 ? 1 : -1; /* legacy-Edge doesn't reverse scrolling in RTL */
|
13
13
|
const SCROLL_AMOUNT = 0.8;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.164.
|
3
|
+
"version": "3.164.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",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"chalk": "^5",
|
55
55
|
"eslint": "^9",
|
56
56
|
"eslint-config-brightspace": "^2.0.0",
|
57
|
-
"eslint-plugin-unicorn": "^
|
57
|
+
"eslint-plugin-unicorn": "^61",
|
58
58
|
"glob-all": "^3",
|
59
59
|
"messageformat-validator": "^3.0.0-beta",
|
60
60
|
"rollup": "^4",
|
@@ -1074,7 +1074,7 @@ class TemplatePrimarySecondary extends LocalizeCoreElement(LitElement) {
|
|
1074
1074
|
${this.secondaryFirst && !this._isMobile ? primarySection : secondarySection}
|
1075
1075
|
</div>
|
1076
1076
|
<footer ?hidden="${!this._hasFooter}">
|
1077
|
-
<div class="d2l-template-primary-secondary-footer"><slot name="footer" @slotchange="${this._handleFooterSlotChange}"></div
|
1077
|
+
<div class="d2l-template-primary-secondary-footer"><slot name="footer" @slotchange="${this._handleFooterSlotChange}"></slot></div>
|
1078
1078
|
</footer>
|
1079
1079
|
</div>
|
1080
1080
|
`;
|