anentrypoint-design 0.0.148 → 0.0.151

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) {
@@ -537,6 +541,27 @@ a.row { text-decoration: none; }
537
541
  }
538
542
  .cli .copy:hover { background: #6A6A70; }
539
543
 
544
+ /* Multi-line CLI block: when .cli holds .cli-line / .cli-cmt children
545
+ (quickstart scripts, multi-command snippets) it stacks as a column
546
+ instead of the single-line install row. */
547
+ .cli:has(.cli-line),
548
+ .cli:has(.cli-cmt) {
549
+ flex-direction: column; align-items: stretch; gap: 0;
550
+ font-size: var(--fs-sm); line-height: 1.6;
551
+ }
552
+ .cli-line {
553
+ display: flex; gap: 10px;
554
+ font-family: var(--ff-mono); font-size: 13px; line-height: 1.6;
555
+ padding: 3px 0;
556
+ }
557
+ .cli-line .prompt { color: var(--green-2); flex: 0 0 auto; user-select: none; }
558
+ .cli-line .cmd { flex: 1 1 auto; white-space: pre-wrap; word-break: break-word; color: var(--paper); }
559
+ .cli-cmt {
560
+ color: var(--fg-3);
561
+ font-family: var(--ff-mono); font-size: 11.5px; line-height: 1.6;
562
+ padding: 3px 0; white-space: pre-wrap; word-break: break-word;
563
+ }
564
+
540
565
  /* ============================================================
541
566
  Receipt — key/value table
542
567
  ============================================================ */
@@ -574,6 +599,11 @@ table th {
574
599
  table td { padding: 14px 16px; border-top: 1px solid var(--rule); }
575
600
  table tr.clickable { cursor: pointer; }
576
601
  table tr.clickable:hover td { background: var(--bg-2); }
602
+ table tr.clickable:focus-visible {
603
+ outline: 2px solid var(--accent);
604
+ outline-offset: -2px;
605
+ }
606
+ table tr.clickable:focus-visible td { background: var(--bg-2); }
577
607
 
578
608
  /* ============================================================
579
609
  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) {
@@ -859,6 +863,27 @@
859
863
  }
860
864
  .ds-247420 .cli .copy:hover { background: #6A6A70; }
861
865
 
866
+ /* Multi-line CLI block: when .cli holds .cli-line / .cli-cmt children
867
+ (quickstart scripts, multi-command snippets) it stacks as a column
868
+ instead of the single-line install row. */
869
+ .ds-247420 .cli:has(.cli-line),
870
+ .ds-247420 .cli:has(.cli-cmt) {
871
+ flex-direction: column; align-items: stretch; gap: 0;
872
+ font-size: var(--fs-sm); line-height: 1.6;
873
+ }
874
+ .ds-247420 .cli-line {
875
+ display: flex; gap: 10px;
876
+ font-family: var(--ff-mono); font-size: 13px; line-height: 1.6;
877
+ padding: 3px 0;
878
+ }
879
+ .ds-247420 .cli-line .prompt { color: var(--green-2); flex: 0 0 auto; user-select: none; }
880
+ .ds-247420 .cli-line .cmd { flex: 1 1 auto; white-space: pre-wrap; word-break: break-word; color: var(--paper); }
881
+ .ds-247420 .cli-cmt {
882
+ color: var(--fg-3);
883
+ font-family: var(--ff-mono); font-size: 11.5px; line-height: 1.6;
884
+ padding: 3px 0; white-space: pre-wrap; word-break: break-word;
885
+ }
886
+
862
887
  /* ============================================================
863
888
  Receipt — key/value table
864
889
  ============================================================ */
@@ -896,6 +921,11 @@
896
921
  .ds-247420 table td { padding: 14px 16px; border-top: 1px solid var(--rule); }
897
922
  .ds-247420 table tr.clickable { cursor: pointer; }
898
923
  .ds-247420 table tr.clickable:hover td { background: var(--bg-2); }
924
+ .ds-247420 table tr.clickable:focus-visible {
925
+ outline: 2px solid var(--accent);
926
+ outline-offset: -2px;
927
+ }
928
+ .ds-247420 table tr.clickable:focus-visible td { background: var(--bg-2); }
899
929
 
900
930
  /* ============================================================
901
931
  Changelog
@@ -4341,6 +4371,8 @@
4341
4371
  .ds-247420 .fd-chat { display: flex; flex-direction: column; gap: var(--space-2, 10px); height: 100%; min-height: 0; }
4342
4372
  .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
4373
  .ds-247420 .fd-page-error { white-space: pre-wrap; overflow-wrap: anywhere; }
4374
+ /* Visually-hidden polite live region — announces async busy/done to SR users. */
4375
+ .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
4376
  /* page-level responsive: tighten padding on narrow viewports */
4345
4377
  @media (max-width: 640px) {
4346
4378
  .ds-247420 .fd-page-inner { padding: var(--space-2, 10px); gap: var(--space-2, 10px); }