@brightspace-ui/core 2.171.2 → 2.171.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.
@@ -163,7 +163,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
163
163
  }
164
164
 
165
165
  .d2l-empty-state-container {
166
- padding: 0.9rem;
166
+ padding: 0.9rem 0.9rem calc(0.9rem - 5px);
167
167
  }
168
168
 
169
169
  .list-header-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.171.2",
3
+ "version": "2.171.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",