modern-json-react 1.0.0 → 1.0.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,19 +8,19 @@ A production-grade, fully-featured JSON editor React component. Combines code ed
8
8
 
9
9
  Syntax-highlighted editor with line numbers, bracket matching, and real-time validation:
10
10
 
11
- ![Code Mode - Light Theme](docs/screenshots/code-mode-light.svg)
11
+ ![Code Mode - Light Theme](docs/screenshots/code-mode-light.png)
12
12
 
13
13
  ### Tree Mode (Light)
14
14
 
15
15
  Collapsible tree view with inline editing, type badges, and hover actions:
16
16
 
17
- ![Tree Mode - Light Theme](docs/screenshots/tree-mode-light.svg)
17
+ ![Tree Mode - Light Theme](docs/screenshots/tree-mode-light.png)
18
18
 
19
19
  ### Code Mode (Dark)
20
20
 
21
21
  Full dark theme support with VS Code-inspired color palette:
22
22
 
23
- ![Code Mode - Dark Theme](docs/screenshots/code-mode-dark.svg)
23
+ ![Code Mode - Dark Theme](docs/screenshots/code-mode-dark.png)
24
24
 
25
25
  ## Features
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "modern-json-react",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A production-grade, fully-featured JSON editor React component with tree view, code editing, JSON Schema validation, and accessibility-first design.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",