@uiw/react-json-view
Advanced tools
Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "@uiw/react-json-view", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "JSON viewer for react.", | ||
@@ -40,2 +40,7 @@ "main": "cjs/index.js", | ||
}, | ||
"./basic": { | ||
"import": "./esm/theme/basic.js", | ||
"types": "./cjs/theme/basic.d.ts", | ||
"require": "./cjs/theme/basic.js" | ||
}, | ||
"./monokai": { | ||
@@ -42,0 +47,0 @@ "import": "./esm/theme/monokai.js", |
@@ -14,7 +14,4 @@ react-json-view | ||
<a href="https://uiwjs.github.io/react-json-view/" target="_blank"> | ||
<img width="360" alt="react-json-view" src="https://github.com/uiwjs/react-json-view/assets/1680273/b8b8300b-2a43-4173-878b-73e50cfac19c" /> | ||
<img width="650" alt="react-json-view" src="https://github.com/uiwjs/react-json-view/assets/1680273/1c19bd72-f2ad-4d21-8708-cb30f3059cfd" /> | ||
</a> | ||
<a href="https://uiwjs.github.io/react-json-view/" target="_blank"> | ||
<img width="360" alt="react-json-view" src="https://github.com/uiwjs/react-code-preview-layout/assets/1680273/da8e8499-6de3-4d4f-8316-8b2a3b616170" /> | ||
</a> | ||
@@ -95,2 +92,3 @@ <!--rehype:ignore:end--> | ||
import { monokaiTheme } from '@uiw/react-json-view/monokai'; | ||
import { basicTheme } from '@uiw/react-json-view/basic'; | ||
@@ -120,2 +118,3 @@ const object = { | ||
<JsonView value={object} style={monokaiTheme} /> | ||
<JsonView value={object} style={basicTheme} /> | ||
</div> | ||
@@ -157,2 +156,3 @@ ); | ||
'--w-rjv-curlybraces-color': '#d4d4d4', | ||
'--w-rjv-colon-color': '#d4d4d4', | ||
'--w-rjv-brackets-color': '#d4d4d4', | ||
@@ -159,0 +159,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
209060
111
4536