@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.
package/dist/index.js CHANGED
@@ -1059,7 +1059,7 @@ var CharAgentElement = class extends HTMLElement {
1059
1059
  height: this.clientHeight
1060
1060
  };
1061
1061
  const safeAreaInsets = getSafeAreaInsets();
1062
- const displayMode = resolveDisplayModeFromAttribute(displayModeAttr);
1062
+ const displayMode = resolveDisplayModeFromAttribute(displayModeAttr) ?? "inline";
1063
1063
  const hostCapabilities = {
1064
1064
  supportedDisplayModes: [...DISPLAY_MODES],
1065
1065
  supportsOpenLink: true,