@tutti-os/agent-gui 0.0.65 → 0.0.66
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/LICENSE +1 -2
- package/README.md +1 -1
- package/dist/agent-conversation/index.d.ts +2 -2
- package/dist/agent-conversation/index.js +5 -5
- package/dist/agent-message-center/index.js +7 -7
- package/dist/{agentGuiNodeTypes-CCjzXdTe.d.ts → agentGuiNodeTypes-B9Aq3UEU.d.ts} +3 -1
- package/dist/app/renderer/agentactivity.css +43 -0
- package/dist/{chunk-UWBX3DZK.js → chunk-6ULTMCKP.js} +2 -2
- package/dist/{chunk-HKKC2U6J.js → chunk-CTJQTUQ3.js} +5 -5
- package/dist/{chunk-HKKC2U6J.js.map → chunk-CTJQTUQ3.js.map} +1 -1
- package/dist/{chunk-R7PSPKBD.js → chunk-DXVMRZHH.js} +2 -6
- package/dist/chunk-DXVMRZHH.js.map +1 -0
- package/dist/{chunk-W3Q7B3DV.js → chunk-HNODQVG2.js} +2 -2
- package/dist/{chunk-N7BGNAA2.js → chunk-JTFWT6DK.js} +6 -8
- package/dist/chunk-JTFWT6DK.js.map +1 -0
- package/dist/{chunk-XLBJHHDX.js → chunk-KRJF7WLJ.js} +11 -1
- package/dist/chunk-KRJF7WLJ.js.map +1 -0
- package/dist/{chunk-TG3ZXLPM.js → chunk-MYD37I32.js} +27 -3
- package/dist/chunk-MYD37I32.js.map +1 -0
- package/dist/{chunk-XZPAU7FC.js → chunk-NOTZW5WH.js} +2 -2
- package/dist/{chunk-IDTB6OID.js → chunk-T3KGZV35.js} +49 -11
- package/dist/chunk-T3KGZV35.js.map +1 -0
- package/dist/{chunk-6OYLLPPN.js → chunk-UBBHWDMP.js} +12 -8
- package/dist/{chunk-6OYLLPPN.js.map → chunk-UBBHWDMP.js.map} +1 -1
- package/dist/{chunk-EIPQGFAE.js → chunk-VBTPXEFH.js} +2 -2
- package/dist/{chunk-QULZNKPA.js → chunk-Z26P2QNT.js} +2 -2
- package/dist/context-mention-palette/index.js +6 -6
- package/dist/i18n/index.d.ts +10 -0
- package/dist/i18n/index.js +2 -2
- package/dist/index.d.ts +20 -5
- package/dist/index.js +283 -523
- package/dist/index.js.map +1 -1
- package/dist/queued-prompt-runtime.d.ts +22 -3
- package/dist/queued-prompt-runtime.js +1 -1
- package/dist/{types-BAPEle8b.d.ts → types-Bxn8bLEp.d.ts} +14 -1
- package/dist/workbench/contribution.d.ts +1 -1
- package/dist/workbench/index.d.ts +1 -1
- package/dist/workbench/index.js +3 -3
- package/dist/workbench/launch.d.ts +1 -1
- package/dist/workbench/providerCatalog.d.ts +1 -1
- package/dist/workbench/sessionTitle.d.ts +1 -1
- package/dist/workbench/sessionTitle.js +3 -3
- package/dist/workbench/state.d.ts +1 -1
- package/dist/workbench/types.d.ts +1 -1
- package/dist/workspace-agent-generated-files.js +3 -3
- package/package.json +12 -12
- package/dist/app/renderer/assets/icons/@-lined-14px.svg +0 -3
- package/dist/app/renderer/assets/icons/agents/manage-agent-claude-code.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-codex.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-gemini.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-hermes.png +0 -0
- package/dist/app/renderer/assets/icons/agents/manage-agent-openclaw.png +0 -0
- package/dist/app/renderer/assets/icons/agents/tutti-doc-rounded.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-claude-code.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-codex.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-gemini.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-nexight.png +0 -0
- package/dist/app/renderer/assets/icons/agents/workspace-dock-agent-openclaw.png +0 -0
- package/dist/app/renderer/assets/icons/arrow-left-filled.svg +0 -1
- package/dist/chunk-IDTB6OID.js.map +0 -1
- package/dist/chunk-N7BGNAA2.js.map +0 -1
- package/dist/chunk-R7PSPKBD.js.map +0 -1
- package/dist/chunk-TG3ZXLPM.js.map +0 -1
- package/dist/chunk-XLBJHHDX.js.map +0 -1
- /package/dist/{chunk-UWBX3DZK.js.map → chunk-6ULTMCKP.js.map} +0 -0
- /package/dist/{chunk-W3Q7B3DV.js.map → chunk-HNODQVG2.js.map} +0 -0
- /package/dist/{chunk-XZPAU7FC.js.map → chunk-NOTZW5WH.js.map} +0 -0
- /package/dist/{chunk-EIPQGFAE.js.map → chunk-VBTPXEFH.js.map} +0 -0
- /package/dist/{chunk-QULZNKPA.js.map → chunk-Z26P2QNT.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { d as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-
|
|
1
|
+
import { d as AgentGUIQueuedPromptVM } from './agentGuiNodeTypes-B9Aq3UEU.js';
|
|
2
2
|
import '@tutti-os/agent-activity-core';
|
|
3
|
-
import './types-
|
|
3
|
+
import './types-Bxn8bLEp.js';
|
|
4
4
|
import './workspaceAgentActivityListViewModel-DJvAqZso.js';
|
|
5
5
|
import './agentConversationVM-DPAgUJlR.js';
|
|
6
6
|
import '@tutti-os/workspace-user-project/contracts';
|
|
@@ -18,6 +18,7 @@ interface AgentQueuedPromptClaim {
|
|
|
18
18
|
leasedUntilUnixMs: number;
|
|
19
19
|
workspaceId: string;
|
|
20
20
|
}
|
|
21
|
+
type AgentQueuedPromptSuspendReason = "user_stop";
|
|
21
22
|
interface AgentQueuedPromptQueueSnapshot {
|
|
22
23
|
agentSessionId: string;
|
|
23
24
|
claim: AgentQueuedPromptClaim | null;
|
|
@@ -25,6 +26,13 @@ interface AgentQueuedPromptQueueSnapshot {
|
|
|
25
26
|
prompts: readonly AgentGUIQueuedPromptVM[];
|
|
26
27
|
retryBlock: AgentQueuedPromptRetryBlock | null;
|
|
27
28
|
sendNextPromptId: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* User intent gate: while set, the drainer must not auto-dispatch this
|
|
31
|
+
* queue even when the session is available. Set when the user stops the
|
|
32
|
+
* session; cleared by an explicit user send (composer submit resumes, and
|
|
33
|
+
* promotePrompt clears it as part of "send now").
|
|
34
|
+
*/
|
|
35
|
+
suspendReason: AgentQueuedPromptSuspendReason | null;
|
|
28
36
|
workspaceId: string;
|
|
29
37
|
}
|
|
30
38
|
interface AgentQueuedPromptSnapshot {
|
|
@@ -90,9 +98,20 @@ interface AgentQueuedPromptRuntime {
|
|
|
90
98
|
retryBlock: AgentQueuedPromptRetryBlock | null;
|
|
91
99
|
workspaceId: string;
|
|
92
100
|
}): void;
|
|
101
|
+
/** Hold the queue after a user stop; a no-op when the queue is empty. */
|
|
102
|
+
suspendQueue(input: {
|
|
103
|
+
agentSessionId: string;
|
|
104
|
+
reason: AgentQueuedPromptSuspendReason;
|
|
105
|
+
workspaceId: string;
|
|
106
|
+
}): void;
|
|
107
|
+
/** Lift a user-stop hold (explicit user send). */
|
|
108
|
+
resumeQueue(input: {
|
|
109
|
+
agentSessionId: string;
|
|
110
|
+
workspaceId: string;
|
|
111
|
+
}): void;
|
|
93
112
|
subscribe(listener: () => void): () => void;
|
|
94
113
|
}
|
|
95
114
|
declare const EMPTY_AGENT_QUEUED_PROMPT_SNAPSHOT: AgentQueuedPromptSnapshot;
|
|
96
115
|
declare function createAgentQueuedPromptRuntime(): AgentQueuedPromptRuntime;
|
|
97
116
|
|
|
98
|
-
export { type AgentQueuedPromptClaim, type AgentQueuedPromptClaimResult, type AgentQueuedPromptQueueSnapshot, type AgentQueuedPromptRetryBlock, type AgentQueuedPromptRuntime, type AgentQueuedPromptSnapshot, EMPTY_AGENT_QUEUED_PROMPT_SNAPSHOT, createAgentQueuedPromptRuntime };
|
|
117
|
+
export { type AgentQueuedPromptClaim, type AgentQueuedPromptClaimResult, type AgentQueuedPromptQueueSnapshot, type AgentQueuedPromptRetryBlock, type AgentQueuedPromptRuntime, type AgentQueuedPromptSnapshot, type AgentQueuedPromptSuspendReason, EMPTY_AGENT_QUEUED_PROMPT_SNAPSHOT, createAgentQueuedPromptRuntime };
|
|
@@ -165,6 +165,19 @@ interface AgentGUIProviderTarget {
|
|
|
165
165
|
disabled?: boolean;
|
|
166
166
|
unavailableReason?: string;
|
|
167
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* How the provider rail composes the target list.
|
|
170
|
+
* - "catalog" (default): host-provided targets are augmented with the static
|
|
171
|
+
* local provider catalog, disabled placeholders (nexight/hermes/openclaw),
|
|
172
|
+
* and coming-soon markers. When no targets are provided, the full local
|
|
173
|
+
* catalog is shown.
|
|
174
|
+
* - "exact": the rail renders exactly the provided targets — no static catalog
|
|
175
|
+
* fallback, no disabled placeholders, no coming-soon injection. When the list
|
|
176
|
+
* is empty (and not loading) the host-provided empty renderer is shown. Use
|
|
177
|
+
* this when the list is fully orchestrated externally (e.g. shared agents,
|
|
178
|
+
* custom /agents).
|
|
179
|
+
*/
|
|
180
|
+
type AgentGUIProviderRailMode = "catalog" | "exact";
|
|
168
181
|
type AgentGUIProviderReadinessGateStatus = "checking" | "coming_soon" | "not_installed" | "auth_required" | "unavailable";
|
|
169
182
|
type AgentGUIProviderReadinessGateAction = "install" | "login" | "refresh";
|
|
170
183
|
interface AgentGUIProviderReadinessGate {
|
|
@@ -185,4 +198,4 @@ interface NodeFrame {
|
|
|
185
198
|
size: Size;
|
|
186
199
|
}
|
|
187
200
|
|
|
188
|
-
export type { AgentGUINodeData as A, NodeFrame as N, Point as P, AgentGUIProvider as a,
|
|
201
|
+
export type { AgentGUINodeData as A, NodeFrame as N, Point as P, AgentGUIProvider as a, AgentGUIProviderRailMode as b, AgentGUIProviderReadinessGate as c, AgentGUIProviderReadinessGateAction as d, AgentGUIProviderReadinessGateStatus as e, AgentGUIProviderTarget as f, AgentGUIProviderTargetRef as g, AgentHostActivateAgentSessionResult as h, AgentHostAgentSessionCommand as i, AgentHostAgentSessionComposerSettings as j, AgentHostAgentSessionPermissionConfig as k, AgentHostAgentSessionReasoningEffort as l, AgentHostAgentSessionSpeed as m, AgentHostAgentSessionState as n, AgentHostUnactivateAgentSessionResult as o, AgentHostUpdateAgentSessionSettingsResult as p, AgentPromptContentBlock as q, AgentProvider as r };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { WorkbenchFrame, WorkbenchHostNodeBodyContext, WorkbenchHostLaunchRequest, WorkbenchHostDockEntry, WorkbenchContribution } from '@tutti-os/workbench-surface';
|
|
3
3
|
import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchState } from './types.js';
|
|
4
|
-
import {
|
|
4
|
+
import { f as AgentGUIProviderTarget, g as AgentGUIProviderTargetRef } from '../types-Bxn8bLEp.js';
|
|
5
5
|
|
|
6
6
|
declare const agentGuiWorkbenchDefaultNodeFrame: WorkbenchFrame;
|
|
7
7
|
declare const agentGuiWorkbenchDefaultUsableWidthRatio = 0.8;
|
|
@@ -6,7 +6,7 @@ import { HTMLAttributes, ReactNode } from 'react';
|
|
|
6
6
|
import { WorkbenchDisplayMode, WorkbenchHostNodeHeaderWindowActions } from '@tutti-os/workbench-surface';
|
|
7
7
|
export { AgentGuiSessionTitleFormatOptions, AgentGuiWorkbenchSessionTitleResult, ResolveAgentGuiWorkbenchSessionTitleInput, formatAgentGuiConversationPlainTitle, formatAgentGuiSessionPlainTitle, resolveAgentGuiWorkbenchSessionTitle } from './sessionTitle.js';
|
|
8
8
|
export { AgentGuiWorkbenchComposerOverrides, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchPrefillPromptPayload, AgentGuiWorkbenchProvider, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState, agentGuiWorkbenchOpenSessionActivationType, agentGuiWorkbenchPrefillPromptActivationType } from './types.js';
|
|
9
|
-
import '../types-
|
|
9
|
+
import '../types-Bxn8bLEp.js';
|
|
10
10
|
import '@tutti-os/agent-activity-core';
|
|
11
11
|
import '../uiSettings-BQS9r2eo.js';
|
|
12
12
|
|
package/dist/workbench/index.js
CHANGED
|
@@ -55,10 +55,10 @@ import {
|
|
|
55
55
|
formatAgentGuiConversationPlainTitle,
|
|
56
56
|
formatAgentGuiSessionPlainTitle,
|
|
57
57
|
resolveAgentGuiWorkbenchSessionTitle
|
|
58
|
-
} from "../chunk-
|
|
59
|
-
import "../chunk-
|
|
58
|
+
} from "../chunk-VBTPXEFH.js";
|
|
59
|
+
import "../chunk-HNODQVG2.js";
|
|
60
60
|
import "../chunk-R2NGSPQS.js";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-KRJF7WLJ.js";
|
|
62
62
|
import "../chunk-GCBDIQDX.js";
|
|
63
63
|
export {
|
|
64
64
|
AGENT_GUI_WORKBENCH_CONVERSATION_RAIL_TOGGLE_EVENT,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WorkbenchHostLaunchRequest } from '@tutti-os/workbench-surface';
|
|
2
2
|
import { agentGuiWorkbenchOpenSessionActivationType, AgentGuiWorkbenchPrefillPromptPayload, agentGuiWorkbenchPrefillPromptActivationType, AgentGuiWorkbenchProvider } from './types.js';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-Bxn8bLEp.js';
|
|
4
4
|
|
|
5
5
|
type AgentGuiWorkbenchLaunchRequestInput = Pick<WorkbenchHostLaunchRequest, "payload" | "typeId"> & {
|
|
6
6
|
dockEntryId?: string | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentGuiWorkbenchProvider } from './types.js';
|
|
2
|
-
import '../types-
|
|
2
|
+
import '../types-Bxn8bLEp.js';
|
|
3
3
|
|
|
4
4
|
declare const agentGuiWorkbenchProviders: readonly ["claude-code", "codex", "cursor", "nexight", "hermes", "gemini", "openclaw"];
|
|
5
5
|
declare const agentGuiWorkbenchDefaultDockProviders: readonly ["codex", "claude-code"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AgentActivitySnapshot } from '@tutti-os/agent-activity-core';
|
|
2
2
|
import { U as UiLanguage } from '../uiSettings-BQS9r2eo.js';
|
|
3
3
|
import { AgentGuiWorkbenchProvider } from './types.js';
|
|
4
|
-
import '../types-
|
|
4
|
+
import '../types-Bxn8bLEp.js';
|
|
5
5
|
|
|
6
6
|
interface AgentGuiSessionTitleFormatOptions {
|
|
7
7
|
fallbackAgentLabel?: string;
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
formatAgentGuiConversationPlainTitle,
|
|
3
3
|
formatAgentGuiSessionPlainTitle,
|
|
4
4
|
resolveAgentGuiWorkbenchSessionTitle
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-VBTPXEFH.js";
|
|
6
|
+
import "../chunk-HNODQVG2.js";
|
|
7
|
+
import "../chunk-KRJF7WLJ.js";
|
|
8
8
|
import "../chunk-GCBDIQDX.js";
|
|
9
9
|
export {
|
|
10
10
|
formatAgentGuiConversationPlainTitle,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { WorkbenchHostExternalStateSource, WorkbenchHostExternalStateLookupInput } from '@tutti-os/workbench-surface';
|
|
2
2
|
import { AgentGuiWorkbenchProvider, AgentGuiWorkbenchNodeState, AgentGuiWorkbenchState, AgentGuiWorkbenchWorkspaceState } from './types.js';
|
|
3
|
-
import '../types-
|
|
3
|
+
import '../types-Bxn8bLEp.js';
|
|
4
4
|
|
|
5
5
|
type AgentGuiWorkbenchStateLookupRequest = Pick<WorkbenchHostExternalStateLookupInput, "instanceId" | "typeId"> & Partial<Pick<WorkbenchHostExternalStateLookupInput, "nodeId">>;
|
|
6
6
|
declare function createDefaultAgentGuiWorkbenchNodeState(provider?: AgentGuiWorkbenchProvider): AgentGuiWorkbenchNodeState;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as AgentGUIProviderTargetRef } from '../types-Bxn8bLEp.js';
|
|
2
2
|
|
|
3
3
|
type AgentGuiWorkbenchProvider = "claude-code" | "codex" | "cursor" | "nexight" | "gemini" | "hermes" | "openclaw";
|
|
4
4
|
declare const agentGuiWorkbenchOpenSessionActivationType = "agent-gui:open-session";
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
resolveWorkspaceAgentActivityStatus,
|
|
5
5
|
resolveWorkspaceAgentActivityTitle,
|
|
6
6
|
reuseWorkspaceAgentActivityListViewModelIfUnchanged
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-Z26P2QNT.js";
|
|
8
8
|
import "./chunk-IBIMGLCD.js";
|
|
9
9
|
import "./chunk-Y35GDLP2.js";
|
|
10
10
|
import {
|
|
11
11
|
workspaceAgentProviderLabel
|
|
12
12
|
} from "./chunk-TYGL25EL.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-6ULTMCKP.js";
|
|
14
|
+
import "./chunk-KRJF7WLJ.js";
|
|
15
15
|
import "./chunk-GCBDIQDX.js";
|
|
16
16
|
export {
|
|
17
17
|
buildWorkspaceAgentActivityListViewModel,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.66",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -94,17 +94,17 @@
|
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@monaco-editor/react": "^4.7.0",
|
|
97
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
98
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
99
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
100
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
101
|
-
"@tutti-os/ui-system": "0.0.
|
|
102
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
103
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
104
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
105
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
106
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
107
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
97
|
+
"@tutti-os/agent-activity-core": "0.0.66",
|
|
98
|
+
"@tutti-os/ui-i18n-runtime": "0.0.66",
|
|
99
|
+
"@tutti-os/ui-rich-text": "0.0.66",
|
|
100
|
+
"@tutti-os/ui-react-hooks": "0.0.66",
|
|
101
|
+
"@tutti-os/ui-system": "0.0.66",
|
|
102
|
+
"@tutti-os/workbench-surface": "0.0.66",
|
|
103
|
+
"@tutti-os/workspace-external-core": "0.0.66",
|
|
104
|
+
"@tutti-os/workspace-file-manager": "0.0.66",
|
|
105
|
+
"@tutti-os/workspace-file-reference": "0.0.66",
|
|
106
|
+
"@tutti-os/workspace-issue-manager": "0.0.66",
|
|
107
|
+
"@tutti-os/workspace-user-project": "0.0.66",
|
|
108
108
|
"@tanstack/react-virtual": "^3.13.12",
|
|
109
109
|
"@tiptap/core": "^3.11.1",
|
|
110
110
|
"@tiptap/pm": "^3.23.6",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4.15672 0.923957C5.52544 0.283494 7.07068 0.123903 8.54141 0.471076C10.012 0.818299 11.3224 1.652 12.2602 2.83688C13.198 4.02185 13.7082 5.48879 13.7082 6.99996V7.5833C13.7082 8.27949 13.4315 8.94697 12.9392 9.43925C12.4469 9.93152 11.7794 10.2083 11.0832 10.2083C10.3871 10.2083 9.71954 9.93152 9.22728 9.43925C9.20473 9.4167 9.18341 9.39303 9.16177 9.36976C8.59144 9.89033 7.83294 10.2083 6.9999 10.2083C5.22803 10.2082 3.79157 8.77185 3.79157 6.99996C3.79159 5.2281 5.22805 3.79168 6.9999 3.79163C7.57711 3.79163 8.11847 3.94468 8.58641 4.21147C8.74008 3.95987 9.01686 3.79166 9.33324 3.79163C9.81648 3.79163 10.2082 4.1834 10.2082 4.66663V7.5833C10.2082 7.81533 10.3005 8.03786 10.4646 8.20195C10.6287 8.36602 10.8512 8.45827 11.0832 8.4583C11.3153 8.4583 11.5378 8.36603 11.7019 8.20195C11.866 8.03786 11.9582 7.81536 11.9582 7.5833V6.99996C11.9582 5.88302 11.581 4.7985 10.8878 3.92265C10.1947 3.04698 9.22614 2.43098 8.13923 2.17436C7.05219 1.91777 5.91006 2.0354 4.89842 2.50875C3.88684 2.98212 3.06461 3.78336 2.56509 4.78227C2.06558 5.7813 1.91811 6.92003 2.14639 8.01339C2.37468 9.10674 2.96539 10.0913 3.8229 10.807C4.68041 11.5226 5.75467 11.9276 6.87116 11.9566C7.98766 11.9856 9.08115 11.6366 9.97468 10.9665C10.3612 10.6766 10.91 10.7549 11.2 11.1414C11.4899 11.528 11.4117 12.0768 11.0251 12.3667C9.81619 13.2734 8.33625 13.7453 6.82559 13.706C5.31501 13.6667 3.86197 13.1185 2.70181 12.1503C1.54166 11.182 0.742296 9.85035 0.433417 8.37114C0.12458 6.89196 0.32394 5.3517 0.99966 4.00013C1.67547 2.64852 2.78802 1.56444 4.15672 0.923957ZM6.9999 5.54163C6.19454 5.54168 5.54159 6.1946 5.54157 6.99996C5.54157 7.80535 6.19453 8.45825 6.9999 8.4583C7.80532 8.4583 8.45824 7.80538 8.45824 6.99996C8.45822 6.19457 7.80531 5.54163 6.9999 5.54163Z" fill="black"/>
|
|
3
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#000" d="M14.293 5.293a3 3 0 0 1 0 4.243L10.414 12l3.879 3.464a3 3 0 1 1-4 4.464l-6-5.354a3 3 0 0 1 0-4.464l6-5.354a3 3 0 0 1 4 0"/></svg>
|