@principal-ade/panel-layouts 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { AIFunctionDefinition } from '@principal-ade/panel-framework-core';
2
+ import { ConfigurablePanelLayoutHandle } from '@principal-ade/panels';
2
3
  import { default as default_2 } from 'react';
3
4
  import { EditableConfigurablePanelLayout } from '@principal-ade/panels';
4
5
  import { EditableConfigurablePanelLayoutProps } from '@principal-ade/panels';
@@ -225,6 +226,8 @@ export declare interface CommandHistoryEntry {
225
226
  success: boolean;
226
227
  }
227
228
 
229
+ export { ConfigurablePanelLayoutHandle }
230
+
228
231
  /**
229
232
  * Options for creating a new workspace
230
233
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/panel-layouts",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Pre-built panel layout components and workspace management for the Panel Framework",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",