@lumx/core 3.15.1-alpha.1 → 3.15.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.
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/components/thumbnail/_index.scss +1 -2
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": false,
|
|
43
|
-
"version": "3.15.1
|
|
43
|
+
"version": "3.15.1",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@babel/core": "^7.26.10",
|
|
46
46
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
@@ -116,8 +116,7 @@
|
|
|
116
116
|
// When using object-fit:cover + ratio 1/1, Chrome switches to pixelated downsizing algo
|
|
117
117
|
// https://stackoverflow.com/a/77059936
|
|
118
118
|
// The following prevent this so the image is correctly downsized using blurring effect
|
|
119
|
-
|
|
120
|
-
overflow: clip;
|
|
119
|
+
translate: 0 0 0.01px;
|
|
121
120
|
|
|
122
121
|
@supports not (aspect-ratio: 1 / 1) {
|
|
123
122
|
position: absolute;
|