@pitvox/partner-react 0.7.18 → 0.7.20

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2729,6 +2729,7 @@
2729
2729
 
2730
2730
  .pvx-positions-section {
2731
2731
  margin-top: 1.25rem;
2732
+ padding: 1rem;
2732
2733
  }
2733
2734
 
2734
2735
  .pvx-positions-section-title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.7.18",
3
+ "version": "0.7.20",
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",