@yurikilian/lex4 0.1.1 → 0.1.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/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ A paginated document editor built as a **reusable React library** on top of [Met
|
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
|
|
25
|
-

|
|
25
|
+

|
|
26
26
|
|
|
27
27
|
</div>
|
|
28
28
|
|
|
@@ -43,28 +43,28 @@ A paginated document editor built as a **reusable React library** on top of [Met
|
|
|
43
43
|
<details>
|
|
44
44
|
<summary><strong>Empty Editor</strong> — clean A4 page ready for editing</summary>
|
|
45
45
|
|
|
46
|
-

|
|
46
|
+

|
|
47
47
|
|
|
48
48
|
</details>
|
|
49
49
|
|
|
50
50
|
<details>
|
|
51
51
|
<summary><strong>Headers & Footers</strong> — global toggle with editable regions</summary>
|
|
52
52
|
|
|
53
|
-

|
|
53
|
+

|
|
54
54
|
|
|
55
55
|
</details>
|
|
56
56
|
|
|
57
57
|
<details>
|
|
58
58
|
<summary><strong>Multi-Page Document</strong> — automatic content flow across pages</summary>
|
|
59
59
|
|
|
60
|
-

|
|
60
|
+

|
|
61
61
|
|
|
62
62
|
</details>
|
|
63
63
|
|
|
64
64
|
<details>
|
|
65
65
|
<summary><strong>Toolbar</strong> — full formatting controls</summary>
|
|
66
66
|
|
|
67
|
-

|
|
67
|
+

|
|
68
68
|
|
|
69
69
|
</details>
|
|
70
70
|
|
|
@@ -214,7 +214,7 @@ Unlike most web-based "paginated" editors that use a single editor with CSS visu
|
|
|
214
214
|
|
|
215
215
|
<div align="center">
|
|
216
216
|
|
|
217
|
-

|
|
217
|
+

|
|
218
218
|
|
|
219
219
|
</div>
|
|
220
220
|
|
|
@@ -224,7 +224,7 @@ The pagination engine is built as **pure functions** that transform page state a
|
|
|
224
224
|
|
|
225
225
|
<div align="center">
|
|
226
226
|
|
|
227
|
-

|
|
227
|
+

|
|
228
228
|
|
|
229
229
|
</div>
|
|
230
230
|
|