@brightspace-ui/core 3.97.1 → 3.97.2
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.
- package/components/card/card.js +1 -13
- package/package.json +1 -1
package/components/card/card.js
CHANGED
@@ -221,19 +221,7 @@ class Card extends FocusMixin(RtlMixin(LitElement)) {
|
|
221
221
|
}
|
222
222
|
@media (prefers-reduced-motion: no-preference) {
|
223
223
|
:host {
|
224
|
-
transition:
|
225
|
-
}
|
226
|
-
|
227
|
-
:host(:hover),
|
228
|
-
:host([subtle]:hover),
|
229
|
-
:host([_active]:hover),
|
230
|
-
:host([subtle][_active]:hover) {
|
231
|
-
transform: translateY(-4px);
|
232
|
-
}
|
233
|
-
|
234
|
-
:host(:not([href])),
|
235
|
-
:host([subtle]:not([href])) {
|
236
|
-
transform: none;
|
224
|
+
transition: box-shadow 0.2s;
|
237
225
|
}
|
238
226
|
}
|
239
227
|
`];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.97.
|
3
|
+
"version": "3.97.2",
|
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",
|