@tomaszjarosz/react-visualizers 0.4.13 → 0.4.14

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.
@@ -860,6 +860,10 @@
860
860
  min-height: 150px;
861
861
  }
862
862
 
863
+ .min-h-\[160px\] {
864
+ min-height: 160px;
865
+ }
866
+
863
867
  .min-h-\[180px\] {
864
868
  min-height: 180px;
865
869
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomaszjarosz/react-visualizers",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "Interactive algorithm and data structure visualizers for React",
5
5
  "author": "Tomasz Jarosz <tomaszjarosz1994@gmail.com>",
6
6
  "license": "MIT",