anentrypoint-design 1.0.23 → 1.0.25

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); }
@@ -5850,7 +5852,38 @@
5850
5852
  max-width: 320px;
5851
5853
  box-shadow: var(--shadow-overlay);
5852
5854
  z-index: var(--z-toast);
5855
+ display: flex;
5856
+ align-items: flex-start;
5857
+ gap: var(--space-3);
5858
+ }
5859
+
5860
+ .ds-247420 .toast-action {
5861
+ flex: none;
5862
+ background: transparent;
5863
+ border: 1px solid var(--rule);
5864
+ border-radius: var(--r-1);
5865
+ color: var(--fg-0);
5866
+ padding: var(--space-1) var(--space-2);
5867
+ font: inherit;
5868
+ font-weight: 600;
5869
+ cursor: pointer;
5870
+ white-space: nowrap;
5871
+ }
5872
+ .ds-247420 .toast-action:hover { background: var(--bg-3); }
5873
+ .ds-247420 .toast-action:disabled { opacity: 0.6; cursor: default; }
5874
+
5875
+ .ds-247420 .toast-dismiss {
5876
+ flex: none;
5877
+ margin-left: auto;
5878
+ background: transparent;
5879
+ border: none;
5880
+ color: var(--fg-2);
5881
+ font-size: 1.1em;
5882
+ line-height: 1;
5883
+ padding: var(--space-1);
5884
+ cursor: pointer;
5853
5885
  }
5886
+ .ds-247420 .toast-dismiss:hover { color: var(--fg-0); }
5854
5887
 
5855
5888
  @keyframes toast-slide-in {
5856
5889
  from {