@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/globals.css CHANGED
@@ -2981,12 +2981,12 @@
2981
2981
  .pt-6 {
2982
2982
  padding-top: calc(var(--spacing) * 6);
2983
2983
  }
2984
- .pt-8 {
2985
- padding-top: calc(var(--spacing) * 8);
2986
- }
2987
2984
  .pt-14 {
2988
2985
  padding-top: calc(var(--spacing) * 14);
2989
2986
  }
2987
+ .pt-16 {
2988
+ padding-top: calc(var(--spacing) * 16);
2989
+ }
2990
2990
  .pt-\[40px\] {
2991
2991
  padding-top: 40px;
2992
2992
  }