anentrypoint-design 0.0.266 → 0.0.267

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
@@ -2155,12 +2155,12 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
2155
2155
  }
2156
2156
  .chat-msg:hover .chat-avatar { transform: scale(1.03); box-shadow: 0 1px 4px color-mix(in oklab, var(--fg) 6%, transparent); }
2157
2157
  .chat-msg.you .chat-avatar {
2158
- background: color-mix(in oklab, var(--accent) 26%, var(--bg-3));
2158
+ background: color-mix(in oklab, var(--accent) 18%, var(--bg-3));
2159
2159
  color: var(--accent-ink);
2160
2160
  }
2161
2161
  .chat-msg.aicat .chat-avatar {
2162
2162
  background: color-mix(in oklab, var(--mascot) 26%, var(--bg-2));
2163
- color: var(--mascot);
2163
+ color: var(--mascot-deep);
2164
2164
  }
2165
2165
 
2166
2166
  .chat-stack {
@@ -3159,7 +3159,10 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
3159
3159
 
3160
3160
  .toast.error { border-color: var(--warn); }
3161
3161
  .toast.success { border-color: var(--green-2); }
3162
- .toast.warning { border-color: var(--sun); }
3162
+ /* --sun measures well under 3:1 against every app background (1.1-1.5:1) -
3163
+ a border effectively invisible in light theme; --amber is the tuned sibling
3164
+ warning tone already used for this exact severity elsewhere. */
3165
+ .toast.warning { border-color: var(--amber); }
3163
3166
 
3164
3167
  @media (max-width: 480px) {
3165
3168
  .toast {
@@ -3869,7 +3872,7 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
3869
3872
  .ds-tree-node.is-phase { border-color: var(--accent); background: var(--bg-3); font-weight: 600; }
3870
3873
  .ds-tree-node.is-deviation { border-color: var(--warn); background: var(--danger-surface); color: var(--warn); }
3871
3874
  .ds-tree-node.is-mutable-resolve { border-color: var(--success); }
3872
- .ds-tree-node.is-prd-add { border-color: var(--sun); }
3875
+ .ds-tree-node.is-prd-add { border-color: var(--amber); }
3873
3876
  .ds-tree-node-ts { margin-right: 8px; color: var(--fg-3); }
3874
3877
  .ds-tree-node-pills { margin-left: 6px; }
3875
3878
  .ds-tree-node-reason { margin-top: 2px; color: var(--fg-2); }
@@ -4212,7 +4215,9 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
4212
4215
  .ds-toggle-btn { min-width: 78px; }
4213
4216
  .ds-toggle-label { margin-left: 8px; color: inherit; opacity: 0.7; }
4214
4217
  .ds-btn-warn { color: var(--warn); }
4215
- .ds-btn-mascot { color: var(--mascot); }
4218
+ /* Raw --mascot text measures 3.11:1 on paper (fails 4.5:1); --mascot-deep is
4219
+ the text-safe tone, same accent/accent-ink split used everywhere else. */
4220
+ .ds-btn-mascot { color: var(--mascot-deep); }
4216
4221
  .ds-savebar {
4217
4222
  position: sticky; bottom: 8px; display: flex; align-items: center;
4218
4223
  justify-content: flex-end; gap: 8px; flex-wrap: wrap; padding: 10px;
@@ -4286,7 +4291,7 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
4286
4291
  .ds-cli-cmt .cmd { color: var(--fg-3); }
4287
4292
  .ds-cli-out .cmd { color: var(--fg-2); }
4288
4293
  .ds-cli-ok .prompt, .ds-cli-ok .cmd { color: var(--accent-ink); }
4289
- .ds-cli-warn .prompt, .ds-cli-warn .cmd { color: var(--mascot); }
4294
+ .ds-cli-warn .prompt, .ds-cli-warn .cmd { color: var(--mascot-deep); }
4290
4295
  .ds-cli-log .prompt { color: var(--fg-3); }
4291
4296
  .ds-cli-log .cmd { color: var(--fg-2); font-family: var(--ff-mono); }
4292
4297
  .ds-term-body { padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; background: var(--bg-2); border-radius: var(--r-1); }
package/chat.css CHANGED
@@ -874,8 +874,11 @@ button.chat-composer-context:focus-visible { outline: var(--focus-w) solid var(-
874
874
  .chat-msg .chat-tool.tool-running .chat-tool-status { color: var(--accent-ink); background: color-mix(in oklab, var(--accent) 12%, transparent); }
875
875
  .chat-msg .chat-tool.tool-error .chat-tool-status { color: var(--flame); background: color-mix(in oklab, var(--flame) 12%, transparent); }
876
876
  /* Completed tool: a positive (success) tone so done reads distinctly from the
877
- neutral pill and from the accent-toned running pill (--success = green-2). */
878
- .chat-msg .chat-tool.tool-done .chat-tool-status { color: var(--success); background: color-mix(in oklab, var(--success) 12%, transparent); }
877
+ neutral pill and from the accent-toned running pill. --success/--green-2
878
+ measures under 4.5:1 as TEXT on paper/bg-2 (fine at 12%-tint fill/non-text
879
+ use) - --green is the text-safe deep tone, same split the accent/accent-ink
880
+ pair already uses. */
881
+ .chat-msg .chat-tool.tool-done .chat-tool-status { color: var(--green); background: color-mix(in oklab, var(--success) 12%, transparent); }
879
882
  .chat-tool-body { border-top: var(--bw-hair) solid var(--rule); padding: var(--space-2) var(--space-3); display: flex; flex-direction: column; gap: var(--space-2); }
880
883
  /* details' intrinsic min-content sizing: an unbroken token in the pre must not
881
884
  widen the tool card past the bubble column. */
@@ -51,7 +51,10 @@
51
51
  the originals (#FF5A1F / #D9A93A) which were tuned on ink and fail on
52
52
  paper (2.9:1 / 2.0:1). */
53
53
  --flame: #C53E00;
54
- --amber: #8A6512;
54
+ /* #8A6512 measured 4.5+:1 on --paper but only 4.26:1 on --bg-2, which the
55
+ dashboard card status text actually renders on - darkened for margin on
56
+ both backgrounds (5.21:1 on --bg-2). */
57
+ --amber: #7C570F;
55
58
  --sky: #3A6EFF;
56
59
  --warn: #E0241A;
57
60
  /* Syntax-token aliases: light values pass 4.5:1 on paper; the dark blocks
@@ -61,7 +64,9 @@
61
64
  --code-fn: #B84300;
62
65
  --code-str-alt: var(--mascot-deep);
63
66
  --code-num: #946300;
64
- --danger: oklch(0.55 0.18 25);
67
+ /* 0.55 lightness measured 4.70:1 on --paper but only 4.25:1 on --bg-2 (the
68
+ auth-error banner's actual background) - darkened for AA margin on both. */
69
+ --danger: oklch(0.50 0.18 25);
65
70
  --success: var(--green-2);
66
71
  --live: var(--green);
67
72
 
package/community.css CHANGED
@@ -361,7 +361,9 @@
361
361
  }
362
362
 
363
363
  .cm-channel-item.voice-connecting {
364
- color: var(--sun);
364
+ /* --sun measures 1.1-1.5:1 against every app background - amber is the
365
+ tuned text-safe warning tone used for this severity elsewhere. */
366
+ color: var(--amber);
365
367
  }
366
368
 
367
369
  .cm-ch-icon {
@@ -382,8 +384,8 @@
382
384
  width: 12px;
383
385
  height: 12px;
384
386
  border-radius: 50%;
385
- border: 2px solid color-mix(in oklab, var(--sun) 30%, transparent);
386
- border-top-color: var(--sun);
387
+ border: 2px solid color-mix(in oklab, var(--amber) 30%, transparent);
388
+ border-top-color: var(--amber);
387
389
  flex-shrink: 0;
388
390
  }
389
391
 
package/dist/247420.css CHANGED
@@ -53,7 +53,10 @@
53
53
  the originals (#FF5A1F / #D9A93A) which were tuned on ink and fail on
54
54
  paper (2.9:1 / 2.0:1). */
55
55
  --flame: #C53E00;
56
- --amber: #8A6512;
56
+ /* #8A6512 measured 4.5+:1 on --paper but only 4.26:1 on --bg-2, which the
57
+ dashboard card status text actually renders on - darkened for margin on
58
+ both backgrounds (5.21:1 on --bg-2). */
59
+ --amber: #7C570F;
57
60
  --sky: #3A6EFF;
58
61
  --warn: #E0241A;
59
62
  /* Syntax-token aliases: light values pass 4.5:1 on paper; the dark blocks
@@ -63,7 +66,9 @@
63
66
  --code-fn: #B84300;
64
67
  --code-str-alt: var(--mascot-deep);
65
68
  --code-num: #946300;
66
- --danger: oklch(0.55 0.18 25);
69
+ /* 0.55 lightness measured 4.70:1 on --paper but only 4.25:1 on --bg-2 (the
70
+ auth-error banner's actual background) - darkened for AA margin on both. */
71
+ --danger: oklch(0.50 0.18 25);
67
72
  --success: var(--green-2);
68
73
  --live: var(--green);
69
74
 
@@ -2661,12 +2666,12 @@
2661
2666
  }
2662
2667
  .ds-247420 .chat-msg:hover .chat-avatar { transform: scale(1.03); box-shadow: 0 1px 4px color-mix(in oklab, var(--fg) 6%, transparent); }
2663
2668
  .ds-247420 .chat-msg.you .chat-avatar {
2664
- background: color-mix(in oklab, var(--accent) 26%, var(--bg-3));
2669
+ background: color-mix(in oklab, var(--accent) 18%, var(--bg-3));
2665
2670
  color: var(--accent-ink);
2666
2671
  }
2667
2672
  .ds-247420 .chat-msg.aicat .chat-avatar {
2668
2673
  background: color-mix(in oklab, var(--mascot) 26%, var(--bg-2));
2669
- color: var(--mascot);
2674
+ color: var(--mascot-deep);
2670
2675
  }
2671
2676
 
2672
2677
  .ds-247420 .chat-stack {
@@ -3654,7 +3659,10 @@
3654
3659
 
3655
3660
  .ds-247420 .toast.error { border-color: var(--warn); }
3656
3661
  .ds-247420 .toast.success { border-color: var(--green-2); }
3657
- .ds-247420 .toast.warning { border-color: var(--sun); }
3662
+ /* --sun measures well under 3:1 against every app background (1.1-1.5:1) -
3663
+ a border effectively invisible in light theme; --amber is the tuned sibling
3664
+ warning tone already used for this exact severity elsewhere. */
3665
+ .ds-247420 .toast.warning { border-color: var(--amber); }
3658
3666
 
3659
3667
  @media (max-width: 480px) {
3660
3668
  .ds-247420 .toast {
@@ -4363,7 +4371,7 @@
4363
4371
  .ds-247420 .ds-tree-node.is-phase { border-color: var(--accent); background: var(--bg-3); font-weight: 600; }
4364
4372
  .ds-247420 .ds-tree-node.is-deviation { border-color: var(--warn); background: var(--danger-surface); color: var(--warn); }
4365
4373
  .ds-247420 .ds-tree-node.is-mutable-resolve { border-color: var(--success); }
4366
- .ds-247420 .ds-tree-node.is-prd-add { border-color: var(--sun); }
4374
+ .ds-247420 .ds-tree-node.is-prd-add { border-color: var(--amber); }
4367
4375
  .ds-247420 .ds-tree-node-ts { margin-right: 8px; color: var(--fg-3); }
4368
4376
  .ds-247420 .ds-tree-node-pills { margin-left: 6px; }
4369
4377
  .ds-247420 .ds-tree-node-reason { margin-top: 2px; color: var(--fg-2); }
@@ -4706,7 +4714,9 @@
4706
4714
  .ds-247420 .ds-toggle-btn { min-width: 78px; }
4707
4715
  .ds-247420 .ds-toggle-label { margin-left: 8px; color: inherit; opacity: 0.7; }
4708
4716
  .ds-247420 .ds-btn-warn { color: var(--warn); }
4709
- .ds-247420 .ds-btn-mascot { color: var(--mascot); }
4717
+ /* Raw --mascot text measures 3.11:1 on paper (fails 4.5:1); --mascot-deep is
4718
+ the text-safe tone, same accent/accent-ink split used everywhere else. */
4719
+ .ds-247420 .ds-btn-mascot { color: var(--mascot-deep); }
4710
4720
  .ds-247420 .ds-savebar {
4711
4721
  position: sticky; bottom: 8px; display: flex; align-items: center;
4712
4722
  justify-content: flex-end; gap: 8px; flex-wrap: wrap; padding: 10px;
@@ -4780,7 +4790,7 @@
4780
4790
  .ds-247420 .ds-cli-cmt .cmd { color: var(--fg-3); }
4781
4791
  .ds-247420 .ds-cli-out .cmd { color: var(--fg-2); }
4782
4792
  .ds-247420 .ds-cli-ok .prompt, .ds-247420 .ds-cli-ok .cmd { color: var(--accent-ink); }
4783
- .ds-247420 .ds-cli-warn .prompt, .ds-247420 .ds-cli-warn .cmd { color: var(--mascot); }
4793
+ .ds-247420 .ds-cli-warn .prompt, .ds-247420 .ds-cli-warn .cmd { color: var(--mascot-deep); }
4784
4794
  .ds-247420 .ds-cli-log .prompt { color: var(--fg-3); }
4785
4795
  .ds-247420 .ds-cli-log .cmd { color: var(--fg-2); font-family: var(--ff-mono); }
4786
4796
  .ds-247420 .ds-term-body { padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; background: var(--bg-2); border-radius: var(--r-1); }
@@ -5169,7 +5179,9 @@
5169
5179
  }
5170
5180
 
5171
5181
  .ds-247420 .cm-channel-item.voice-connecting {
5172
- color: var(--sun);
5182
+ /* --sun measures 1.1-1.5:1 against every app background - amber is the
5183
+ tuned text-safe warning tone used for this severity elsewhere. */
5184
+ color: var(--amber);
5173
5185
  }
5174
5186
 
5175
5187
  .ds-247420 .cm-ch-icon {
@@ -5190,8 +5202,8 @@
5190
5202
  width: 12px;
5191
5203
  height: 12px;
5192
5204
  border-radius: 50%;
5193
- border: 2px solid color-mix(in oklab, var(--sun) 30%, transparent);
5194
- border-top-color: var(--sun);
5205
+ border: 2px solid color-mix(in oklab, var(--amber) 30%, transparent);
5206
+ border-top-color: var(--amber);
5195
5207
  flex-shrink: 0;
5196
5208
  }
5197
5209
 
@@ -7327,8 +7339,11 @@
7327
7339
  .ds-247420 .chat-msg .chat-tool.tool-running .chat-tool-status { color: var(--accent-ink); background: color-mix(in oklab, var(--accent) 12%, transparent); }
7328
7340
  .ds-247420 .chat-msg .chat-tool.tool-error .chat-tool-status { color: var(--flame); background: color-mix(in oklab, var(--flame) 12%, transparent); }
7329
7341
  /* Completed tool: a positive (success) tone so done reads distinctly from the
7330
- neutral pill and from the accent-toned running pill (--success = green-2). */
7331
- .ds-247420 .chat-msg .chat-tool.tool-done .chat-tool-status { color: var(--success); background: color-mix(in oklab, var(--success) 12%, transparent); }
7342
+ neutral pill and from the accent-toned running pill. --success/--green-2
7343
+ measures under 4.5:1 as TEXT on paper/bg-2 (fine at 12%-tint fill/non-text
7344
+ use) - --green is the text-safe deep tone, same split the accent/accent-ink
7345
+ pair already uses. */
7346
+ .ds-247420 .chat-msg .chat-tool.tool-done .chat-tool-status { color: var(--green); background: color-mix(in oklab, var(--success) 12%, transparent); }
7332
7347
  .ds-247420 .chat-tool-body { border-top: var(--bw-hair) solid var(--rule); padding: var(--space-2) var(--space-3); display: flex; flex-direction: column; gap: var(--space-2); }
7333
7348
  /* details' intrinsic min-content sizing: an unbroken token in the pre must not
7334
7349
  widen the tool card past the bubble column. */
@@ -9240,7 +9255,7 @@
9240
9255
  /* Re-assert the paper-tuned signal tokens so token-derived foregrounds
9241
9256
  (status discs, error text, tool cards) print with light-theme colours
9242
9257
  rather than the dark-theme-derived values inherited under auto-dark. */
9243
- .ds-247420 { --flame:#C53E00; --amber:#8A6512; --warn:#E0241A; --sky:#3A6EFF; --bg:var(--paper); --fg:var(--ink); }
9258
+ .ds-247420 { --flame:#C53E00; --amber:#7C570F; --warn:#E0241A; --sky:#3A6EFF; --bg:var(--paper); --fg:var(--ink); }
9244
9259
  .ds-247420 #app { min-height: auto; display: block; height: auto; }
9245
9260
  .ds-247420 .skip-link, .ds-247420 .status-dot, .ds-247420 .history-actions, .ds-247420 .chat-composer { display: none !important; }
9246
9261
  .ds-247420 .app, .ds-247420 .app-main, .ds-247420 .panel, .ds-247420 .chat, .ds-247420 .chat-thread {