@automattic/agenttic-ui 0.1.77 → 0.1.79
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/DiffCard-DQc8e9un.js +282 -0
- package/dist/DiffCard.css +1 -1
- package/dist/components/AgentUIContainer.d.ts +1 -1
- package/dist/components/AgentUIContainer.d.ts.map +1 -1
- package/dist/components/DragOverlay.d.ts +1 -1
- package/dist/components/DragOverlay.d.ts.map +1 -1
- package/dist/components/EmbeddedAgentUI.d.ts +9 -9
- package/dist/components/EmbeddedAgentUI.d.ts.map +1 -1
- package/dist/components/LightweightMarkdownRenderer.d.ts +2 -1
- package/dist/components/LightweightMarkdownRenderer.d.ts.map +1 -1
- package/dist/components/ResizeHandles.d.ts +1 -1
- package/dist/components/ResizeHandles.d.ts.map +1 -1
- package/dist/components/chat/AnimatedPlaceholder.d.ts +1 -1
- package/dist/components/chat/AnimatedPlaceholder.d.ts.map +1 -1
- package/dist/components/chat/Chat.d.ts +1 -1
- package/dist/components/chat/Chat.d.ts.map +1 -1
- package/dist/components/chat/ChatFooter.d.ts +2 -2
- package/dist/components/chat/ChatFooter.d.ts.map +1 -1
- package/dist/components/chat/ChatHeader.d.ts +1 -1
- package/dist/components/chat/ChatHeader.d.ts.map +1 -1
- package/dist/components/chat/ChatInput.d.ts +2 -2
- package/dist/components/chat/ChatInput.d.ts.map +1 -1
- package/dist/components/chat/ChatInput.stories.d.ts +3 -3
- package/dist/components/chat/ChatInput.stories.d.ts.map +1 -1
- package/dist/components/chat/ComplianceDisclosure.d.ts +6 -0
- package/dist/components/chat/ComplianceDisclosure.d.ts.map +1 -0
- package/dist/components/chat/MessageActions.d.ts +1 -1
- package/dist/components/chat/MessageActions.d.ts.map +1 -1
- package/dist/components/chat/MessageActions.stories.d.ts.map +1 -1
- package/dist/components/chat/MessageCard.d.ts +1 -1
- package/dist/components/chat/MessageCard.d.ts.map +1 -1
- package/dist/components/chat/MessageDivider.d.ts +1 -1
- package/dist/components/chat/MessageDivider.d.ts.map +1 -1
- package/dist/components/chat/Messages.d.ts +1 -1
- package/dist/components/chat/Messages.d.ts.map +1 -1
- package/dist/components/chat/Notice.d.ts +1 -1
- package/dist/components/chat/Notice.d.ts.map +1 -1
- package/dist/components/chat/ThinkingMessage.d.ts +1 -1
- package/dist/components/chat/ThinkingMessage.d.ts.map +1 -1
- package/dist/components/chat/ThinkingMessage.stories.d.ts +1 -1
- package/dist/components/chat/page-pattern-modal/dist/esm/components/page-pattern-modal.d.ts +3 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/components/page-pattern-modal.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-control.d.ts +9 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-control.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-item.d.ts +3 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-item.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/index.d.ts +3 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/index.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/pattern-definition.d.ts +2 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/pattern-definition.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/contains-missing-block.d.ts +9 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/contains-missing-block.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/group-utils.d.ts +8 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/group-utils.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/map-blocks-recursively.d.ts +9 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/map-blocks-recursively.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/replace-placeholders.d.ts +3 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/replace-placeholders.d.ts.map +1 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/tracking.d.ts +5 -0
- package/dist/components/chat/page-pattern-modal/dist/esm/utils/tracking.d.ts.map +1 -0
- package/dist/components/composable/AgentUIFooter.d.ts +1 -5
- package/dist/components/composable/AgentUIFooter.d.ts.map +1 -1
- package/dist/components/composable/AgentUIHeader.d.ts +2 -1
- package/dist/components/composable/AgentUIHeader.d.ts.map +1 -1
- package/dist/components/composable/AgentUIInput.d.ts +1 -1
- package/dist/components/composable/AgentUIInput.d.ts.map +1 -1
- package/dist/components/composable/AgentUIInputToolbar.d.ts +1 -1
- package/dist/components/composable/AgentUIInputToolbar.d.ts.map +1 -1
- package/dist/components/composable/AgentUIMessages.d.ts +2 -1
- package/dist/components/composable/AgentUIMessages.d.ts.map +1 -1
- package/dist/components/composable/AgentUINotice.d.ts +2 -1
- package/dist/components/composable/AgentUINotice.d.ts.map +1 -1
- package/dist/components/composable/AgentUISuggestions.d.ts +1 -1
- package/dist/components/composable/AgentUISuggestions.d.ts.map +1 -1
- package/dist/components/diff/DiffCard.d.ts +1 -1
- package/dist/components/diff/DiffCard.d.ts.map +1 -1
- package/dist/components/icons/AlertCircleIcon.d.ts +1 -1
- package/dist/components/icons/AlertCircleIcon.d.ts.map +1 -1
- package/dist/components/icons/AlertTriangleIcon.d.ts +1 -1
- package/dist/components/icons/AlertTriangleIcon.d.ts.map +1 -1
- package/dist/components/icons/AltIcon.d.ts +1 -1
- package/dist/components/icons/AltIcon.d.ts.map +1 -1
- package/dist/components/icons/ArrowUpIcon.d.ts +1 -1
- package/dist/components/icons/ArrowUpIcon.d.ts.map +1 -1
- package/dist/components/icons/AssistantAvatarIcon.d.ts +1 -1
- package/dist/components/icons/AssistantAvatarIcon.d.ts.map +1 -1
- package/dist/components/icons/BigSkyIcon.d.ts +1 -1
- package/dist/components/icons/BigSkyIcon.d.ts.map +1 -1
- package/dist/components/icons/BlurIcon.d.ts +1 -1
- package/dist/components/icons/BlurIcon.d.ts.map +1 -1
- package/dist/components/icons/CheckIcon.d.ts +1 -1
- package/dist/components/icons/CheckIcon.d.ts.map +1 -1
- package/dist/components/icons/ChevronDownIcon.d.ts +1 -1
- package/dist/components/icons/ChevronDownIcon.d.ts.map +1 -1
- package/dist/components/icons/ChevronRightIcon.d.ts +1 -1
- package/dist/components/icons/ChevronRightIcon.d.ts.map +1 -1
- package/dist/components/icons/ChevronUpIcon.d.ts +1 -1
- package/dist/components/icons/ChevronUpIcon.d.ts.map +1 -1
- package/dist/components/icons/CopyIcon.d.ts +1 -1
- package/dist/components/icons/CopyIcon.d.ts.map +1 -1
- package/dist/components/icons/Icons.stories.d.ts +1 -1
- package/dist/components/icons/ImageIcon.d.ts +1 -1
- package/dist/components/icons/ImageIcon.d.ts.map +1 -1
- package/dist/components/icons/LayoutIcon.d.ts +1 -1
- package/dist/components/icons/LayoutIcon.d.ts.map +1 -1
- package/dist/components/icons/PageIcon.d.ts +1 -1
- package/dist/components/icons/PageIcon.d.ts.map +1 -1
- package/dist/components/icons/PlusIcon.d.ts +1 -1
- package/dist/components/icons/PlusIcon.d.ts.map +1 -1
- package/dist/components/icons/RegenerateAltIcon.d.ts +1 -1
- package/dist/components/icons/RegenerateAltIcon.d.ts.map +1 -1
- package/dist/components/icons/RegenerateIcon.d.ts +1 -1
- package/dist/components/icons/RegenerateIcon.d.ts.map +1 -1
- package/dist/components/icons/StopIcon.d.ts +1 -1
- package/dist/components/icons/StopIcon.d.ts.map +1 -1
- package/dist/components/icons/StylesIcon.d.ts +1 -1
- package/dist/components/icons/StylesIcon.d.ts.map +1 -1
- package/dist/components/icons/ThumbsDownIcon.d.ts +1 -1
- package/dist/components/icons/ThumbsDownIcon.d.ts.map +1 -1
- package/dist/components/icons/ThumbsUpIcon.d.ts +1 -1
- package/dist/components/icons/ThumbsUpIcon.d.ts.map +1 -1
- package/dist/components/icons/XIcon.d.ts +1 -1
- package/dist/components/icons/XIcon.d.ts.map +1 -1
- package/dist/components/icons/ZoomIcon.d.ts +1 -1
- package/dist/components/icons/ZoomIcon.d.ts.map +1 -1
- package/dist/components/icons/ZoomIconFilled.d.ts +1 -1
- package/dist/components/icons/ZoomIconFilled.d.ts.map +1 -1
- package/dist/components/question/QuestionCard.d.ts +1 -1
- package/dist/components/question/QuestionCard.d.ts.map +1 -1
- package/dist/components/sources/SourcesCard.d.ts +1 -1
- package/dist/components/sources/SourcesCard.d.ts.map +1 -1
- package/dist/components/views/CollapsedView.d.ts +1 -1
- package/dist/components/views/CollapsedView.d.ts.map +1 -1
- package/dist/components/views/CompactView.d.ts +2 -2
- package/dist/components/views/CompactView.d.ts.map +1 -1
- package/dist/components/views/ConversationView.d.ts +2 -2
- package/dist/components/views/ConversationView.d.ts.map +1 -1
- package/dist/components/views/MinimizedView.d.ts +1 -1
- package/dist/components/views/MinimizedView.d.ts.map +1 -1
- package/dist/context/AgentUIContext.d.ts +2 -2
- package/dist/context/AgentUIContext.d.ts.map +1 -1
- package/dist/embedded-agent-ui.js +76 -76
- package/dist/hooks/useFloatingPanel.d.ts +2 -2
- package/dist/hooks/useFloatingPanelPosition.d.ts +2 -2
- package/dist/hooks/useFloatingPanelPosition.d.ts.map +1 -1
- package/dist/hooks/useInput.d.ts +1 -1
- package/dist/hooks/useInput.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3164 -2142
- package/dist/markdown-extensions/charts/BaseChart.d.ts +2 -1
- package/dist/markdown-extensions/charts/BaseChart.d.ts.map +1 -1
- package/dist/markdown-extensions/charts/ChartBlock.d.ts.map +1 -1
- package/dist/markdown-extensions/charts/ChartErrorBoundary.d.ts +1 -1
- package/dist/markdown-extensions/charts/index.d.ts +40 -26
- package/dist/markdown-extensions/charts/index.d.ts.map +1 -1
- package/dist/stories/mocks/messageActions.d.ts +2 -1
- package/dist/stories/mocks/messageActions.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +7 -8
- package/dist/DiffCard-WlOKTIaG.js +0 -1325
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StylesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/StylesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,UAAU,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"StylesIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/StylesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,UAAU,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAmBlE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ThumbsDownIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ThumbsDownIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ThumbsDownIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbsDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,cAAc,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ThumbsDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,cAAc,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAiBtE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ThumbsUpIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ThumbsUpIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ThumbsUpIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThumbsUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,YAAY,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ThumbsUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ThumbsUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,YAAY,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAgBpE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function XIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function XIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=XIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/XIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,KAAK,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"XIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/XIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,KAAK,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAgB7D"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ZoomIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ZoomIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ZoomIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZoomIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ZoomIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ZoomIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ZoomIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAkBhE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ZoomIconFilled({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ZoomIconFilled({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ZoomIconFilled.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ZoomIconFilled.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ZoomIconFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,cAAc,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ZoomIconFilled.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ZoomIconFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,cAAc,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAsBtE"}
|
|
@@ -9,5 +9,5 @@ export interface QuestionCardProps {
|
|
|
9
9
|
className?: string;
|
|
10
10
|
renderChoiceContent?: (choice: QuestionChoice) => ReactNode;
|
|
11
11
|
}
|
|
12
|
-
export declare function QuestionCard({ prompt, onAnswer, disabled, answered, answeredChoice, className, renderChoiceContent, }: QuestionCardProps): import("react
|
|
12
|
+
export declare function QuestionCard({ prompt, onAnswer, disabled, answered, answeredChoice, className, renderChoiceContent, }: QuestionCardProps): import("react").JSX.Element;
|
|
13
13
|
//# sourceMappingURL=QuestionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuestionCard.d.ts","sourceRoot":"","sources":["../../../src/components/question/QuestionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAIlE,MAAM,WAAW,iBAAiB;IACjC,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,EAAE,CACT,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,cAAc,KAClB,IAAI,GAAG,OAAO,CAAE,IAAI,CAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,CAAE,MAAM,EAAE,cAAc,KAAM,SAAS,CAAC;CAC9D;AAED,wBAAgB,YAAY,CAAE,EAC7B,MAAM,EACN,QAAQ,EACR,QAAgB,EAChB,QAAgB,EAChB,cAAc,EACd,SAAS,EACT,mBAAmB,GACnB,EAAE,iBAAiB
|
|
1
|
+
{"version":3,"file":"QuestionCard.d.ts","sourceRoot":"","sources":["../../../src/components/question/QuestionCard.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAIlE,MAAM,WAAW,iBAAiB;IACjC,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,EAAE,CACT,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,cAAc,KAClB,IAAI,GAAG,OAAO,CAAE,IAAI,CAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,CAAE,MAAM,EAAE,cAAc,KAAM,SAAS,CAAC;CAC9D;AAED,wBAAgB,YAAY,CAAE,EAC7B,MAAM,EACN,QAAQ,EACR,QAAgB,EAChB,QAAgB,EAChB,cAAc,EACd,SAAS,EACT,mBAAmB,GACnB,EAAE,iBAAiB,+BAuDnB"}
|
|
@@ -3,5 +3,5 @@ export interface SourcesCardProps {
|
|
|
3
3
|
sources: AgentSource[];
|
|
4
4
|
className?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare function SourcesCard({ sources, className }: SourcesCardProps): import("react
|
|
6
|
+
export declare function SourcesCard({ sources, className }: SourcesCardProps): import("react").JSX.Element | null;
|
|
7
7
|
//# sourceMappingURL=SourcesCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SourcesCard.d.ts","sourceRoot":"","sources":["../../../src/components/sources/SourcesCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,MAAM,WAAW,gBAAgB;IAChC,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,WAAW,CAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"SourcesCard.d.ts","sourceRoot":"","sources":["../../../src/components/sources/SourcesCard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C,MAAM,WAAW,gBAAgB;IAChC,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,WAAW,CAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,gBAAgB,sCA8DpE"}
|
|
@@ -5,6 +5,6 @@ interface CollapsedViewProps {
|
|
|
5
5
|
onHover: () => void;
|
|
6
6
|
focusOnMount?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare function CollapsedView({ icon, onClick, onHover, focusOnMount, }: CollapsedViewProps):
|
|
8
|
+
export declare function CollapsedView({ icon, onClick, onHover, focusOnMount, }: CollapsedViewProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=CollapsedView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsedView.d.ts","sourceRoot":"","sources":["../../../src/components/views/CollapsedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAQjD,UAAU,kBAAkB;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,aAAa,CAAE,EAC9B,IAAiC,EACjC,OAAO,EACP,OAAO,EACP,YAAoB,GACpB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"CollapsedView.d.ts","sourceRoot":"","sources":["../../../src/components/views/CollapsedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAQjD,UAAU,kBAAkB;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,aAAa,CAAE,EAC9B,IAAiC,EACjC,OAAO,EACP,OAAO,EACP,YAAoB,GACpB,EAAE,kBAAkB,qBAmDpB"}
|
|
@@ -6,7 +6,7 @@ interface CompactViewProps {
|
|
|
6
6
|
onChange: (value: string) => void;
|
|
7
7
|
onSubmit: () => void;
|
|
8
8
|
onKeyDown: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
9
|
-
textareaRef: React.RefObject<HTMLTextAreaElement>;
|
|
9
|
+
textareaRef: React.RefObject<HTMLTextAreaElement | null>;
|
|
10
10
|
placeholder?: string | string[];
|
|
11
11
|
isProcessing: boolean;
|
|
12
12
|
onBlur?: () => void;
|
|
@@ -22,6 +22,6 @@ interface CompactViewProps {
|
|
|
22
22
|
handleSuggestionSubmit?: (selectedSuggestion: Suggestion, availableSuggestions: Suggestion[]) => void;
|
|
23
23
|
expandOnClick?: boolean;
|
|
24
24
|
}
|
|
25
|
-
export declare function CompactView({ value, onChange, onSubmit, onKeyDown, textareaRef, placeholder, isProcessing, onBlur, onFocus, onExpand, showExpandButton, focusOnMount, customActions, actionOrder, onStop, suggestions, clearSuggestions, handleSuggestionSubmit, expandOnClick, }: CompactViewProps):
|
|
25
|
+
export declare function CompactView({ value, onChange, onSubmit, onKeyDown, textareaRef, placeholder, isProcessing, onBlur, onFocus, onExpand, showExpandButton, focusOnMount, customActions, actionOrder, onStop, suggestions, clearSuggestions, handleSuggestionSubmit, expandOnClick, }: CompactViewProps): React.JSX.Element;
|
|
26
26
|
export {};
|
|
27
27
|
//# sourceMappingURL=CompactView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompactView.d.ts","sourceRoot":"","sources":["../../../src/components/views/CompactView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,mBAAmB,CAAC;AAOjE,UAAU,gBAAgB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACrE,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"CompactView.d.ts","sourceRoot":"","sources":["../../../src/components/views/CompactView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,mBAAmB,CAAC;AAOjE,UAAU,gBAAgB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACpC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACrE,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,GAAG,IAAI,CAAE,CAAC;IAC3D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAChC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,sBAAsB,CAAC,EAAE,CACxB,kBAAkB,EAAE,UAAU,EAC9B,oBAAoB,EAAE,UAAU,EAAE,KAC9B,IAAI,CAAC;IACV,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,WAAW,CAAE,EAC5B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,WAAW,EACX,WAAW,EACX,YAAY,EACZ,MAAM,EACN,OAAO,EACP,QAAQ,EACR,gBAAuB,EACvB,YAAoB,EACpB,aAAa,EACb,WAAW,EACX,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,aAAqB,GACrB,EAAE,gBAAgB,qBAuHlB"}
|
|
@@ -6,7 +6,7 @@ interface InputHandlers {
|
|
|
6
6
|
onInputChange: (value: string) => void;
|
|
7
7
|
onSubmit: () => void;
|
|
8
8
|
onKeyDown: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
9
|
-
textareaRef: React.RefObject<HTMLTextAreaElement>;
|
|
9
|
+
textareaRef: React.RefObject<HTMLTextAreaElement | null>;
|
|
10
10
|
placeholder?: string | string[];
|
|
11
11
|
isProcessing: boolean;
|
|
12
12
|
onStop?: () => void;
|
|
@@ -28,6 +28,6 @@ interface ConversationViewProps extends InputHandlers {
|
|
|
28
28
|
showAgentIcon?: boolean;
|
|
29
29
|
focusOnMount?: boolean;
|
|
30
30
|
}
|
|
31
|
-
export declare function ConversationView({ messages, error, inputValue, onInputChange, onSubmit, onKeyDown, textareaRef, placeholder, isProcessing, onStop, fromCompact, showHeader, onClose, onExpand, notice, emptyView, suggestions, clearSuggestions, messageRenderer, showAgentIcon, focusOnMount, }: ConversationViewProps):
|
|
31
|
+
export declare function ConversationView({ messages, error, inputValue, onInputChange, onSubmit, onKeyDown, textareaRef, placeholder, isProcessing, onStop, fromCompact, showHeader, onClose, onExpand, notice, emptyView, suggestions, clearSuggestions, messageRenderer, showAgentIcon, focusOnMount, }: ConversationViewProps): React.JSX.Element;
|
|
32
32
|
export {};
|
|
33
33
|
//# sourceMappingURL=ConversationView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationView.d.ts","sourceRoot":"","sources":["../../../src/components/views/ConversationView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMrE,UAAU,aAAa;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACrE,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"ConversationView.d.ts","sourceRoot":"","sources":["../../../src/components/views/ConversationView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAMrE,UAAU,aAAa;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACzC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACrE,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,GAAG,IAAI,CAAE,CAAC;IAC3D,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAChC,YAAY,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACpB;AAED,UAAU,qBAAsB,SAAQ,aAAa;IAEpD,QAAQ,EAAE,OAAO,EAAE,CAAC;IAGpB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAGtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAGtB,MAAM,CAAC,EAAE,YAAY,CAAC;IAGtB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAG5B,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAG9B,eAAe,CAAC,EAAE,aAAa,CAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAE,CAAC;IAGxD,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,gBAAgB,CAAE,EACjC,QAAQ,EACR,KAAK,EACL,UAAU,EACV,aAAa,EACb,QAAQ,EACR,SAAS,EACT,WAAW,EACX,WAAW,EACX,YAAY,EACZ,MAAM,EACN,WAAmB,EACnB,UAAkB,EAClB,OAAO,EACP,QAAQ,EACR,MAAM,EACN,SAAS,EACT,WAAW,EACX,gBAAgB,EAChB,eAAe,EACf,aAAa,EACb,YAAoB,GACpB,EAAE,qBAAqB,qBA+CvB"}
|
|
@@ -5,6 +5,6 @@ interface MinimizedViewProps {
|
|
|
5
5
|
onClick: () => void;
|
|
6
6
|
focusOnMount?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare function MinimizedView({ icon, title, onClick, focusOnMount, }: MinimizedViewProps):
|
|
8
|
+
export declare function MinimizedView({ icon, title, onClick, focusOnMount, }: MinimizedViewProps): React.JSX.Element;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=MinimizedView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinimizedView.d.ts","sourceRoot":"","sources":["../../../src/components/views/MinimizedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AASjD,UAAU,kBAAkB;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,aAAa,CAAE,EAC9B,IAAiC,EACjC,KAAsC,EACtC,OAAO,EACP,YAAoB,GACpB,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"MinimizedView.d.ts","sourceRoot":"","sources":["../../../src/components/views/MinimizedView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AASjD,UAAU,kBAAkB;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,wBAAgB,aAAa,CAAE,EAC9B,IAAiC,EACjC,KAAsC,EACtC,OAAO,EACP,YAAoB,GACpB,EAAE,kBAAkB,qBAuDpB"}
|
|
@@ -8,7 +8,7 @@ export interface AgentUIContextValue {
|
|
|
8
8
|
inputValue: string;
|
|
9
9
|
setInputValue: (value: string) => void;
|
|
10
10
|
clearInput: () => void;
|
|
11
|
-
textareaRef: React.RefObject<HTMLTextAreaElement>;
|
|
11
|
+
textareaRef: React.RefObject<HTMLTextAreaElement | null>;
|
|
12
12
|
handleKeyDown: (e: React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
13
13
|
onSubmit: (message: string) => void;
|
|
14
14
|
handleSubmit: () => void;
|
|
@@ -44,5 +44,5 @@ export interface AgentUIProviderProps {
|
|
|
44
44
|
children: React.ReactNode;
|
|
45
45
|
value: AgentUIContextValue;
|
|
46
46
|
}
|
|
47
|
-
export declare function AgentUIProvider({ children, value }: AgentUIProviderProps):
|
|
47
|
+
export declare function AgentUIProvider({ children, value }: AgentUIProviderProps): React.JSX.Element;
|
|
48
48
|
//# sourceMappingURL=AgentUIContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIContext.d.ts","sourceRoot":"","sources":["../../src/context/AgentUIContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EACX,SAAS,EACT,OAAO,EACP,YAAY,EACZ,UAAU,EAEV,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,mBAAmB;IAEnC,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACzC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"AgentUIContext.d.ts","sourceRoot":"","sources":["../../src/context/AgentUIContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EACX,SAAS,EACT,OAAO,EACP,YAAY,EACZ,UAAU,EAEV,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,mBAAmB;IAEnC,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;IACzC,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,GAAG,IAAI,CAAE,CAAC;IAC3D,aAAa,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IAGzE,QAAQ,EAAE,CAAE,OAAO,EAAE,MAAM,KAAM,IAAI,CAAC;IACtC,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAGpB,OAAO,EAAE,UAAU,GAAG,UAAU,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,aAAa,CAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAE,CAAC;IACxD,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAGrB,WAAW,CAAC,EAAE,UAAU,EAAE,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,sBAAsB,EAAE,CACvB,kBAAkB,EAAE,UAAU,EAC9B,oBAAoB,EAAE,UAAU,EAAE,KAC9B,IAAI,CAAC;IACV,yBAAyB,CAAC,EAAE,CAAE,KAAK,EAAE,UAAU,EAAE,KAAM,IAAI,CAAC;IAG5D,MAAM,CAAC,EAAE,YAAY,CAAC;IAGtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAG3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAG3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAID,wBAAgB,iBAAiB,IAAI,mBAAmB,CAQvD;AAED,MAAM,WAAW,oBAAoB;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,EAAE,mBAAmB,CAAC;CAC3B;AAED,wBAAgB,eAAe,CAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,oBAAoB,qBAMzE"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as t, Fragment as b, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import { createContext as P, useState as E, useRef as R, useCallback as F, useContext as T } from "react";
|
|
3
3
|
import { __ as g } from "@wordpress/i18n";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { C as L, D as W, S as D } from "./DiffCard-DQc8e9un.js";
|
|
5
|
+
import { a as ne, Q as ie } from "./DiffCard-DQc8e9un.js";
|
|
6
6
|
function O(n) {
|
|
7
7
|
const e = n.trim();
|
|
8
8
|
if (/^(https?:|mailto:)/i.test(e))
|
|
@@ -10,65 +10,65 @@ function O(n) {
|
|
|
10
10
|
}
|
|
11
11
|
function C(n) {
|
|
12
12
|
const e = [], i = /(\[[^\]]+\]\([^\)]+\)|`[^`]+`|\*\*[^*]+\*\*|__[^_]+__|\*[^*]+\*|_[^_]+_)/g;
|
|
13
|
-
let
|
|
13
|
+
let s = 0, r;
|
|
14
14
|
for (; r = i.exec(n); ) {
|
|
15
|
-
r.index >
|
|
16
|
-
const a = r[0],
|
|
15
|
+
r.index > s && e.push(n.slice(s, r.index));
|
|
16
|
+
const a = r[0], c = `${r.index}-${a}`, d = a.match(/^\[([^\]]+)\]\(([^\)]+)\)$/);
|
|
17
17
|
if (d) {
|
|
18
|
-
const
|
|
18
|
+
const l = O(d[2]);
|
|
19
19
|
e.push(
|
|
20
|
-
|
|
20
|
+
l ? /* @__PURE__ */ t(
|
|
21
21
|
"a",
|
|
22
22
|
{
|
|
23
|
-
href:
|
|
23
|
+
href: l,
|
|
24
24
|
rel: "noreferrer",
|
|
25
25
|
target: "_blank",
|
|
26
26
|
children: d[1]
|
|
27
27
|
},
|
|
28
|
-
|
|
28
|
+
c
|
|
29
29
|
) : a
|
|
30
30
|
);
|
|
31
|
-
} else a.startsWith("`") ? e.push(/* @__PURE__ */ t("code", { children: a.slice(1, -1) },
|
|
32
|
-
|
|
31
|
+
} else a.startsWith("`") ? e.push(/* @__PURE__ */ t("code", { children: a.slice(1, -1) }, c)) : a.startsWith("**") || a.startsWith("__") ? e.push(/* @__PURE__ */ t("strong", { children: a.slice(2, -2) }, c)) : e.push(/* @__PURE__ */ t("em", { children: a.slice(1, -1) }, c));
|
|
32
|
+
s = i.lastIndex;
|
|
33
33
|
}
|
|
34
|
-
return
|
|
34
|
+
return s < n.length && e.push(n.slice(s)), e;
|
|
35
35
|
}
|
|
36
|
-
function I(n, e, i,
|
|
36
|
+
function I(n, e, i, s) {
|
|
37
37
|
if (e.length === 0)
|
|
38
38
|
return;
|
|
39
|
-
const r = e.map((a,
|
|
39
|
+
const r = e.map((a, c) => /* @__PURE__ */ t("li", { children: C(a) }, c));
|
|
40
40
|
n.push(
|
|
41
|
-
i ? /* @__PURE__ */ t("ol", { children: r },
|
|
41
|
+
i ? /* @__PURE__ */ t("ol", { children: r }, s) : /* @__PURE__ */ t("ul", { children: r }, s)
|
|
42
42
|
), e.length = 0;
|
|
43
43
|
}
|
|
44
44
|
function Q({
|
|
45
45
|
children: n
|
|
46
46
|
}) {
|
|
47
47
|
const e = [], i = [];
|
|
48
|
-
let
|
|
49
|
-
return n.split(/\r?\n/).forEach((
|
|
50
|
-
if (
|
|
48
|
+
let s = !1, r = !1, a = [];
|
|
49
|
+
return n.split(/\r?\n/).forEach((c, d) => {
|
|
50
|
+
if (c.startsWith("```")) {
|
|
51
51
|
r ? (e.push(
|
|
52
52
|
/* @__PURE__ */ t("pre", { children: /* @__PURE__ */ t("code", { children: a.join(`
|
|
53
53
|
`) }) }, `code-${d}`)
|
|
54
|
-
), a = [], r = !1) : (I(e, i,
|
|
54
|
+
), a = [], r = !1) : (I(e, i, s, `list-${d}`), r = !0);
|
|
55
55
|
return;
|
|
56
56
|
}
|
|
57
57
|
if (r) {
|
|
58
|
-
a.push(
|
|
58
|
+
a.push(c);
|
|
59
59
|
return;
|
|
60
60
|
}
|
|
61
|
-
const
|
|
62
|
-
if (
|
|
61
|
+
const l = c.match(/^\s*[-*]\s+(.+)$/), o = c.match(/^\s*\d+\.\s+(.+)$/);
|
|
62
|
+
if (l || o) {
|
|
63
63
|
const h = !!o;
|
|
64
|
-
i.length &&
|
|
65
|
-
((o == null ? void 0 : o[1]) ?? (
|
|
64
|
+
i.length && s !== h && I(e, i, s, `list-${d}`), s = h, i.push(
|
|
65
|
+
((o == null ? void 0 : o[1]) ?? (l == null ? void 0 : l[1]) ?? "").trim()
|
|
66
66
|
);
|
|
67
67
|
return;
|
|
68
68
|
}
|
|
69
|
-
if (I(e, i,
|
|
69
|
+
if (I(e, i, s, `list-${d}`), !c.trim())
|
|
70
70
|
return;
|
|
71
|
-
const u =
|
|
71
|
+
const u = c.match(/^(#{1,3})\s+(.+)$/);
|
|
72
72
|
if (u) {
|
|
73
73
|
const p = `h${u[1].length}`;
|
|
74
74
|
e.push(
|
|
@@ -77,9 +77,9 @@ function Q({
|
|
|
77
77
|
return;
|
|
78
78
|
}
|
|
79
79
|
e.push(
|
|
80
|
-
/* @__PURE__ */ t("p", { children: C(
|
|
80
|
+
/* @__PURE__ */ t("p", { children: C(c) }, `paragraph-${d}`)
|
|
81
81
|
);
|
|
82
|
-
}), I(e, i,
|
|
82
|
+
}), I(e, i, s, "list-final"), r && a.length && e.push(
|
|
83
83
|
/* @__PURE__ */ t("pre", { children: /* @__PURE__ */ t("code", { children: a.join(`
|
|
84
84
|
`) }) }, "code-final")
|
|
85
85
|
), /* @__PURE__ */ t(b, { children: e });
|
|
@@ -96,11 +96,11 @@ function _() {
|
|
|
96
96
|
function H({ content: n }) {
|
|
97
97
|
return /* @__PURE__ */ t("div", { className: "agenttic-embedded__thinking", children: n ?? g("Thinking…", "a8c-agenttic") });
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function Z({
|
|
100
100
|
heading: n,
|
|
101
101
|
help: e,
|
|
102
102
|
suggestions: i,
|
|
103
|
-
onSuggestionClick:
|
|
103
|
+
onSuggestionClick: s
|
|
104
104
|
}) {
|
|
105
105
|
return /* @__PURE__ */ f("div", { className: "agenttic-embedded__empty", children: [
|
|
106
106
|
n && /* @__PURE__ */ t("h2", { children: n }),
|
|
@@ -109,7 +109,7 @@ function K({
|
|
|
109
109
|
"button",
|
|
110
110
|
{
|
|
111
111
|
type: "button",
|
|
112
|
-
onClick: () =>
|
|
112
|
+
onClick: () => s == null ? void 0 : s(r),
|
|
113
113
|
children: r.label
|
|
114
114
|
},
|
|
115
115
|
r.id
|
|
@@ -122,7 +122,7 @@ function U(n) {
|
|
|
122
122
|
);
|
|
123
123
|
}
|
|
124
124
|
function q({ message: n }) {
|
|
125
|
-
var
|
|
125
|
+
var s;
|
|
126
126
|
const { messageRenderer: e } = _(), i = e ?? Q;
|
|
127
127
|
return /* @__PURE__ */ f(
|
|
128
128
|
"div",
|
|
@@ -142,9 +142,9 @@ function q({ message: n }) {
|
|
|
142
142
|
a
|
|
143
143
|
);
|
|
144
144
|
if (r.type === "component" && r.component) {
|
|
145
|
-
const
|
|
145
|
+
const c = r.component;
|
|
146
146
|
return /* @__PURE__ */ t(
|
|
147
|
-
|
|
147
|
+
c,
|
|
148
148
|
{
|
|
149
149
|
...r.componentProps || {}
|
|
150
150
|
},
|
|
@@ -153,23 +153,23 @@ function q({ message: n }) {
|
|
|
153
153
|
}
|
|
154
154
|
return null;
|
|
155
155
|
}),
|
|
156
|
-
n.role === "agent" && ((
|
|
156
|
+
n.role === "agent" && ((s = n.sources) != null && s.length) ? /* @__PURE__ */ t(D, { sources: n.sources }) : null
|
|
157
157
|
]
|
|
158
158
|
}
|
|
159
159
|
);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function $({
|
|
162
162
|
className: n
|
|
163
163
|
} = {}) {
|
|
164
164
|
const {
|
|
165
165
|
messages: e,
|
|
166
166
|
isProcessing: i,
|
|
167
|
-
error:
|
|
167
|
+
error: s,
|
|
168
168
|
emptyView: r,
|
|
169
169
|
thinkingMessage: a,
|
|
170
|
-
messagesPosition:
|
|
170
|
+
messagesPosition: c
|
|
171
171
|
} = _(), d = e.filter(
|
|
172
|
-
(
|
|
172
|
+
(l) => U(l).length > 0
|
|
173
173
|
);
|
|
174
174
|
return d.length === 0 && !i ? r ? /* @__PURE__ */ t(
|
|
175
175
|
"div",
|
|
@@ -188,37 +188,37 @@ function j({
|
|
|
188
188
|
"data-slot": "messages",
|
|
189
189
|
className: [
|
|
190
190
|
"agenttic-embedded__messages",
|
|
191
|
-
|
|
191
|
+
c === "bottom" ? "agenttic-embedded__messages--bottom" : "",
|
|
192
192
|
n
|
|
193
193
|
].filter(Boolean).join(" "),
|
|
194
194
|
children: [
|
|
195
|
-
d.map((
|
|
195
|
+
d.map((l) => /* @__PURE__ */ t(
|
|
196
196
|
q,
|
|
197
197
|
{
|
|
198
|
-
message:
|
|
198
|
+
message: l
|
|
199
199
|
},
|
|
200
|
-
|
|
200
|
+
l.reactKey || l.id
|
|
201
201
|
)),
|
|
202
202
|
i && /* @__PURE__ */ t(H, { content: a }),
|
|
203
|
-
|
|
203
|
+
s && /* @__PURE__ */ t("div", { className: "agenttic-embedded__error", children: s })
|
|
204
204
|
]
|
|
205
205
|
}
|
|
206
206
|
);
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function j({
|
|
209
209
|
className: n,
|
|
210
210
|
showSuggestions: e,
|
|
211
211
|
onSelect: i
|
|
212
212
|
} = {}) {
|
|
213
213
|
const {
|
|
214
|
-
inputValue:
|
|
214
|
+
inputValue: s,
|
|
215
215
|
setInputValue: r,
|
|
216
216
|
suggestions: a,
|
|
217
|
-
clearSuggestions:
|
|
217
|
+
clearSuggestions: c,
|
|
218
218
|
onSuggestionClick: d,
|
|
219
|
-
submit:
|
|
219
|
+
submit: l
|
|
220
220
|
} = _();
|
|
221
|
-
return
|
|
221
|
+
return s && !e || !(a != null && a.length) ? null : /* @__PURE__ */ t(
|
|
222
222
|
"div",
|
|
223
223
|
{
|
|
224
224
|
className: ["agenttic-embedded__suggestions", n].filter(Boolean).join(" "),
|
|
@@ -229,8 +229,8 @@ function $({
|
|
|
229
229
|
{
|
|
230
230
|
type: "button",
|
|
231
231
|
onClick: async () => {
|
|
232
|
-
if (i == null || i(u), d == null || d(o, a),
|
|
233
|
-
await
|
|
232
|
+
if (i == null || i(u), d == null || d(o, a), c == null || c(), o.autoSubmit) {
|
|
233
|
+
await l(u);
|
|
234
234
|
return;
|
|
235
235
|
}
|
|
236
236
|
r(u);
|
|
@@ -268,19 +268,19 @@ function V({
|
|
|
268
268
|
onKeyDown: i
|
|
269
269
|
} = {}) {
|
|
270
270
|
const {
|
|
271
|
-
acceptedFileTypes:
|
|
271
|
+
acceptedFileTypes: s,
|
|
272
272
|
allowAttachments: r,
|
|
273
273
|
fileInputRef: a,
|
|
274
|
-
files:
|
|
274
|
+
files: c,
|
|
275
275
|
inputValue: d,
|
|
276
|
-
isProcessing:
|
|
276
|
+
isProcessing: l,
|
|
277
277
|
maxInputLength: o = 600,
|
|
278
278
|
onStop: u,
|
|
279
279
|
placeholder: h,
|
|
280
280
|
setFiles: p,
|
|
281
281
|
setInputValue: v,
|
|
282
282
|
submit: y
|
|
283
|
-
} = _(), A = !e && (
|
|
283
|
+
} = _(), A = !e && (l || !!d.trim() && d.length <= o), k = Array.isArray(h) ? h[0] : h;
|
|
284
284
|
return /* @__PURE__ */ f(
|
|
285
285
|
"div",
|
|
286
286
|
{
|
|
@@ -294,7 +294,7 @@ function V({
|
|
|
294
294
|
ref: a,
|
|
295
295
|
type: "file",
|
|
296
296
|
multiple: !0,
|
|
297
|
-
accept:
|
|
297
|
+
accept: s == null ? void 0 : s.join(","),
|
|
298
298
|
style: { display: "none" },
|
|
299
299
|
onChange: (m) => p(
|
|
300
300
|
Array.from(m.currentTarget.files ?? [])
|
|
@@ -322,7 +322,7 @@ function V({
|
|
|
322
322
|
value: d,
|
|
323
323
|
onChange: (m) => v(m.currentTarget.value),
|
|
324
324
|
onKeyDown: (m) => {
|
|
325
|
-
i == null || i(m), !m.defaultPrevented && m.key === "Enter" && !m.shiftKey && A && !
|
|
325
|
+
i == null || i(m), !m.defaultPrevented && m.key === "Enter" && !m.shiftKey && A && !l && (m.preventDefault(), y());
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
),
|
|
@@ -330,19 +330,19 @@ function V({
|
|
|
330
330
|
"button",
|
|
331
331
|
{
|
|
332
332
|
type: "button",
|
|
333
|
-
"aria-label":
|
|
333
|
+
"aria-label": l ? g("Stop processing", "a8c-agenttic") : g("Send message", "a8c-agenttic"),
|
|
334
334
|
disabled: !A,
|
|
335
335
|
onClick: () => {
|
|
336
|
-
if (
|
|
336
|
+
if (l) {
|
|
337
337
|
u == null || u();
|
|
338
338
|
return;
|
|
339
339
|
}
|
|
340
340
|
y();
|
|
341
341
|
},
|
|
342
|
-
children:
|
|
342
|
+
children: l ? "■" : "↑"
|
|
343
343
|
}
|
|
344
344
|
),
|
|
345
|
-
|
|
345
|
+
c.length > 0 && /* @__PURE__ */ t("span", { className: "agenttic-embedded__attachment-count", children: c.length })
|
|
346
346
|
]
|
|
347
347
|
}
|
|
348
348
|
);
|
|
@@ -359,7 +359,7 @@ function w({
|
|
|
359
359
|
"data-slot": "chat-footer",
|
|
360
360
|
className: ["agenttic-embedded__footer", e].filter(Boolean).join(" "),
|
|
361
361
|
children: n ?? /* @__PURE__ */ f(b, { children: [
|
|
362
|
-
/* @__PURE__ */ t(
|
|
362
|
+
/* @__PURE__ */ t(j, {}),
|
|
363
363
|
/* @__PURE__ */ t(x, {}),
|
|
364
364
|
/* @__PURE__ */ t(V, {})
|
|
365
365
|
] })
|
|
@@ -378,7 +378,7 @@ function B({
|
|
|
378
378
|
"data-slot": "conversation-view",
|
|
379
379
|
className: ["agenttic-embedded__conversation", e].filter(Boolean).join(" "),
|
|
380
380
|
children: n ?? /* @__PURE__ */ f(b, { children: [
|
|
381
|
-
/* @__PURE__ */ t(
|
|
381
|
+
/* @__PURE__ */ t($, {}),
|
|
382
382
|
/* @__PURE__ */ t(w, {})
|
|
383
383
|
] })
|
|
384
384
|
}
|
|
@@ -389,21 +389,21 @@ function M({
|
|
|
389
389
|
className: e,
|
|
390
390
|
...i
|
|
391
391
|
}) {
|
|
392
|
-
const [
|
|
392
|
+
const [s, r] = E(""), [a, c] = E([]), d = R(null), l = i.inputValue ?? s, o = i.onInputChange ?? r, u = F(
|
|
393
393
|
async (p) => {
|
|
394
|
-
const v = (p ??
|
|
395
|
-
!v || i.isProcessing || (o(""),
|
|
394
|
+
const v = (p ?? l).trim();
|
|
395
|
+
!v || i.isProcessing || (o(""), c([]), await i.onSubmit(
|
|
396
396
|
v,
|
|
397
397
|
i.allowAttachments ? a : void 0
|
|
398
398
|
));
|
|
399
399
|
},
|
|
400
|
-
[a,
|
|
400
|
+
[a, l, i, o]
|
|
401
401
|
), h = {
|
|
402
402
|
...i,
|
|
403
|
-
inputValue:
|
|
403
|
+
inputValue: l,
|
|
404
404
|
setInputValue: o,
|
|
405
405
|
files: a,
|
|
406
|
-
setFiles:
|
|
406
|
+
setFiles: c,
|
|
407
407
|
fileInputRef: d,
|
|
408
408
|
submit: u
|
|
409
409
|
};
|
|
@@ -419,27 +419,27 @@ function M({
|
|
|
419
419
|
const z = {
|
|
420
420
|
Container: M,
|
|
421
421
|
ConversationView: B,
|
|
422
|
-
Messages:
|
|
422
|
+
Messages: $,
|
|
423
423
|
Footer: w,
|
|
424
424
|
Input: V,
|
|
425
|
-
Suggestions:
|
|
425
|
+
Suggestions: j,
|
|
426
426
|
Notice: x
|
|
427
427
|
}, G = Object.assign(
|
|
428
428
|
(n) => /* @__PURE__ */ t(M, { ...n }),
|
|
429
429
|
z
|
|
430
|
-
),
|
|
430
|
+
), K = G;
|
|
431
431
|
export {
|
|
432
|
-
|
|
432
|
+
K as AgentUI,
|
|
433
433
|
ne as DiffCard,
|
|
434
434
|
G as EmbeddedAgentUI,
|
|
435
435
|
M as EmbeddedAgentUIContainer,
|
|
436
436
|
B as EmbeddedAgentUIConversationView,
|
|
437
437
|
w as EmbeddedAgentUIFooter,
|
|
438
438
|
V as EmbeddedAgentUIInput,
|
|
439
|
-
|
|
439
|
+
$ as EmbeddedAgentUIMessages,
|
|
440
440
|
x as EmbeddedAgentUINotice,
|
|
441
|
-
|
|
442
|
-
|
|
441
|
+
j as EmbeddedAgentUISuggestions,
|
|
442
|
+
Z as EmptyView,
|
|
443
443
|
Q as LightweightMarkdownRenderer,
|
|
444
444
|
ie as QuestionCard,
|
|
445
445
|
D as SourcesCard,
|
|
@@ -28,8 +28,8 @@ export declare function useFloatingPanel({ resizable, defaultSize, size, minSize
|
|
|
28
28
|
currentSide: ChatPosition;
|
|
29
29
|
isDragging: boolean;
|
|
30
30
|
dragControls: import("framer-motion").DragControls;
|
|
31
|
-
chatRef: import("react").RefObject<HTMLDivElement>;
|
|
32
|
-
constraintsRef: import("react").RefObject<HTMLDivElement>;
|
|
31
|
+
chatRef: import("react").RefObject<HTMLDivElement | null>;
|
|
32
|
+
constraintsRef: import("react").RefObject<HTMLDivElement | null>;
|
|
33
33
|
handlePointerDown: (event: React.PointerEvent<HTMLDivElement>) => void;
|
|
34
34
|
handleDragStart: () => void;
|
|
35
35
|
handleDragEnd: (event: unknown, info: import("framer-motion").PanInfo) => void;
|
|
@@ -21,8 +21,8 @@ export interface UseFloatingPanelPositionResult {
|
|
|
21
21
|
currentSide: ChatPosition;
|
|
22
22
|
isDragging: boolean;
|
|
23
23
|
dragControls: ReturnType<typeof useDragControls>;
|
|
24
|
-
chatRef: React.RefObject<HTMLDivElement>;
|
|
25
|
-
constraintsRef: React.RefObject<HTMLDivElement>;
|
|
24
|
+
chatRef: React.RefObject<HTMLDivElement | null>;
|
|
25
|
+
constraintsRef: React.RefObject<HTMLDivElement | null>;
|
|
26
26
|
handlePointerDown: (event: React.PointerEvent<HTMLDivElement>) => void;
|
|
27
27
|
handleDragStart: () => void;
|
|
28
28
|
handleDragEnd: (event: unknown, info: PanInfo) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFloatingPanelPosition.d.ts","sourceRoot":"","sources":["../../src/hooks/useFloatingPanelPosition.ts"],"names":[],"mappings":"AACA,OAAO,EAEN,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,eAAe,EACf,MAAM,eAAe,CAAC;AAGvB,OAAO,EACN,KAAK,YAAY,EAKjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,WAAW,4BAA4B;IAC5C,QAAQ,EAAE,OAAO,CAAC;IAClB,mBAAmB,CAAC,EAAE,YAAY,CAAC;IACnC,SAAS,EAAE,SAAS,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAE,QAAQ,EAAE,YAAY,KAAM,IAAI,CAAC;IAC1D,aAAa,CAAC,EAAE,CAAE,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAM,IAAI,CAAC;IAG/D,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IAEzB,YAAY,EAAE,MAAM,QAAQ,CAAC;IAG7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,8BAA8B;IAC9C,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,UAAU,CAAE,OAAO,eAAe,CAAE,CAAC;IACnD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAE,cAAc,CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"useFloatingPanelPosition.d.ts","sourceRoot":"","sources":["../../src/hooks/useFloatingPanelPosition.ts"],"names":[],"mappings":"AACA,OAAO,EAEN,KAAK,WAAW,EAChB,KAAK,OAAO,EACZ,eAAe,EACf,MAAM,eAAe,CAAC;AAGvB,OAAO,EACN,KAAK,YAAY,EAKjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,WAAW,4BAA4B;IAC5C,QAAQ,EAAE,OAAO,CAAC;IAClB,mBAAmB,CAAC,EAAE,YAAY,CAAC;IACnC,SAAS,EAAE,SAAS,CAAC;IACrB,oBAAoB,CAAC,EAAE,CAAE,QAAQ,EAAE,YAAY,KAAM,IAAI,CAAC;IAC1D,aAAa,CAAC,EAAE,CAAE,QAAQ,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAM,IAAI,CAAC;IAG/D,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IAEzB,YAAY,EAAE,MAAM,QAAQ,CAAC;IAG7B,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC7B;AAED,MAAM,WAAW,8BAA8B;IAC9C,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,CAAC,EAAE,WAAW,CAAE,MAAM,CAAE,CAAC;IACzB,WAAW,EAAE,YAAY,CAAC;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,UAAU,CAAE,OAAO,eAAe,CAAE,CAAC;IACnD,OAAO,EAAE,KAAK,CAAC,SAAS,CAAE,cAAc,GAAG,IAAI,CAAE,CAAC;IAClD,cAAc,EAAE,KAAK,CAAC,SAAS,CAAE,cAAc,GAAG,IAAI,CAAE,CAAC;IACzD,iBAAiB,EAAE,CAAE,KAAK,EAAE,KAAK,CAAC,YAAY,CAAE,cAAc,CAAE,KAAM,IAAI,CAAC;IAC3E,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,EAAE,CAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,KAAM,IAAI,CAAC;IACzD,qBAAqB,EAAE,CAAE,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,KAAM;QACrD,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;KACV,CAAC;IAKF,mBAAmB,EAAE,CAAE,UAAU,CAAC,EAAE,MAAM,KAAM,IAAI,CAAC;CACrD;AAMD,wBAAgB,wBAAwB,CAAE,EACzC,QAAQ,EACR,mBAAmB,EACnB,SAAS,EACT,oBAAoB,EACpB,aAAa,EACb,CAAC,EACD,CAAC,EACD,YAAY,EACZ,gBAAgB,GAChB,EAAE,4BAA4B,GAAI,8BAA8B,CAgUhE"}
|