anentrypoint-design 0.0.481 → 0.0.483

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/chat.css CHANGED
@@ -244,7 +244,7 @@
244
244
  .chat-msg-action {
245
245
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-1);
246
246
  min-width: 26px; height: 26px; padding: 0 var(--space-1-75); cursor: pointer;
247
- border: none; border-radius: var(--r-1, 4px); background: none; color: var(--fg-3);
247
+ border: none; border-radius: var(--r-1, 8px); background: none; color: var(--fg-3);
248
248
  font-family: var(--ff-body); font-size: var(--fs-tiny);
249
249
  }
250
250
  .chat-msg-action-label { font-size: var(--fs-tiny); }
@@ -312,7 +312,7 @@
312
312
  display: flex; align-items: center; gap: var(--space-2, 8px);
313
313
  padding: var(--space-1, 4px) var(--space-2, 8px);
314
314
  border: var(--bw-hair) solid var(--rule);
315
- border-radius: var(--r-1, 4px);
315
+ border-radius: var(--r-1, 8px);
316
316
  background: var(--bg-2);
317
317
  }
318
318
  .agentchat-install-agent { flex: 0 0 auto; font-size: var(--fs-tiny); color: var(--fg-3); min-width: 8ch; }
@@ -322,7 +322,7 @@
322
322
  }
323
323
  .agentchat-install-copy {
324
324
  flex: 0 0 auto; cursor: pointer; padding: var(--space-hair) var(--space-2); min-height: 24px;
325
- border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 4px);
325
+ border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 8px);
326
326
  background: none; color: var(--fg-3);
327
327
  font-family: var(--ff-body); font-size: var(--fs-tiny);
328
328
  }
@@ -333,7 +333,7 @@
333
333
  /* Host-supplied transcript export actions riding the controls row. */
334
334
  .agentchat-export-act {
335
335
  cursor: pointer; padding: var(--space-1) var(--space-2-5); min-height: 32px;
336
- border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 4px);
336
+ border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 8px);
337
337
  background: none; color: var(--fg-3);
338
338
  font-family: var(--ff-body); font-size: var(--fs-tiny);
339
339
  }
@@ -567,7 +567,7 @@
567
567
  background: var(--bg); border: var(--border-w) solid var(--accent); border-radius: var(--r-1);
568
568
  padding: var(--space-1) var(--space-2);
569
569
  }
570
- .ds-session-rename-input:focus { outline: none; box-shadow: var(--focus-ring-inset); }
570
+ .ds-session-rename-input:focus-visible { outline: none; box-shadow: var(--focus-ring-inset); }
571
571
 
572
572
  /* Inline delete confirm — same row height, two flat buttons, no modal;
573
573
  mirrors SessionDashboard's arm-then-confirm bulk-stop control. */
@@ -609,7 +609,7 @@
609
609
  .ds-dash-header .btn-primary.danger.is-armed { background: var(--warn); color: var(--ink); border-color: var(--warn); }
610
610
  .ds-dash-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: var(--space-2); padding: var(--space-3); }
611
611
  @media (min-width: 1500px) { .ds-dash-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
612
- .ds-dash-card { display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-3); background: var(--bg-2); border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-2); }
612
+ .ds-dash-card { display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-3); background: var(--bg-2); border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1); }
613
613
 
614
614
  /* Compact density — one line per session. The comfortable card stacks title +
615
615
  head + meta + actions as four flex rows and measured 208px tall on a real
@@ -777,7 +777,7 @@
777
777
  position: absolute; top: 6px; right: 6px;
778
778
  display: inline-flex; align-items: center; justify-content: center;
779
779
  min-width: 48px; min-height: 24px; padding: var(--space-hair) var(--space-2);
780
- border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 4px);
780
+ border: var(--bw-hair) solid var(--bg-3); border-radius: var(--r-1, 8px);
781
781
  background: var(--bg-2); color: var(--fg-2); cursor: pointer;
782
782
  font-family: var(--ff-body); font-size: var(--fs-tiny);
783
783
  opacity: 0; transition: opacity var(--dur-snap, .12s) var(--ease, ease);
@@ -399,6 +399,17 @@
399
399
  --sidebar-width: 220px;
400
400
  --sidebar-width-collapsed: 64px;
401
401
 
402
+ /* Canonical breakpoint values — @media can't reference custom properties,
403
+ so these are documented here (not tokenized) for consistency across
404
+ responsive.css/responsive2-workspace.css/hero-content.css:
405
+ - 480px (max-width) mobile portrait
406
+ - 768px (max-width) mobile/tablet boundary, compact nav/sidebar collapse
407
+ - 768-1024px (min/max-width) tablet landscape band
408
+ - 900px (max-width) / 901px (min-width) tablet/desktop layout reflow
409
+ - 1025px (min-width) desktop
410
+ Always use these exact values; a near-miss (e.g. 760px, 481px) should be
411
+ aligned to its canonical neighbour when touched. */
412
+
402
413
  --lh-tall: 1.4;
403
414
 
404
415
  /* Control size scale — heights for status/topbar/crumb + controls. */
package/community.css CHANGED
@@ -132,11 +132,11 @@
132
132
  min-width: 18px;
133
133
  height: 18px;
134
134
  padding: 0 var(--space-1-5);
135
- /* TODO(a11y): --paper is a fixed near-white on --warn (#FF5A52) -- likely
136
- ~3:1, below the 4.5:1 AA floor (same defect fixed via --ink elsewhere
137
- for --warn text). Small numeric badge; needs contrast audit. */
135
+ /* --ink, not --paper: --paper is a fixed near-white, which measures ~3:1 on
136
+ --warn (#FF5A52) -- below the 4.5:1 AA floor. --ink clears it (same fix
137
+ as .btn-primary.danger in app-shell/files.css). */
138
138
  background: var(--warn);
139
- color: var(--paper);
139
+ color: var(--ink);
140
140
  font-family: var(--ff-mono);
141
141
  font-size: var(--fs-micro);
142
142
  font-weight: 700;
@@ -467,11 +467,11 @@
467
467
  min-width: 16px;
468
468
  height: 16px;
469
469
  padding: 0 var(--space-1-5);
470
- /* TODO(a11y): --paper is a fixed near-white on --warn (#FF5A52) -- likely
471
- ~3:1, below the 4.5:1 AA floor (same defect fixed via --ink elsewhere
472
- for --warn text). Small numeric badge; needs contrast audit. */
470
+ /* --ink, not --paper: --paper is a fixed near-white, which measures ~3:1 on
471
+ --warn (#FF5A52) -- below the 4.5:1 AA floor. --ink clears it (same fix
472
+ as .btn-primary.danger in app-shell/files.css). */
473
473
  background: var(--warn);
474
- color: var(--paper);
474
+ color: var(--ink);
475
475
  font-family: var(--ff-mono);
476
476
  font-size: var(--fs-micro);
477
477
  font-weight: 700;
@@ -1690,13 +1690,15 @@
1690
1690
  .fd-page-inner { display: flex; flex-direction: column; gap: var(--space-3, 16px); padding: var(--space-3, 16px); max-width: 1100px; }
1691
1691
  .fd-page-inner > * { min-width: 0; }
1692
1692
  .fd-loading { display: flex; align-items: center; gap: var(--space-2, 10px); padding: var(--space-4, 24px); color: var(--fg-2, var(--fg)); }
1693
- .fd-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--space-2, 10px); padding: var(--space-5, 32px) var(--space-3, 16px); color: var(--fg-2, var(--fg)); text-align: center; }
1693
+ /* Base layout shared with .ds-empty-state (primitives.css); overrides padding
1694
+ (--space-5, denser than the shared --space-6) and color for this context. */
1695
+ .fd-empty { padding: var(--space-5, 32px) var(--space-3, 16px); color: var(--fg-2, var(--fg)); }
1694
1696
  /* 28px is an ICON size (empty-state mark), not a type tier — the --fs-* ladder
1695
1697
  tops out at --fs-xl (21px) before every remaining rung becomes a fluid
1696
1698
  heading clamp, so neither substitutes without visibly resizing the mark.
1697
1699
  --fs-2xl bridges that gap as a fixed 28px token. */
1698
1700
  .fd-empty-glyph { font-size: var(--fs-2xl); opacity: .55; line-height: 1; }
1699
- .fd-pre { margin: 0; padding: var(--space-2, 10px); background: var(--bg-3, var(--panel-bg-2)); border: var(--bw-hair, 1px) solid var(--rule, var(--panel-accent)); border-radius: var(--r-1, 6px); overflow: auto; max-height: 460px; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; font-family: var(--font-mono, ui-monospace, monospace); font-size: var(--fs-micro); line-height: 1.5; }
1701
+ .fd-pre { margin: 0; padding: var(--space-2, 10px); background: var(--bg-3, var(--panel-bg-2)); border: var(--bw-hair, 1px) solid var(--rule, var(--panel-accent)); border-radius: var(--r-1, 8px); overflow: auto; max-height: 460px; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; font-family: var(--font-mono, ui-monospace, monospace); font-size: var(--fs-micro); line-height: 1.5; }
1700
1702
  .fd-skill-body { max-height: 320px; }
1701
1703
  .fd-row-actions { display: inline-flex; gap: var(--space-1, 6px); align-items: center; }
1702
1704
  .fd-chat { display: flex; flex-direction: column; gap: var(--space-2, 10px); height: 100%; min-height: 0; }