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 = {
218
218
' --w-rjv-copied-success-color' : ' #28a745' ,
219
219
220
220
' --w-rjv-curlybraces-color' : ' #d4d4d4' ,
221
+ ' --w-rjv-colon-color' : ' #f8f8f2' ,
221
222
' --w-rjv-brackets-color' : ' #d4d4d4' ,
222
223
223
224
' --w-rjv-type-string-color' : ' #ce9178' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-json-view" ,
3
- "version" : " 1.9 .0" ,
3
+ "version" : " 1.10 .0" ,
4
4
"description" : " JSON viewer for react." ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " esm/index.js" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const monokaiTheme = {
20
20
'--w-rjv-type-bigint-color' : '#AE81FF' ,
21
21
'--w-rjv-type-boolean-color' : '#AE81FF' ,
22
22
'--w-rjv-type-date-color' : '#fd9720c7' ,
23
- '--w-rjv-type-url-color' : '#0969da ' ,
23
+ '--w-rjv-type-url-color' : '#55a3ff ' ,
24
24
'--w-rjv-type-null-color' : '#FA2672' ,
25
25
'--w-rjv-type-nan-color' : '#FD971F' ,
26
26
'--w-rjv-type-undefined-color' : '#FD971F' ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.9 .0" ,
2
+ "version" : " 1.10 .0" ,
3
3
"packages" : [" core" , " www" ]
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 1.9 .0" ,
3
+ "version" : " 1.10 .0" ,
4
4
"preview" : true ,
5
5
"scripts" : {
6
6
"build" : " kkt build" ,
9
9
},
10
10
"dependencies" : {
11
11
"@uiw/react-color-colorful" : " ^1.3.2" ,
12
- "@uiw/react-json-view" : " 1.9 .0" ,
12
+ "@uiw/react-json-view" : " 1.10 .0" ,
13
13
"@uiw/react-markdown-preview-example" : " ^1.3.1" ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0"
You can’t perform that action at this time.
0 commit comments