@graphysdk/react-renderer 1.8.1-beta.1786626875304 → 1.8.1-beta.1786707936521

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  import { Command } from '@graphysdk/viz-engine';
2
- import { CompiledPanel } from '@graphysdk/viz-engine';
3
2
  import { CompiledSpec } from '@graphysdk/viz-engine';
4
3
  import { ComponentType } from 'react';
5
4
  import { DispatchOptions } from '@graphysdk/viz-engine';
5
+ import { EdgeSizes } from '@graphysdk/viz-engine';
6
6
  import { EditorPanel } from './editable/panel/editor-panel';
7
7
  import { EditTarget } from '@graphysdk/viz-engine';
8
8
  import { FormattedAxis } from '@graphysdk/viz-engine';
@@ -3811,7 +3811,7 @@ export declare const GridSection: ({ title, layout, preview }: OverridableSectio
3811
3811
  */
3812
3812
  declare interface GridSlotProps {
3813
3813
  axes: FormattedAxis[];
3814
- panel: CompiledPanel;
3814
+ panelBorderSizes: EdgeSizes;
3815
3815
  panelFrameRect: GraphLayout['panelFrame'];
3816
3816
  panelRect: GraphLayout['panel'];
3817
3817
  }