Skip to content

Commit

Permalink
feat: update vrender version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Apr 3, 2024
1 parent 851fef6 commit d298fc4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
30 changes: 15 additions & 15 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/vtable/examples/debug/viewbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2841,9 +2841,6 @@ export function createTable() {
],
animation: false,
theme: {
cornerLeftBottomCellStyle: {
padding: [0, 0, 0, 0]
},
underlayBackgroundColor: 'rgba(255,255,255,0)',
bodyStyle: {
borderColor: 'rgba(0,4,20,0.2)',
Expand Down Expand Up @@ -2892,6 +2889,7 @@ export function createTable() {
}
},
cornerLeftBottomCellStyle: {
padding: [0, 0, 0, 0],
borderColor: 'rgba(0,4,20,0.2)',
borderLineWidth: 0,
bgColor: 'rgba(255,255,255,0)',
Expand Down
6 changes: 3 additions & 3 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"dependencies": {
"@visactor/vtable-editors": "workspace:*",
"@visactor/vrender-core": "0.18.2-alpha.1",
"@visactor/vrender-kits": "0.18.2-alpha.1",
"@visactor/vrender-components": "0.18.2-alpha.1",
"@visactor/vrender-core": "0.18.10",
"@visactor/vrender-kits": "0.18.10",
"@visactor/vrender-components": "0.18.10",
"@visactor/vutils-extension": "~1.8.5",
"@visactor/vutils": "~0.18.1",
"@visactor/vscale": "~0.18.1",
Expand Down

0 comments on commit d298fc4

Please sign in to comment.