@syntrologie/runtime-sdk 2.8.0-canary.169 → 2.8.0-canary.170

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.
package/dist/index.js CHANGED
@@ -9471,7 +9471,7 @@ function error(prefix, message, data) {
9471
9471
  }
9472
9472
 
9473
9473
  // src/version.ts
9474
- var SDK_VERSION = "2.8.0-canary.169";
9474
+ var SDK_VERSION = "2.8.0-canary.170";
9475
9475
 
9476
9476
  // src/types.ts
9477
9477
  var SDK_SCHEMA_VERSION = "2.0";
@@ -10065,6 +10065,7 @@ var SmartCanvasElementLit = class extends LitElement9 {
10065
10065
  ></syntro-inline-shell>
10066
10066
  `;
10067
10067
  }
10068
+ if (!showSurface && !__privateGet(this, _rawConfig)) return nothing8;
10068
10069
  return html9`
10069
10070
  <syntro-canvas-overlay
10070
10071
  .isOpen=${this._isOpen}