@tomaszjarosz/react-visualizers 0.4.3 → 0.4.5

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.
@@ -788,10 +788,30 @@
788
788
  min-height: 36px;
789
789
  }
790
790
 
791
+ .min-h-\[40px\] {
792
+ min-height: 40px;
793
+ }
794
+
795
+ .min-h-\[44px\] {
796
+ min-height: 44px;
797
+ }
798
+
791
799
  .min-h-\[50px\] {
792
800
  min-height: 50px;
793
801
  }
794
802
 
803
+ .min-h-\[52px\] {
804
+ min-height: 52px;
805
+ }
806
+
807
+ .min-h-\[60px\] {
808
+ min-height: 60px;
809
+ }
810
+
811
+ .min-h-\[72px\] {
812
+ min-height: 72px;
813
+ }
814
+
795
815
  .min-h-\[80px\] {
796
816
  min-height: 80px;
797
817
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomaszjarosz/react-visualizers",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Interactive algorithm and data structure visualizers for React",
5
5
  "author": "Tomasz Jarosz <tomaszjarosz1994@gmail.com>",
6
6
  "license": "MIT",