@htmlbricks/hb-json-viewer 0.66.8 → 0.66.9

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 ADDED
@@ -0,0 +1,19 @@
1
+ # hb-json-viewer
2
+
3
+ ## Description
4
+
5
+ Renders JSON as an expandable, syntax-colored tree. Accepts a parsed object or a JSON string and supports initial expand modes (open, closed, or first level only).
6
+
7
+ ## Types
8
+
9
+ ```typescript
10
+
11
+ export type Component = {
12
+ id?: string;
13
+ json: any;
14
+ status?: "open" | "closed" | "first";
15
+ };
16
+
17
+ export type Events = {
18
+ };
19
+ ```
package/manifest.json CHANGED
@@ -398,5 +398,5 @@
398
398
  "size": {},
399
399
  "iifePath": "main.iife.js",
400
400
  "repoName": "@htmlbricks/hb-json-viewer",
401
- "version": "0.66.8"
401
+ "version": "0.66.9"
402
402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-json-viewer",
3
- "version": "0.66.8",
3
+ "version": "0.66.9",
4
4
  "contributors": [],
5
5
  "description": "Renders JSON as an expandable, syntax-colored tree. Accepts a parsed object or a JSON string and supports initial expand modes (open, closed, or first level only).",
6
6
  "licenses": [