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