@pitvox/partner-react 0.5.3 → 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.5.3",
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",