@smart-cloud/ai-kit-ui 1.4.10 → 1.4.12

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
@@ -1,5 +1,5 @@
1
1
  import * as _smart_cloud_ai_kit_core from '@smart-cloud/ai-kit-core';
2
- import { AiModePreference, HistoryStorageMode, AiChatbotLabels, AiKitStatusEvent, AiKitLanguageCode, AiWorkerProps } from '@smart-cloud/ai-kit-core';
2
+ import { AiModePreference, HistoryStorageMode, AiChatbotLabels, ContextKind, AiKitStatusEvent, AiKitLanguageCode, AiWorkerProps } from '@smart-cloud/ai-kit-core';
3
3
  import * as React from 'react';
4
4
  import React__default, { FC, ComponentType } from 'react';
5
5
 
@@ -47,7 +47,7 @@ declare const AiChatbot: React__default.FC<_smart_cloud_ai_kit_core.AiWorkerProp
47
47
  } & Partial<_smart_cloud_ai_kit_core.AiWorkerProps>>;
48
48
 
49
49
  declare const DocSearch: FC<_smart_cloud_ai_kit_core.AiWorkerProps & {
50
- context?: _smart_cloud_ai_kit_core.ContextKind;
50
+ context?: ContextKind;
51
51
  autoRun?: boolean;
52
52
  title?: string;
53
53
  getSearchText?: () => string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _smart_cloud_ai_kit_core from '@smart-cloud/ai-kit-core';
2
- import { AiModePreference, HistoryStorageMode, AiChatbotLabels, AiKitStatusEvent, AiKitLanguageCode, AiWorkerProps } from '@smart-cloud/ai-kit-core';
2
+ import { AiModePreference, HistoryStorageMode, AiChatbotLabels, ContextKind, AiKitStatusEvent, AiKitLanguageCode, AiWorkerProps } from '@smart-cloud/ai-kit-core';
3
3
  import * as React from 'react';
4
4
  import React__default, { FC, ComponentType } from 'react';
5
5
 
@@ -47,7 +47,7 @@ declare const AiChatbot: React__default.FC<_smart_cloud_ai_kit_core.AiWorkerProp
47
47
  } & Partial<_smart_cloud_ai_kit_core.AiWorkerProps>>;
48
48
 
49
49
  declare const DocSearch: FC<_smart_cloud_ai_kit_core.AiWorkerProps & {
50
- context?: _smart_cloud_ai_kit_core.ContextKind;
50
+ context?: ContextKind;
51
51
  autoRun?: boolean;
52
52
  title?: string;
53
53
  getSearchText?: () => string;