@pitvox/partner-react 0.5.10 → 0.5.11

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 +2 -2
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2172,8 +2172,8 @@
2172
2172
  align-items: center;
2173
2173
  gap: 0.25rem;
2174
2174
  font-size: 0.75rem;
2175
- color: var(--pvx-text-secondary, #374151);
2176
- background: var(--pvx-bg-subtle, rgba(99, 102, 241, 0.1));
2175
+ color: var(--pvx-text);
2176
+ background: var(--pvx-bg-subtle, rgba(99, 102, 241, 0.15));
2177
2177
  padding: 0.125rem 0.5rem;
2178
2178
  border-radius: 4px;
2179
2179
  font-family: monospace;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
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",