@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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. 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
- ![Editor with formatted content](docs/screenshots/editor-with-content.png)
25
+ ![Editor with formatted content](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/editor-with-content.png)
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
- ![Empty editor](docs/screenshots/editor-empty.png)
46
+ ![Empty editor](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/editor-empty.png)
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
- ![Editor with headers and footers](docs/screenshots/editor-header-footer.png)
53
+ ![Editor with headers and footers](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/editor-header-footer.png)
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
- ![Multi-page document](docs/screenshots/editor-multi-page.png)
60
+ ![Multi-page document](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/editor-multi-page.png)
61
61
 
62
62
  </details>
63
63
 
64
64
  <details>
65
65
  <summary><strong>Toolbar</strong> — full formatting controls</summary>
66
66
 
67
- ![Toolbar](docs/screenshots/toolbar.png)
67
+ ![Toolbar](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/toolbar.png)
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
- ![Component tree](docs/screenshots/arch-component-tree.png)
217
+ ![Component tree](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/arch-component-tree.png)
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
- ![Content flow](docs/screenshots/arch-content-flow.png)
227
+ ![Content flow](https://raw.githubusercontent.com/yurikilian/lex4/main/docs/screenshots/arch-content-flow.png)
228
228
 
229
229
  </div>
230
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yurikilian/lex4",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",