@camunda/copilot-chat 0.0.0-alpha2 → 0.0.0-alpha3

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.
Files changed (44) hide show
  1. package/dist/CopilotChat.d.ts +8 -4
  2. package/dist/CopilotChat.d.ts.map +1 -1
  3. package/dist/components/ChatInput/ChatInput.d.ts +9 -0
  4. package/dist/components/ChatInput/ChatInput.d.ts.map +1 -0
  5. package/dist/components/ChatInput/index.d.ts +2 -0
  6. package/dist/components/ChatInput/index.d.ts.map +1 -0
  7. package/dist/components/ChatMessage/ChatMessage.d.ts +7 -0
  8. package/dist/components/ChatMessage/ChatMessage.d.ts.map +1 -0
  9. package/dist/components/ChatMessage/index.d.ts +2 -0
  10. package/dist/components/ChatMessage/index.d.ts.map +1 -0
  11. package/dist/components/ChatMessageList/ChatMessageList.d.ts +9 -0
  12. package/dist/components/ChatMessageList/ChatMessageList.d.ts.map +1 -0
  13. package/dist/components/ChatMessageList/index.d.ts +2 -0
  14. package/dist/components/ChatMessageList/index.d.ts.map +1 -0
  15. package/dist/components/CopilotHeader.d.ts +6 -0
  16. package/dist/components/CopilotHeader.d.ts.map +1 -0
  17. package/dist/components/CopilotLauncher.d.ts +2 -3
  18. package/dist/components/CopilotLauncher.d.ts.map +1 -1
  19. package/dist/components/CopilotStopButton.d.ts +7 -0
  20. package/dist/components/CopilotStopButton.d.ts.map +1 -0
  21. package/dist/components/MarkdownRenderer/MarkdownRenderer.d.ts +6 -0
  22. package/dist/components/MarkdownRenderer/MarkdownRenderer.d.ts.map +1 -0
  23. package/dist/components/MarkdownRenderer/index.d.ts +2 -0
  24. package/dist/components/MarkdownRenderer/index.d.ts.map +1 -0
  25. package/dist/constants/theme.d.ts +79 -0
  26. package/dist/constants/theme.d.ts.map +1 -0
  27. package/dist/index.css +29536 -82
  28. package/dist/index.d.ts +2 -0
  29. package/dist/index.d.ts.map +1 -1
  30. package/dist/index.js +26712 -81
  31. package/dist/package.json +6 -4
  32. package/dist/store/chatStore.d.ts +19 -0
  33. package/dist/store/chatStore.d.ts.map +1 -0
  34. package/dist/store/index.d.ts +2 -0
  35. package/dist/store/index.d.ts.map +1 -0
  36. package/dist/test-setup.d.ts +1 -0
  37. package/dist/test-setup.d.ts.map +1 -0
  38. package/dist/types/chatTypes.d.ts +22 -0
  39. package/dist/types/chatTypes.d.ts.map +1 -0
  40. package/dist/types/index.d.ts +2 -0
  41. package/dist/types/index.d.ts.map +1 -0
  42. package/package.json +5 -3
  43. package/dist/jsx-runtime.d.ts +0 -7
  44. package/dist/jsx-runtime.d.ts.map +0 -1
@@ -1,8 +1,12 @@
1
- import { ChatCustomElementProps } from '@carbon/ai-chat';
1
+ import { StreamEvent } from './types';
2
2
  export interface CopilotChatProps {
3
- customSendMessage: NonNullable<ChatCustomElementProps['messaging']>['customSendMessage'];
4
- workareaSelector?: string;
3
+ readonly onSendMessage: (message: string) => void;
4
+ readonly onStreamEvent?: (event: StreamEvent) => void;
5
+ readonly workareaSelector?: string;
6
+ readonly onStopGeneration?: () => void;
7
+ readonly emptyStateTitle?: string;
8
+ readonly emptyStateDescription?: string;
5
9
  }
6
- export declare const CopilotChat: ({ customSendMessage, workareaSelector, }: CopilotChatProps) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const CopilotChat: ({ onSendMessage, workareaSelector, onStopGeneration, emptyStateTitle, emptyStateDescription, }: CopilotChatProps) => import("react/jsx-runtime").JSX.Element;
7
11
  export default CopilotChat;
8
12
  //# sourceMappingURL=CopilotChat.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CopilotChat.d.ts","sourceRoot":"","sources":["../src/CopilotChat.tsx"],"names":[],"mappings":"AAQA,OAAO,0BAA0B,CAAC;AAGlC,OAAO,KAAK,EAAE,sBAAsB,EAAgB,MAAM,iBAAiB,CAAC;AAK5E,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,EAAE,WAAW,CAC5B,sBAAsB,CAAC,WAAW,CAAC,CACpC,CAAC,mBAAmB,CAAC,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAWD,eAAO,MAAM,WAAW,GAAI,0CAGzB,gBAAgB,4CAiDlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"CopilotChat.d.ts","sourceRoot":"","sources":["../src/CopilotChat.tsx"],"names":[],"mappings":"AAQA,OAAO,0BAA0B,CAAC;AASlC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IACtD,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IACvC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CACzC;AAED,eAAO,MAAM,WAAW,GAAI,gGAMzB,gBAAgB,4CA2ElB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface ChatInputProps {
2
+ readonly onSend: (message: string) => void;
3
+ readonly onStop?: () => void;
4
+ readonly isStreaming?: boolean;
5
+ readonly placeholder?: string;
6
+ }
7
+ export declare const ChatInput: ({ onSend, onStop, isStreaming, placeholder, }: ChatInputProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=ChatInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatInput.d.ts","sourceRoot":"","sources":["../../../src/components/ChatInput/ChatInput.tsx"],"names":[],"mappings":"AAaA,UAAU,cAAc;IACtB,QAAQ,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,SAAS,GAAI,+CAKvB,cAAc,4CA6FhB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ChatInput } from './ChatInput';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ChatInput/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ChatMessage as ChatMessageType } from '../../types';
2
+ interface ChatMessageProps {
3
+ readonly message: ChatMessageType;
4
+ }
5
+ export declare const ChatMessage: ({ message }: ChatMessageProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=ChatMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessage.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessage/ChatMessage.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC;AAIlE,UAAU,gBAAgB;IACxB,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;CACnC;AAED,eAAO,MAAM,WAAW,GAAI,aAAa,gBAAgB,4CAyBxD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ChatMessage } from './ChatMessage';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessage/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ChatMessage as ChatMessageType } from '../../types';
2
+ interface ChatMessageListProps {
3
+ readonly messages: readonly ChatMessageType[];
4
+ readonly emptyStateTitle?: string;
5
+ readonly emptyStateDescription?: string;
6
+ }
7
+ export declare const ChatMessageList: ({ messages, emptyStateTitle, emptyStateDescription, }: ChatMessageListProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=ChatMessageList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatMessageList.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessageList/ChatMessageList.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC;AAIlE,UAAU,oBAAoB;IAC5B,QAAQ,CAAC,QAAQ,EAAE,SAAS,eAAe,EAAE,CAAC;IAC9C,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,qBAAqB,CAAC,EAAE,MAAM,CAAC;CACzC;AAED,eAAO,MAAM,eAAe,GAAI,uDAI7B,oBAAoB,4CA6BtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { ChatMessageList } from './ChatMessageList';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessageList/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface CopilotHeaderProps {
2
+ onMinimize: () => void;
3
+ }
4
+ export declare const CopilotHeader: ({ onMinimize }: CopilotHeaderProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=CopilotHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopilotHeader.d.ts","sourceRoot":"","sources":["../../src/components/CopilotHeader.tsx"],"names":[],"mappings":"AAYA,UAAU,kBAAkB;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,GAAI,gBAAgB,kBAAkB,4CAiB/D,CAAC"}
@@ -1,8 +1,7 @@
1
- import { ChatInstance } from '@carbon/ai-chat';
2
1
  interface CopilotLauncherProps {
3
- instance: ChatInstance | null;
2
+ onClick: () => void;
4
3
  isOpen: boolean;
5
4
  }
6
- export declare const CopilotLauncher: ({ instance, isOpen }: CopilotLauncherProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const CopilotLauncher: ({ onClick, isOpen }: CopilotLauncherProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export {};
8
7
  //# sourceMappingURL=CopilotLauncher.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CopilotLauncher.d.ts","sourceRoot":"","sources":["../../src/components/CopilotLauncher.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAIpD,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,YAAY,GAAG,IAAI,CAAC;IAC9B,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,eAAe,GAAI,sBAAsB,oBAAoB,4CA2BzE,CAAC"}
1
+ {"version":3,"file":"CopilotLauncher.d.ts","sourceRoot":"","sources":["../../src/components/CopilotLauncher.tsx"],"names":[],"mappings":"AAWA,UAAU,oBAAoB;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,eAAe,GAAI,qBAAqB,oBAAoB,4CAkBxE,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface CopilotStopButtonProps {
2
+ onClick: () => void;
3
+ isVisible: boolean;
4
+ }
5
+ export declare const CopilotStopButton: ({ onClick, isVisible, }: CopilotStopButtonProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
7
+ //# sourceMappingURL=CopilotStopButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopilotStopButton.d.ts","sourceRoot":"","sources":["../../src/components/CopilotStopButton.tsx"],"names":[],"mappings":"AAWA,UAAU,sBAAsB;IAC9B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB,GAAI,yBAG/B,sBAAsB,mDAgBxB,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface MarkdownRendererProps {
2
+ readonly content: string;
3
+ }
4
+ export declare const MarkdownRenderer: ({ content }: MarkdownRendererProps) => import("react/jsx-runtime").JSX.Element | null;
5
+ export {};
6
+ //# sourceMappingURL=MarkdownRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarkdownRenderer.d.ts","sourceRoot":"","sources":["../../../src/components/MarkdownRenderer/MarkdownRenderer.tsx"],"names":[],"mappings":"AAWA,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,gBAAgB,GAAI,aAAa,qBAAqB,mDAUlE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { MarkdownRenderer } from './MarkdownRenderer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MarkdownRenderer/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,79 @@
1
+ export declare const BRAND_COLOR_PRIMARY = "#8a3ffc";
2
+ export declare const BRAND_COLOR_HOVER = "#7a34e4";
3
+ export declare const BRAND_COLOR_ACTIVE = "#5c24aa";
4
+ export declare const COLOR_TEXT_PRIMARY = "#161616";
5
+ export declare const COLOR_TEXT_SECONDARY = "#525252";
6
+ export declare const COLOR_TEXT_PLACEHOLDER = "#a8a8a8";
7
+ export declare const COLOR_TEXT_DISABLED = "#c6c6c6";
8
+ export declare const COLOR_BACKGROUND_WHITE = "#fff";
9
+ export declare const COLOR_BACKGROUND_GRAY = "#f4f4f4";
10
+ export declare const COLOR_BACKGROUND_HOVER = "#e8e8e8";
11
+ export declare const COLOR_BACKGROUND_ACTIVE = "#c6c6c6";
12
+ export declare const COLOR_BACKGROUND_SELECTED = "#d1d1d1";
13
+ export declare const COLOR_BACKGROUND_SCROLLBAR = "#e0e0e0";
14
+ export declare const COLOR_BORDER_SUBTLE = "rgba(0, 0, 0, 0.12)";
15
+ export declare const COLOR_BORDER_LIGHT = "rgba(0, 0, 0, 0.1)";
16
+ export declare const COLOR_BORDER_FOCUS = "#0f62fe";
17
+ export declare const COLOR_SHADOW_DEFAULT = "rgba(0, 0, 0, 0.16)";
18
+ export declare const COLOR_SHADOW_STRONG = "rgba(0, 0, 0, 0.08)";
19
+ export declare const COLOR_BRAND_ALPHA_10 = "rgba(138, 63, 252, 0.1)";
20
+ export declare const COLOR_BRAND_ALPHA_20 = "rgba(138, 63, 252, 0.2)";
21
+ export declare const SPACING_MICRO = "0.25rem";
22
+ export declare const SPACING_SMALL = "0.5rem";
23
+ export declare const SPACING_MEDIUM = "0.875rem";
24
+ export declare const SPACING_BASE = "1rem";
25
+ export declare const SPACING_LARGE = "1.25rem";
26
+ export declare const SPACING_XLARGE = "2rem";
27
+ export declare const SPACING_PX_6 = "6px";
28
+ export declare const SPACING_PX_8 = "8px";
29
+ export declare const SPACING_PX_12 = "12px";
30
+ export declare const SPACING_PX_16 = "16px";
31
+ export declare const SPACING_PX_24 = "24px";
32
+ export declare const FONT_SIZE_TINY = "0.75rem";
33
+ export declare const FONT_SIZE_SMALL = "0.8125rem";
34
+ export declare const FONT_SIZE_BASE = "0.875rem";
35
+ export declare const FONT_SIZE_MEDIUM = "1rem";
36
+ export declare const FONT_WEIGHT_NORMAL = "400";
37
+ export declare const FONT_WEIGHT_SEMIBOLD = "600";
38
+ export declare const LINE_HEIGHT_BASE = "1.5";
39
+ export declare const BORDER_RADIUS_TINY = "0.25rem";
40
+ export declare const BORDER_RADIUS_SMALL = "3px";
41
+ export declare const BORDER_RADIUS_MEDIUM = "6px";
42
+ export declare const BORDER_RADIUS_LARGE = "1rem";
43
+ export declare const BORDER_RADIUS_CIRCLE = "50%";
44
+ export declare const SIZE_ICON_SMALL = "1.25rem";
45
+ export declare const SIZE_ICON_MEDIUM = "1.5rem";
46
+ export declare const SIZE_ICON_LARGE = "28px";
47
+ export declare const SIZE_BUTTON_SMALL = "24px";
48
+ export declare const SIZE_BUTTON_MEDIUM = "32px";
49
+ export declare const SIZE_BUTTON_LARGE = "2rem";
50
+ export declare const SIZE_BUTTON_LAUNCHER = "56px";
51
+ export declare const SCROLLBAR_WIDTH = "6px";
52
+ export declare const OUTLINE_WIDTH = "2px";
53
+ export declare const OUTLINE_OFFSET_INNER = "-2px";
54
+ export declare const OUTLINE_OFFSET_OUTER = "2px";
55
+ export declare const CHAT_BUBBLE_MAX_WIDTH = "90%";
56
+ export declare const CHAT_INPUT_MAX_HEIGHT = "150px";
57
+ export declare const CHAT_INPUT_MIN_HEIGHT = "1.5em";
58
+ export declare const SIDECAR_WIDTH = "416px";
59
+ export declare const SIDECAR_MIN_WIDTH = "320px";
60
+ export declare const SIDECAR_MAX_WIDTH = "512px";
61
+ export declare const HEADER_HEIGHT = "48px";
62
+ export declare const Z_INDEX_PANEL = "9999";
63
+ export declare const Z_INDEX_LAUNCHER = "10000";
64
+ export declare const Z_INDEX_STOP_BUTTON = "10000";
65
+ export declare const TRANSITION_DURATION_FAST = "110ms";
66
+ export declare const TRANSITION_DURATION_BASE = "120ms";
67
+ export declare const TRANSITION_DURATION_MEDIUM = "160ms";
68
+ export declare const TRANSITION_DURATION_SLOW = "200ms";
69
+ export declare const TRANSITION_TIMING_STANDARD = "cubic-bezier(0.2, 0, 0, 1)";
70
+ export declare const TRANSITION_TIMING_EASE = "ease-in-out";
71
+ export declare const SHADOW_BUTTON = "0 4px 16px rgba(0, 0, 0, 0.16)";
72
+ export declare const SHADOW_PANEL = "0 24px 64px rgba(0, 0, 0, 0.08)";
73
+ export declare const OPACITY_DISABLED = "0.5";
74
+ export declare const OPACITY_HIDDEN = "0";
75
+ export declare const OPACITY_VISIBLE = "1";
76
+ export declare const TRANSFORM_SCALE_DOWN = "0.8";
77
+ export declare const TRANSFORM_SCALE_UP = "1.05";
78
+ export declare const TRANSFORM_SCALE_PRESSED = "0.95";
79
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../src/constants/theme.ts"],"names":[],"mappings":"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"}