@lingjingai/script-editor 0.1.26 → 0.1.28

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/dist/style.css CHANGED
@@ -703,6 +703,7 @@
703
703
  .lj-se-sttl-col { position: absolute; top: 0; bottom: 0; border-left: 1px solid color-mix(in oklab, var(--lj-se-border) 55%, transparent); }
704
704
  .lj-se-sttl-flow { position: absolute; top: 50%; height: 2px; transform: translateY(-50%); background: color-mix(in oklab, var(--cue) 35%, transparent); }
705
705
  .lj-se-sttl-node { position: absolute; top: 50%; transform: translate(-50%, -50%); width: 21px; height: 21px; border: 0; border-radius: 6px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; font-weight: 600; color: var(--cue); background: color-mix(in oklab, var(--cue) 18%, transparent); box-shadow: 0 0 0 1px color-mix(in oklab, var(--cue) 45%, transparent) inset; }
706
+ .lj-se-sttl-node::before { content: ""; position: absolute; inset: -2px; }
706
707
  .lj-se-sttl-node:hover { background: color-mix(in oklab, var(--cue) 32%, transparent); }
707
708
  .lj-se-sttl-node.is-selected { box-shadow: 0 0 0 1px var(--lj-se-card) inset, 0 0 0 2px var(--lj-se-primary); }
708
709
  .lj-se-sttl-node.is-dragging { opacity: 0.55; cursor: grabbing; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingjingai/script-editor",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "Pure, business-decoupled screenplay (剧本) editor: value:ScriptProject + onEdit(patch); dual-format (standard/asian), virtualized single-stream, click-to-edit; bundled CSS, business injected via adapters.",
5
5
  "license": "MIT",
6
6
  "type": "module",