@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
|
@@ -3,6 +3,6 @@ interface MessageCardProps {
|
|
|
3
3
|
description?: string;
|
|
4
4
|
url?: string;
|
|
5
5
|
}
|
|
6
|
-
export declare function MessageCard({ title, description, url }: MessageCardProps): import("react
|
|
6
|
+
export declare function MessageCard({ title, description, url }: MessageCardProps): import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=MessageCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageCard.d.ts","sourceRoot":"","sources":["../../../src/components/chat/MessageCard.tsx"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,WAAW,CAAE,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"MessageCard.d.ts","sourceRoot":"","sources":["../../../src/components/chat/MessageCard.tsx"],"names":[],"mappings":"AAGA,UAAU,gBAAgB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,WAAW,CAAE,EAAE,KAAK,EAAE,WAAW,EAAE,GAAG,EAAE,EAAE,gBAAgB,+BA2BzE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface MessageDividerProps {
|
|
2
2
|
message?: string;
|
|
3
3
|
}
|
|
4
|
-
export declare function MessageDivider({ message }: MessageDividerProps): import("react
|
|
4
|
+
export declare function MessageDivider({ message }: MessageDividerProps): import("react").JSX.Element;
|
|
5
5
|
export {};
|
|
6
6
|
//# sourceMappingURL=MessageDivider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageDivider.d.ts","sourceRoot":"","sources":["../../../src/components/chat/MessageDivider.tsx"],"names":[],"mappings":"AAEA,UAAU,mBAAmB;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,cAAc,CAAE,EAAE,OAAY,EAAE,EAAE,mBAAmB
|
|
1
|
+
{"version":3,"file":"MessageDivider.d.ts","sourceRoot":"","sources":["../../../src/components/chat/MessageDivider.tsx"],"names":[],"mappings":"AAEA,UAAU,mBAAmB;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,cAAc,CAAE,EAAE,OAAY,EAAE,EAAE,mBAAmB,+BAYpE"}
|
|
@@ -13,6 +13,6 @@ interface MessagesProps {
|
|
|
13
13
|
messagesPosition?: 'top' | 'bottom';
|
|
14
14
|
showAgentIcon?: boolean;
|
|
15
15
|
}
|
|
16
|
-
export declare function Messages({ messages, isProcessing, error, emptyView, messageRenderer, thinkingMessage, messagesPosition, showAgentIcon, }: MessagesProps): import("react
|
|
16
|
+
export declare function Messages({ messages, isProcessing, error, emptyView, messageRenderer, thinkingMessage, messagesPosition, showAgentIcon, }: MessagesProps): import("react").JSX.Element | null;
|
|
17
17
|
export {};
|
|
18
18
|
//# sourceMappingURL=Messages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Messages.d.ts","sourceRoot":"","sources":["../../../src/components/chat/Messages.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AAU1D,UAAU,aAAa;IACtB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,aAAa,CAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAE,CAAC;IACxD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,QAAQ,CAAE,EACzB,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,SAAS,EACT,eAAe,EACf,eAAe,EACf,gBAAwB,EACxB,aAAa,GACb,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"Messages.d.ts","sourceRoot":"","sources":["../../../src/components/chat/Messages.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,aAAa,CAAC;AAU1D,UAAU,aAAa;IACtB,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,eAAe,CAAC,EAAE,aAAa,CAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAE,CAAC;IACxD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,wBAAgB,QAAQ,CAAE,EACzB,QAAQ,EACR,YAAY,EACZ,KAAK,EACL,SAAS,EACT,eAAe,EACf,eAAe,EACf,gBAAwB,EACxB,aAAa,GACb,EAAE,aAAa,sCA8Hf"}
|
|
@@ -11,6 +11,6 @@ interface NoticeProps {
|
|
|
11
11
|
className?: string;
|
|
12
12
|
status?: 'success' | 'warning' | 'error';
|
|
13
13
|
}
|
|
14
|
-
export declare function Notice({ icon, message, action, dismissible, onDismiss, className, status, }: NoticeProps):
|
|
14
|
+
export declare function Notice({ icon, message, action, dismissible, onDismiss, className, status, }: NoticeProps): React.JSX.Element;
|
|
15
15
|
export {};
|
|
16
16
|
//# sourceMappingURL=Notice.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notice.d.ts","sourceRoot":"","sources":["../../../src/components/chat/Notice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,UAAU,WAAW;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,GAAG,KAAK,CAAC;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACpB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACzC;AAED,wBAAgB,MAAM,CAAE,EACvB,IAAI,EACJ,OAAO,EACP,MAAM,EACN,WAAkB,EAClB,SAAS,EACT,SAAS,EACT,MAAM,GACN,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"Notice.d.ts","sourceRoot":"","sources":["../../../src/components/chat/Notice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAS3C,UAAU,WAAW;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,GAAG,KAAK,CAAC;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,IAAI,CAAC;KACpB,CAAC;IACF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACzC;AAED,wBAAgB,MAAM,CAAE,EACvB,IAAI,EACJ,OAAO,EACP,MAAM,EACN,WAAkB,EAClB,SAAS,EACT,SAAS,EACT,MAAM,GACN,EAAE,WAAW,qBAqFb"}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export interface ThinkingMessageProps {
|
|
3
3
|
content?: string;
|
|
4
4
|
}
|
|
5
|
-
export declare const ThinkingMessage: React.
|
|
5
|
+
export declare const ThinkingMessage: React.NamedExoticComponent<ThinkingMessageProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
//# sourceMappingURL=ThinkingMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThinkingMessage.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ThinkingMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAK7C,MAAM,WAAW,oBAAoB;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"ThinkingMessage.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ThinkingMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAK7C,MAAM,WAAW,oBAAoB;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,eAAe,wFAsB3B,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { StoryObj } from '@storybook/react';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: import("react").
|
|
4
|
+
component: import("react").NamedExoticComponent<import("./ThinkingMessage").ThinkingMessageProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
parameters: {
|
|
6
6
|
layout: string;
|
|
7
7
|
};
|
package/dist/components/chat/page-pattern-modal/dist/esm/components/page-pattern-modal.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"page-pattern-modal.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/components/page-pattern-modal.js"],"names":[],"mappings":""}
|
package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-control.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function PatternSelectorControl({ instanceId, label, patterns, onPatternSelect, }: {
|
|
2
|
+
instanceId: any;
|
|
3
|
+
label: any;
|
|
4
|
+
patterns?: never[] | undefined;
|
|
5
|
+
onPatternSelect?: (() => undefined) | undefined;
|
|
6
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
7
|
+
declare const _default: any;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=pattern-selector-control.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pattern-selector-control.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-control.js"],"names":[],"mappings":"AAOO;;;;;sGAKN"}
|
package/dist/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-item.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pattern-selector-item.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/components/pattern-selector-item.js"],"names":[],"mappings":";AAEA,oJAiBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chat/page-pattern-modal/dist/esm/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pattern-definition.d.ts","sourceRoot":"","sources":["../../../../../../src/components/chat/page-pattern-modal/dist/esm/pattern-definition.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default containsMissingBlock;
|
|
2
|
+
/**
|
|
3
|
+
* Determines whether the provided collection of Blocks contains any "missing"
|
|
4
|
+
* blocks as determined by the presence of the `core/missing` block type.
|
|
5
|
+
* @param blocks the collection of block objects to check for "missing" block .
|
|
6
|
+
* @returns whether the collection blocks contains any missing blocks.
|
|
7
|
+
*/
|
|
8
|
+
declare function containsMissingBlock(blocks: any): boolean;
|
|
9
|
+
//# sourceMappingURL=contains-missing-block.d.ts.map
|
package/dist/components/chat/page-pattern-modal/dist/esm/utils/contains-missing-block.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contains-missing-block.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/utils/contains-missing-block.js"],"names":[],"mappings":";AAGA;;;;;GAKG;AACH,4DAYC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sorts the keys on the group object to have a preferred order.
|
|
3
|
+
* If some groups exist without a preferred order, they will be included last
|
|
4
|
+
* @param preferredGroupOrder the order of group slugs that we want
|
|
5
|
+
* @param groupsObject an object with all group information, with group names as keys
|
|
6
|
+
*/
|
|
7
|
+
export function sortGroupNames(preferredGroupOrder: any, groupsObject: any): any;
|
|
8
|
+
//# sourceMappingURL=group-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/utils/group-utils.js"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,iFASC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default mapBlocksRecursively;
|
|
2
|
+
/**
|
|
3
|
+
* Recursively maps over a collection of blocks calling the modifier function on
|
|
4
|
+
* each to modify it and returning a collection of new block references.
|
|
5
|
+
* @param blocks an array of block objects
|
|
6
|
+
* @param modifier a callback function used to modify the blocks
|
|
7
|
+
*/
|
|
8
|
+
declare function mapBlocksRecursively(blocks: any, modifier: any): any;
|
|
9
|
+
//# sourceMappingURL=map-blocks-recursively.d.ts.map
|
package/dist/components/chat/page-pattern-modal/dist/esm/utils/map-blocks-recursively.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"map-blocks-recursively.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/utils/map-blocks-recursively.js"],"names":[],"mappings":";AACA;;;;;GAKG;AACH,uEAgBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-placeholders.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/utils/replace-placeholders.js"],"names":[],"mappings":";AAaA,kFAWC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tracking.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/chat/page-pattern-modal/dist/esm/utils/tracking.js"],"names":[],"mappings":"AAQO,4DAGN;AAKM,6CAYN;AAIM,qCAWN;AAKM,mDAYN"}
|
|
@@ -4,9 +4,5 @@ export interface AgentUIFooterProps {
|
|
|
4
4
|
className?: string;
|
|
5
5
|
complianceDisclosure?: React.ReactNode | false;
|
|
6
6
|
}
|
|
7
|
-
export declare function
|
|
8
|
-
export declare function ComplianceDisclosure({ children, }: {
|
|
9
|
-
children?: React.ReactNode;
|
|
10
|
-
}): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
-
export declare function AgentUIFooter({ children, className, complianceDisclosure, }?: AgentUIFooterProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function AgentUIFooter({ children, className, complianceDisclosure, }?: AgentUIFooterProps): React.JSX.Element;
|
|
12
8
|
//# sourceMappingURL=AgentUIFooter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIFooter.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"AgentUIFooter.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,MAAM,WAAW,kBAAkB;IAClC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,oBAAoB,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;CAC/C;AAED,wBAAgB,aAAa,CAAE,EAC9B,QAAQ,EACR,SAAS,EACT,oBAAsD,GACtD,GAAE,kBAAuB,qBAuCzB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface AgentUIHeaderProps {
|
|
2
3
|
className?: string;
|
|
3
4
|
}
|
|
4
|
-
export declare function AgentUIHeader({ className }?: AgentUIHeaderProps):
|
|
5
|
+
export declare function AgentUIHeader({ className }?: AgentUIHeaderProps): React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=AgentUIHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIHeader.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AgentUIHeader.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,kBAAkB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAE,EAAE,SAAS,EAAE,GAAE,kBAAuB,qBAIpE"}
|
|
@@ -12,5 +12,5 @@ export interface AgentUIInputProps {
|
|
|
12
12
|
imageUploaderRef?: React.RefObject<ImageUploaderHandle>;
|
|
13
13
|
imageUploadDisabled?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare function AgentUIInput({ className, disabled, readOnly, customActions, actionOrder, onKeyDown, layout, imageUploaderRef, imageUploadDisabled, }?: AgentUIInputProps):
|
|
15
|
+
export declare function AgentUIInput({ className, disabled, readOnly, customActions, actionOrder, onKeyDown, layout, imageUploaderRef, imageUploadDisabled, }?: AgentUIInputProps): React.JSX.Element;
|
|
16
16
|
//# sourceMappingURL=AgentUIInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIInput.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,MAAM,WAAW,iBAAiB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAC/C,SAAS,CAAC,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACtE,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,CAAE,CAAC;IAE1D,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAE,EAC7B,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,WAAW,EACX,SAAS,EACT,MAAM,EACN,gBAAgB,EAChB,mBAAmB,GACnB,GAAE,iBAAsB,
|
|
1
|
+
{"version":3,"file":"AgentUIInput.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,YAAY,EAAa,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,MAAM,WAAW,iBAAiB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAC/B,WAAW,CAAC,EAAE,eAAe,GAAG,cAAc,CAAC;IAC/C,SAAS,CAAC,EAAE,CAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAE,mBAAmB,CAAE,KAAM,IAAI,CAAC;IACtE,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAE,mBAAmB,CAAE,CAAC;IAE1D,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAE,EAC7B,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,aAAa,EACb,WAAW,EACX,SAAS,EACT,MAAM,EACN,gBAAgB,EAChB,mBAAmB,GACnB,GAAE,iBAAsB,qBA4ExB"}
|
|
@@ -6,5 +6,5 @@ export interface AgentUIInputToolbarProps {
|
|
|
6
6
|
label?: string;
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
}
|
|
9
|
-
export declare function AgentUIInputToolbar({ children, className, icon, label, disabled, }?: AgentUIInputToolbarProps):
|
|
9
|
+
export declare function AgentUIInputToolbar({ children, className, icon, label, disabled, }?: AgentUIInputToolbarProps): React.JSX.Element;
|
|
10
10
|
//# sourceMappingURL=AgentUIInputToolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIInputToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIInputToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,wBAAwB;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,mBAAmB,CAAE,EACpC,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,KAAK,EACL,QAAQ,GACR,GAAE,wBAA6B,
|
|
1
|
+
{"version":3,"file":"AgentUIInputToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIInputToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,wBAAwB;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,mBAAmB,CAAE,EACpC,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,KAAK,EACL,QAAQ,GACR,GAAE,wBAA6B,qBAkD/B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface AgentUIMessagesProps {
|
|
2
3
|
className?: string;
|
|
3
4
|
}
|
|
4
|
-
export declare function AgentUIMessages({ className }?: AgentUIMessagesProps):
|
|
5
|
+
export declare function AgentUIMessages({ className }?: AgentUIMessagesProps): React.JSX.Element;
|
|
5
6
|
//# sourceMappingURL=AgentUIMessages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUIMessages.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIMessages.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AgentUIMessages.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUIMessages.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,oBAAoB;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,eAAe,CAAE,EAAE,SAAS,EAAE,GAAE,oBAAyB,qBAyBxE"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
export interface AgentUINoticeProps {
|
|
2
3
|
className?: string;
|
|
3
4
|
}
|
|
4
|
-
export declare function AgentUINotice({ className }?: AgentUINoticeProps):
|
|
5
|
+
export declare function AgentUINotice({ className }?: AgentUINoticeProps): React.JSX.Element | null;
|
|
5
6
|
//# sourceMappingURL=AgentUINotice.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUINotice.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUINotice.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AgentUINotice.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUINotice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,kBAAkB;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,aAAa,CAAE,EAAE,SAAS,EAAE,GAAE,kBAAuB,4BAkBpE"}
|
|
@@ -3,5 +3,5 @@ export interface AgentUISuggestionsProps {
|
|
|
3
3
|
showSuggestions?: boolean;
|
|
4
4
|
onSelect?: (message: string) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare function AgentUISuggestions({ className, showSuggestions, onSelect, }?: AgentUISuggestionsProps): import("react
|
|
6
|
+
export declare function AgentUISuggestions({ className, showSuggestions, onSelect, }?: AgentUISuggestionsProps): import("react").JSX.Element | null;
|
|
7
7
|
//# sourceMappingURL=AgentUISuggestions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentUISuggestions.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUISuggestions.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,uBAAuB;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAE,OAAO,EAAE,MAAM,KAAM,IAAI,CAAC;CACvC;AAED,wBAAgB,kBAAkB,CAAE,EACnC,SAAS,EACT,eAAe,EACf,QAAQ,GACR,GAAE,uBAA4B,
|
|
1
|
+
{"version":3,"file":"AgentUISuggestions.d.ts","sourceRoot":"","sources":["../../../src/components/composable/AgentUISuggestions.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,uBAAuB;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAE,OAAO,EAAE,MAAM,KAAM,IAAI,CAAC;CACvC;AAED,wBAAgB,kBAAkB,CAAE,EACnC,SAAS,EACT,eAAe,EACf,QAAQ,GACR,GAAE,uBAA4B,sCAkD9B"}
|
|
@@ -36,5 +36,5 @@ export interface DiffCardProps {
|
|
|
36
36
|
*/
|
|
37
37
|
renderDiff?: (diff: DiffCardContent) => ReactNode;
|
|
38
38
|
}
|
|
39
|
-
export declare function DiffCard({ diff, title, summary, onResolve, disabled, resolved, acceptLabel, rejectLabel, className, renderDiff, }: DiffCardProps): import("react
|
|
39
|
+
export declare function DiffCard({ diff, title, summary, onResolve, disabled, resolved, acceptLabel, rejectLabel, className, renderDiff, }: DiffCardProps): import("react").JSX.Element;
|
|
40
40
|
//# sourceMappingURL=DiffCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiffCard.d.ts","sourceRoot":"","sources":["../../../src/components/diff/DiffCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;;;;;GAMG;AACH,MAAM,WAAW,cAAc;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,cAAc,GAAG,cAAc,EAAE,CAAC;AAEzE,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,UAAU,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,CAAE,QAAQ,EAAE,YAAY,KAAM,IAAI,GAAG,OAAO,CAAE,IAAI,CAAE,CAAC;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAE,IAAI,EAAE,eAAe,KAAM,SAAS,CAAC;CACpD;AA0CD,wBAAgB,QAAQ,CAAE,EACzB,IAAI,EACJ,KAAK,EACL,OAAO,EACP,SAAS,EACT,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,WAAW,EACX,SAAS,EACT,UAAU,GACV,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"DiffCard.d.ts","sourceRoot":"","sources":["../../../src/components/diff/DiffCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC;;;;;;GAMG;AACH,MAAM,WAAW,cAAc;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;GAKG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,cAAc,GAAG,cAAc,EAAE,CAAC;AAEzE,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,UAAU,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,eAAe,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,CAAE,QAAQ,EAAE,YAAY,KAAM,IAAI,GAAG,OAAO,CAAE,IAAI,CAAE,CAAC;IAChE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAE,IAAI,EAAE,eAAe,KAAM,SAAS,CAAC;CACpD;AA0CD,wBAAgB,QAAQ,CAAE,EACzB,IAAI,EACJ,KAAK,EACL,OAAO,EACP,SAAS,EACT,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,WAAW,EACX,SAAS,EACT,UAAU,GACV,EAAE,aAAa,+BAuEf"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function AlertCircleIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function AlertCircleIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=AlertCircleIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AlertCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,eAAe,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"AlertCircleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AlertCircleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,eAAe,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAyBvE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function AlertTriangleIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function AlertTriangleIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=AlertTriangleIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertTriangleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AlertTriangleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,iBAAiB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"AlertTriangleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AlertTriangleIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,iBAAiB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BA4BzE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function AltIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function AltIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=AltIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AltIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AltIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,OAAO,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"AltIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AltIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,OAAO,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAuB/D"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ArrowUpIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ArrowUpIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ArrowUpIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArrowUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ArrowUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,WAAW,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ArrowUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ArrowUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,WAAW,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAgBnE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function AssistantAvatarIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function AssistantAvatarIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=AssistantAvatarIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AssistantAvatarIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AssistantAvatarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,mBAAmB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"AssistantAvatarIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/AssistantAvatarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,mBAAmB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BA4B3E"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function BigSkyIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function BigSkyIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=BigSkyIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BigSkyIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/BigSkyIcon.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":"BigSkyIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/BigSkyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,UAAU,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAgBlE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function BlurIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function BlurIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=BlurIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlurIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/BlurIcon.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":"BlurIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/BlurIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAiBhE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function CheckIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function CheckIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=CheckIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CheckIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,SAAS,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"CheckIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CheckIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,SAAS,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAiBjE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ChevronDownIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ChevronDownIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ChevronDownIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,eAAe,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ChevronDownIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronDownIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,eAAe,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAkBvE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ChevronRightIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ChevronRightIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ChevronRightIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,gBAAgB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ChevronRightIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,gBAAgB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAkBxE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ChevronUpIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ChevronUpIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ChevronUpIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChevronUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,aAAa,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ChevronUpIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ChevronUpIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,aAAa,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAkBrE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function CopyIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function CopyIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=CopyIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CopyIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CopyIcon.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":"CopyIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/CopyIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAiBhE"}
|
|
@@ -5,7 +5,7 @@ interface IconStoryArgs {
|
|
|
5
5
|
}
|
|
6
6
|
declare const meta: {
|
|
7
7
|
title: string;
|
|
8
|
-
component: ({ size, className }: IconStoryArgs) => import("react
|
|
8
|
+
component: ({ size, className }: IconStoryArgs) => import("react").JSX.Element;
|
|
9
9
|
parameters: {
|
|
10
10
|
layout: string;
|
|
11
11
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function ImageIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function ImageIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=ImageIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,SAAS,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"ImageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ImageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,SAAS,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAyBjE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function LayoutIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function LayoutIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=LayoutIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/LayoutIcon.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":"LayoutIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/LayoutIcon.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 PageIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function PageIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=PageIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/PageIcon.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":"PageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/PageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAsBhE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function PlusIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function PlusIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=PlusIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/PlusIcon.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":"PlusIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/PlusIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAgBhE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function RegenerateAltIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function RegenerateAltIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=RegenerateAltIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegenerateAltIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RegenerateAltIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,iBAAiB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa
|
|
1
|
+
{"version":3,"file":"RegenerateAltIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RegenerateAltIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,iBAAiB,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAiBzE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function RegenerateIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function RegenerateIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=RegenerateIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegenerateIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RegenerateIcon.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":"RegenerateIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RegenerateIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,cAAc,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAqBtE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function StopIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function StopIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=StopIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/StopIcon.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":"StopIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/StopIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,QAAQ,CAAE,EAAE,SAAS,EAAE,IAAS,EAAE,EAAE,aAAa,+BAoBhE"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { BaseIconProps } from './types';
|
|
2
|
-
export declare function StylesIcon({ className, size }: BaseIconProps): import("react
|
|
2
|
+
export declare function StylesIcon({ className, size }: BaseIconProps): import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=StylesIcon.d.ts.map
|