@yurikilian/lex4 1.5.6 → 1.5.7

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.
Files changed (2) hide show
  1. package/dist/style.css +3 -2
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1255,11 +1255,12 @@
1255
1255
  -webkit-user-select: none;
1256
1256
  -moz-user-select: none;
1257
1257
  user-select: none;
1258
- transition: transform 120ms ease;
1258
+ opacity: 1;
1259
+ transition: opacity 120ms ease;
1259
1260
  }
1260
1261
 
1261
1262
  .lex4-page-body:focus-within .lex4-page-placeholder {
1262
- transform: translateX(1px);
1263
+ opacity: 0;
1263
1264
  }
1264
1265
 
1265
1266
  /* ── Page header / footer ────────────────────────────────── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yurikilian/lex4",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",