@brightspace-ui/core 3.164.2 → 3.164.3

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 (see [#341](https://github.com/BrightspaceUI/core/issues/341))
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 -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.164.2",
3
+ "version": "3.164.3",
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": "^60",
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></slot>
1077
+ <div class="d2l-template-primary-secondary-footer"><slot name="footer" @slotchange="${this._handleFooterSlotChange}"></slot></div>
1078
1078
  </footer>
1079
1079
  </div>
1080
1080
  `;