@percy.ai/heatmap 0.0.2 → 0.0.3
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 +8 -12
- package/dist/umd/heatmap.js +15861 -998
- package/dist/umd/heatmap.js.map +1 -1
- package/dist/umd/heatmap.min.js +2 -2
- package/dist/umd/heatmap.min.js.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -840,6 +840,10 @@ body {
|
|
|
840
840
|
aspect-ratio: 1 / 1;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
+
.aspect-video {
|
|
844
|
+
aspect-ratio: 16 / 9;
|
|
845
|
+
}
|
|
846
|
+
|
|
843
847
|
.h-1 {
|
|
844
848
|
height: 0.25rem;
|
|
845
849
|
}
|
|
@@ -920,14 +924,6 @@ body {
|
|
|
920
924
|
height: 20px;
|
|
921
925
|
}
|
|
922
926
|
|
|
923
|
-
.h-\[600px\] {
|
|
924
|
-
height: 600px;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
.h-\[inherit\] {
|
|
928
|
-
height: inherit;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
927
|
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
|
|
932
928
|
height: var(--radix-navigation-menu-viewport-height);
|
|
933
929
|
}
|
|
@@ -956,6 +952,10 @@ body {
|
|
|
956
952
|
min-height: 60px;
|
|
957
953
|
}
|
|
958
954
|
|
|
955
|
+
.min-h-full {
|
|
956
|
+
min-height: 100%;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
959
|
.w-10 {
|
|
960
960
|
width: 2.5rem;
|
|
961
961
|
}
|
|
@@ -1108,10 +1108,6 @@ body {
|
|
|
1108
1108
|
width: 80px;
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
|
-
.w-\[inherit\] {
|
|
1112
|
-
width: inherit;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
1111
|
.w-full {
|
|
1116
1112
|
width: 100%;
|
|
1117
1113
|
}
|