@lumx/core 3.18.0 → 3.18.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/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
34
34
  },
35
35
  "sideEffects": false,
36
- "version": "3.18.0",
36
+ "version": "3.18.1",
37
37
  "devDependencies": {
38
38
  "@rollup/plugin-commonjs": "^19.0.2",
39
39
  "@rollup/plugin-terser": "^0.4.4",
@@ -114,9 +114,8 @@
114
114
  height: 100%;
115
115
 
116
116
  // When using object-fit:cover + ratio 1/1, Chrome switches to pixelated downsizing algo
117
- // https://stackoverflow.com/a/77059936
118
117
  // The following prevent this so the image is correctly downsized using blurring effect
119
- translate: 0 0 0.01px;
118
+ backface-visibility: hidden;
120
119
 
121
120
  @supports not (aspect-ratio: 1 / 1) {
122
121
  position: absolute;