@pitvox/partner-react 0.7.16 → 0.7.17

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
@@ -1979,6 +1979,7 @@
1979
1979
 
1980
1980
  .pvx-dash-profile {
1981
1981
  display: flex;
1982
+ flex-direction: row;
1982
1983
  align-items: center;
1983
1984
  gap: 1rem;
1984
1985
  padding: 1.25rem 1.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
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",