@pitvox/partner-react 0.5.8 → 0.5.10
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/index.cjs +1 -1
- package/dist/index.js +370 -369
- package/dist/styles.css +3 -4
- 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-
|
|
2176
|
-
background: var(--pvx-bg-subtle, rgba(
|
|
2175
|
+
color: var(--pvx-text-secondary, #374151);
|
|
2176
|
+
background: var(--pvx-bg-subtle, rgba(99, 102, 241, 0.1));
|
|
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.
|
|
2196
|
+
opacity: 0.85;
|
|
2198
2197
|
}
|
|
2199
2198
|
|
|
2200
2199
|
.pvx-server-icon--copied {
|
package/package.json
CHANGED