@lumx/core 3.15.1-alpha.0 → 3.15.1-alpha.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/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-alpha.0",
43
+ "version": "3.15.1-alpha.2",
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.26.10",
46
46
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -116,7 +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
- overflow-clip-margin: unset;
119
+ translate: 0 0 0.01px;
120
120
 
121
121
  @supports not (aspect-ratio: 1 / 1) {
122
122
  position: absolute;