@brightspace-ui/core 2.83.0 → 2.83.1

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.
@@ -137,8 +137,8 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
137
137
  word-break: break-word;
138
138
  }
139
139
 
140
- d2l-list-item[disabled] .d2l-filter-dimension-set-value,
141
- d2l-list-item[disabled] .d2l-body-small {
140
+ d2l-list-item[selection-disabled] .d2l-filter-dimension-set-value,
141
+ d2l-list-item[selection-disabled] .d2l-body-small {
142
142
  color: var(--d2l-color-chromite);
143
143
  }
144
144
 
@@ -424,7 +424,7 @@ class Filter extends FocusMixin(LocalizeCoreElement(RtlMixin(LitElement))) {
424
424
  separators="between">
425
425
  ${dimension.values.map(item => html`
426
426
  <d2l-list-item
427
- ?disabled="${item.disabled}"
427
+ ?selection-disabled="${item.disabled}"
428
428
  ?hidden="${item.hidden}"
429
429
  key="${item.key}"
430
430
  label="${item.text}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.83.0",
3
+ "version": "2.83.1",
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",