@brightspace-ui/core 2.55.2 → 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.
@@ -218,7 +218,6 @@ class Card extends FocusMixin(RtlMixin(LitElement)) {
218
218
  :host(:not([href])),
219
219
  :host([subtle]:not([href])) {
220
220
  box-shadow: none;
221
- transform: none;
222
221
  }
223
222
  @media (prefers-reduced-motion: no-preference) {
224
223
  :host {
@@ -231,6 +230,11 @@ class Card extends FocusMixin(RtlMixin(LitElement)) {
231
230
  :host([subtle][_active]:hover) {
232
231
  transform: translateY(-4px);
233
232
  }
233
+
234
+ :host(:not([href])),
235
+ :host([subtle]:not([href])) {
236
+ transform: none;
237
+ }
234
238
  }
235
239
  `];
236
240
  }
@@ -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 [d2l-filter-dimension-set-value]
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.2",
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",