@percy.ai/heatmap 0.0.4 → 0.0.7

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