anentrypoint-design 0.0.436 → 0.0.438

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
@@ -3867,12 +3867,13 @@
3867
3867
  display: inline-flex; align-items: center; gap: var(--space-1);
3868
3868
  padding: var(--space-hair) var(--space-2); background: var(--bg-2);
3869
3869
  border: 1px solid color-mix(in oklab, var(--fg) 10%, transparent);
3870
- border-radius: var(--r-pill); font-size: var(--fs-xs);
3871
- cursor: pointer; user-select: none;
3870
+ border-radius: var(--r-pill); font-size: var(--fs-xs); font-family: inherit;
3871
+ cursor: pointer; user-select: none; appearance: none;
3872
3872
  transition: background var(--dur-snap, .12s) var(--ease, ease), border-color var(--dur-snap, .12s) var(--ease, ease), transform 0.12s ease;
3873
3873
  position: relative;
3874
3874
  }
3875
3875
  .ds-247420 .chat-reactions .rxn:hover { background: var(--bg-3); transform: scale(1.06); }
3876
+ .ds-247420 .chat-reactions .rxn:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
3876
3877
  .ds-247420 .chat-reactions .rxn.you {
3877
3878
  background: color-mix(in oklab, var(--accent) 18%, var(--bg-2));
3878
3879
  border-color: color-mix(in oklab, var(--accent) 55%, transparent);