anentrypoint-design 0.0.148 → 0.0.150

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
@@ -290,7 +290,11 @@ pre .n { color: var(--green-2); }
290
290
  align-self: stretch;
291
291
  height: 100%;
292
292
  }
293
- .app-main > * { min-height: 0; }
293
+ .app-main > * { min-height: 0; flex-shrink: 0; }
294
+ .app-main > .chat,
295
+ .app-main > .chat-area,
296
+ .app-main > .ds-file-stage,
297
+ .app-main > .grow { flex-shrink: 1; }
294
298
  .app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
295
299
 
296
300
  @media (min-width: 1400px) {
@@ -574,6 +578,11 @@ table th {
574
578
  table td { padding: 14px 16px; border-top: 1px solid var(--rule); }
575
579
  table tr.clickable { cursor: pointer; }
576
580
  table tr.clickable:hover td { background: var(--bg-2); }
581
+ table tr.clickable:focus-visible {
582
+ outline: 2px solid var(--accent);
583
+ outline-offset: -2px;
584
+ }
585
+ table tr.clickable:focus-visible td { background: var(--bg-2); }
577
586
 
578
587
  /* ============================================================
579
588
  Changelog
package/community.css CHANGED
@@ -1518,6 +1518,8 @@
1518
1518
  .fd-chat { display: flex; flex-direction: column; gap: var(--space-2, 10px); height: 100%; min-height: 0; }
1519
1519
  .fd-chat-thread { flex: 1 1 auto; min-height: 240px; overflow-y: auto; display: flex; flex-direction: column; gap: var(--space-2, 10px); padding: var(--space-2, 10px); }
1520
1520
  .fd-page-error { white-space: pre-wrap; overflow-wrap: anywhere; }
1521
+ /* Visually-hidden polite live region — announces async busy/done to SR users. */
1522
+ .fd-sr-live { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
1521
1523
  /* page-level responsive: tighten padding on narrow viewports */
1522
1524
  @media (max-width: 640px) {
1523
1525
  .fd-page-inner { padding: var(--space-2, 10px); gap: var(--space-2, 10px); }
package/dist/247420.css CHANGED
@@ -612,7 +612,11 @@
612
612
  align-self: stretch;
613
613
  height: 100%;
614
614
  }
615
- .ds-247420 .app-main > * { min-height: 0; }
615
+ .ds-247420 .app-main > * { min-height: 0; flex-shrink: 0; }
616
+ .ds-247420 .app-main > .chat,
617
+ .ds-247420 .app-main > .chat-area,
618
+ .ds-247420 .app-main > .ds-file-stage,
619
+ .ds-247420 .app-main > .grow { flex-shrink: 1; }
616
620
  .ds-247420 .app-main.narrow { max-width: var(--measure-narrow); margin: 0 auto; }
617
621
 
618
622
  @media (min-width: 1400px) {
@@ -896,6 +900,11 @@
896
900
  .ds-247420 table td { padding: 14px 16px; border-top: 1px solid var(--rule); }
897
901
  .ds-247420 table tr.clickable { cursor: pointer; }
898
902
  .ds-247420 table tr.clickable:hover td { background: var(--bg-2); }
903
+ .ds-247420 table tr.clickable:focus-visible {
904
+ outline: 2px solid var(--accent);
905
+ outline-offset: -2px;
906
+ }
907
+ .ds-247420 table tr.clickable:focus-visible td { background: var(--bg-2); }
899
908
 
900
909
  /* ============================================================
901
910
  Changelog
@@ -4341,6 +4350,8 @@
4341
4350
  .ds-247420 .fd-chat { display: flex; flex-direction: column; gap: var(--space-2, 10px); height: 100%; min-height: 0; }
4342
4351
  .ds-247420 .fd-chat-thread { flex: 1 1 auto; min-height: 240px; overflow-y: auto; display: flex; flex-direction: column; gap: var(--space-2, 10px); padding: var(--space-2, 10px); }
4343
4352
  .ds-247420 .fd-page-error { white-space: pre-wrap; overflow-wrap: anywhere; }
4353
+ /* Visually-hidden polite live region — announces async busy/done to SR users. */
4354
+ .ds-247420 .fd-sr-live { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
4344
4355
  /* page-level responsive: tighten padding on narrow viewports */
4345
4356
  @media (max-width: 640px) {
4346
4357
  .ds-247420 .fd-page-inner { padding: var(--space-2, 10px); gap: var(--space-2, 10px); }