warqadui 0.0.30 → 0.0.32

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.js CHANGED
@@ -624,9 +624,6 @@ select:-webkit-autofill:focus {
624
624
  .h-3 {
625
625
  height: 0.75rem;
626
626
  }
627
- .h-3\\.5 {
628
- height: 0.875rem;
629
- }
630
627
  .h-32 {
631
628
  height: 8rem;
632
629
  }
@@ -639,6 +636,9 @@ select:-webkit-autofill:focus {
639
636
  .h-6 {
640
637
  height: 1.5rem;
641
638
  }
639
+ .h-7 {
640
+ height: 1.75rem;
641
+ }
642
642
  .h-8 {
643
643
  height: 2rem;
644
644
  }
@@ -657,8 +657,8 @@ select:-webkit-autofill:focus {
657
657
  .min-h-24 {
658
658
  min-height: 6rem;
659
659
  }
660
- .min-h-96 {
661
- min-height: 24rem;
660
+ .min-h-\\[300px\\] {
661
+ min-height: 300px;
662
662
  }
663
663
  .min-h-screen {
664
664
  min-height: 100vh;
@@ -669,15 +669,12 @@ select:-webkit-autofill:focus {
669
669
  .w-10 {
670
670
  width: 2.5rem;
671
671
  }
672
- .w-16 {
673
- width: 4rem;
672
+ .w-14 {
673
+ width: 3.5rem;
674
674
  }
675
675
  .w-3 {
676
676
  width: 0.75rem;
677
677
  }
678
- .w-3\\.5 {
679
- width: 0.875rem;
680
- }
681
678
  .w-3\\/4 {
682
679
  width: 75%;
683
680
  }
@@ -696,6 +693,9 @@ select:-webkit-autofill:focus {
696
693
  .w-6 {
697
694
  width: 1.5rem;
698
695
  }
696
+ .w-7 {
697
+ width: 1.75rem;
698
+ }
699
699
  .w-8 {
700
700
  width: 2rem;
701
701
  }
@@ -729,12 +729,12 @@ select:-webkit-autofill:focus {
729
729
  .max-w-full {
730
730
  max-width: 100%;
731
731
  }
732
+ .max-w-lg {
733
+ max-width: 32rem;
734
+ }
732
735
  .max-w-sm {
733
736
  max-width: 24rem;
734
737
  }
735
- .max-w-xl {
736
- max-width: 36rem;
737
- }
738
738
  .max-w-xs {
739
739
  max-width: 20rem;
740
740
  }
@@ -997,9 +997,6 @@ select:-webkit-autofill:focus {
997
997
  --tw-border-opacity: 1;
998
998
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
999
999
  }
1000
- .border-emerald-500\\/30 {
1001
- border-color: rgb(16 185 129 / 0.3);
1002
- }
1003
1000
  .border-gray-100 {
1004
1001
  --tw-border-opacity: 1;
1005
1002
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
@@ -1030,24 +1027,13 @@ select:-webkit-autofill:focus {
1030
1027
  .border-white\\/20 {
1031
1028
  border-color: rgb(255 255 255 / 0.2);
1032
1029
  }
1033
- .border-white\\/30 {
1034
- border-color: rgb(255 255 255 / 0.3);
1035
- }
1036
1030
  .border-yellow-500 {
1037
1031
  --tw-border-opacity: 1;
1038
1032
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
1039
1033
  }
1040
- .border-t-emerald-500 {
1041
- --tw-border-opacity: 1;
1042
- border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
1043
- }
1044
1034
  .border-t-transparent {
1045
1035
  border-top-color: transparent;
1046
1036
  }
1047
- .border-t-white {
1048
- --tw-border-opacity: 1;
1049
- border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
1050
- }
1051
1037
  .bg-black {
1052
1038
  --tw-bg-opacity: 1;
1053
1039
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
@@ -1166,9 +1152,6 @@ select:-webkit-autofill:focus {
1166
1152
  .p-1\\.5 {
1167
1153
  padding: 0.375rem;
1168
1154
  }
1169
- .p-12 {
1170
- padding: 3rem;
1171
- }
1172
1155
  .p-2 {
1173
1156
  padding: 0.5rem;
1174
1157
  }
@@ -1236,6 +1219,10 @@ select:-webkit-autofill:focus {
1236
1219
  padding-top: 0.375rem;
1237
1220
  padding-bottom: 0.375rem;
1238
1221
  }
1222
+ .py-12 {
1223
+ padding-top: 3rem;
1224
+ padding-bottom: 3rem;
1225
+ }
1239
1226
  .py-2 {
1240
1227
  padding-top: 0.5rem;
1241
1228
  padding-bottom: 0.5rem;
package/dist/styles.mjs CHANGED
@@ -622,9 +622,6 @@ select:-webkit-autofill:focus {
622
622
  .h-3 {
623
623
  height: 0.75rem;
624
624
  }
625
- .h-3\\.5 {
626
- height: 0.875rem;
627
- }
628
625
  .h-32 {
629
626
  height: 8rem;
630
627
  }
@@ -637,6 +634,9 @@ select:-webkit-autofill:focus {
637
634
  .h-6 {
638
635
  height: 1.5rem;
639
636
  }
637
+ .h-7 {
638
+ height: 1.75rem;
639
+ }
640
640
  .h-8 {
641
641
  height: 2rem;
642
642
  }
@@ -655,8 +655,8 @@ select:-webkit-autofill:focus {
655
655
  .min-h-24 {
656
656
  min-height: 6rem;
657
657
  }
658
- .min-h-96 {
659
- min-height: 24rem;
658
+ .min-h-\\[300px\\] {
659
+ min-height: 300px;
660
660
  }
661
661
  .min-h-screen {
662
662
  min-height: 100vh;
@@ -667,15 +667,12 @@ select:-webkit-autofill:focus {
667
667
  .w-10 {
668
668
  width: 2.5rem;
669
669
  }
670
- .w-16 {
671
- width: 4rem;
670
+ .w-14 {
671
+ width: 3.5rem;
672
672
  }
673
673
  .w-3 {
674
674
  width: 0.75rem;
675
675
  }
676
- .w-3\\.5 {
677
- width: 0.875rem;
678
- }
679
676
  .w-3\\/4 {
680
677
  width: 75%;
681
678
  }
@@ -694,6 +691,9 @@ select:-webkit-autofill:focus {
694
691
  .w-6 {
695
692
  width: 1.5rem;
696
693
  }
694
+ .w-7 {
695
+ width: 1.75rem;
696
+ }
697
697
  .w-8 {
698
698
  width: 2rem;
699
699
  }
@@ -727,12 +727,12 @@ select:-webkit-autofill:focus {
727
727
  .max-w-full {
728
728
  max-width: 100%;
729
729
  }
730
+ .max-w-lg {
731
+ max-width: 32rem;
732
+ }
730
733
  .max-w-sm {
731
734
  max-width: 24rem;
732
735
  }
733
- .max-w-xl {
734
- max-width: 36rem;
735
- }
736
736
  .max-w-xs {
737
737
  max-width: 20rem;
738
738
  }
@@ -995,9 +995,6 @@ select:-webkit-autofill:focus {
995
995
  --tw-border-opacity: 1;
996
996
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
997
997
  }
998
- .border-emerald-500\\/30 {
999
- border-color: rgb(16 185 129 / 0.3);
1000
- }
1001
998
  .border-gray-100 {
1002
999
  --tw-border-opacity: 1;
1003
1000
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
@@ -1028,24 +1025,13 @@ select:-webkit-autofill:focus {
1028
1025
  .border-white\\/20 {
1029
1026
  border-color: rgb(255 255 255 / 0.2);
1030
1027
  }
1031
- .border-white\\/30 {
1032
- border-color: rgb(255 255 255 / 0.3);
1033
- }
1034
1028
  .border-yellow-500 {
1035
1029
  --tw-border-opacity: 1;
1036
1030
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
1037
1031
  }
1038
- .border-t-emerald-500 {
1039
- --tw-border-opacity: 1;
1040
- border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
1041
- }
1042
1032
  .border-t-transparent {
1043
1033
  border-top-color: transparent;
1044
1034
  }
1045
- .border-t-white {
1046
- --tw-border-opacity: 1;
1047
- border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
1048
- }
1049
1035
  .bg-black {
1050
1036
  --tw-bg-opacity: 1;
1051
1037
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
@@ -1164,9 +1150,6 @@ select:-webkit-autofill:focus {
1164
1150
  .p-1\\.5 {
1165
1151
  padding: 0.375rem;
1166
1152
  }
1167
- .p-12 {
1168
- padding: 3rem;
1169
- }
1170
1153
  .p-2 {
1171
1154
  padding: 0.5rem;
1172
1155
  }
@@ -1234,6 +1217,10 @@ select:-webkit-autofill:focus {
1234
1217
  padding-top: 0.375rem;
1235
1218
  padding-bottom: 0.375rem;
1236
1219
  }
1220
+ .py-12 {
1221
+ padding-top: 3rem;
1222
+ padding-bottom: 3rem;
1223
+ }
1237
1224
  .py-2 {
1238
1225
  padding-top: 0.5rem;
1239
1226
  padding-bottom: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",