@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/globals.css CHANGED
@@ -1360,6 +1360,9 @@
1360
1360
  .h-24 {
1361
1361
  height: calc(var(--spacing) * 24);
1362
1362
  }
1363
+ .h-32 {
1364
+ height: calc(var(--spacing) * 32);
1365
+ }
1363
1366
  .h-40 {
1364
1367
  height: calc(var(--spacing) * 40);
1365
1368
  }
@@ -1939,12 +1942,12 @@
1939
1942
  .grid-cols-2 {
1940
1943
  grid-template-columns: repeat(2, minmax(0, 1fr));
1941
1944
  }
1945
+ .grid-cols-3 {
1946
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1947
+ }
1942
1948
  .grid-cols-4 {
1943
1949
  grid-template-columns: repeat(4, minmax(0, 1fr));
1944
1950
  }
1945
- .grid-cols-5 {
1946
- grid-template-columns: repeat(5, minmax(0, 1fr));
1947
- }
1948
1951
  .grid-cols-\[--spacing\(5\)_1fr\] {
1949
1952
  grid-template-columns: calc(var(--spacing) * 5) 1fr;
1950
1953
  }
@@ -2098,6 +2101,13 @@
2098
2101
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
2099
2102
  }
2100
2103
  }
2104
+ .space-y-5 {
2105
+ :where(& > :not(:last-child)) {
2106
+ --tw-space-y-reverse: 0;
2107
+ margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
2108
+ margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
2109
+ }
2110
+ }
2101
2111
  .space-y-6 {
2102
2112
  :where(& > :not(:last-child)) {
2103
2113
  --tw-space-y-reverse: 0;
@@ -8561,9 +8571,9 @@
8561
8571
  grid-template-columns: repeat(4, minmax(0, 1fr));
8562
8572
  }
8563
8573
  }
8564
- .sm\:grid-cols-7 {
8574
+ .sm\:grid-cols-6 {
8565
8575
  @media (width >= 40rem) {
8566
- grid-template-columns: repeat(7, minmax(0, 1fr));
8576
+ grid-template-columns: repeat(6, minmax(0, 1fr));
8567
8577
  }
8568
8578
  }
8569
8579
  .sm\:grid-cols-\[--spacing\(4\)_1fr\] {
@@ -9248,11 +9258,6 @@
9248
9258
  grid-template-columns: repeat(6, minmax(0, 1fr));
9249
9259
  }
9250
9260
  }
9251
- .lg\:grid-cols-10 {
9252
- @media (width >= 64rem) {
9253
- grid-template-columns: repeat(10, minmax(0, 1fr));
9254
- }
9255
- }
9256
9261
  .lg\:grid-cols-12 {
9257
9262
  @media (width >= 64rem) {
9258
9263
  grid-template-columns: repeat(12, minmax(0, 1fr));
@@ -9468,19 +9473,9 @@
9468
9473
  grid-template-columns: minmax(0,1.1fr) minmax(18rem,0.9fr);
9469
9474
  }
9470
9475
  }
9471
- .xl\:grid-cols-\[minmax\(0\,1\.3fr\)_minmax\(20rem\,0\.9fr\)\] {
9472
- @media (width >= 80rem) {
9473
- grid-template-columns: minmax(0,1.3fr) minmax(20rem,0.9fr);
9474
- }
9475
- }
9476
- .xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(17rem\,0\.68fr\)\] {
9477
- @media (width >= 80rem) {
9478
- grid-template-columns: minmax(0,1.5fr) minmax(17rem,0.68fr);
9479
- }
9480
- }
9481
- .xl\:grid-cols-\[repeat\(19\,minmax\(0\,1fr\)\)\] {
9476
+ .xl\:grid-cols-\[minmax\(0\,1\.5fr\)_minmax\(18rem\,0\.72fr\)\] {
9482
9477
  @media (width >= 80rem) {
9483
- grid-template-columns: repeat(19,minmax(0,1fr));
9478
+ grid-template-columns: minmax(0,1.5fr) minmax(18rem,0.72fr);
9484
9479
  }
9485
9480
  }
9486
9481
  .xl\:overflow-y-auto {