@pitvox/partner-react 0.7.11 → 0.7.13

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
@@ -914,6 +914,11 @@
914
914
  color: #4ade80;
915
915
  }
916
916
 
917
+ .pvx-comp-badge--hotlap {
918
+ background: rgba(239, 68, 68, 0.2);
919
+ color: #f87171;
920
+ }
921
+
917
922
  .pvx-info-pill {
918
923
  display: inline-block;
919
924
  padding: 0.125rem 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.7.11",
3
+ "version": "0.7.13",
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",