@nswds/app 1.99.0 → 1.100.0

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.css CHANGED
@@ -1378,6 +1378,9 @@
1378
1378
  .h-24 {
1379
1379
  height: calc(var(--spacing) * 24);
1380
1380
  }
1381
+ .h-32 {
1382
+ height: calc(var(--spacing) * 32);
1383
+ }
1381
1384
  .h-40 {
1382
1385
  height: calc(var(--spacing) * 40);
1383
1386
  }
@@ -1935,12 +1938,12 @@
1935
1938
  .grid-cols-2 {
1936
1939
  grid-template-columns: repeat(2, minmax(0, 1fr));
1937
1940
  }
1941
+ .grid-cols-3 {
1942
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1943
+ }
1938
1944
  .grid-cols-4 {
1939
1945
  grid-template-columns: repeat(4, minmax(0, 1fr));
1940
1946
  }
1941
- .grid-cols-5 {
1942
- grid-template-columns: repeat(5, minmax(0, 1fr));
1943
- }
1944
1947
  .grid-cols-\[--spacing\(5\)_1fr\] {
1945
1948
  grid-template-columns: calc(var(--spacing) * 5) 1fr;
1946
1949
  }
@@ -2094,6 +2097,13 @@
2094
2097
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
2095
2098
  }
2096
2099
  }
2100
+ .space-y-5 {
2101
+ :where(& > :not(:last-child)) {
2102
+ --tw-space-y-reverse: 0;
2103
+ margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
2104
+ margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
2105
+ }
2106
+ }
2097
2107
  .space-y-6 {
2098
2108
  :where(& > :not(:last-child)) {
2099
2109
  --tw-space-y-reverse: 0;
@@ -8706,9 +8716,9 @@
8706
8716
  grid-template-columns: repeat(4, minmax(0, 1fr));
8707
8717
  }
8708
8718
  }
8709
- .sm\:grid-cols-7 {
8719
+ .sm\:grid-cols-6 {
8710
8720
  @media (width >= 40rem) {
8711
- grid-template-columns: repeat(7, minmax(0, 1fr));
8721
+ grid-template-columns: repeat(6, minmax(0, 1fr));
8712
8722
  }
8713
8723
  }
8714
8724
  .sm\:grid-cols-\[--spacing\(4\)_1fr\] {
@@ -9398,11 +9408,6 @@
9398
9408
  grid-template-columns: repeat(6, minmax(0, 1fr));
9399
9409
  }
9400
9410
  }
9401
- .lg\:grid-cols-10 {
9402
- @media (width >= 64rem) {
9403
- grid-template-columns: repeat(10, minmax(0, 1fr));
9404
- }
9405
- }
9406
9411
  .lg\:grid-cols-12 {
9407
9412
  @media (width >= 64rem) {
9408
9413
  grid-template-columns: repeat(12, minmax(0, 1fr));
@@ -9628,19 +9633,9 @@
9628
9633
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
9629
9634
  }
9630
9635
  }
9631
- .xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(20rem\,0\.9fr\)\] {
9632
- @media (width >= 80rem) {
9633
- grid-template-columns: minmax(0, 1.3fr) minmax(20rem, 0.9fr);
9634
- }
9635
- }
9636
- .xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(17rem\,0\.68fr\)\] {
9637
- @media (width >= 80rem) {
9638
- grid-template-columns: minmax(0, 1.5fr) minmax(17rem, 0.68fr);
9639
- }
9640
- }
9641
- .xl\:grid-cols-\[repeat\(19\,minmax\(0\,1fr\)\)\] {
9636
+ .xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(18rem\,0\.72fr\)\] {
9642
9637
  @media (width >= 80rem) {
9643
- grid-template-columns: repeat(19, minmax(0, 1fr));
9638
+ grid-template-columns: minmax(0, 1.5fr) minmax(18rem, 0.72fr);
9644
9639
  }
9645
9640
  }
9646
9641
  .xl\:overflow-y-auto {