@pitvox/partner-react 0.7.17 → 0.7.18

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
@@ -2711,3 +2711,103 @@
2711
2711
  flex-shrink: 0;
2712
2712
  margin-top: 0.375rem;
2713
2713
  }
2714
+
2715
+ /* ─── Multi-class results grouping ──────────────────────────── */
2716
+
2717
+ .pvx-row--class-header > .pvx-td--class-header {
2718
+ padding: 0.5rem 0.75rem;
2719
+ font-size: 0.7rem;
2720
+ font-weight: 700;
2721
+ letter-spacing: 0.05em;
2722
+ text-transform: uppercase;
2723
+ color: var(--pvx-text-primary);
2724
+ background: var(--pvx-bg-hover);
2725
+ border-bottom: 1px solid var(--pvx-border-header);
2726
+ }
2727
+
2728
+ /* ─── Race positions chart ──────────────────────────────────── */
2729
+
2730
+ .pvx-positions-section {
2731
+ margin-top: 1.25rem;
2732
+ }
2733
+
2734
+ .pvx-positions-section-title {
2735
+ font-size: 0.8rem;
2736
+ font-weight: 600;
2737
+ color: var(--pvx-text-primary);
2738
+ margin-bottom: 0.5rem;
2739
+ }
2740
+
2741
+ .pvx-positions-chart {
2742
+ margin-bottom: 1rem;
2743
+ }
2744
+
2745
+ .pvx-positions-title {
2746
+ font-size: 0.72rem;
2747
+ font-weight: 700;
2748
+ letter-spacing: 0.05em;
2749
+ text-transform: uppercase;
2750
+ color: var(--pvx-text-muted);
2751
+ margin-bottom: 0.25rem;
2752
+ }
2753
+
2754
+ .pvx-positions-svg {
2755
+ width: 100%;
2756
+ height: auto;
2757
+ display: block;
2758
+ }
2759
+
2760
+ .pvx-positions-grid {
2761
+ stroke: var(--pvx-border);
2762
+ stroke-width: 1;
2763
+ }
2764
+
2765
+ .pvx-positions-axis {
2766
+ fill: var(--pvx-text-muted);
2767
+ font-size: 10px;
2768
+ font-family: inherit;
2769
+ }
2770
+
2771
+ .pvx-positions-legend {
2772
+ display: flex;
2773
+ flex-wrap: wrap;
2774
+ gap: 0.25rem 0.75rem;
2775
+ margin-top: 0.5rem;
2776
+ }
2777
+
2778
+ .pvx-positions-legend-item {
2779
+ display: inline-flex;
2780
+ align-items: center;
2781
+ gap: 0.35rem;
2782
+ background: none;
2783
+ border: none;
2784
+ padding: 0;
2785
+ cursor: pointer;
2786
+ font-size: 0.72rem;
2787
+ color: var(--pvx-text);
2788
+ font-family: inherit;
2789
+ }
2790
+
2791
+ .pvx-positions-swatch {
2792
+ width: 0.6rem;
2793
+ height: 0.6rem;
2794
+ border-radius: 2px;
2795
+ flex-shrink: 0;
2796
+ }
2797
+
2798
+ .pvx-positions-legend-clear {
2799
+ background: none;
2800
+ border: none;
2801
+ padding: 0;
2802
+ cursor: pointer;
2803
+ font-size: 0.72rem;
2804
+ color: var(--pvx-accent-hover);
2805
+ font-family: inherit;
2806
+ }
2807
+
2808
+ .pvx-positions-empty {
2809
+ padding: 1.5rem;
2810
+ text-align: center;
2811
+ font-size: 0.8rem;
2812
+ color: var(--pvx-text-muted);
2813
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.7.17",
3
+ "version": "0.7.18",
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",