@rovula/ui 0.0.69 → 0.0.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.
@@ -675,6 +675,10 @@ input[type=number] {
675
675
  margin-left: -0.5rem;
676
676
  margin-right: -0.5rem;
677
677
  }
678
+ .mx-2{
679
+ margin-left: 0.5rem;
680
+ margin-right: 0.5rem;
681
+ }
678
682
  .mx-4{
679
683
  margin-left: 1rem;
680
684
  margin-right: 1rem;
@@ -744,6 +748,9 @@ input[type=number] {
744
748
  .block{
745
749
  display: block;
746
750
  }
751
+ .inline-block{
752
+ display: inline-block;
753
+ }
747
754
  .flex{
748
755
  display: flex;
749
756
  }
@@ -906,6 +913,9 @@ input[type=number] {
906
913
  .w-2{
907
914
  width: 0.5rem;
908
915
  }
916
+ .w-28{
917
+ width: 7rem;
918
+ }
909
919
  .w-3{
910
920
  width: 0.75rem;
911
921
  }
@@ -974,6 +984,9 @@ input[type=number] {
974
984
  min-width: -moz-fit-content;
975
985
  min-width: fit-content;
976
986
  }
987
+ .max-w-full{
988
+ max-width: 100%;
989
+ }
977
990
  .max-w-lg{
978
991
  max-width: 32rem;
979
992
  }
@@ -1185,6 +1198,9 @@ input[type=number] {
1185
1198
  .text-ellipsis{
1186
1199
  text-overflow: ellipsis;
1187
1200
  }
1201
+ .whitespace-nowrap{
1202
+ white-space: nowrap;
1203
+ }
1188
1204
  .rounded{
1189
1205
  border-radius: 0.25rem;
1190
1206
  }
@@ -2669,6 +2685,10 @@ input[type=number] {
2669
2685
  --tw-bg-opacity: 1;
2670
2686
  background-color: color-mix(in srgb, var(--other-transparency-warning-8) calc(100% * var(--tw-bg-opacity, 1)), transparent);
2671
2687
  }
2688
+ .bg-white{
2689
+ --tw-bg-opacity: 1;
2690
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
2691
+ }
2672
2692
  .bg-white-transparent-12{
2673
2693
  --tw-bg-opacity: 1;
2674
2694
  background-color: color-mix(in srgb, var(--other-transparency-white-12) calc(100% * var(--tw-bg-opacity, 1)), transparent);
@@ -3184,6 +3204,9 @@ input[type=number] {
3184
3204
  .capitalize{
3185
3205
  text-transform: capitalize;
3186
3206
  }
3207
+ .leading-\[3rem\]{
3208
+ line-height: 3rem;
3209
+ }
3187
3210
  .leading-none{
3188
3211
  line-height: 1;
3189
3212
  }