@sikka/hawa 0.0.134 → 0.0.135

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
@@ -767,6 +767,9 @@ video {
767
767
  .h-0\.5 {
768
768
  height: 0.125rem;
769
769
  }
770
+ .h-\[1px\] {
771
+ height: 1px;
772
+ }
770
773
  .h-9 {
771
774
  height: 2.25rem;
772
775
  }
@@ -844,6 +847,9 @@ video {
844
847
  .w-12 {
845
848
  width: 3rem;
846
849
  }
850
+ .w-10\/12 {
851
+ width: 83.333333%;
852
+ }
847
853
  .w-\[calc\(100\%-1rem\)\] {
848
854
  width: calc(100% - 1rem);
849
855
  }
@@ -1040,9 +1046,15 @@ video {
1040
1046
  --tw-divide-opacity: 1;
1041
1047
  border-color: rgb(17 24 39 / var(--tw-divide-opacity));
1042
1048
  }
1049
+ .self-center {
1050
+ align-self: center;
1051
+ }
1043
1052
  .justify-self-end {
1044
1053
  justify-self: end;
1045
1054
  }
1055
+ .overflow-auto {
1056
+ overflow: auto;
1057
+ }
1046
1058
  .overflow-hidden {
1047
1059
  overflow: hidden;
1048
1060
  }