anentrypoint-design 0.0.214 → 0.0.215

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/app-shell.css CHANGED
@@ -2221,9 +2221,10 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2221
2221
  re-declare it; the sizing block now states the truth). */
2222
2222
  line-height: 1.5; resize: none;
2223
2223
  min-height: 28px; max-height: 200px;
2224
- box-sizing: border-box; overflow-y: auto;
2224
+ box-sizing: border-box; overflow-y: hidden;
2225
2225
  scrollbar-width: thin;
2226
2226
  }
2227
+ .chat-composer textarea:focus { overflow-y: auto; }
2227
2228
  .chat-composer textarea::placeholder { color: var(--fg-3); }
2228
2229
  .chat-composer textarea:focus { background: none; border: none; box-shadow: none; outline: none; }
2229
2230
  .chat-composer .send {
@@ -3264,6 +3265,7 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
3264
3265
  @media (pointer: coarse) {
3265
3266
  .ws-rail-toggle { width: 44px; height: 44px; }
3266
3267
  .ws-drawer-toggle { width: 44px; height: 44px; }
3268
+ .ws-desktop-toggle { width: 44px; height: 44px; }
3267
3269
  }
3268
3270
 
3269
3271
  /* Drawer toggles and the scrim are hidden by default and revealed by the staged
@@ -3281,6 +3283,7 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
3281
3283
  pane becomes a mobile overlay drawer at <=1480px, reached via its own
3282
3284
  drawer-toggle), so hide this crumb control past that breakpoint. */
3283
3285
  @media (max-width: 1480px) { .ws-pane-toggle { display: none; } }
3286
+ @media (max-width: 480px) { .ds-247420 .ws-crumb { padding-left: var(--space-2); padding-right: var(--space-2); } }
3284
3287
  .ws-scrim { display: none; }
3285
3288
 
3286
3289
  /* Responsive: the columns yield to the CONTENT in stages - the main column is
package/dist/247420.css CHANGED
@@ -2675,9 +2675,10 @@
2675
2675
  re-declare it; the sizing block now states the truth). */
2676
2676
  line-height: 1.5; resize: none;
2677
2677
  min-height: 28px; max-height: 200px;
2678
- box-sizing: border-box; overflow-y: auto;
2678
+ box-sizing: border-box; overflow-y: hidden;
2679
2679
  scrollbar-width: thin;
2680
2680
  }
2681
+ .ds-247420 .chat-composer textarea:focus { overflow-y: auto; }
2681
2682
  .ds-247420 .chat-composer textarea::placeholder { color: var(--fg-3); }
2682
2683
  .ds-247420 .chat-composer textarea:focus { background: none; border: none; box-shadow: none; outline: none; }
2683
2684
  .ds-247420 .chat-composer .send {
@@ -3709,6 +3710,7 @@
3709
3710
  @media (pointer: coarse) {
3710
3711
  .ds-247420 .ws-rail-toggle { width: 44px; height: 44px; }
3711
3712
  .ds-247420 .ws-drawer-toggle { width: 44px; height: 44px; }
3713
+ .ds-247420 .ws-desktop-toggle { width: 44px; height: 44px; }
3712
3714
  }
3713
3715
 
3714
3716
  /* Drawer toggles and the scrim are hidden by default and revealed by the staged
@@ -3726,6 +3728,7 @@
3726
3728
  pane becomes a mobile overlay drawer at <=1480px, reached via its own
3727
3729
  drawer-toggle), so hide this crumb control past that breakpoint. */
3728
3730
  @media (max-width: 1480px) { .ds-247420 .ws-pane-toggle { display: none; } }
3731
+ @media (max-width: 480px) { .ds-247420 .ws-crumb { padding-left: var(--space-2); padding-right: var(--space-2); } }
3729
3732
  .ds-247420 .ws-scrim { display: none; }
3730
3733
 
3731
3734
  /* Responsive: the columns yield to the CONTENT in stages - the main column is
@@ -7902,9 +7905,6 @@
7902
7905
  .ds-247420 .ds-event-list .row[role="button"]:hover { background: color-mix(in srgb, var(--fg) 5%, transparent); }
7903
7906
  .ds-247420 .ds-event-list .row.event-flash { animation: agentgui-event-flash 2s ease-out; }
7904
7907
 
7905
- /* Chat composer: hide the idle scrollbar on the (empty/short) textarea. */
7906
- .ds-247420 .chat-composer textarea { overflow-y: auto; scrollbar-width: thin; }
7907
- .ds-247420 .chat-composer textarea:not(:focus) { overflow-y: hidden; }
7908
7908
 
7909
7909
  /* Generic interactive focus ring for app-emitted controls. */
7910
7910
  .ds-247420 button:focus-visible,