@nswds/app 1.56.0 → 1.58.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
@@ -2954,12 +2954,12 @@
2954
2954
  .pt-6 {
2955
2955
  padding-top: calc(var(--spacing) * 6);
2956
2956
  }
2957
- .pt-8 {
2958
- padding-top: calc(var(--spacing) * 8);
2959
- }
2960
2957
  .pt-14 {
2961
2958
  padding-top: calc(var(--spacing) * 14);
2962
2959
  }
2960
+ .pt-16 {
2961
+ padding-top: calc(var(--spacing) * 16);
2962
+ }
2963
2963
  .pt-\[40px\] {
2964
2964
  padding-top: 40px;
2965
2965
  }