@percy.ai/heatmap 0.0.2 → 0.0.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/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;
@@ -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
  }
@@ -1108,10 +1104,6 @@ body {
1108
1104
  width: 80px;
1109
1105
  }
1110
1106
 
1111
- .w-\[inherit\] {
1112
- width: inherit;
1113
- }
1114
-
1115
1107
  .w-full {
1116
1108
  width: 100%;
1117
1109
  }
@@ -13172,6 +13164,10 @@ body {
13172
13164
  position: absolute;
13173
13165
  }
13174
13166
 
13167
+ .md\:m-8 {
13168
+ margin: 2rem;
13169
+ }
13170
+
13175
13171
  .md\:w-\[400px\] {
13176
13172
  width: 400px;
13177
13173
  }
@@ -13202,6 +13198,10 @@ body {
13202
13198
  }
13203
13199
 
13204
13200
  @media (min-width: 1024px) {
13201
+ .lg\:m-8 {
13202
+ margin: 2rem;
13203
+ }
13204
+
13205
13205
  .lg\:flex {
13206
13206
  display: flex;
13207
13207
  }