@camunda/copilot-chat 0.0.0-alpha4 → 0.0.0-alpha5
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/components/ChatMessage/ChatMessage.d.ts.map +1 -1
- package/dist/components/ThinkingIndicator/ThinkingIndicator.d.ts +3 -3
- package/dist/components/ThinkingIndicator/ThinkingIndicator.d.ts.map +1 -1
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/index.css +13 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1396 -3792
- package/dist/package.json +2 -1
- package/dist/store/chatStore.d.ts +1 -1
- package/dist/store/chatStore.d.ts.map +1 -1
- package/dist/types/chatTypes.d.ts +1 -2
- package/dist/types/chatTypes.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -1
- package/dist/hooks/useCopilotAgent.d.ts +0 -11
- package/dist/hooks/useCopilotAgent.d.ts.map +0 -1
- package/dist/services/agentService.d.ts +0 -25
- package/dist/services/agentService.d.ts.map +0 -1
- package/dist/services/index.d.ts +0 -2
- package/dist/services/index.d.ts.map +0 -1
- package/dist/types/agentTypes.d.ts +0 -64
- package/dist/types/agentTypes.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatMessage.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessage/ChatMessage.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC;AAKlE,UAAU,gBAAgB;IACxB,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;CACnC;AAED,eAAO,MAAM,WAAW,GAAI,aAAa,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ChatMessage.d.ts","sourceRoot":"","sources":["../../../src/components/ChatMessage/ChatMessage.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,IAAI,eAAe,EAAE,MAAM,aAAa,CAAC;AAKlE,UAAU,gBAAgB;IACxB,QAAQ,CAAC,OAAO,EAAE,eAAe,CAAC;CACnC;AAED,eAAO,MAAM,WAAW,GAAI,aAAa,gBAAgB,4CAyBxD,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
interface ThinkingIndicatorProps {
|
|
2
|
-
readonly
|
|
3
|
-
readonly
|
|
2
|
+
readonly label?: string;
|
|
3
|
+
readonly completedLabel?: string;
|
|
4
4
|
readonly content?: string;
|
|
5
5
|
readonly isComplete: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const ThinkingIndicator: ({
|
|
7
|
+
export declare const ThinkingIndicator: ({ label, completedLabel, content, isComplete, }: ThinkingIndicatorProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
8
8
|
export {};
|
|
9
9
|
//# sourceMappingURL=ThinkingIndicator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThinkingIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/ThinkingIndicator/ThinkingIndicator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ThinkingIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/ThinkingIndicator/ThinkingIndicator.tsx"],"names":[],"mappings":"AAaA,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAC;CAC9B;AAED,eAAO,MAAM,iBAAiB,GAAI,iDAK/B,sBAAsB,mDAiCxB,CAAC"}
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC"}
|
package/dist/index.css
CHANGED
|
@@ -20818,6 +20818,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20818
20818
|
.cds--inline-loading {
|
|
20819
20819
|
display: flex;
|
|
20820
20820
|
align-items: center;
|
|
20821
|
+
color: var(--cds-text-secondary, #525252);
|
|
20821
20822
|
inline-size: 100%;
|
|
20822
20823
|
min-block-size: 2rem;
|
|
20823
20824
|
}
|
|
@@ -20827,7 +20828,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20827
20828
|
font-weight: var(--cds-label-02-font-weight, 400);
|
|
20828
20829
|
line-height: var(--cds-label-02-line-height, 1.28572);
|
|
20829
20830
|
letter-spacing: var(--cds-label-02-letter-spacing, 0.16px);
|
|
20830
|
-
color: var(--cds-text-secondary, #525252);
|
|
20831
20831
|
}
|
|
20832
20832
|
|
|
20833
20833
|
.cds--inline-loading__animation {
|
|
@@ -29527,7 +29527,7 @@ body[data-copilot-chat-layout='bottom-sheet'] .copilot-chat-wrapper {
|
|
|
29527
29527
|
._renderer_qbz39_1 > *:last-child {
|
|
29528
29528
|
margin-block-end: 0;
|
|
29529
29529
|
}
|
|
29530
|
-
.
|
|
29530
|
+
._streamingIndicator_oudc8_1 {
|
|
29531
29531
|
display: flex;
|
|
29532
29532
|
align-items: center;
|
|
29533
29533
|
gap: 8px;
|
|
@@ -29536,14 +29536,19 @@ body[data-copilot-chat-layout='bottom-sheet'] .copilot-chat-wrapper {
|
|
|
29536
29536
|
font-size: 12px;
|
|
29537
29537
|
}
|
|
29538
29538
|
|
|
29539
|
-
.
|
|
29539
|
+
._processingLabel_oudc8_10 {
|
|
29540
|
+
color: #525252;
|
|
29541
|
+
font-size: 12px;
|
|
29542
|
+
}
|
|
29543
|
+
|
|
29544
|
+
._collapsibleContainer_oudc8_15 {
|
|
29540
29545
|
display: flex;
|
|
29541
29546
|
flex-direction: column;
|
|
29542
29547
|
gap: 4px;
|
|
29543
29548
|
padding-block: 4px;
|
|
29544
29549
|
}
|
|
29545
29550
|
|
|
29546
|
-
.
|
|
29551
|
+
._collapseToggle_oudc8_22 {
|
|
29547
29552
|
display: flex;
|
|
29548
29553
|
align-items: center;
|
|
29549
29554
|
gap: 4px;
|
|
@@ -29556,20 +29561,20 @@ body[data-copilot-chat-layout='bottom-sheet'] .copilot-chat-wrapper {
|
|
|
29556
29561
|
border-radius: 4px;
|
|
29557
29562
|
}
|
|
29558
29563
|
|
|
29559
|
-
.
|
|
29564
|
+
._collapseToggle_oudc8_22:hover {
|
|
29560
29565
|
background-color: rgba(0, 0, 0, 0.06);
|
|
29561
29566
|
}
|
|
29562
29567
|
|
|
29563
|
-
.
|
|
29568
|
+
._collapseToggle_oudc8_22:focus {
|
|
29564
29569
|
outline: 2px solid #0f62fe;
|
|
29565
29570
|
outline-offset: -2px;
|
|
29566
29571
|
}
|
|
29567
29572
|
|
|
29568
|
-
.
|
|
29573
|
+
._completedLabel_oudc8_44 {
|
|
29569
29574
|
font-weight: 500;
|
|
29570
29575
|
}
|
|
29571
29576
|
|
|
29572
|
-
.
|
|
29577
|
+
._collapsedContent_oudc8_48 {
|
|
29573
29578
|
padding: 8px 12px;
|
|
29574
29579
|
margin-inline-start: 20px;
|
|
29575
29580
|
background-color: #f4f4f4;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as CopilotChat } from './CopilotChat';
|
|
2
2
|
export type { CopilotChatProps } from './CopilotChat';
|
|
3
3
|
export { useChatStore } from './store';
|
|
4
|
-
export {
|
|
4
|
+
export type { ChatMessage, MessageStatus } from './types';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,+BAA+B,CAAC;AACvC,OAAO,0BAA0B,CAAC;AAElC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
|