@pitvox/partner-react 0.5.2 → 0.5.4

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
@@ -1935,8 +1935,13 @@
1935
1935
  font-size: 0.8125rem;
1936
1936
  }
1937
1937
 
1938
- .pvx-dash-stat-card--has-tooltip:hover .pvx-dash-tooltip {
1938
+ .pvx-dash-stat-card--clickable {
1939
+ cursor: pointer;
1940
+ }
1941
+
1942
+ .pvx-dash-tooltip--open {
1939
1943
  opacity: 1;
1944
+ pointer-events: auto;
1940
1945
  }
1941
1946
 
1942
1947
  .pvx-dash-tooltip-row {
@@ -1959,11 +1964,10 @@
1959
1964
  flex-shrink: 0;
1960
1965
  }
1961
1966
 
1962
- .pvx-dash-tooltip-more {
1963
- color: var(--pvx-text-dimmed);
1964
- font-size: 0.75rem;
1965
- justify-content: center;
1966
- padding-top: 0.25rem;
1967
+ .pvx-dash-tooltip--scrollable {
1968
+ max-height: 20rem;
1969
+ overflow-y: auto;
1970
+ pointer-events: auto;
1967
1971
  }
1968
1972
 
1969
1973
  /* ─── Records list (compact layout) ───────────────────────────── */
@@ -2145,6 +2149,14 @@
2145
2149
  color: #fff;
2146
2150
  }
2147
2151
 
2152
+ .pvx-upcoming-remaining {
2153
+ padding: 0.5rem 0.75rem;
2154
+ font-size: 0.8125rem;
2155
+ color: var(--pvx-text-muted);
2156
+ text-align: center;
2157
+ border-top: 1px solid var(--pvx-border);
2158
+ }
2159
+
2148
2160
  /* ═══════════════════════════════════════════════════════════════════
2149
2161
  Notifications
2150
2162
  ═══════════════════════════════════════════════════════════════════ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
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",