@mcp-b/char 0.1.1 → 0.1.2

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.
@@ -1041,7 +1041,7 @@ var CharAgentElement = class extends HTMLElement {
1041
1041
  height: this.clientHeight
1042
1042
  };
1043
1043
  const safeAreaInsets = getSafeAreaInsets();
1044
- const displayMode = resolveDisplayModeFromAttribute(displayModeAttr);
1044
+ const displayMode = resolveDisplayModeFromAttribute(displayModeAttr) ?? "inline";
1045
1045
  const hostCapabilities = {
1046
1046
  supportedDisplayModes: [...DISPLAY_MODES],
1047
1047
  supportsOpenLink: true,