@tutti-os/agent-gui 0.0.186 → 0.0.187

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.
@@ -5307,6 +5307,12 @@ aside.workspace-agents-status-panel
5307
5307
 
5308
5308
  .agent-gui-workbench-header__rail-toggle {
5309
5309
  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;
5310
5316
  }
5311
5317
 
5312
5318
  .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.186",
3
+ "version": "0.0.187",
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.186",
147
- "@tutti-os/browser-node": "0.0.186",
148
- "@tutti-os/ui-i18n-runtime": "0.0.186",
149
- "@tutti-os/ui-react-hooks": "0.0.186",
150
- "@tutti-os/ui-rich-text": "0.0.186",
151
- "@tutti-os/ui-system": "0.0.186",
152
- "@tutti-os/workbench-surface": "0.0.186",
153
- "@tutti-os/workspace-external-core": "0.0.186",
154
- "@tutti-os/workspace-file-manager": "0.0.186",
155
- "@tutti-os/workspace-file-preview": "0.0.186",
156
- "@tutti-os/workspace-file-reference": "0.0.186",
157
- "@tutti-os/workspace-issue-manager": "0.0.186",
158
- "@tutti-os/workspace-user-project": "0.0.186",
146
+ "@tutti-os/agent-activity-core": "0.0.187",
147
+ "@tutti-os/browser-node": "0.0.187",
148
+ "@tutti-os/ui-i18n-runtime": "0.0.187",
149
+ "@tutti-os/ui-react-hooks": "0.0.187",
150
+ "@tutti-os/ui-rich-text": "0.0.187",
151
+ "@tutti-os/ui-system": "0.0.187",
152
+ "@tutti-os/workbench-surface": "0.0.187",
153
+ "@tutti-os/workspace-external-core": "0.0.187",
154
+ "@tutti-os/workspace-file-manager": "0.0.187",
155
+ "@tutti-os/workspace-file-preview": "0.0.187",
156
+ "@tutti-os/workspace-file-reference": "0.0.187",
157
+ "@tutti-os/workspace-issue-manager": "0.0.187",
158
+ "@tutti-os/workspace-user-project": "0.0.187",
159
159
  "clsx": "^2.1.1",
160
160
  "framer-motion": "^12.40.0",
161
161
  "lodash": "^4.17.21",