File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ const customTheme = {
218218 ' --w-rjv-copied-success-color' : ' #28a745' ,
219219
220220 ' --w-rjv-curlybraces-color' : ' #d4d4d4' ,
221+ ' --w-rjv-colon-color' : ' #f8f8f2' ,
221222 ' --w-rjv-brackets-color' : ' #d4d4d4' ,
222223
223224 ' --w-rjv-type-string-color' : ' #ce9178' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @uiw/react-json-view" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "description" : " JSON viewer for react." ,
55 "main" : " cjs/index.js" ,
66 "module" : " esm/index.js" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const monokaiTheme = {
2020 '--w-rjv-type-bigint-color' : '#AE81FF' ,
2121 '--w-rjv-type-boolean-color' : '#AE81FF' ,
2222 '--w-rjv-type-date-color' : '#fd9720c7' ,
23- '--w-rjv-type-url-color' : '#0969da ' ,
23+ '--w-rjv-type-url-color' : '#55a3ff ' ,
2424 '--w-rjv-type-null-color' : '#FA2672' ,
2525 '--w-rjv-type-nan-color' : '#FD971F' ,
2626 '--w-rjv-type-undefined-color' : '#FD971F' ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.9 .0" ,
2+ "version" : " 1.10 .0" ,
33 "packages" : [" core" , " www" ]
44}
Original file line number Diff line number Diff line change 11{
22 "name" : " website" ,
3- "version" : " 1.9 .0" ,
3+ "version" : " 1.10 .0" ,
44 "preview" : true ,
55 "scripts" : {
66 "build" : " kkt build" ,
99 },
1010 "dependencies" : {
1111 "@uiw/react-color-colorful" : " ^1.3.2" ,
12- "@uiw/react-json-view" : " 1.9 .0" ,
12+ "@uiw/react-json-view" : " 1.10 .0" ,
1313 "@uiw/react-markdown-preview-example" : " ^1.3.1" ,
1414 "react" : " ^18.2.0" ,
1515 "react-dom" : " ^18.2.0"
You can’t perform that action at this time.
0 commit comments