@tutti-os/agent-gui 0.0.199 → 0.0.201
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/agent-gui.js +1 -1
- package/dist/app/renderer/agentactivity.css +2 -1
- package/dist/app/renderer/assets/commercial/registration-credits-bg.png +0 -0
- package/dist/{chunk-6YSHYEWI.js → chunk-DAP74J63.js} +507 -485
- package/dist/{chunk-6YSHYEWI.js.map → chunk-DAP74J63.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +17 -17
package/dist/agent-gui.js
CHANGED
|
@@ -7847,6 +7847,7 @@ button.agent-gui-node__conversation-section-toggle:hover
|
|
|
7847
7847
|
max-height: var(--agent-gui-composer-input-max-height, 110px);
|
|
7848
7848
|
align-items: end;
|
|
7849
7849
|
align-self: end;
|
|
7850
|
+
contain: layout;
|
|
7850
7851
|
overflow: hidden;
|
|
7851
7852
|
padding: 0 12px;
|
|
7852
7853
|
border: 1px solid var(--line-2);
|
|
@@ -8770,7 +8771,7 @@ html[data-theme="light"] [data-message-center-item-id].agent-gui-edge-glow {
|
|
|
8770
8771
|
p:not(.agent-rich-text-placeholder-node):not(:empty) {
|
|
8771
8772
|
position: relative;
|
|
8772
8773
|
top: 0;
|
|
8773
|
-
line-height:
|
|
8774
|
+
line-height: var(--agent-gui-composer-text-line-height);
|
|
8774
8775
|
}
|
|
8775
8776
|
|
|
8776
8777
|
.agent-gui-node__composer-textarea
|
|
Binary file
|