@pitvox/partner-react 0.5.9 → 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 +3 -4
  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-muted);
2176
- background: var(--pvx-bg-subtle, rgba(128, 128, 128, 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;
@@ -2190,11 +2190,10 @@
2190
2190
 
2191
2191
  .pvx-server-icon {
2192
2192
  flex-shrink: 0;
2193
- opacity: 0.7;
2194
2193
  }
2195
2194
 
2196
2195
  .pvx-server-icon--action {
2197
- opacity: 0.5;
2196
+ opacity: 0.85;
2198
2197
  }
2199
2198
 
2200
2199
  .pvx-server-icon--copied {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitvox/partner-react",
3
- "version": "0.5.9",
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",