File tree Expand file tree Collapse file tree 12 files changed +26
-27
lines changed
Expand file tree Collapse file tree 12 files changed +26
-27
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,10 @@ Optimized rendering mode enabled by default for better performance. [Learn more]
164164### Styling
165165
166166``` tsx
167- // Default styles with Tailwind
168- // next release will remove Tailwind dependency, then the diff-view.css will be pure CSS
167+ // default style (Pure CSS)
169168import " @git-diff-view/react/styles/diff-view.css" ;
170169
171- // Pure CSS (no Tailwind conflicts)
170+ // same as diff-view.css
172171import " @git-diff-view/react/styles/diff-view-pure.css" ;
173172```
174173
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/cli" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.10 " ,
6+ "version" : " 0.0.11 " ,
77 "main" : " index.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
5050 " cli diff component"
5151 ],
5252 "dependencies" : {
53- "@git-diff-view/core" : " ^0.0.39 " ,
53+ "@git-diff-view/core" : " ^0.0.40 " ,
5454 "@types/hast" : " ^3.0.0" ,
5555 "chalk" : " ^5.6.2" ,
5656 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/core" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/lowlight" : " ^0.0.39 " ,
56+ "@git-diff-view/lowlight" : " ^0.0.40 " ,
5757 "highlight.js" : " ^11.11.0" ,
5858 "lowlight" : " ^3.3.0" ,
5959 "fast-diff" : " ^1.3.0"
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/file" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
5353 " diff parse"
5454 ],
5555 "dependencies" : {
56- "@git-diff-view/core" : " ^0.0.39 " ,
56+ "@git-diff-view/core" : " ^0.0.40 " ,
5757 "diff" : " ^8.0.3" ,
5858 "highlight.js" : " ^11.11.0" ,
5959 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/lowlight" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/react" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "main" : " index.js" ,
88 "types" : " index.d.ts" ,
99 "files" : [
6767 " react diff component"
6868 ],
6969 "dependencies" : {
70- "@git-diff-view/core" : " ^0.0.39 " ,
70+ "@git-diff-view/core" : " ^0.0.40 " ,
7171 "@types/hast" : " ^3.0.0" ,
7272 "fast-diff" : " ^1.3.0" ,
7373 "highlight.js" : " ^11.11.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/shiki" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "types" : " index.d.ts" ,
88 "main" : " ./dist/esm/index.mjs" ,
99 "type" : " module" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/solid" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.12 " ,
6+ "version" : " 0.0.13 " ,
77 "main" : " ./dist/solid-git-diff-view.mjs" ,
88 "type" : " module" ,
99 "types" : " index.d.ts" ,
4141 " solid diff component"
4242 ],
4343 "dependencies" : {
44- "@git-diff-view/core" : " ^0.0.39 " ,
44+ "@git-diff-view/core" : " ^0.0.40 " ,
4545 "@types/hast" : " ^3.0.0" ,
4646 "highlight.js" : " ^11.11.0" ,
4747 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @git-diff-view/svelte" ,
3- "version" : " 0.0.13 " ,
3+ "version" : " 0.0.14 " ,
44 "scripts" : {
55 "dev" : " vite dev" ,
66 "build" : " svelte-kit sync && svelte-package" ,
3535 "./package.json" : " ./package.json"
3636 },
3737 "dependencies" : {
38- "@git-diff-view/core" : " ^0.0.39 " ,
38+ "@git-diff-view/core" : " ^0.0.40 " ,
3939 "@types/hast" : " ^3.0.0" ,
4040 "highlight.js" : " ^11.11.0" ,
4141 "lowlight" : " ^3.3.0" ,
Original file line number Diff line number Diff line change 33 "description" : " @git-diff-view/utils" ,
44 "author" : " MrWangJustToDo" ,
55 "license" : " MIT" ,
6- "version" : " 0.0.39 " ,
6+ "version" : " 0.0.40 " ,
77 "types" : " index.d.ts" ,
88 "type" : " module" ,
99 "files" : [
You can’t perform that action at this time.
0 commit comments