@brightspace-ui/core 2.93.1 → 2.93.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.
@@ -475,7 +475,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
475
475
  'd2l-empty-state-container': true,
476
476
  'd2l-offscreen': count !== 0
477
477
  };
478
- const emptyState = dimension.searchEmptyState
478
+ const emptyState = dimension.searchEmptyState && count === 0
479
479
  ? this._createEmptyState(dimension.searchEmptyState, dimension.key, EmptyStateType.Search)
480
480
  : html`
481
481
  <d2l-empty-state-simple
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.93.1",
3
+ "version": "2.93.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",