@mahatisystems/mahati-ui-components 5.2.1 → 5.2.2

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/index.css CHANGED
@@ -605,18 +605,15 @@
605
605
  .mb-\[2px\] {
606
606
  margin-bottom: 2px;
607
607
  }
608
+ .mb-\[8px\] {
609
+ margin-bottom: 8px;
610
+ }
608
611
  .mb-\[10px\] {
609
612
  margin-bottom: 10px;
610
613
  }
611
- .mb-\[12px\] {
612
- margin-bottom: 12px;
613
- }
614
614
  .mb-\[14px\] {
615
615
  margin-bottom: 14px;
616
616
  }
617
- .mb-\[16px\] {
618
- margin-bottom: 16px;
619
- }
620
617
  .mb-\[98px\] {
621
618
  margin-bottom: 98px;
622
619
  }
@@ -803,6 +800,9 @@
803
800
  .h-px {
804
801
  height: 1px;
805
802
  }
803
+ .max-h-40 {
804
+ max-height: calc(var(--spacing) * 40);
805
+ }
806
806
  .max-h-\[16rem\] {
807
807
  max-height: 16rem;
808
808
  }
@@ -827,8 +827,8 @@
827
827
  .min-h-\[50px\] {
828
828
  min-height: 50px;
829
829
  }
830
- .min-h-\[52px\] {
831
- min-height: 52px;
830
+ .min-h-\[60px\] {
831
+ min-height: 60px;
832
832
  }
833
833
  .min-h-\[100px\] {
834
834
  min-height: 100px;
@@ -1028,6 +1028,9 @@
1028
1028
  .max-w-\[640px\] {
1029
1029
  max-width: 640px;
1030
1030
  }
1031
+ .max-w-\[684px\] {
1032
+ max-width: 684px;
1033
+ }
1031
1034
  .max-w-\[calc\(100vw-16px\)\] {
1032
1035
  max-width: calc(100vw - 16px);
1033
1036
  }
@@ -1318,6 +1321,9 @@
1318
1321
  .rounded-\[4px\] {
1319
1322
  border-radius: 4px;
1320
1323
  }
1324
+ .rounded-\[5px\] {
1325
+ border-radius: 5px;
1326
+ }
1321
1327
  .rounded-\[6px\] {
1322
1328
  border-radius: 6px;
1323
1329
  }
@@ -1502,9 +1508,6 @@
1502
1508
  .border-\[\#e5e7eb\] {
1503
1509
  border-color: #e5e7eb;
1504
1510
  }
1505
- .border-\[4daf83\] {
1506
- border-color: 4daf83;
1507
- }
1508
1511
  .border-\[rgba\(23\,97\,163\,0\.3\)\] {
1509
1512
  border-color: rgba(23, 97, 163, 0.3);
1510
1513
  }
@@ -1643,9 +1646,6 @@
1643
1646
  .bg-\[\#eaf6f1\] {
1644
1647
  background-color: #eaf6f1;
1645
1648
  }
1646
- .bg-\[\#eef5f2\] {
1647
- background-color: #eef5f2;
1648
- }
1649
1649
  .bg-\[\#ef4444\] {
1650
1650
  background-color: #ef4444;
1651
1651
  }
@@ -2273,6 +2273,9 @@
2273
2273
  .text-\[\#2f6f5e\] {
2274
2274
  color: #2f6f5e;
2275
2275
  }
2276
+ .text-\[\#4a5c57\] {
2277
+ color: #4a5c57;
2278
+ }
2276
2279
  .text-\[\#4daf83\] {
2277
2280
  color: #4daf83;
2278
2281
  }
@@ -3697,11 +3700,6 @@
3697
3700
  height: calc(var(--spacing) * 56);
3698
3701
  }
3699
3702
  }
3700
- .sm\:min-h-\[60px\] {
3701
- @media (width >= 40rem) {
3702
- min-height: 60px;
3703
- }
3704
- }
3705
3703
  .sm\:min-h-\[110px\] {
3706
3704
  @media (width >= 40rem) {
3707
3705
  min-height: 110px;
@@ -3752,11 +3750,6 @@
3752
3750
  width: 500px;
3753
3751
  }
3754
3752
  }
3755
- .sm\:max-w-\[684px\] {
3756
- @media (width >= 40rem) {
3757
- max-width: 684px;
3758
- }
3759
- }
3760
3753
  .sm\:flex-row {
3761
3754
  @media (width >= 40rem) {
3762
3755
  flex-direction: row;