anentrypoint-design 0.0.488 → 0.0.489

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
@@ -2572,10 +2572,13 @@
2572
2572
  display: inline-flex; align-items: center; gap: var(--space-hair);
2573
2573
  font-size: var(--fs-xs); font-weight: 600;
2574
2574
  }
2575
- .ds-247420 .kpi-delta-up { color: var(--success); }
2575
+ /* --green, not --success (--green-2): --success measures 3.2:1 on --paper-2,
2576
+ below the 4.5:1 AA floor for text -- --success is tuned for non-text uses
2577
+ (fills/backgrounds, where 3:1 suffices), --green clears 5.2:1 as text. */
2578
+ .ds-247420 .kpi-delta-up { color: var(--green); }
2576
2579
  .ds-247420 .kpi-delta-down { color: var(--danger); }
2577
2580
  .ds-247420 .ds-sparkline path { stroke: currentColor; }
2578
- .ds-247420 .ds-sparkline-up { color: var(--success); }
2581
+ .ds-247420 .ds-sparkline-up { color: var(--green); }
2579
2582
  .ds-247420 .ds-sparkline-down { color: var(--danger); }
2580
2583
 
2581
2584
  /* ============================================================