File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/pipeline-graph" ,
3
- "version" : " 1.0.0-react18.alpha.4 " ,
3
+ "version" : " 1.0.0-react18.alpha.5 " ,
4
4
"private" : false ,
5
5
"author" : " Harness Inc." ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ interface CanvasContextProps {
19
19
canvasTransformRef : React . MutableRefObject < CanvasTransform >
20
20
setTargetEl : ( el : HTMLDivElement ) => void
21
21
setCanvasTransform : (
22
- canvasTransform : CanvasTransform & { rootContainer ?: HTMLDivElement ; isInitial : boolean }
22
+ canvasTransform : CanvasTransform & { rootContainer ?: HTMLDivElement ; isInitial ? : boolean }
23
23
) => void
24
24
fit : ( ) => void
25
25
reset : ( ) => void
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/ui" ,
3
3
"description" : " Harness Canary UI component library" ,
4
- "version" : " 0.0.1-react18.alpha.7 " ,
4
+ "version" : " 0.0.1-react18.alpha.8 " ,
5
5
"private" : false ,
6
6
"type" : " module" ,
7
7
"main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments