warqadui 0.0.141 → 0.0.142

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
@@ -537,6 +537,9 @@ select:-webkit-autofill:focus {
537
537
  .col-span-12 {
538
538
  grid-column: span 12 / span 12;
539
539
  }
540
+ .col-span-2 {
541
+ grid-column: span 2 / span 2;
542
+ }
540
543
  .col-span-3 {
541
544
  grid-column: span 3 / span 3;
542
545
  }
@@ -1250,6 +1253,11 @@ select:-webkit-autofill:focus {
1250
1253
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1251
1254
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1252
1255
  }
1256
+ .space-y-5 > :not([hidden]) ~ :not([hidden]) {
1257
+ --tw-space-y-reverse: 0;
1258
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
1259
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1260
+ }
1253
1261
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
1254
1262
  --tw-space-y-reverse: 0;
1255
1263
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1911,6 +1919,10 @@ select:-webkit-autofill:focus {
1911
1919
  padding-top: 3rem;
1912
1920
  padding-bottom: 3rem;
1913
1921
  }
1922
+ .py-16 {
1923
+ padding-top: 4rem;
1924
+ padding-bottom: 4rem;
1925
+ }
1914
1926
  .py-2 {
1915
1927
  padding-top: 0.5rem;
1916
1928
  padding-bottom: 0.5rem;
@@ -2086,6 +2098,9 @@ select:-webkit-autofill:focus {
2086
2098
  .text-\\[14px\\] {
2087
2099
  font-size: 14px;
2088
2100
  }
2101
+ .text-\\[15px\\] {
2102
+ font-size: 15px;
2103
+ }
2089
2104
  .text-\\[18px\\] {
2090
2105
  font-size: 18px;
2091
2106
  }
@@ -3613,6 +3628,9 @@ select:-webkit-autofill:focus {
3613
3628
  .sm\\:grid-cols-3 {
3614
3629
  grid-template-columns: repeat(3, minmax(0, 1fr));
3615
3630
  }
3631
+ .sm\\:grid-cols-4 {
3632
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3633
+ }
3616
3634
  .sm\\:flex-row {
3617
3635
  flex-direction: row;
3618
3636
  }
@@ -3742,6 +3760,11 @@ select:-webkit-autofill:focus {
3742
3760
  text-align: left;
3743
3761
  }
3744
3762
  }
3763
+ @media (min-width: 1280px) {
3764
+ .xl\\:grid-cols-4 {
3765
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3766
+ }
3767
+ }
3745
3768
  @media print {
3746
3769
  .print\\:block {
3747
3770
  display: block;
package/dist/styles.mjs CHANGED
@@ -535,6 +535,9 @@ select:-webkit-autofill:focus {
535
535
  .col-span-12 {
536
536
  grid-column: span 12 / span 12;
537
537
  }
538
+ .col-span-2 {
539
+ grid-column: span 2 / span 2;
540
+ }
538
541
  .col-span-3 {
539
542
  grid-column: span 3 / span 3;
540
543
  }
@@ -1248,6 +1251,11 @@ select:-webkit-autofill:focus {
1248
1251
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1249
1252
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1250
1253
  }
1254
+ .space-y-5 > :not([hidden]) ~ :not([hidden]) {
1255
+ --tw-space-y-reverse: 0;
1256
+ margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
1257
+ margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
1258
+ }
1251
1259
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
1252
1260
  --tw-space-y-reverse: 0;
1253
1261
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1909,6 +1917,10 @@ select:-webkit-autofill:focus {
1909
1917
  padding-top: 3rem;
1910
1918
  padding-bottom: 3rem;
1911
1919
  }
1920
+ .py-16 {
1921
+ padding-top: 4rem;
1922
+ padding-bottom: 4rem;
1923
+ }
1912
1924
  .py-2 {
1913
1925
  padding-top: 0.5rem;
1914
1926
  padding-bottom: 0.5rem;
@@ -2084,6 +2096,9 @@ select:-webkit-autofill:focus {
2084
2096
  .text-\\[14px\\] {
2085
2097
  font-size: 14px;
2086
2098
  }
2099
+ .text-\\[15px\\] {
2100
+ font-size: 15px;
2101
+ }
2087
2102
  .text-\\[18px\\] {
2088
2103
  font-size: 18px;
2089
2104
  }
@@ -3611,6 +3626,9 @@ select:-webkit-autofill:focus {
3611
3626
  .sm\\:grid-cols-3 {
3612
3627
  grid-template-columns: repeat(3, minmax(0, 1fr));
3613
3628
  }
3629
+ .sm\\:grid-cols-4 {
3630
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3631
+ }
3614
3632
  .sm\\:flex-row {
3615
3633
  flex-direction: row;
3616
3634
  }
@@ -3740,6 +3758,11 @@ select:-webkit-autofill:focus {
3740
3758
  text-align: left;
3741
3759
  }
3742
3760
  }
3761
+ @media (min-width: 1280px) {
3762
+ .xl\\:grid-cols-4 {
3763
+ grid-template-columns: repeat(4, minmax(0, 1fr));
3764
+ }
3765
+ }
3743
3766
  @media print {
3744
3767
  .print\\:block {
3745
3768
  display: block;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",