@pitvox/partner-react 0.7.18 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2740,6 +2740,7 @@
2740
2740
 
2741
2741
  .pvx-positions-chart {
2742
2742
  margin-bottom: 1rem;
2743
+ padding: 0.75rem 1rem 1rem;
2743
2744
  }
2744
2745
 
2745
2746
  .pvx-positions-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.19",
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",