@smart-cloud/ai-kit-core 1.1.0 → 1.1.1

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.d.cts CHANGED
@@ -218,6 +218,7 @@ type AiChatbotProps = AiWorkerProps & {
218
218
  placeholder?: string;
219
219
  maxImages?: number;
220
220
  maxImageBytes?: number;
221
+ previewMode?: boolean;
221
222
  /**
222
223
  * Chat history persistence:
223
224
  * - "localstorage" (default)
package/dist/index.d.ts CHANGED
@@ -218,6 +218,7 @@ type AiChatbotProps = AiWorkerProps & {
218
218
  placeholder?: string;
219
219
  maxImages?: number;
220
220
  maxImageBytes?: number;
221
+ previewMode?: boolean;
221
222
  /**
222
223
  * Chat history persistence:
223
224
  * - "localstorage" (default)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",