@hudhod/sdk 0.1.0 → 0.2.0

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -671,6 +671,8 @@ interface RegisterPanelOptions {
671
671
  interface RegisterViewOptions {
672
672
  /** Header title declared by the view contribution. */
673
673
  readonly title: string;
674
+ /** Initial width in pixels for the view's host panel. */
675
+ readonly initialWidth?: number;
674
676
  }
675
677
  /**
676
678
  * Renders a contributed panel's content into a host-provided element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hudhod/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Public API surface for building hudhod extensions — an in-browser IDE runtime powered by WebContainers.",
5
5
  "keywords": [
6
6
  "browser-ide",