@pod-os/elements 0.26.0 → 0.26.1-rc.d4c6cc6.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.
@@ -3,10 +3,11 @@ export declare class PosAppBrowser {
3
3
  /**
4
4
  * The mode the app is running in:
5
5
  *
6
- * - standalone: use this when you deploy it as a standalone web application
6
+ * - standalone: use this when you deploy it as a standalone web application
7
7
  * - pod: use this when you host this app as a default interface for you pod
8
8
  */
9
9
  mode: 'standalone' | 'pod';
10
10
  uri: string;
11
11
  render(): any;
12
+ private mainContent;
12
13
  }
@@ -16,7 +16,7 @@ export namespace Components {
16
16
  }
17
17
  interface PosAppBrowser {
18
18
  /**
19
- * The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
19
+ * The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
20
20
  */
21
21
  "mode": 'standalone' | 'pod';
22
22
  "restorePreviousSession": boolean;
@@ -923,7 +923,7 @@ declare namespace LocalJSX {
923
923
  }
924
924
  interface PosAppBrowser {
925
925
  /**
926
- * The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
926
+ * The mode the app is running in: - standalone: use this when you deploy it as a standalone web application - pod: use this when you host this app as a default interface for you pod
927
927
  */
928
928
  "mode"?: 'standalone' | 'pod';
929
929
  "restorePreviousSession"?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/elements",
3
- "version": "0.26.0",
3
+ "version": "0.26.1-rc.d4c6cc6.0",
4
4
  "description": "Custom elements for usage with Solid Pods",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",