@sampleapp.ai/sdk 1.0.26 → 1.0.27

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.
@@ -1,9 +1,7 @@
1
1
  import React from "react";
2
2
  import ReactDOM from "react-dom/client";
3
3
  import { ChatBar as MinimalChatBar, } from "./components/chat-bar";
4
- function initChatBarStandalone(props = {
5
- height: "100%",
6
- }, containerSelector) {
4
+ function initChatBarStandalone(props, containerSelector) {
7
5
  try {
8
6
  console.log("SampleApp Standalone: Initializing ChatBar...", props);
9
7
  // Add missing height property if not provided