anentrypoint-design 1.0.24 → 1.0.26

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/dist/247420.css CHANGED
@@ -2204,11 +2204,13 @@
2204
2204
  .ds-247420 .row.active { background: color-mix(in oklab, var(--accent) 10%, var(--bg-2)); }
2205
2205
  .ds-247420 .row.active::before { height: 64%; opacity: 1; background: var(--accent); }
2206
2206
  .ds-247420 .row.active .title { color: var(--accent-ink); }
2207
- /* The accent-tinted active background pushes --fg-3 (--ink-3) below AA 4.5:1
2208
- (measured 4.43:1 after the warm-paper retune) -- --fg-2 (--ink-2, 7.13:1 on
2209
- this mix) is the smallest token swap that clears it without touching the
2210
- base --ink-3/paper-2 pairing used everywhere else. */
2211
- .ds-247420 .row.active .ds-session-sub { color: var(--fg-2); }
2207
+ /* ConversationList rows use `ds-session-row`, not `row` -- CI's a11y-audit
2208
+ caught --fg-3 (--ink-3) on `.ds-session-sub` failing AA (measured 4.43:1)
2209
+ inside a rail-tinted row after the warm-paper retune. --fg-2 (--ink-2)
2210
+ clears comfortably; scoped to `.ds-session-sub` specifically so plain rows
2211
+ without a rail tone keep the lighter --fg-3 tone. */
2212
+ .ds-247420 .ds-session-row.active .ds-session-sub,
2213
+ .ds-247420 .ds-session-row[class*="rail-"] .ds-session-sub { color: var(--fg-2); }
2212
2214
  .ds-247420 .row.row-state-disabled { opacity: 0.5; pointer-events: none; }
2213
2215
  .ds-247420 .row.row-state-error { background: color-mix(in oklab, var(--flame) 10%, var(--bg-2)); }
2214
2216
  .ds-247420 .row.row-state-error::before { height: 64%; opacity: 1; background: var(--flame); }