@pitvox/partner-react 0.7.17 → 0.7.19
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/index.cjs +1 -1
- package/dist/index.js +1201 -1003
- package/dist/styles.css +101 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2711,3 +2711,104 @@
|
|
|
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
|
+
padding: 0.75rem 1rem 1rem;
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
.pvx-positions-title {
|
|
2747
|
+
font-size: 0.72rem;
|
|
2748
|
+
font-weight: 700;
|
|
2749
|
+
letter-spacing: 0.05em;
|
|
2750
|
+
text-transform: uppercase;
|
|
2751
|
+
color: var(--pvx-text-muted);
|
|
2752
|
+
margin-bottom: 0.25rem;
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2755
|
+
.pvx-positions-svg {
|
|
2756
|
+
width: 100%;
|
|
2757
|
+
height: auto;
|
|
2758
|
+
display: block;
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
.pvx-positions-grid {
|
|
2762
|
+
stroke: var(--pvx-border);
|
|
2763
|
+
stroke-width: 1;
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
.pvx-positions-axis {
|
|
2767
|
+
fill: var(--pvx-text-muted);
|
|
2768
|
+
font-size: 10px;
|
|
2769
|
+
font-family: inherit;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
.pvx-positions-legend {
|
|
2773
|
+
display: flex;
|
|
2774
|
+
flex-wrap: wrap;
|
|
2775
|
+
gap: 0.25rem 0.75rem;
|
|
2776
|
+
margin-top: 0.5rem;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
.pvx-positions-legend-item {
|
|
2780
|
+
display: inline-flex;
|
|
2781
|
+
align-items: center;
|
|
2782
|
+
gap: 0.35rem;
|
|
2783
|
+
background: none;
|
|
2784
|
+
border: none;
|
|
2785
|
+
padding: 0;
|
|
2786
|
+
cursor: pointer;
|
|
2787
|
+
font-size: 0.72rem;
|
|
2788
|
+
color: var(--pvx-text);
|
|
2789
|
+
font-family: inherit;
|
|
2790
|
+
}
|
|
2791
|
+
|
|
2792
|
+
.pvx-positions-swatch {
|
|
2793
|
+
width: 0.6rem;
|
|
2794
|
+
height: 0.6rem;
|
|
2795
|
+
border-radius: 2px;
|
|
2796
|
+
flex-shrink: 0;
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
.pvx-positions-legend-clear {
|
|
2800
|
+
background: none;
|
|
2801
|
+
border: none;
|
|
2802
|
+
padding: 0;
|
|
2803
|
+
cursor: pointer;
|
|
2804
|
+
font-size: 0.72rem;
|
|
2805
|
+
color: var(--pvx-accent-hover);
|
|
2806
|
+
font-family: inherit;
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
.pvx-positions-empty {
|
|
2810
|
+
padding: 1.5rem;
|
|
2811
|
+
text-align: center;
|
|
2812
|
+
font-size: 0.8rem;
|
|
2813
|
+
color: var(--pvx-text-muted);
|
|
2814
|
+
}
|
package/package.json
CHANGED