@syntrologie/runtime-sdk 2.8.0-canary.132 → 2.8.0-canary.134

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.
@@ -17,6 +17,7 @@
17
17
  import { LitElement, nothing } from 'lit';
18
18
  import type { BatchActionHandle } from './actions/types.js';
19
19
  import './components/SyntroCanvasOverlay.js';
20
+ import './components/SyntroInlineShell.js';
20
21
  import { type SmartCanvasController } from './controller.js';
21
22
  import type { ExperimentClient } from './experiments/types.js';
22
23
  import './interop/ReactInLit.js';
@@ -130,7 +131,7 @@ export declare class SmartCanvasElementLit extends LitElement {
130
131
  /** @internal */ _theme: CanvasThemeConfig | undefined;
131
132
  /** @internal */ _launcher: LauncherConfig | undefined;
132
133
  /** @internal */ _canvasTitle: string | undefined;
133
- /** @internal */ _displayMode: 'standard' | 'focused';
134
+ /** @internal */ _displayMode: 'standard' | 'focused' | 'inline';
134
135
  /** @internal */ _isOpen: boolean;
135
136
  /** @internal */ _pageUrl: string;
136
137
  constructor();
@@ -31,8 +31,8 @@ import {
31
31
  WaitZ,
32
32
  WidgetConfigZ,
33
33
  coreActionStepSchemas
34
- } from "../chunk-XVRDKBYF.js";
35
- import "../chunk-GX7BBYX6.js";
34
+ } from "../chunk-IK3HDTZ2.js";
35
+ import "../chunk-PAD665LL.js";
36
36
  import "../chunk-4HXPGXUC.js";
37
37
  import "../chunk-JMHRHAEL.js";
38
38
  export {
@@ -3639,7 +3639,7 @@ function getAntiFlickerSnippet(config = {}) {
3639
3639
  }
3640
3640
 
3641
3641
  // src/version.ts
3642
- var SDK_VERSION = "2.8.0-canary.132";
3642
+ var SDK_VERSION = "2.8.0-canary.134";
3643
3643
 
3644
3644
  // src/types.ts
3645
3645
  var SDK_SCHEMA_VERSION = "2.0";
@@ -3688,6 +3688,7 @@ function buildConfig(variants) {
3688
3688
  let schemaVersion;
3689
3689
  let configVersion;
3690
3690
  let canvasTitle;
3691
+ let displayMode;
3691
3692
  let theme;
3692
3693
  let launcher;
3693
3694
  let meta;
@@ -3698,6 +3699,7 @@ function buildConfig(variants) {
3698
3699
  schemaVersion != null ? schemaVersion : schemaVersion = variant.schemaVersion;
3699
3700
  configVersion != null ? configVersion : configVersion = variant.configVersion;
3700
3701
  canvasTitle != null ? canvasTitle : canvasTitle = variant.canvasTitle;
3702
+ displayMode != null ? displayMode : displayMode = variant.displayMode;
3701
3703
  theme != null ? theme : theme = variant.theme;
3702
3704
  launcher != null ? launcher : launcher = variant.launcher;
3703
3705
  meta != null ? meta : meta = variant.meta;
@@ -3709,6 +3711,7 @@ function buildConfig(variants) {
3709
3711
  ...schemaVersion && { schemaVersion },
3710
3712
  ...configVersion && { configVersion },
3711
3713
  ...canvasTitle && { canvasTitle },
3714
+ ...displayMode && { displayMode },
3712
3715
  ...theme && { theme },
3713
3716
  ...launcher && { launcher },
3714
3717
  ...meta && { meta }
@@ -12721,4 +12724,4 @@ export {
12721
12724
  encodeToken,
12722
12725
  Syntro
12723
12726
  };
12724
- //# sourceMappingURL=chunk-UBL32CQ2.js.map
12727
+ //# sourceMappingURL=chunk-2YUKCCVW.js.map