@pitvox/partner-react 0.7.19 → 0.7.21

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
@@ -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 {
@@ -2740,7 +2741,6 @@
2740
2741
 
2741
2742
  .pvx-positions-chart {
2742
2743
  margin-bottom: 1rem;
2743
- padding: 0.75rem 1rem 1rem;
2744
2744
  }
2745
2745
 
2746
2746
  .pvx-positions-title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.7.19",
3
+ "version": "0.7.21",
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",