@tomaszjarosz/react-visualizers 0.4.4 → 0.4.6

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.
@@ -486,6 +486,10 @@
486
486
  @layer components;
487
487
 
488
488
  @layer utilities {
489
+ .invisible {
490
+ visibility: hidden;
491
+ }
492
+
489
493
  .visible {
490
494
  visibility: visible;
491
495
  }
@@ -680,6 +684,10 @@
680
684
  display: grid;
681
685
  }
682
686
 
687
+ .hidden {
688
+ display: none;
689
+ }
690
+
683
691
  .inline {
684
692
  display: inline;
685
693
  }
@@ -780,6 +788,18 @@
780
788
  max-height: calc(var(--spacing) * 40);
781
789
  }
782
790
 
791
+ .min-h-\[20px\] {
792
+ min-height: 20px;
793
+ }
794
+
795
+ .min-h-\[24px\] {
796
+ min-height: 24px;
797
+ }
798
+
799
+ .min-h-\[28px\] {
800
+ min-height: 28px;
801
+ }
802
+
783
803
  .min-h-\[32px\] {
784
804
  min-height: 32px;
785
805
  }
@@ -792,18 +812,42 @@
792
812
  min-height: 40px;
793
813
  }
794
814
 
815
+ .min-h-\[44px\] {
816
+ min-height: 44px;
817
+ }
818
+
819
+ .min-h-\[48px\] {
820
+ min-height: 48px;
821
+ }
822
+
795
823
  .min-h-\[50px\] {
796
824
  min-height: 50px;
797
825
  }
798
826
 
827
+ .min-h-\[52px\] {
828
+ min-height: 52px;
829
+ }
830
+
799
831
  .min-h-\[60px\] {
800
832
  min-height: 60px;
801
833
  }
802
834
 
835
+ .min-h-\[64px\] {
836
+ min-height: 64px;
837
+ }
838
+
839
+ .min-h-\[68px\] {
840
+ min-height: 68px;
841
+ }
842
+
803
843
  .min-h-\[72px\] {
804
844
  min-height: 72px;
805
845
  }
806
846
 
847
+ .min-h-\[76px\] {
848
+ min-height: 76px;
849
+ }
850
+
807
851
  .min-h-\[80px\] {
808
852
  min-height: 80px;
809
853
  }
@@ -816,6 +860,10 @@
816
860
  min-height: 150px;
817
861
  }
818
862
 
863
+ .min-h-\[180px\] {
864
+ min-height: 180px;
865
+ }
866
+
819
867
  .w-0\.5 {
820
868
  width: calc(var(--spacing) * .5);
821
869
  }
@@ -2552,6 +2600,10 @@
2552
2600
  color: var(--color-purple-300);
2553
2601
  }
2554
2602
 
2603
+ .text-purple-400 {
2604
+ color: var(--color-purple-400);
2605
+ }
2606
+
2555
2607
  .text-purple-500 {
2556
2608
  color: var(--color-purple-500);
2557
2609
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomaszjarosz/react-visualizers",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "Interactive algorithm and data structure visualizers for React",
5
5
  "author": "Tomasz Jarosz <tomaszjarosz1994@gmail.com>",
6
6
  "license": "MIT",