@htmlbricks/hb-json-viewer 0.66.26 → 0.67.0
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 +4 -0
- package/main.iife.js +23 -53
- package/main.iife.js.map +1 -1
- package/manifest.json +15 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -137,6 +137,18 @@
|
|
|
137
137
|
"name": "--jn-undefined",
|
|
138
138
|
"valueType": "string",
|
|
139
139
|
"defaultValue": ""
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "--bulma-text",
|
|
143
|
+
"valueType": "color",
|
|
144
|
+
"defaultValue": "#363636",
|
|
145
|
+
"description": "Default text (inherited theme on :host)."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "--bulma-background",
|
|
149
|
+
"valueType": "color",
|
|
150
|
+
"defaultValue": "#ffffff",
|
|
151
|
+
"description": "Surface / scheme background."
|
|
140
152
|
}
|
|
141
153
|
],
|
|
142
154
|
"parts": []
|
|
@@ -378,7 +390,8 @@
|
|
|
378
390
|
}
|
|
379
391
|
}
|
|
380
392
|
],
|
|
381
|
-
"iifeIntegrity": "sha384-
|
|
393
|
+
"iifeIntegrity": "sha384-Ajcl2jcI74DwardUjaTg4LWs35a5kyJrTu/wbKuQrCKgQgrl3DpOi5Z62GrEsfsp",
|
|
394
|
+
"dependencies": [],
|
|
382
395
|
"screenshots": [],
|
|
383
396
|
"licenses": [
|
|
384
397
|
{
|
|
@@ -398,5 +411,5 @@
|
|
|
398
411
|
"size": {},
|
|
399
412
|
"iifePath": "main.iife.js",
|
|
400
413
|
"repoName": "@htmlbricks/hb-json-viewer",
|
|
401
|
-
"version": "0.
|
|
414
|
+
"version": "0.67.0"
|
|
402
415
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-json-viewer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
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": [
|