@tutti-os/agent-gui 0.0.187 → 0.0.188
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.
|
@@ -5283,6 +5283,13 @@ aside.workspace-agents-status-panel
|
|
|
5283
5283
|
background: transparent !important;
|
|
5284
5284
|
color: var(--agent-gui-workbench-header-muted) !important;
|
|
5285
5285
|
cursor: pointer;
|
|
5286
|
+
/* Header chrome icon buttons must not animate: no hover fade, no
|
|
5287
|
+
press-down motion inherited from the ui-system Button base. */
|
|
5288
|
+
transition: none !important;
|
|
5289
|
+
}
|
|
5290
|
+
|
|
5291
|
+
.agent-gui-workbench-header__icon-button:active {
|
|
5292
|
+
transform: none !important;
|
|
5286
5293
|
}
|
|
5287
5294
|
|
|
5288
5295
|
.agent-gui-workbench-header[data-agent-gui-standalone-window-header="true"]
|
|
@@ -5307,12 +5314,6 @@ aside.workspace-agents-status-panel
|
|
|
5307
5314
|
|
|
5308
5315
|
.agent-gui-workbench-header__rail-toggle {
|
|
5309
5316
|
margin-left: auto;
|
|
5310
|
-
/* The rail toggle must not animate: no hover fade, no press-down motion. */
|
|
5311
|
-
transition: none !important;
|
|
5312
|
-
}
|
|
5313
|
-
|
|
5314
|
-
.agent-gui-workbench-header__rail-toggle:active {
|
|
5315
|
-
transform: none !important;
|
|
5316
5317
|
}
|
|
5317
5318
|
|
|
5318
5319
|
.agent-gui-workbench-header__detached-window {
|
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.188",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -143,19 +143,19 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@monaco-editor/react": "^4.7.0",
|
|
145
145
|
"@tanstack/react-virtual": "^3.13.12",
|
|
146
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
147
|
-
"@tutti-os/browser-node": "0.0.
|
|
148
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
149
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
150
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
151
|
-
"@tutti-os/ui-system": "0.0.
|
|
152
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
153
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
154
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
155
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
156
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
157
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
158
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
146
|
+
"@tutti-os/agent-activity-core": "0.0.188",
|
|
147
|
+
"@tutti-os/browser-node": "0.0.188",
|
|
148
|
+
"@tutti-os/ui-i18n-runtime": "0.0.188",
|
|
149
|
+
"@tutti-os/ui-react-hooks": "0.0.188",
|
|
150
|
+
"@tutti-os/ui-rich-text": "0.0.188",
|
|
151
|
+
"@tutti-os/ui-system": "0.0.188",
|
|
152
|
+
"@tutti-os/workbench-surface": "0.0.188",
|
|
153
|
+
"@tutti-os/workspace-external-core": "0.0.188",
|
|
154
|
+
"@tutti-os/workspace-file-manager": "0.0.188",
|
|
155
|
+
"@tutti-os/workspace-file-preview": "0.0.188",
|
|
156
|
+
"@tutti-os/workspace-file-reference": "0.0.188",
|
|
157
|
+
"@tutti-os/workspace-issue-manager": "0.0.188",
|
|
158
|
+
"@tutti-os/workspace-user-project": "0.0.188",
|
|
159
159
|
"clsx": "^2.1.1",
|
|
160
160
|
"framer-motion": "^12.40.0",
|
|
161
161
|
"lodash": "^4.17.21",
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
"typescript": "^5.8.3",
|
|
190
190
|
"vite": "^6.4.2",
|
|
191
191
|
"vitest": "^4.0.13",
|
|
192
|
-
"@tutti-os/
|
|
193
|
-
"@tutti-os/
|
|
192
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
193
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
194
194
|
},
|
|
195
195
|
"peerDependencies": {
|
|
196
196
|
"@tiptap/core": "^3.11.1",
|