verben-workflow-ui 0.5.68 → 0.5.70

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/styles/styles.css CHANGED
@@ -699,9 +699,6 @@ video {
699
699
  .h-2\.5 {
700
700
  height: 0.625rem;
701
701
  }
702
- .h-4 {
703
- height: 1rem;
704
- }
705
702
  .h-\[100\%\] {
706
703
  height: 100%;
707
704
  }
@@ -733,9 +730,6 @@ video {
733
730
  .h-full {
734
731
  height: 100%;
735
732
  }
736
- .max-h-40 {
737
- max-height: 10rem;
738
- }
739
733
  .max-h-48 {
740
734
  max-height: 12rem;
741
735
  }
@@ -754,9 +748,6 @@ video {
754
748
  .w-3 {
755
749
  width: 0.75rem;
756
750
  }
757
- .w-4 {
758
- width: 1rem;
759
- }
760
751
  .w-64 {
761
752
  width: 16rem;
762
753
  }
@@ -911,6 +902,9 @@ video {
911
902
  .gap-y-2 {
912
903
  row-gap: 0.5rem;
913
904
  }
905
+ .gap-y-4 {
906
+ row-gap: 1rem;
907
+ }
914
908
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
915
909
  --tw-space-y-reverse: 0;
916
910
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));