@pitvox/partner-react 0.6.0 → 0.6.2

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/styles.css CHANGED
@@ -465,6 +465,34 @@
465
465
  accent-color: var(--pvx-accent);
466
466
  }
467
467
 
468
+ /* ─── Theoretical Best ──────────────────────────────────────── */
469
+
470
+ .pvx-theoretical-best {
471
+ display: flex;
472
+ align-items: center;
473
+ gap: 0.5rem;
474
+ padding: 0.625rem 1rem;
475
+ font-size: 0.8125rem;
476
+ border-bottom: 1px solid var(--pvx-border);
477
+ color: var(--pvx-text-muted);
478
+ }
479
+
480
+ .pvx-theoretical-best-label {
481
+ font-weight: 600;
482
+ color: var(--pvx-text);
483
+ }
484
+
485
+ .pvx-theoretical-best-time {
486
+ font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;
487
+ font-weight: 600;
488
+ color: var(--pvx-accent);
489
+ }
490
+
491
+ .pvx-theoretical-best-sectors {
492
+ font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, monospace;
493
+ font-size: 0.75rem;
494
+ }
495
+
468
496
  /* ─── Icons ──────────────────────────────────────────────────── */
469
497
 
470
498
  .pvx-icon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "React hooks and styled components for PitVox partner websites — leaderboards, competitions, driver dashboards",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",