@percy.ai/heatmap 0.0.7 → 0.0.9
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 +12 -8
- package/dist/umd/heatmap.js +31476 -1157
- package/dist/umd/heatmap.js.map +1 -1
- package/dist/umd/heatmap.min.js +10 -2
- package/dist/umd/heatmap.min.js.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -716,6 +716,10 @@ body {
|
|
|
716
716
|
grid-row: span 3 / span 3;
|
|
717
717
|
}
|
|
718
718
|
|
|
719
|
+
.m-3 {
|
|
720
|
+
margin: 0.75rem;
|
|
721
|
+
}
|
|
722
|
+
|
|
719
723
|
.-mx-1 {
|
|
720
724
|
margin-left: -0.25rem;
|
|
721
725
|
margin-right: -0.25rem;
|
|
@@ -840,10 +844,6 @@ body {
|
|
|
840
844
|
aspect-ratio: 1 / 1;
|
|
841
845
|
}
|
|
842
846
|
|
|
843
|
-
.aspect-video {
|
|
844
|
-
aspect-ratio: 16 / 9;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
847
|
.h-1 {
|
|
848
848
|
height: 0.25rem;
|
|
849
849
|
}
|
|
@@ -952,10 +952,6 @@ body {
|
|
|
952
952
|
min-height: 60px;
|
|
953
953
|
}
|
|
954
954
|
|
|
955
|
-
.min-h-full {
|
|
956
|
-
min-height: 100%;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
955
|
.w-10 {
|
|
960
956
|
width: 2.5rem;
|
|
961
957
|
}
|
|
@@ -13168,6 +13164,10 @@ body {
|
|
|
13168
13164
|
position: absolute;
|
|
13169
13165
|
}
|
|
13170
13166
|
|
|
13167
|
+
.md\:m-8 {
|
|
13168
|
+
margin: 2rem;
|
|
13169
|
+
}
|
|
13170
|
+
|
|
13171
13171
|
.md\:w-\[400px\] {
|
|
13172
13172
|
width: 400px;
|
|
13173
13173
|
}
|
|
@@ -13198,6 +13198,10 @@ body {
|
|
|
13198
13198
|
}
|
|
13199
13199
|
|
|
13200
13200
|
@media (min-width: 1024px) {
|
|
13201
|
+
.lg\:m-8 {
|
|
13202
|
+
margin: 2rem;
|
|
13203
|
+
}
|
|
13204
|
+
|
|
13201
13205
|
.lg\:flex {
|
|
13202
13206
|
display: flex;
|
|
13203
13207
|
}
|