@brightspace-ui/core 2.55.3 → 2.55.4
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.
|
@@ -228,7 +228,7 @@ This component is built to be used alongside the [d2l-filter-dimension-set](#d2l
|
|
|
228
228
|
| `selected` | Boolean, default: `false` | Whether the value in the filter is selected or not |
|
|
229
229
|
<!-- docs: end hidden content -->
|
|
230
230
|
|
|
231
|
-
## Counts
|
|
231
|
+
## Counts
|
|
232
232
|
|
|
233
233
|
The `count` property displays a count next to each filter value to indicate the number of results a value will yield. This helps users more effectively explore data and make selections, so it’s a good idea to provide these counts if it can be done performantly.
|
|
234
234
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.55.
|
|
3
|
+
"version": "2.55.4",
|
|
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",
|