@gendive/chatllm 0.10.4 → 0.11.0
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/react/index.d.mts +8 -9
- package/dist/react/index.d.ts +8 -9
- package/dist/react/index.js +1236 -1045
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1241 -1050
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/react/index.d.mts
CHANGED
|
@@ -689,15 +689,15 @@ declare const Icon: React$1.FC<IconProps>;
|
|
|
689
689
|
declare const IconSvg: React$1.FC<IconProps>;
|
|
690
690
|
|
|
691
691
|
/**
|
|
692
|
-
* @description 채팅 사이드바 컴포넌트
|
|
693
|
-
*
|
|
692
|
+
* @description 채팅 사이드바 컴포넌트 - Modern Canvas 디자인
|
|
693
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용
|
|
694
694
|
*/
|
|
695
695
|
|
|
696
696
|
declare const ChatSidebar: React$1.FC<SidebarProps>;
|
|
697
697
|
|
|
698
698
|
/**
|
|
699
|
-
* @description 채팅 입력창 컴포넌트
|
|
700
|
-
*
|
|
699
|
+
* @description 채팅 입력창 컴포넌트 - Modern Canvas 디자인
|
|
700
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용 (플로팅 스타일)
|
|
701
701
|
*/
|
|
702
702
|
|
|
703
703
|
declare const ChatInput: React$1.FC<InputProps>;
|
|
@@ -710,9 +710,8 @@ declare const ChatInput: React$1.FC<InputProps>;
|
|
|
710
710
|
declare const ChatHeader: React$1.FC<HeaderProps>;
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
|
-
* @description 메시지 버블 컴포넌트
|
|
714
|
-
*
|
|
715
|
-
* 마크다운 렌더링 및 출처 링크 칩 지원
|
|
713
|
+
* @description 메시지 버블 컴포넌트 - Modern Canvas 디자인
|
|
714
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용
|
|
716
715
|
*/
|
|
717
716
|
|
|
718
717
|
declare const MessageBubble: React$1.FC<MessageBubbleProps>;
|
|
@@ -724,8 +723,8 @@ declare const MessageBubble: React$1.FC<MessageBubbleProps>;
|
|
|
724
723
|
declare const MessageList: React$1.FC<MessageListProps>;
|
|
725
724
|
|
|
726
725
|
/**
|
|
727
|
-
* @description 빈 상태 컴포넌트
|
|
728
|
-
*
|
|
726
|
+
* @description 빈 상태 컴포넌트 - Modern Canvas 디자인
|
|
727
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용 (Landing 화면)
|
|
729
728
|
*/
|
|
730
729
|
|
|
731
730
|
declare const EmptyState: React$1.FC<EmptyStateProps>;
|
package/dist/react/index.d.ts
CHANGED
|
@@ -689,15 +689,15 @@ declare const Icon: React$1.FC<IconProps>;
|
|
|
689
689
|
declare const IconSvg: React$1.FC<IconProps>;
|
|
690
690
|
|
|
691
691
|
/**
|
|
692
|
-
* @description 채팅 사이드바 컴포넌트
|
|
693
|
-
*
|
|
692
|
+
* @description 채팅 사이드바 컴포넌트 - Modern Canvas 디자인
|
|
693
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용
|
|
694
694
|
*/
|
|
695
695
|
|
|
696
696
|
declare const ChatSidebar: React$1.FC<SidebarProps>;
|
|
697
697
|
|
|
698
698
|
/**
|
|
699
|
-
* @description 채팅 입력창 컴포넌트
|
|
700
|
-
*
|
|
699
|
+
* @description 채팅 입력창 컴포넌트 - Modern Canvas 디자인
|
|
700
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용 (플로팅 스타일)
|
|
701
701
|
*/
|
|
702
702
|
|
|
703
703
|
declare const ChatInput: React$1.FC<InputProps>;
|
|
@@ -710,9 +710,8 @@ declare const ChatInput: React$1.FC<InputProps>;
|
|
|
710
710
|
declare const ChatHeader: React$1.FC<HeaderProps>;
|
|
711
711
|
|
|
712
712
|
/**
|
|
713
|
-
* @description 메시지 버블 컴포넌트
|
|
714
|
-
*
|
|
715
|
-
* 마크다운 렌더링 및 출처 링크 칩 지원
|
|
713
|
+
* @description 메시지 버블 컴포넌트 - Modern Canvas 디자인
|
|
714
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용
|
|
716
715
|
*/
|
|
717
716
|
|
|
718
717
|
declare const MessageBubble: React$1.FC<MessageBubbleProps>;
|
|
@@ -724,8 +723,8 @@ declare const MessageBubble: React$1.FC<MessageBubbleProps>;
|
|
|
724
723
|
declare const MessageList: React$1.FC<MessageListProps>;
|
|
725
724
|
|
|
726
725
|
/**
|
|
727
|
-
* @description 빈 상태 컴포넌트
|
|
728
|
-
*
|
|
726
|
+
* @description 빈 상태 컴포넌트 - Modern Canvas 디자인
|
|
727
|
+
* @Todo vibecode - v0.11.0 새 디자인 시스템 적용 (Landing 화면)
|
|
729
728
|
*/
|
|
730
729
|
|
|
731
730
|
declare const EmptyState: React$1.FC<EmptyStateProps>;
|