anentrypoint-design 0.0.300 → 0.0.302

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
@@ -208,8 +208,7 @@ body.canvas-host { background: transparent !important; }
208
208
  align-items: center; gap: var(--space-4);
209
209
  min-height: var(--app-topbar-h);
210
210
  padding: 10px var(--pad-x);
211
- background: color-mix(in oklab, var(--bg) 88%, transparent);
212
- backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
211
+ background: color-mix(in oklab, var(--bg) 97%, transparent);
213
212
  }
214
213
 
215
214
  /* Merged chrome: when AppShell gets both a topbar and a crumb it wraps them
@@ -222,8 +221,7 @@ body.canvas-host { background: transparent !important; }
222
221
  display: flex; flex-wrap: wrap; align-items: center;
223
222
  gap: var(--space-2) var(--space-4);
224
223
  padding: 8px var(--pad-x);
225
- background: color-mix(in oklab, var(--bg) 88%, transparent);
226
- backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
224
+ background: color-mix(in oklab, var(--bg) 97%, transparent);
227
225
  }
228
226
  .app-chrome > .app-topbar,
229
227
  .app-chrome > .app-crumb {
@@ -630,7 +628,7 @@ body.canvas-host { background: transparent !important; }
630
628
  border-radius: var(--bw-chunk) 0 0 var(--bw-chunk);
631
629
  }
632
630
  .panel.panel-inline { background: var(--bg-2); padding: var(--space-3) var(--space-3); }
633
- .panel.panel-wide { background: transparent; box-shadow: none; }
631
+ .panel.panel-wide { background: transparent; box-shadow: none; border: none; }
634
632
  .panel-head {
635
633
  display: flex; align-items: baseline; justify-content: space-between;
636
634
  /* Shares the .panel-body 16px side padding so the caps label and the body
@@ -1512,15 +1510,15 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1512
1510
  .ds-file-row:active { transform: translateY(1px); }
1513
1511
  .ds-file-row.active { background: var(--accent-tint); border-color: var(--accent); }
1514
1512
  .ds-file-row[data-file-type="dir"] { border-left-width: 3px; border-left-color: var(--accent); }
1515
- .ds-file-row[data-file-type="image"] { border-left-width: 3px; border-left-color: var(--mascot); }
1516
- .ds-file-row[data-file-type="video"] { border-left-width: 3px; border-left-color: var(--purple-2); }
1517
- .ds-file-row[data-file-type="audio"] { border-left-width: 3px; border-left-color: var(--sky); }
1518
- .ds-file-row[data-file-type="code"] { border-left-width: 3px; border-left-color: var(--green-2); }
1519
- .ds-file-row[data-file-type="text"] { border-left-width: 3px; border-left-color: var(--ink-3); }
1520
- .ds-file-row[data-file-type="archive"] { border-left-width: 3px; border-left-color: var(--flame); }
1521
- .ds-file-row[data-file-type="document"] { border-left-width: 3px; border-left-color: var(--amber, var(--sun)); }
1522
- .ds-file-row[data-file-type="symlink"] { border-left-width: 3px; border-left-color: var(--purple); }
1523
- .ds-file-row[data-file-type="other"] { border-left-width: 3px; border-left-color: var(--fg-3); }
1513
+ .ds-file-row[data-file-type="image"],
1514
+ .ds-file-row[data-file-type="video"],
1515
+ .ds-file-row[data-file-type="audio"],
1516
+ .ds-file-row[data-file-type="code"],
1517
+ .ds-file-row[data-file-type="text"],
1518
+ .ds-file-row[data-file-type="archive"],
1519
+ .ds-file-row[data-file-type="document"],
1520
+ .ds-file-row[data-file-type="symlink"],
1521
+ .ds-file-row[data-file-type="other"] { border-left-width: 3px; border-left-color: var(--rule); }
1524
1522
 
1525
1523
  /* Row internals — these are the classes FileRow actually renders. */
1526
1524
  .ds-file-row .title {
@@ -1967,7 +1965,6 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1967
1965
  max(var(--space-3), env(safe-area-inset-bottom))
1968
1966
  max(var(--space-3), env(safe-area-inset-left));
1969
1967
  background: color-mix(in oklab, var(--ink) 55%, transparent);
1970
- backdrop-filter: blur(3px);
1971
1968
  }
1972
1969
  @media (prefers-reduced-motion: no-preference) {
1973
1970
  .ds-modal-backdrop { animation: ds-modal-fade var(--dur-base) var(--ease); }
@@ -2429,7 +2426,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2429
2426
  }
2430
2427
  .chat-msg:hover .chat-image,
2431
2428
  .chat-image:hover {
2432
- border-color: color-mix(in oklab, var(--accent) 35%, transparent);
2429
+ border-color: var(--rule);
2433
2430
  }
2434
2431
  .chat-image img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: cover; }
2435
2432
  .chat-image .cap,
@@ -2444,12 +2441,12 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2444
2441
  max-width: min(100%, 360px);
2445
2442
  transition: background var(--dur-snap, .15s) var(--ease, ease), border-color var(--dur-snap, .15s) var(--ease, ease);
2446
2443
  }
2447
- .chat-file:hover { background: var(--bg-3); border-color: color-mix(in oklab, var(--accent) 40%, transparent); }
2444
+ .chat-file:hover { background: var(--bg-3); }
2448
2445
  .chat-file .glyph {
2449
2446
  font-size: 22px; width: 36px; height: 36px;
2450
2447
  display: inline-flex; align-items: center; justify-content: center;
2451
- background: color-mix(in oklab, var(--accent) 18%, transparent);
2452
- color: var(--accent-ink); border-radius: var(--r-0); flex-shrink: 0; font-family: var(--ff-mono);
2448
+ background: var(--bg-3);
2449
+ color: var(--fg-2); border-radius: var(--r-0); flex-shrink: 0; font-family: var(--ff-mono);
2453
2450
  }
2454
2451
  .chat-file > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
2455
2452
  .chat-file .name {
@@ -2470,7 +2467,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2470
2467
  border-radius: var(--r-1); overflow: hidden; max-width: min(100%, 480px);
2471
2468
  transition: box-shadow 0.12s ease, border-color 0.12s ease;
2472
2469
  }
2473
- .chat-msg:hover .chat-pdf { border-color: color-mix(in oklab, var(--accent) 30%, transparent); }
2470
+ .chat-msg:hover .chat-pdf { border-color: var(--rule); }
2474
2471
  .chat-pdf-head {
2475
2472
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
2476
2473
  background: color-mix(in oklab, var(--fg) 5%, var(--bg-2));
@@ -2497,7 +2494,6 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2497
2494
  .chat-msg:hover .chat-link,
2498
2495
  .chat-link:hover {
2499
2496
  background: var(--bg-3);
2500
- border-color: color-mix(in oklab, var(--accent) 40%, transparent);
2501
2497
  }
2502
2498
  .chat-link:not(:has(.thumb)):not(:has(img)) { grid-template-columns: 1fr; }
2503
2499
  .chat-link .thumb,
@@ -2530,7 +2526,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2530
2526
  transition: background var(--dur-snap, .12s) var(--ease, ease), border-color var(--dur-snap, .12s) var(--ease, ease), transform 0.12s ease;
2531
2527
  position: relative;
2532
2528
  }
2533
- .chat-reactions .rxn:hover { background: var(--bg-3); border-color: color-mix(in oklab, var(--accent) 40%, transparent); transform: scale(1.06); }
2529
+ .chat-reactions .rxn:hover { background: var(--bg-3); transform: scale(1.06); }
2534
2530
  .chat-reactions .rxn.you {
2535
2531
  background: color-mix(in oklab, var(--accent) 18%, var(--bg-2));
2536
2532
  border-color: color-mix(in oklab, var(--accent) 55%, transparent);
package/chat.css CHANGED
@@ -474,6 +474,17 @@
474
474
  .ds-context .row .meta { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-2); }
475
475
  .ds-context .row .sub { font-size: var(--fs-xs); color: var(--fg-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
476
476
  .ds-context-actions { display: flex; gap: var(--space-2); }
477
+ /* Lighter fact groups for secondary context blocks (conversation/last turn/
478
+ recent files): a small caps label + Row list with no card chrome, so a
479
+ 2-row fact doesn't compete visually with the primary bordered panel above
480
+ it. Separated from neighbors by a hairline rule, not a border box. */
481
+ .ds-context-group { padding-top: var(--space-3); border-top: var(--bw-hair) solid var(--rule); }
482
+ .ds-context-group-label {
483
+ font-size: var(--fs-tiny); font-weight: 600; color: var(--fg-3);
484
+ letter-spacing: var(--tr-caps); text-transform: uppercase;
485
+ padding: 0 0 var(--space-2);
486
+ }
487
+ .ds-context-group .row + .row { margin-top: 2px; }
477
488
 
478
489
  /* ============================================================================
479
490
  Cohesion sweep (gui-cohesion.js): one-product polish across surfaces.
package/dist/247420.css CHANGED
@@ -744,8 +744,7 @@
744
744
  align-items: center; gap: var(--space-4);
745
745
  min-height: var(--app-topbar-h);
746
746
  padding: 10px var(--pad-x);
747
- background: color-mix(in oklab, var(--bg) 88%, transparent);
748
- backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
747
+ background: color-mix(in oklab, var(--bg) 97%, transparent);
749
748
  }
750
749
 
751
750
  /* Merged chrome: when AppShell gets both a topbar and a crumb it wraps them
@@ -758,8 +757,7 @@
758
757
  display: flex; flex-wrap: wrap; align-items: center;
759
758
  gap: var(--space-2) var(--space-4);
760
759
  padding: 8px var(--pad-x);
761
- background: color-mix(in oklab, var(--bg) 88%, transparent);
762
- backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
760
+ background: color-mix(in oklab, var(--bg) 97%, transparent);
763
761
  }
764
762
  .ds-247420 .app-chrome > .app-topbar,
765
763
  .ds-247420 .app-chrome > .app-crumb {
@@ -1166,7 +1164,7 @@
1166
1164
  border-radius: var(--bw-chunk) 0 0 var(--bw-chunk);
1167
1165
  }
1168
1166
  .ds-247420 .panel.panel-inline { background: var(--bg-2); padding: var(--space-3) var(--space-3); }
1169
- .ds-247420 .panel.panel-wide { background: transparent; box-shadow: none; }
1167
+ .ds-247420 .panel.panel-wide { background: transparent; box-shadow: none; border: none; }
1170
1168
  .ds-247420 .panel-head {
1171
1169
  display: flex; align-items: baseline; justify-content: space-between;
1172
1170
  /* Shares the .panel-body 16px side padding so the caps label and the body
@@ -2048,15 +2046,15 @@
2048
2046
  .ds-247420 .ds-file-row:active { transform: translateY(1px); }
2049
2047
  .ds-247420 .ds-file-row.active { background: var(--accent-tint); border-color: var(--accent); }
2050
2048
  .ds-247420 .ds-file-row[data-file-type="dir"] { border-left-width: 3px; border-left-color: var(--accent); }
2051
- .ds-247420 .ds-file-row[data-file-type="image"] { border-left-width: 3px; border-left-color: var(--mascot); }
2052
- .ds-247420 .ds-file-row[data-file-type="video"] { border-left-width: 3px; border-left-color: var(--purple-2); }
2053
- .ds-247420 .ds-file-row[data-file-type="audio"] { border-left-width: 3px; border-left-color: var(--sky); }
2054
- .ds-247420 .ds-file-row[data-file-type="code"] { border-left-width: 3px; border-left-color: var(--green-2); }
2055
- .ds-247420 .ds-file-row[data-file-type="text"] { border-left-width: 3px; border-left-color: var(--ink-3); }
2056
- .ds-247420 .ds-file-row[data-file-type="archive"] { border-left-width: 3px; border-left-color: var(--flame); }
2057
- .ds-247420 .ds-file-row[data-file-type="document"] { border-left-width: 3px; border-left-color: var(--amber, var(--sun)); }
2058
- .ds-247420 .ds-file-row[data-file-type="symlink"] { border-left-width: 3px; border-left-color: var(--purple); }
2059
- .ds-247420 .ds-file-row[data-file-type="other"] { border-left-width: 3px; border-left-color: var(--fg-3); }
2049
+ .ds-247420 .ds-file-row[data-file-type="image"],
2050
+ .ds-247420 .ds-file-row[data-file-type="video"],
2051
+ .ds-247420 .ds-file-row[data-file-type="audio"],
2052
+ .ds-247420 .ds-file-row[data-file-type="code"],
2053
+ .ds-247420 .ds-file-row[data-file-type="text"],
2054
+ .ds-247420 .ds-file-row[data-file-type="archive"],
2055
+ .ds-247420 .ds-file-row[data-file-type="document"],
2056
+ .ds-247420 .ds-file-row[data-file-type="symlink"],
2057
+ .ds-247420 .ds-file-row[data-file-type="other"] { border-left-width: 3px; border-left-color: var(--rule); }
2060
2058
 
2061
2059
  /* Row internals — these are the classes FileRow actually renders. */
2062
2060
  .ds-247420 .ds-file-row .title {
@@ -2503,7 +2501,6 @@
2503
2501
  max(var(--space-3), env(safe-area-inset-bottom))
2504
2502
  max(var(--space-3), env(safe-area-inset-left));
2505
2503
  background: color-mix(in oklab, var(--ink) 55%, transparent);
2506
- backdrop-filter: blur(3px);
2507
2504
  }
2508
2505
  @media (prefers-reduced-motion: no-preference) {
2509
2506
  .ds-247420 .ds-modal-backdrop { animation: ds-modal-fade var(--dur-base) var(--ease); }
@@ -2965,7 +2962,7 @@
2965
2962
  }
2966
2963
  .ds-247420 .chat-msg:hover .chat-image,
2967
2964
  .ds-247420 .chat-image:hover {
2968
- border-color: color-mix(in oklab, var(--accent) 35%, transparent);
2965
+ border-color: var(--rule);
2969
2966
  }
2970
2967
  .ds-247420 .chat-image img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: cover; }
2971
2968
  .ds-247420 .chat-image .cap,
@@ -2980,12 +2977,12 @@
2980
2977
  max-width: min(100%, 360px);
2981
2978
  transition: background var(--dur-snap, .15s) var(--ease, ease), border-color var(--dur-snap, .15s) var(--ease, ease);
2982
2979
  }
2983
- .ds-247420 .chat-file:hover { background: var(--bg-3); border-color: color-mix(in oklab, var(--accent) 40%, transparent); }
2980
+ .ds-247420 .chat-file:hover { background: var(--bg-3); }
2984
2981
  .ds-247420 .chat-file .glyph {
2985
2982
  font-size: 22px; width: 36px; height: 36px;
2986
2983
  display: inline-flex; align-items: center; justify-content: center;
2987
- background: color-mix(in oklab, var(--accent) 18%, transparent);
2988
- color: var(--accent-ink); border-radius: var(--r-0); flex-shrink: 0; font-family: var(--ff-mono);
2984
+ background: var(--bg-3);
2985
+ color: var(--fg-2); border-radius: var(--r-0); flex-shrink: 0; font-family: var(--ff-mono);
2989
2986
  }
2990
2987
  .ds-247420 .chat-file > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
2991
2988
  .ds-247420 .chat-file .name {
@@ -3006,7 +3003,7 @@
3006
3003
  border-radius: var(--r-1); overflow: hidden; max-width: min(100%, 480px);
3007
3004
  transition: box-shadow 0.12s ease, border-color 0.12s ease;
3008
3005
  }
3009
- .ds-247420 .chat-msg:hover .chat-pdf { border-color: color-mix(in oklab, var(--accent) 30%, transparent); }
3006
+ .ds-247420 .chat-msg:hover .chat-pdf { border-color: var(--rule); }
3010
3007
  .ds-247420 .chat-pdf-head {
3011
3008
  display: flex; align-items: center; gap: 10px; padding: 10px 14px;
3012
3009
  background: color-mix(in oklab, var(--fg) 5%, var(--bg-2));
@@ -3033,7 +3030,6 @@
3033
3030
  .ds-247420 .chat-msg:hover .chat-link,
3034
3031
  .ds-247420 .chat-link:hover {
3035
3032
  background: var(--bg-3);
3036
- border-color: color-mix(in oklab, var(--accent) 40%, transparent);
3037
3033
  }
3038
3034
  .ds-247420 .chat-link:not(:has(.thumb)):not(:has(img)) { grid-template-columns: 1fr; }
3039
3035
  .ds-247420 .chat-link .thumb,
@@ -3066,7 +3062,7 @@
3066
3062
  transition: background var(--dur-snap, .12s) var(--ease, ease), border-color var(--dur-snap, .12s) var(--ease, ease), transform 0.12s ease;
3067
3063
  position: relative;
3068
3064
  }
3069
- .ds-247420 .chat-reactions .rxn:hover { background: var(--bg-3); border-color: color-mix(in oklab, var(--accent) 40%, transparent); transform: scale(1.06); }
3065
+ .ds-247420 .chat-reactions .rxn:hover { background: var(--bg-3); transform: scale(1.06); }
3070
3066
  .ds-247420 .chat-reactions .rxn.you {
3071
3067
  background: color-mix(in oklab, var(--accent) 18%, var(--bg-2));
3072
3068
  border-color: color-mix(in oklab, var(--accent) 55%, transparent);
@@ -7204,6 +7200,17 @@
7204
7200
  .ds-247420 .ds-context .row .meta { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-2); }
7205
7201
  .ds-247420 .ds-context .row .sub { font-size: var(--fs-xs); color: var(--fg-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
7206
7202
  .ds-247420 .ds-context-actions { display: flex; gap: var(--space-2); }
7203
+ /* Lighter fact groups for secondary context blocks (conversation/last turn/
7204
+ recent files): a small caps label + Row list with no card chrome, so a
7205
+ 2-row fact doesn't compete visually with the primary bordered panel above
7206
+ it. Separated from neighbors by a hairline rule, not a border box. */
7207
+ .ds-247420 .ds-context-group { padding-top: var(--space-3); border-top: var(--bw-hair) solid var(--rule); }
7208
+ .ds-247420 .ds-context-group-label {
7209
+ font-size: var(--fs-tiny); font-weight: 600; color: var(--fg-3);
7210
+ letter-spacing: var(--tr-caps); text-transform: uppercase;
7211
+ padding: 0 0 var(--space-2);
7212
+ }
7213
+ .ds-247420 .ds-context-group .row + .row { margin-top: 2px; }
7207
7214
 
7208
7215
  /* ============================================================================
7209
7216
  Cohesion sweep (gui-cohesion.js): one-product polish across surfaces.