@rovula/ui 0.1.13 → 0.1.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.
@@ -770,9 +770,6 @@ input[type=number] {
770
770
  .mt-4{
771
771
  margin-top: 1rem;
772
772
  }
773
- .mt-8{
774
- margin-top: 2rem;
775
- }
776
773
  .mt-\[6px\]{
777
774
  margin-top: 6px;
778
775
  }
@@ -797,9 +794,6 @@ input[type=number] {
797
794
  .grid{
798
795
  display: grid;
799
796
  }
800
- .contents{
801
- display: contents;
802
- }
803
797
  .hidden{
804
798
  display: none;
805
799
  }
@@ -899,6 +893,9 @@ input[type=number] {
899
893
  .h-60{
900
894
  height: 15rem;
901
895
  }
896
+ .h-\[200px\]{
897
+ height: 200px;
898
+ }
902
899
  .h-\[200vh\]{
903
900
  height: 200vh;
904
901
  }
@@ -969,9 +966,6 @@ input[type=number] {
969
966
  .min-h-\[18px\]{
970
967
  min-height: 18px;
971
968
  }
972
- .min-h-\[686px\]{
973
- min-height: 686px;
974
- }
975
969
  .min-h-screen{
976
970
  min-height: 100vh;
977
971
  }
@@ -1017,9 +1011,6 @@ input[type=number] {
1017
1011
  .w-\[140px\]{
1018
1012
  width: 140px;
1019
1013
  }
1020
- .w-\[180px\]{
1021
- width: 180px;
1022
- }
1023
1014
  .w-\[200px\]{
1024
1015
  width: 200px;
1025
1016
  }
@@ -2552,6 +2543,10 @@ input[type=number] {
2552
2543
  --tw-bg-opacity: 1;
2553
2544
  background-color: color-mix(in srgb, var(--transparent-primary-8) calc(100% * var(--tw-bg-opacity, 1)), transparent);
2554
2545
  }
2546
+ .bg-ramps-secondary-150{
2547
+ --tw-bg-opacity: 1;
2548
+ background-color: color-mix(in srgb, var(--ramps-secondary-150) calc(100% * var(--tw-bg-opacity, 1)), transparent);
2549
+ }
2555
2550
  .bg-red-100{
2556
2551
  --tw-bg-opacity: 1;
2557
2552
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
@@ -6410,37 +6405,13 @@ input[type=number] {
6410
6405
  }
6411
6406
  @media (min-width: 640px){
6412
6407
 
6413
- .sm\:mt-0{
6414
- margin-top: 0px;
6415
- }
6416
-
6417
6408
  .sm\:max-w-\[425px\]{
6418
6409
  max-width: 425px;
6419
6410
  }
6420
6411
 
6421
- .sm\:flex-row{
6422
- flex-direction: row;
6423
- }
6424
-
6425
- .sm\:items-center{
6426
- align-items: center;
6427
- }
6428
-
6429
- .sm\:justify-end{
6430
- justify-content: flex-end;
6431
- }
6432
-
6433
6412
  .sm\:justify-stretch{
6434
6413
  justify-content: stretch;
6435
6414
  }
6436
-
6437
- .sm\:gap-4{
6438
- gap: 1rem;
6439
- }
6440
-
6441
- .sm\:gap-6{
6442
- gap: 1.5rem;
6443
- }
6444
6415
  }
6445
6416
  @media (min-width: 768px){
6446
6417