@brightspace-ui/core 1.199.1 → 1.200.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.
@@ -244,10 +244,10 @@ class Filter extends LocalizeCoreElement(RtlMixin(LitElement)) {
244
244
  const countBadgeId = `filters-applied-count-${dimension.key}`;
245
245
  const filtersAppliedText = `${this.localize('components.filter.filterCountDescription', { number: dimension.appliedCount })}`;
246
246
  return html`<d2l-menu-item text="${dimension.text}" description="${dimension.text}." aria-describedby="${countBadgeId}">
247
- ${builtDimension}
248
247
  <div slot="supporting">
249
248
  <d2l-count-badge id="${countBadgeId}" number="${dimension.appliedCount}" max-digits="2" text="${filtersAppliedText}" hide-zero></d2l-count-badge>
250
249
  </div>
250
+ ${builtDimension}
251
251
  </d2l-menu-item>`;
252
252
  });
253
253
  }
@@ -364,6 +364,7 @@ class Filter extends LocalizeCoreElement(RtlMixin(LitElement)) {
364
364
  id="${SET_DIMENSION_ID_PREFIX}${dimension.key}"
365
365
  @d2l-list-selection-change="${this._handleChangeSetDimension}"
366
366
  extend-separators
367
+ grid
367
368
  ?selection-single="${dimension.selectionSingle}">
368
369
  ${dimension.values.map(item => html`
369
370
  <d2l-list-item
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.199.1",
3
+ "version": "1.200.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "repository": "https://github.com/BrightspaceUI/core.git",
6
6
  "publishConfig": {