@lingjingai/script-editor 0.1.17 → 0.1.19
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/INTEGRATION.md +60 -0
- package/dist/index.d.ts +61 -2
- package/dist/index.js +52 -99
- package/dist/index.js.map +1 -1
- package/dist/style.css +0 -4
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -263,7 +263,6 @@
|
|
|
263
263
|
.lj-se-main { display: flex; min-width: 0; flex: 1; flex-direction: column; height: 100%; overflow: hidden; }
|
|
264
264
|
.lj-se-canvas { position: relative; min-height: 0; flex: 1; overflow: hidden; display: flex; }
|
|
265
265
|
.lj-se-canvas > .lj-se-stream,
|
|
266
|
-
.lj-se-canvas > .lj-se-worldview,
|
|
267
266
|
.lj-se-canvas > .lj-se-entity { flex: 1; }
|
|
268
267
|
|
|
269
268
|
/* small ghost icon button (change-type, undo/redo) */
|
|
@@ -615,9 +614,6 @@
|
|
|
615
614
|
.lj-se-quote-btn:hover svg { color: var(--lj-se-fg); }
|
|
616
615
|
|
|
617
616
|
/* ── Stream: worldview block (inline, not full-height) ───────────────── */
|
|
618
|
-
.lj-se-stream-worldview { display: flex; justify-content: center; padding: 16px 24px 0; }
|
|
619
|
-
.lj-se-stream-worldview .lj-se-worldview { height: auto; overflow: visible; padding: 24px 0; max-width: 820px; }
|
|
620
|
-
|
|
621
617
|
/* ── Asset group header ──────────────────────────────────────────────── */
|
|
622
618
|
.lj-se-assetgroup-head { display: flex; justify-content: center; padding: 24px 24px 8px; }
|
|
623
619
|
.lj-se-assetgroup-title { width: 100%; max-width: 820px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; color: var(--lj-se-fg); border-bottom: 1px solid var(--lj-se-border); padding-bottom: 6px; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingjingai/script-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
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",
|