@pitvox/partner-react 0.5.3 → 0.5.4
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 +570 -542
- package/dist/styles.css +6 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1935,8 +1935,13 @@
|
|
|
1935
1935
|
font-size: 0.8125rem;
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
|
-
.pvx-dash-stat-card--
|
|
1938
|
+
.pvx-dash-stat-card--clickable {
|
|
1939
|
+
cursor: pointer;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.pvx-dash-tooltip--open {
|
|
1939
1943
|
opacity: 1;
|
|
1944
|
+
pointer-events: auto;
|
|
1940
1945
|
}
|
|
1941
1946
|
|
|
1942
1947
|
.pvx-dash-tooltip-row {
|
package/package.json
CHANGED