anentrypoint-design 0.0.310 → 0.0.312

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
@@ -1447,7 +1447,8 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1447
1447
  background: var(--bg); color: var(--fg);
1448
1448
  border: var(--bw-hair) solid var(--rule); border-radius: var(--r-1);
1449
1449
  }
1450
- .ds-file-controls .ds-file-filter-input { flex: 0 1 220px; }
1450
+ .ds-file-controls .ds-file-filter-wrap { flex: 0 1 220px; display: contents; }
1451
+ .ds-file-controls .ds-file-filter-wrap .ds-file-filter-input { flex: 0 1 220px; }
1451
1452
  .ds-file-filter-input:focus-visible { outline: none; box-shadow: var(--focus-ring-inset); }
1452
1453
  .ds-file-sort { display: flex; gap: var(--space-2); padding: 0 var(--space-2) var(--space-1); }
1453
1454
  .ds-file-sort-btn {
@@ -2615,10 +2616,13 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2615
2616
  re-declare it; the sizing block now states the truth). */
2616
2617
  line-height: 1.5; resize: none;
2617
2618
  min-height: 28px; max-height: 200px;
2618
- box-sizing: border-box; overflow-y: hidden;
2619
+ box-sizing: border-box;
2620
+ /* Always auto, not focus-only: a capped-height composer that loses focus
2621
+ while scrolled must still show its scrollbar - otherwise once the field
2622
+ blurs there is zero cue that content exists below the fold. */
2623
+ overflow-y: auto;
2619
2624
  scrollbar-width: thin;
2620
2625
  }
2621
- .chat-composer textarea:focus { overflow-y: auto; }
2622
2626
  .chat-composer textarea::placeholder { color: var(--fg-3); }
2623
2627
  .chat-composer textarea:focus { background: none; border: none; box-shadow: none; outline: none; }
2624
2628
  .chat-composer .send {
@@ -3133,6 +3137,9 @@ hr.rule-dotted { border-top: 1px dotted var(--rule-strong); }
3133
3137
  }
3134
3138
  .ds-field textarea { min-height: calc(4 * 1.5em); resize: vertical; }
3135
3139
  .ds-search-input::placeholder { color: var(--fg-3); }
3140
+ /* Only present when SearchInput is passed resultCount - transparent to any
3141
+ flex/grid layout the bare input previously sat in directly. */
3142
+ .ds-search-input-wrap { display: contents; }
3136
3143
 
3137
3144
  .ds-field input:focus-visible,
3138
3145
  .ds-field textarea:focus-visible,
package/chat.css CHANGED
@@ -389,6 +389,15 @@
389
389
  .ds-session-head .ds-search-input { min-height: 44px; }
390
390
  }
391
391
  .ds-session-list, .ds-session-groups { flex: 1; min-height: 0; overflow-y: auto; padding: var(--space-2); }
392
+ .ds-session-loadmore {
393
+ width: 100%; margin-top: var(--space-1); padding: 8px 12px;
394
+ font-size: var(--fs-sm); font-family: inherit; color: var(--fg-3);
395
+ background: none; border: var(--bw-hair) dashed var(--rule); border-radius: var(--r-1);
396
+ cursor: pointer; text-align: center;
397
+ }
398
+ .ds-session-loadmore:hover { color: var(--fg); border-color: var(--fg-3); }
399
+ .ds-session-loadmore:focus-visible { outline: var(--focus-w) solid var(--focus-color); outline-offset: var(--focus-offset); }
400
+ @media (pointer: coarse) { .ds-session-loadmore { min-height: 44px; } }
392
401
  /* Grouped rows (Today/Yesterday/...) lay out like the flat list; the section
393
402
  label sticks to the top of the scroll area for Claude-Desktop-style headers. */
394
403
  .ds-session-group { display: flex; flex-direction: column; }
package/dist/247420.css CHANGED
@@ -1983,7 +1983,8 @@
1983
1983
  background: var(--bg); color: var(--fg);
1984
1984
  border: var(--bw-hair) solid var(--rule); border-radius: var(--r-1);
1985
1985
  }
1986
- .ds-247420 .ds-file-controls .ds-file-filter-input { flex: 0 1 220px; }
1986
+ .ds-247420 .ds-file-controls .ds-file-filter-wrap { flex: 0 1 220px; display: contents; }
1987
+ .ds-247420 .ds-file-controls .ds-file-filter-wrap .ds-file-filter-input { flex: 0 1 220px; }
1987
1988
  .ds-247420 .ds-file-filter-input:focus-visible { outline: none; box-shadow: var(--focus-ring-inset); }
1988
1989
  .ds-247420 .ds-file-sort { display: flex; gap: var(--space-2); padding: 0 var(--space-2) var(--space-1); }
1989
1990
  .ds-247420 .ds-file-sort-btn {
@@ -3151,10 +3152,13 @@
3151
3152
  re-declare it; the sizing block now states the truth). */
3152
3153
  line-height: 1.5; resize: none;
3153
3154
  min-height: 28px; max-height: 200px;
3154
- box-sizing: border-box; overflow-y: hidden;
3155
+ box-sizing: border-box;
3156
+ /* Always auto, not focus-only: a capped-height composer that loses focus
3157
+ while scrolled must still show its scrollbar - otherwise once the field
3158
+ blurs there is zero cue that content exists below the fold. */
3159
+ overflow-y: auto;
3155
3160
  scrollbar-width: thin;
3156
3161
  }
3157
- .ds-247420 .chat-composer textarea:focus { overflow-y: auto; }
3158
3162
  .ds-247420 .chat-composer textarea::placeholder { color: var(--fg-3); }
3159
3163
  .ds-247420 .chat-composer textarea:focus { background: none; border: none; box-shadow: none; outline: none; }
3160
3164
  .ds-247420 .chat-composer .send {
@@ -3661,6 +3665,9 @@
3661
3665
  }
3662
3666
  .ds-247420 .ds-field textarea { min-height: calc(4 * 1.5em); resize: vertical; }
3663
3667
  .ds-247420 .ds-search-input::placeholder { color: var(--fg-3); }
3668
+ /* Only present when SearchInput is passed resultCount - transparent to any
3669
+ flex/grid layout the bare input previously sat in directly. */
3670
+ .ds-247420 .ds-search-input-wrap { display: contents; }
3664
3671
 
3665
3672
  .ds-247420 .ds-field input:focus-visible,
3666
3673
  .ds-247420 .ds-field textarea:focus-visible,
@@ -7093,6 +7100,15 @@
7093
7100
  .ds-247420 .ds-session-head .ds-search-input { min-height: 44px; }
7094
7101
  }
7095
7102
  .ds-247420 .ds-session-list, .ds-247420 .ds-session-groups { flex: 1; min-height: 0; overflow-y: auto; padding: var(--space-2); }
7103
+ .ds-247420 .ds-session-loadmore {
7104
+ width: 100%; margin-top: var(--space-1); padding: 8px 12px;
7105
+ font-size: var(--fs-sm); font-family: inherit; color: var(--fg-3);
7106
+ background: none; border: var(--bw-hair) dashed var(--rule); border-radius: var(--r-1);
7107
+ cursor: pointer; text-align: center;
7108
+ }
7109
+ .ds-247420 .ds-session-loadmore:hover { color: var(--fg); border-color: var(--fg-3); }
7110
+ .ds-247420 .ds-session-loadmore:focus-visible { outline: var(--focus-w) solid var(--focus-color); outline-offset: var(--focus-offset); }
7111
+ @media (pointer: coarse) { .ds-247420 .ds-session-loadmore { min-height: 44px; } }
7096
7112
  /* Grouped rows (Today/Yesterday/...) lay out like the flat list; the section
7097
7113
  label sticks to the top of the scroll area for Claude-Desktop-style headers. */
7098
7114
  .ds-247420 .ds-session-group { display: flex; flex-direction: column; }