anentrypoint-design 0.0.185 → 0.0.188

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
@@ -539,6 +539,11 @@ pre .n { color: var(--green-2); }
539
539
  .row.row-state-disabled { opacity: 0.5; pointer-events: none; }
540
540
  .row.row-state-error { background: color-mix(in oklab, var(--flame) 10%, var(--bg-2)); }
541
541
  .row.row-state-error::before { background: var(--flame); }
542
+ /* rail tones — a persistent status colour on the leading rail (the ::before
543
+ bar). Active/hover/error still win via their own rules below source order. */
544
+ .row.rail-green::before { background: var(--accent); }
545
+ .row.rail-purple::before { background: var(--purple-2, #7F18A4); }
546
+ .row.rail-flame::before { background: var(--flame); }
542
547
  .row-grid { /* explicit grid-template-columns set inline */ }
543
548
 
544
549
  .row .code { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); }
package/dist/247420.css CHANGED
@@ -940,6 +940,11 @@
940
940
  .ds-247420 .row.row-state-disabled { opacity: 0.5; pointer-events: none; }
941
941
  .ds-247420 .row.row-state-error { background: color-mix(in oklab, var(--flame) 10%, var(--bg-2)); }
942
942
  .ds-247420 .row.row-state-error::before { background: var(--flame); }
943
+ /* rail tones — a persistent status colour on the leading rail (the ::before
944
+ bar). Active/hover/error still win via their own rules below source order. */
945
+ .ds-247420 .row.rail-green::before { background: var(--accent); }
946
+ .ds-247420 .row.rail-purple::before { background: var(--purple-2, #7F18A4); }
947
+ .ds-247420 .row.rail-flame::before { background: var(--flame); }
943
948
  .ds-247420 .row-grid { /* explicit grid-template-columns set inline */ }
944
949
 
945
950
  .ds-247420 .row .code { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); }